Forum Replies Created

Viewing 20 posts - 2,881 through 2,900 (of 14,507 total)
  • Author
    Posts
  • in reply to: home page excerpts #61793
    Sakin
    Keymaster

    @Klaas:
    1. In Free version there is no option to remove Content Featured Image. If you add in Featured image, it will show in both places. But if you upgrade to Pro version then you will be able to disable it from “Appearance => Theme Options => Content Featured Image Options”

    2. http://www.exercisestrong.com/ is your homepage. But why did you add another page as Home with url http://www.exercisestrong.com/homepage/. This is in your menu. So, just edit that menu from “Appearance => Menus” and remove that conflicting home and add original home page. See this screenshot https://www.pinterest.com/pin/548594798331207092/ which shows how to add home in your custom menu.

    3. You can adjust the margin and padding bottom in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    .blog #content .hentry {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }

    4. You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    .blog #content .featured-image {
        margin-top: 10px;
    }
    in reply to: Mobile menus missing #61792
    Sakin
    Keymaster

    @Jules: I just check in your site and see that you are using “Jetpack” plugin “Mobile” module. So, can you go to Jetpack settings and disable Mobile module and it will work fine. This theme is already compatible with mobile through responsive design.

    in reply to: Mobile menu Is not working properly #61791
    Sakin
    Keymaster

    @kangrob: When I check in you site, mobile menu touch is working fine. Make sure that you are not doing force touch which will just highlight it. So just do like quick touch.

    You can adjust the background color and font size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    .site .genericon.genericon-menu {
        background-color: #fff;
        font-size: 30px;
        height: 30px;
        width: 30px;
    }
    in reply to: Site Title and Tagline are not shown on homepage #61751
    Sakin
    Keymaster

    @lazer: Ok thanks that you solved it.

    in reply to: textbox on featured slider : not everywhere #61750
    Sakin
    Keymaster

    @Florence: To show textbox only in selected image and then to show simple image without link, you need to upgrade to Pro version. Where you will get option to user “Featured Image Slider” instead of “Featured Post Slider”. When you select Featured Image Slider, you can upload image as per your need. Adding link and text is optional.

    For font size, you can adjust the font size in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    /* Slider Content Font Size */
    #main-slider .entry-container { font-size: 16px; }
    /* Slider Content Title Font Size */
    #main-slider .entry-container .entry-title { font-size: 26px; }
    in reply to: How do I hide a post titel? #61749
    Sakin
    Keymaster

    @knudkp: For this, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .type-post .entry-title { display: none; }

    in reply to: Remove Blog Portion below Featured Content #61748
    Sakin
    Keymaster

    @Shawn: This theme has option to set either Static Front page or latest post. So, if you don’t like Blog portion, then you can just go to “Appearance => Customize => Static Front Page”, check “A static page” and select the page for front page. I recommend to you to add your site title and description.

    After that, you can hide that page from front page by adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .home .site-content { display: none; }

    in reply to: Just switched from sidebar right to left #61745
    Sakin
    Keymaster

    @stepawayfromthecarbs: It should work fine. Did you refresh your browser and check in. It should work like this http://catchthemes.com/demo/simplecatch/page-with-sidebar/. I hope you haven’t change css.

    in reply to: Mobile menu not working #61744
    Sakin
    Keymaster

    @ginabrasseur: Yes, the issue is from your menu widget. For header right sidebar, we don’t have option to add menu from widget. If you want to show custom menu in header right sidebar, then you need to add it from “Appearance => Menus => Manage Locations” and assign your custom menu to “Header Right Menu”

    After that you can just add your text widget to your header right sidebar. Then to make your text widget to show on right, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #header-right .widget_text { float: right; }

    in reply to: Adding Space Between Content & Sidebar #61741
    Sakin
    Keymaster

    @Klaas: Thanks for your appreciation.

    in reply to: Reg. posts in the widget that shwos newest posts #61740
    Sakin
    Keymaster

    @knudkp: That’s nice. Plugins are great.

    in reply to: Problem with Update 3.6 #61721
    Sakin
    Keymaster

    @Franziska: It’s because you have WordPress SEO by Yoast plugin but haven’t enable “Breadcrumbs” from that plugin. We will fix this issue in next version update.

    in reply to: Several Problems with New Update #61716
    Sakin
    Keymaster

    @mrichwncc: Yes, we only recommend using W3 Total cache or WP Rocket Cache plugin.

    in reply to: Adding Space Between Content & Sidebar #61696
    Sakin
    Keymaster

    @Klaas: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .widget.widget_recent_entries ul li { margin-bottom: 10px; }

    in reply to: Update to Pro version #61692
    Sakin
    Keymaster

    @lynko: Thanks for your appreciation.

    in reply to: Several Problems with New Update #61691
    Sakin
    Keymaster

    @mrichwncc: If everything works in Administration mode and don’t work after you logout. This means you have Cache for user who is not logged in. For, that go to your “WP Fastest Cache” plugin and clear your cache.

    in reply to: Unwanted border line #61688
    Sakin
    Keymaster

    @Michaela: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #featured-post, .entry-content td { border: none; }

    in reply to: Update error #61685
    Sakin
    Keymaster

    @jodiek: For pro theme, if you want to update from WordPress Dashboard then you need to install Catch Updater plugin. If you don’t have then you can download catch updater zip from http://catchthemes.com/wp-plugins/catch-updater/ and then install it from “Plugins => Add New => Uploads”. Then you can

    After you activate Catch Updater plugin, you can download latest Catch Responsive Pro zip file from your account at http://catchthemes.com/my-account/ and install it from “Appearance => Themes => Add New => Uploads”

    in reply to: Social Icons #61659
    Sakin
    Keymaster

    @Anne: Yes, first you need to go to “Appearance => Theme Options => Social links” and add in your social profile links then go to “Appearance => Widgets” and add in “Social Widget” to your sidebar where you want to display.

    in reply to: Several Problems with New Update #61657
    Sakin
    Keymaster

    @mrichwncc: You are not supposed to edit any core files inside theme folder ‘catch-box’. All you edit will be reverted back to original when you update the theme. That is why for any css change, we recommend you to add either in “Appearance => Theme Options => Custom CSS” box or build child theme and add it in your child theme style.css. For more about child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/

    We haven’t change much in Catch Box theme which could effect your design. So, you need to change the way you code. Thanks. For change log please refer to http://catchthemes.com/changelogs/catch-box-theme/

Viewing 20 posts - 2,881 through 2,900 (of 14,507 total)