Forum Replies Created

Viewing 20 posts - 5,661 through 5,680 (of 14,497 total)
  • Author
    Posts
  • in reply to: Smooth Scroll #48428
    Sakin
    Keymaster

    @MaxCross: You can just install JetPack plugin and activate Infinite Scroll module.

    in reply to: Simple Catch search form #48427
    Sakin
    Keymaster

    @skimchi: you are not supposed to edit any core theme files. If you want to edit those then you need to build child theme and do it. For child theme check out http://catchthemes.com/blog/create-child-theme-wordpress/

    About restoring Simple Catch Free theme. Just activate any other theme and then delete your existing Simple Catch Free theme and re-install it. Or you can use FTP access and then restore files by downloading it from http://catchthemes.com/themes/simple-catch/

    in reply to: Featured content #48426
    Sakin
    Keymaster

    @saremcdee: Sorry that option will not be there in Pro version.

    But you can do these type of things in your Widget Areas from “Appearance => Widgets”.
    You can use Widget in Footer and then activate “Widget Visibility” module from JetPack plugin and then set widget for specific pages.

    Sakin
    Keymaster

    @nac2311: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .hentry ul { list-style: outside none square; }

    in reply to: Remove "Search" box in header #48404
    Sakin
    Keymaster

    @paulinepkehoe: You can disable the header Right Sidebar which will remove search. Just go to “Appearance => Theme Options => Header Right Sidebar Options”, check “Disable Header Right Sidebar” and save changes.

    in reply to: Page edits reverting back to default #48402
    Sakin
    Keymaster

    @saremcdee: Thanks and now problem solved 🙂

    in reply to: How Do I Enlarge Logo Adventure Pro #48400
    Sakin
    Keymaster

    @saremcdee: I check in your site and see that you have added in the following css in your Custom CSS box:

    #masthead.fixed-header #site-logo img {
        max-height: 100px;
    }

    You can replace that CSS with the following CSS:

    #site-logo img,
    #masthead.fixed-header #site-logo img {
        max-height: 100px;
    }
    in reply to: hyphenation #48399
    Sakin
    Keymaster

    To remove hyphenation, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    .site-content article {
    	-webkit-hyphens: manual;
    	-moz-hyphens: manual;
    	hyphens: manual;	
    }
    in reply to: removed border #48398
    Sakin
    Keymaster

    @alemoy: For detail color options, you can upgrade to Catch Kathmandu Pro theme and then you can change it yourself from “Appearance => Theme Options => Color Options”.

    For free version, you need to do it manually.

    1. To delete the border around sidebar widget, then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #secondary .widget { border: none; box-shadow: none; }

    2. To change the footer background color, you need to edit the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
    #site-generator { background-color: #1b5f7d; }

    3. For menu, I need more details. So, can you send me your site URL and let me know the detail color code for it and for spaces too.

    in reply to: page title color text #48397
    Sakin
    Keymaster

    Hi Sylvain,

    You don’t need custom css to change the title color in Catch Everest Pro theme. You can do that from “Appearance => Theme Options => Color Options => Title Colors”

    Regards,
    Sakin

    in reply to: Page edits reverting back to default #48396
    Sakin
    Keymaster

    @saremcdee: Thanks for posting your issue in our official support forum.

    I just check in our server and edited the page. It’s working fine. I just tested all sidebar layout, header featured image options, content featured image options. So, suspect if there is any plugin conflict. Can you try disabling plugin one by one and check in.

    I will contact you personally through email. Please response me there if this doesn’t fix it.

    Sorry for the trouble.

    in reply to: white space at side of theme #48394
    Sakin
    Keymaster

    @jennifer: I check in your site and but couldn’t find the spaces as your have shown in screenshot. Can you tell me from which browser and device that you are seeing this issue.

    in reply to: Reduce size of text #48391
    Sakin
    Keymaster

    @lohanc:
    1. Sorry I don’t recommend changing the font size of the post and pages as it’s responsive design and the font sizes changes as per the devices you use. But if you want to edit it then you can edit the size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
    .site-content article { font-size: 16px; }

    2. Sorry I don’t have any recommendation plugin. But I see popular plugins likes “Advanced WP Columns and WP Easy Columns”

    in reply to: Wrong Folder getting cached by Google #48371
    Sakin
    Keymaster

    Hello Mark,

    Sorry our theme don’t have anything to do with Google Cache. So, you might want to consider using WordPress SEO by Yoast Plugin then correct your links and also create your sitemap with it. Then you can use Google Webmaster Tools to inform google about it.

    Sorry not in our scope.

    Regards,
    Saki

    Sakin
    Keymaster

    @Tim: The slide in Catch Kathmandu Pro and Adventurous Pro uses same script. The design changes as per the theme. So, this is unique. I don’t understand why you can to swap. There is no easy way to do that.

    I hope you check in Featured Image Slider http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/ , Featured Post Slider http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/ and theme instructions http://catchthemes.com/theme-instructions/adventurous-pro/

    Can you explain in detail please.

    in reply to: Space Between sidebar widgets #48369
    Sakin
    Keymaster

    @Kim: Since you have remove the border in the widget image. You can also remove the padding and margin in the widget image to make the space even. So, can you find the following css in your Custom CSS box:
    .widget_image img { border: none; }
    Then replace it with the following css:

    .widget_image img {
        border: none;
        margin: 0;
        padding: 0;
    }
    in reply to: Center image header #48368
    Sakin
    Keymaster

    @alemoy: Removing all will not look good. I think you can try the following css:

    #site-logo { padding-top: 15px; }
    #hgroup-wrap { padding-bottom: 0; }
    in reply to: Remove shadow around certain images #48350
    Sakin
    Keymaster

    @fmck718: That is for all the post and pages. But if you want to remove only on that post then you can add the following css instead.
    .postid-917 .entry-content img { box-shadow: none; }

    in reply to: Multi language support #48346
    Sakin
    Keymaster

    @adamsh: Check this http://polylang.wordpress.com/documentation/setting-up-a-wordpress-multilingual-site-with-polylang/strings-translation/ . They also support WPML string translation which is supported only in pro version of our theme.

    in reply to: Center image header #48345
    Sakin
    Keymaster

    @saremcdee: Multi-language is always complicated as it’s done through plugin. We don’t have much control on it. SO, we have started to support only on Pro version with the help from WPML plugin team.

Viewing 20 posts - 5,661 through 5,680 (of 14,497 total)