Forum Replies Created

Viewing 20 posts - 7,001 through 7,020 (of 14,497 total)
  • Author
    Posts
  • in reply to: More tag doesn't work for me #38092
    Sakin
    Keymaster

    Hello Cedric,

    Can you check your “Content Layout” set in “Appearance => Theme Options => Layout Options”. If you choose “Content Layout” as “Excerpt/Blog Display”, then your <!–more–> link will not work, it will automatically get the excerpt content. For <!–more–> link to work, you need to change that to “Full Content Display”

    Regards,
    Sakin

    in reply to: picture link from another page appears on frontpage #38091
    Sakin
    Keymaster

    @Pippylala: Thanks for the update.

    in reply to: REMOVE THE padding #38090
    Sakin
    Keymaster

    @ashrafashraf: I have already given you detail code and that you can adjust it. If not then you need to hire customizer http://catchthemes.com/hire-customizer/

    in reply to: Page sidebar #38089
    Sakin
    Keymaster

    @Poornima: Your image height is large so how can we set it to the base of flower.

    in reply to: Slider Modifications #38046
    Sakin
    Keymaster

    @Kim: Thanks and Happy 4th… Enjoy 🙂

    in reply to: Need help w/ Menu (Catch Evolution Free) #38018
    Sakin
    Keymaster

    @murre98: The best option will be to active any other default theme and then delete the existing version of Catch Evolution theme and then add new one. Do it instantly and you will not loose your any data or settings. It will just reset the changes made inside ‘catch-evolution’ directory.

    in reply to: Need help w/ Menu (Catch Evolution Free) #38016
    Sakin
    Keymaster

    @murre98: I checked in your site and see that you have modified footer.php file and it is missing js to run the mobile menu. Just reload back the footer.php file and it will work.

    Note:
    1. You are not supposed to remove Footer text Theme: Catch Evolution in free theme. As per the license you need to declare it. This is only means of recognition that we get for providing you free theme and free support. That is why we have Catch Evolution Pro version for those who wants to edit the footer with Footer Editor options in Theme Options panel.
    2. You shouldn’t not edit any core theme files inside ‘catch-evolution’ directory. As these files will be reverted back to original when you update the theme. So, if you want to edit any of these functions, you need to build child theme.

    in reply to: Page sidebar #38003
    Sakin
    Keymaster

    Hello Poornima,

    Can you let me know the the page URL where you have added that, then I can check in.

    Regards,
    Sakin

    in reply to: Catch Box Pro Menu #38002
    Sakin
    Keymaster

    @LogoSystems: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #branding ul.menu a { font-weight: bold; }

    in reply to: I need help please #37983
    Sakin
    Keymaster

    Hello Jennifer,

    For options and customize, don’t use “Appearance => Customize”, instead use “Appearance => Theme Options”.

    Regards,
    Sakin

    in reply to: I need help please #37967
    Sakin
    Keymaster

    Hello Jennifer,

    Can you post in details here. I check in your site and everything looks fine. Which menu links are you talking about. I am able to click all Home, Lose Weight, Nutrition, Health, Fitness and Contact.

    If problem still exist then I will email you personally.

    Regards,
    Sakin

    in reply to: Frontpage slideshow #37964
    Sakin
    Keymaster

    @jennifer wilson: Please continue support in one section not in two place. Please use the same url http://catchthemes.com/support-forum/topic/i-need-help-please/. Please add in all the details there. I will reply you there. It’s same like email.

    Personal email support is only for support membership http://catchthemes.com/membership/

    in reply to: Frontpage slideshow #37941
    Sakin
    Keymaster

    @Pippylala: That will change to the post IDs that you add in “Appearance => Theme Options => Feature Post Slider => Featured Post Slider Options”. This is called Featured Post Slider.

    in reply to: Font Colour For Footer Widgets #37939
    Sakin
    Keymaster

    @Neil: You can change the color code in the following css. For now I have added the color code that you have added. Then you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    /* For Footer Widget Title Color */
    #supplementary .widget-title, #supplementary .widget-title a {
        color: #808080;
    }
    /* For Footer Widget Content and link Color */
    #supplementary .widget-area, #supplementary .widget-area a {
        color: #808080;
    }
    in reply to: Slider Modifications #37938
    Sakin
    Keymaster

    @Kim:
    1. I didn’t knew that you are using Catch Box Pro theme, in this theme you can remove the arrow and then add circle.
    To add the circle you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    /* Controllers */
    #controllers {
    	display: block;
    	text-align:center;
    }
    #controllers a {
    	background-color: #B7B7B7;
    	display: inline-block;
    	height: 12px;
    	margin: 0 3px;
    	overflow: hidden;
    	text-indent: 999999px;
    	width: 12px;
    	-webkit-border-radius: 6px;
    	-moz-border-radius: 6px;
    	border-radius: 6px;
    }
    #controllers a:hover, #controllers a.active {
    	background-color:#000;
    }

    To remove arrow from the slider, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #nav-slider .nav-previous, 
    #nav-slider .nav-next {
    	display: none;
    }

    Note: But to add this, you need to have more then one post in your slider.

    2. Nice

    3) For this you can add the following css and change the position as per your need.

    #slider-wrap .featured-text {
        bottom: 25px;
        left: 10px;
        position: absolute;
        width: 60%;
    }
    in reply to: picture link from another page appears on frontpage #37934
    Sakin
    Keymaster

    @Pippylala: Which section are you talking about? I am confused. Can you explain so that I can help you.

    in reply to: Frontpage slideshow #37897
    Sakin
    Keymaster

    @Pippylala: Catch Evolution Free theme only have option to add in Featured Post Slider, which is created to highlight your posts in the slider. So, first you need to create post and add featured image. For this you can check this video http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/ and then you need to add in your post IDS in “Appearance => Theme Options => Feature Post Slider => Featured Post Slider Options. For this you can check this video http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/

    If you upgrade to pro version, then you have option to user “Featured Image Slider or Featured Post Slider or Featured Category Slider or Featured Page Slider”. To find our more information about pro version, check out http://catchthemes.com/theme-instructions/catch-evolution-pro/

    in reply to: picture link from another page appears on frontpage #37896
    Sakin
    Keymaster

    @Pippylala: Catch Evolution theme uses default “Reading Settings” for the homepage. So, in homepage by default you will get all the latest posts that you have created. So, if you want to remove that and assign new static page in homepage then you need to go to “Settings => Readings” from your WordPress Dashboard and then in “Front page displays”, check on “A static page (select below)” and select “Front page” which you want to show in homepage and then save changes.

    in reply to: Google Webmaster Tools – missing entry: updated #37895
    Sakin
    Keymaster

    Hi Frank,

    This is Called Google Structure Data testing and we have implemented that in Catch Box Pro and we are in process of implementing it in Catch Evolution Pro. So, you need to wait for this feature to be added in next version update.

    Regards,
    Sakin

    in reply to: Spacing/Line Breaks within a table #37884
    Sakin
    Keymaster

    @PHAUS: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #post-556 .entry-content td { padding-left: 10px; }

Viewing 20 posts - 7,001 through 7,020 (of 14,497 total)