Forum Replies Created

Viewing 20 posts - 7,201 through 7,220 (of 14,505 total)
  • Author
    Posts
  • in reply to: Replacing tinynav #35756
    Sakin
    Keymaster

    @dmcleman: Nice 🙂

    in reply to: Margins on mobile devices #35668
    Sakin
    Keymaster

    @Farmaciola: It’s because of your customization. If you check our demo page http://catchthemes.com/demo/catch-everest/category/blog/, you will not see the issue.

    When I check in details I see that there is code adding margin 75px left and right above your title and above your content in posts. The code looks like following. You need to remove that.
    <div style="margin: 0 75px;">

    in reply to: Remove Header Whitespace… #35667
    Sakin
    Keymaster

    @edwardian57: Add the following css in “Appearance => Theme Options => Custom CSS” box.
    #header-content { margin: 0; }

    in reply to: homepage_headline #35666
    Sakin
    Keymaster

    @wendy: There is no option to show Homepage headline and subheadline in all pages. Currently it only support adding it in Homepage only, that is why it is called Homepage Headline. That you can add from “Appearance => Theme Options => Homepage Settings => Homepage Headline Options”

    But we are in process of changing this option as Promotion Headline just like we have recently activated in Adventurous Pro theme. For this you have to wait for update in Catch Kathmandu Pro theme soon.

    in reply to: Slider malfunction? #35665
    Sakin
    Keymaster

    @HR-Flex: Sorry to hear that your slider is not working. When I check in your site, the slider code is working fine. Looks like there is conflict with your plugin. Have you recently activated or updated any new plugins. Try deactivating plugins and check in. I feel doubt in “WooCommerce Widget Product Slider” plugin.

    in reply to: header right image #35563
    Sakin
    Keymaster

    Hi Maeve,

    Header Right Sidebar is flexible width. But don’t upload maximum with image as if the width is larger, the whole Header Right Sidebar will move below your logo. So, looking at your site, I would recommend it about maximum of 728px width. But smaller is better.

    Regards,
    Sakin

    in reply to: Padding #35561
    Sakin
    Keymaster

    Hi Marve,

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

    /* For space below menu */
    #main { padding-top: 40px; }
    /* For Space between widgets */
    #secondary .widget {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    Regards,
    Sakin

    in reply to: Google Ads customization #35560
    Sakin
    Keymaster

    Hi Michaela,

    Yes because the above #secondary { width: 240px; } will work for you. As in when you define width 240px, you will get 160px of width in your sidebar. If you want then you can add that’s not a problem. But it’s just repeating and it will be as below:

    #primary { width: 900px; }
    #secondary { width: 240px; }
    @media screen and (max-width: 1344px) {
    	#primary { width: 840px; }
    	#secondary { width: 240px; }
    }
    @media screen and (max-width: 1280px) {
    	#primary { width: 770px; }		
    	#secondary { width: 220px; }	
    }
    @media screen and (max-width: 1152px) {
    	#primary { width: 690px; }		
    	#secondary { width: 200px; }
    }	
    @media screen and (max-width: 1024px) {
    	#primary { width: 630px; }		
    	#secondary { width: 200px; }	
    }
    @media screen and (max-width: 960px) {	
    	#primary, #secondary { width: 100%; }
    }

    Sorry, this optional sidebar option is there only in Pro version. See more additional features in Pro version at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/

    in reply to: Nothing Found Error on Home page HELP! #35559
    Sakin
    Keymaster

    @piscesflydesigns: Sorry this social media is not controlled from theme. You need to use plugin. I would recommend you to use WordPress SEO by Yoast plugin, where you can setup setting for your Social Media. After you activate that module it will show the featured image with your URL. Also you can look for other interesting plugins at http://wordpress.org/plugins/

    in reply to: Nothing Found Error on Home page HELP! #35488
    Sakin
    Keymaster

    @piscesflydesigns: You can add the following css in “Appearance => Theme Options => Custom CSS” box, which will hide it for user who is not logged in.

    .entry-meta { display: none; }
    .logged-in .entry-meta { display: block; }
    in reply to: Nothing Found Error on Home page HELP! #35481
    Sakin
    Keymaster

    @piscesflydesigns: Thanks for your appreciation. Have a nice day.

    in reply to: Nothing Found Error on Home page HELP! #35469
    Sakin
    Keymaster

    @piscesflydesigns: Looks like you don’t have post to display in Homepage. For this, either you need to create new post and publish it or you can assign static homepage from “Settings => Readings” and in “Front page displays”, select “Front page” and choose the page you want to show in homepage and save changes.

    in reply to: menus on phone #35468
    Sakin
    Keymaster

    @bxdavi2: Site looks heavily customized. I see that you have remove the footer in Catch Box Free Theme. But you are not supposed to remove theme Catch Box from footer. You need to mention this somewhere. This is only the recognition that we receive for providing free theme and free support. I hope you understand this.

    If you restore the footer file and functions then menu will show up. To edit the footer copyright information, you need to upgrade to Catch Box Pro theme where you will get Footer Editor option in Theme Options panel.

    in reply to: Google Ads customization #35444
    Sakin
    Keymaster

    Hi Michaela,

    Looks like you need to upgrade to Pro version.

    1. Then you can use “2. Catch Kathmandu: Advertisement” widget and add your Google Ads code in Header Right Sidebar.

    2. For this you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #primary { width: 900px; }
    #secondary { width: 240px; }
    @media screen and (max-width: 1344px) {
    	#primary { width: 840px; }
    }
    @media screen and (max-width: 1280px) {
    	#primary { width: 770px; }		
    	#secondary { width: 220px; }	
    }
    @media screen and (max-width: 1152px) {
    	#primary { width: 690px; }		
    	#secondary { width: 200px; }
    }	
    @media screen and (max-width: 1024px) {
    	#primary { width: 630px; }		
    	#secondary { width: 200px; }	
    }
    @media screen and (max-width: 960px) {	
    	#primary, #secondary { width: 100%; }
    }

    3. You have option to use Page Sidebar and further choose Optional sidebar one, Optional sidebar two and optional sidebar three. So, depending on the pages, you can choose the sidebar to display. You can add different ads widgets in different sidebar. If you want for options, then you can activate “Jetpack” plugin “Widget Visibility” module and then add widget with visibility condition.

    Regards,
    Sakin

    in reply to: Replacing tinynav #35432
    Sakin
    Keymaster

    @dmcleman: Please post in your site URL.

    in reply to: Center Logo above Header Image #35431
    Sakin
    Keymaster

    Hello Kent,

    First, you need to disable your Header Right Sidebar from “Appearance => Theme Options => Header Right Sidebar Options” and then check in “Disable Header Right Sidebar”.

    Then you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #header-left {
        float: none;
        text-align: center;
        width: 100%;
    }
    #site-logo {
        display: block;
        float: none;
        margin: 0 auto;
        width: auto;
    }
    #site-logo a {
        display: inline-block;
    }
    in reply to: Hide header and footer on selected pages #35429
    Sakin
    Keymaster

    @gladavisj: It depends on what you want to hide it. For example: ff you just want to hide Masthead then you can start you condition tag before
    <header id="masthead" role="banner">
    and end after
    </header><!-- #masthead .site-header -->

    in reply to: Pictures not sized right #35364
    Sakin
    Keymaster

    @KingBetts: Sorry but this “No Sidebar, Full Width” layout is only there in Catch Evolution Pro theme and it will automatically take larger image size of 1190px by 500px. But I see that you are using Catch Evolution Free version and there you don’t have this option.

    But if you can customize it, then it’s bit technical and you can accomplish this in your free version as well. Sorry, I will only be able to guide you in this. You first need to create Child Theme. Then copy content.php file in your child theme and then edit the following code with your image size.
    <?php the_post_thumbnail( $imagesize ); ?>

    in reply to: Remove time, author, categories & tags from blog posts #35361
    Sakin
    Keymaster

    Hi Maeve,

    Thanks for your appreciation.

    You can add the following css in “Appearance => Theme Options => Custom CSS” box to hide the entry meta.
    .entry-meta { display: none; }

    Have a nice day.

    Regards,
    Sakin

    in reply to: Hide header and footer on selected pages #35357
    Sakin
    Keymaster

    @gladavisj: You shouldn’t remove get_header(); and get_footer();. These are required.

    if you want to edit that you can either do from action hook or you can copy header.php and footer.php files and add conditional tags.

    For example for pages you can use is_page() or is_page_template(), depending on your requirement.

Viewing 20 posts - 7,201 through 7,220 (of 14,505 total)