Forum Replies Created

Viewing 20 posts - 5,841 through 5,860 (of 14,505 total)
  • Author
    Posts
  • in reply to: update to Pro version #47693
    Sakin
    Keymaster

    @benowchiro: This is the first time we receive support question in our forum. We haven’t receive any other to response to you.

    1. If you upgrade to pro version all your custom css will be carry over to the pro version. So, you don’t have to worry about Custom CSS.
    2. There are color options for almost all the elements.

    For upgrading to pro, you can check out this http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/

    in reply to: Adjusting Padding Around Featured Header Image #47692
    Sakin
    Keymaster

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

    /* For space above Header Image */
    #hgroup-wrap { padding-bottom: 50px; }
    /* For space below Header Image */
    #main { padding-top: 50px; }
    in reply to: Subtitle and Footer translation #47691
    Sakin
    Keymaster

    @Jaume: Are you using Catch Kathmandu Pro, then it should work fine. As we have added in all the delete cache as

    if ( ! function_exists( 'catchkathmandu_qtranslate_invalidcache' ) ) :
    /**
     * Template for Clearing qtranslate Invalid Cache
     *
     * To override this in a child theme
     * simply create your own catchkathmandu_qtranslate_invalidcache(), and that function will be used instead.
     *
     * @since Catch Kathmandu Pro 2.0
     */
    function catchkathmandu_qtranslate_invalidcache() {
    	delete_transient( 'catchkathmandu_post_sliders' );
    	delete_transient( 'catchkathmandu_page_sliders' );
    	delete_transient( 'catchkathmandu_category_sliders' );
    	delete_transient( 'catchkathmandu_image_sliders' );
    	delete_transient( 'catchkathmandu_homepage_headline' );
    	delete_transient( 'catchkathmandu_homepage_featured_content' );
    	delete_transient( 'catchkathmandu_footer_content' );	
    	delete_transient( 'catchkathmandu_footercode' );
    	delete_transient( 'catchkathmandu_featured_image' );
    	
    } // catchkathmandu_qtranslate_invalidcache
    endif;
    
    add_action( 'after_setup_theme', 'catchkathmandu_qtranslate_invalidcache' );

    So, it should work fine. But if it’s still not working. Then contact me through email. I have emailed you.

    in reply to: Featured Slider Not Translating #47688
    Sakin
    Keymaster

    @P: I am not sure about qTranslate plugin in detail. So, you might want to consider adding this question in qTranslate plugin.

    As per my finding. You can use the quick tags for
    [:en]Hello[:fr]Bonjour

    If the quick tags give you problems then use the default like,
    HelloBonjour

    Sakin
    Keymaster

    @shv: Those are the demo text and image from Homepage Featured Content. You can either change the image and text or disable it through “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options” from your WordPress Dashboard.

    in reply to: Post Slider disappears #47686
    Sakin
    Keymaster

    @johanfalk: I am not sure why it get disappear as it doesn’t happen in our server.
    1. Check in these post are in draft or private status. If this is the case then yes, it will only display when you are logged in. As private or draft post in not visible to user who is not logged in.
    2. If your post at status is published and visible is Public. Then there might be conflict with plugin. So, try disabling plugin one by one to check the conflicting plugin.
    3. I found strange issue in your site that is not from our theme. When I view your site source. I see the following fatal error. So, what’s that Zend in your server.

    <style type="text/css"><br />
    <b>Fatal error</b>:  Uncaught exception 'Zend_Db_Statement_Exception' with message 'SQLSTATE[HY000]: General error: 1030 Got error 122 from storage engine' in /home/fontsf5/public_html/library/Zend/Db/Statement/Pdo.php:234
    Stack trace:
    #0 /home/fontsf5/public_html/library/Zend/Db/Statement.php(300): Zend_Db_Statement_Pdo->_execute(Array)
    #1 /home/fontsf5/public_html/library/Zend/Db/Adapter/Abstract.php(468): Zend_Db_Statement->execute(Array)
    #2 /home/fontsf5/public_html/library/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query('DESCRIBE 

    fonts…’, Array)
    #3 /home/fontsf5/public_html/library/Zend/Db/Adapter/Pdo/Mysql.php(156): Zend_Db_Adapter_Pdo_Abstract->query(‘DESCRIBE `fonts…’)
    #4 /home/fontsf5/public_html/library/Zend/Db/Table/Abstract.php(823): Zend_Db_Adapter_Pdo_Mysql->describeTable(‘fonts’, NULL)
    #5 /home/fontsf5/public_html/library/Zend/Db/Table/Abstract.php(866): Zend_Db_Table_Abstract->_setupMetadata()
    #6 /home/fontsf5/public_html/library/Zend/Db/Table/Abstract.php(973): Zend_Db_Table_Abstract-> in /home/fontsf5/public_html/library/Zend/Db/Statement/Pdo.php on line 234
    `

    in reply to: Remove "Catch Kathmandu by Catch Themes" from Footer #47683
    Sakin
    Keymaster

    @vidyaekta: Yes that will be my answer. Upgrading to pro will give you “Footer Editor” option in Theme Options panel from where you can edit/remove the text as per your need.

    Sorry but I am sad that you want to remove it from Free Version. Look at this scenario: We build free theme, we give free support and put all our effort. Then the only recognition what we get for providing in Free Theme and Free Support is that Footer Status. This also you want to remove it. Then how can it be fair. Then how do we make our living. It’s obviously from few Pro user who contribute to our living and in return we give them more options.

    Note: we are supporting about 1 Million free users for free. This is really big amount of time and dedication that we need to use.

    in reply to: Appearance –> Customize will not load #47682
    Sakin
    Keymaster

    @Greg: Sorry these theme has lot of option to be added in Customizer. So, we haven’t used that. Instead we use our own Theme Options panel from which you can customize it. Go to “Appearance => Theme Options”. For more, check out our theme instructions page at http://catchthemes.com/theme-instructions/catch-evolution-pro/

    Instruction of featured slider is mentioned in theme instruction page listed above. Also we have screencast for:
    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/
    Featured Image: http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/

    in reply to: How can I change the colour of my menu bar #47680
    Sakin
    Keymaster

    @Brytbiz: Ok about the page template there is 3 different option to remove the slider.
    1. Disable Sidebar Template: See the demo http://catchthemes.com/demo/catchbox/a-page-without-sidebar/
    2. Full Width Disable Sidebar Template: See the demo http://catchthemes.com/demo/catchbox/full-width-page-without-sidebar/
    3. One-column no-sidebar: See the demo http://catchthemes.com/demo/catchbox/one-column-no-sidebar/

    So as per our requirement, you need to select the template Full Width Disable Sidebar Template.

    in reply to: How can I change the colour of my menu bar #47632
    Sakin
    Keymaster

    @Brytbiz: Color options is only there in Catch Box Pro version in Theme Options panel. For more details about Catch Box Pro, check out http://catchthemes.com/theme-instructions/catch-box-pro/

    In Catch Box Free version, you need to change the CSS manually to change the color of the menu.

    I am not sure what are you talking about the left panel. Can you explain in reference with your site URL.

    in reply to: Header Pic #47630
    Sakin
    Keymaster

    @bigrala: The size of the site is 1280px. So, you can make the image of width 1280px and add in.

    Why do you need to add two image. Logo and header image. Why don’t you combine both the image and add in as the single image. As background image in the responsive design is complicated. See this tutorial of responsive background image css http://sixrevisions.com/css/responsive-background-image/

    in reply to: Change menu colors? #47626
    Sakin
    Keymaster

    Hi Kathy,

    Yes, the site looks nice. But you haven’t change the slider image yet. Do you need help on this as well. Let me know it.

    1. First remove ...... from your custom css box. This is not good for your site.
    2. For border top, try to add the following css in “Appearance => Theme Options => Custom CSS” box.

    #secondary-menu ul.menu li:hover > a, #secondary-menu ul.menu a:focus, #secondary-menu .menu .current-menu-item > a, #secondary-menu .menu .current-menu-ancestor > a, #secondary-menu .menu .current_page_item > a, #secondary-menu .menu .current_page_ancestor > a { border-top: 3px solid #000; }
    #secondary-menu ul.menu ul li:hover  a { border-top: none; }

    Regards,
    Sakin

    in reply to: Open page in a new window #47625
    Sakin
    Keymaster

    @vidyaekta: But you said you want to make header like your parent site ektamedicaltravel.com . To make like this, you need to disable your primary menu and then use Secondary Menu. That is why I had also asked your to disable the Header Right Sidebar totally from “Appearance => Theme Options => Header Options”

    in reply to: Responsive Design Issue #47623
    Sakin
    Keymaster

    @Jason: Yes you can keep note comment before each custom css. The format of taking note is will be as below:
    /* Your Note */

    in reply to: Does Pro Theme Allow For Full Screen Display? #47622
    Sakin
    Keymaster

    @lukva: Your css should be as below:

    .no-sidebar.full-width #page {
        max-width: 90%;
        width: 100%;
    }
    in reply to: Remove Content #47621
    Sakin
    Keymaster

    @rojtalbot: In which page you are trying to remove the content area.

    in reply to: Remove link from slider titles #47620
    Sakin
    Keymaster

    @j1nk0: Featured Post Slider is created to highlight your post in your slider. So, it’s automatically linked to your post. We generally don’t recommend to remove the link. But if you need to remove the link, then you need to build child theme and edit it. As if you edit directly is core theme file, all your edits will be reverted back when you update/upgrade your theme. For more about child theme check out http://catchthemes.com/blog/create-child-theme-wordpress/

    Then after you create your child theme, you need to copy the function catcheverest_post_sliders() in your child theme functions.php file from Catch Everest theme catcheverest-fucntions.php file. Then remove the links.

    OR the easiest option is to Upgrade to Pro version and then you will get option to use Featured Image Slider, where link is optional. See this for more details about Featured Image Slider http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/

    in reply to: I like to bey the Catch Flames Pro Themes #47599
    Sakin
    Keymaster

    @Anne-Pia: Yes, it’s $44.99 . It seems like you purchased the Catch Box Pro at our introductory price. As now, Catch Box Pro is also at $44.99. We still have our 2nd Anniversary Special coupon code for 20% discount. You can check our blog post at http://catchthemes.com/blog/celebrating-catch-themes-2nd-anniversary

    in reply to: Remove "Home" field front page #47570
    Sakin
    Keymaster

    @Vibelingo: Can you post in your site URL so that I can check in detail.

    in reply to: Phone numbers in header #47569
    Sakin
    Keymaster

    @AlexBelko: Oh sorry I though you are using Catch Everest Pro version. Sorry, the free version doesn’t have that sidebar.

    Either, you need to upgrade to Pro version or you need to do that manually by creating child theme. For child theme, you can check out http://catchthemes.com/blog/create-child-theme-wordpress/ . Then in your child theme copy sidebar-header-right.php file and then remove <?php echo get_search_form(); ?> and add in your phone no there.

Viewing 20 posts - 5,841 through 5,860 (of 14,505 total)