Forum Replies Created

Viewing 20 posts - 4,341 through 4,360 (of 14,509 total)
  • Author
    Posts
  • in reply to: Layout Option previews but doesn't save #54879
    Sakin
    Keymaster

    @doctormobius: This is little strange and I need to check in your server. So, I will send you personal email.

    in reply to: logo size & static front page #54878
    Sakin
    Keymaster

    @Michael: Ok then we need to add compatible with qTanslate-X as well. We will go this in next version update. Thanks for the info.

    For now you can open functions.php file and edit the following code:

    /**
     * Add Suport for qTranslate and mqTranslate Plugin
     */	
    if ( in_array( 'qtranslate/qtranslate.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ||
    in_array( 'mqtranslate/mqtranslate.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) { 
    	require( get_template_directory() . '/inc/catchkathmandu-qtranslate.php' );
    }

    With the code as below:

    /**
     * Add Support for qTranslate X, mqTranslate and qTranslate Plugin
     */	
    if ( defined( 'QTX_VERSION' ) || in_array( 'qtranslate/qtranslate.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) || in_array( 'mqtranslate/mqtranslate.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) { 
    	require( get_template_directory() . '/inc/catchkathmandu-qtranslate.php' );
    }
    in reply to: Mobile menu #54871
    Sakin
    Keymaster

    @Disser24: Yes look like you have already fixed it as when I check in from my phone, your menu is working fine. Thanks

    in reply to: Catch Responsive NOT mobile friendly #54869
    Sakin
    Keymaster

    @Gordon: I don’t know where you test it. But we have tested Catch Responsive Pro theme in Google Mobile-Friendly Test. See the result https://www.google.com/webmasters/tools/mobile-friendly/?url=http%3A%2F%2Fcatchthemes.com%2Fdemo%2Fcatch-responsive%2F

    in reply to: Third Bottom Footer malfunction #54868
    Sakin
    Keymaster

    @Jan Deelstra: Hum, it’s not the problem of third widget. It’s the problem with “Grab the Pop Corn. Grab the Wine. Women’s Empowerment THEATRE” widget in your sidebar. You have forget to close your hyperlink.

    I see the code in your site as below, where </a> is missing:
    <a href="http://www.JanDeelstra.com/theatre"><img class="alignnone wp-image-6219 size-medium" src="http://www.jandeelstra.com/wp-content/uploads/2015/03/movie_film_camera-500x421.png" alt="movie_film_camera" width="500" height="421" />NOW PLAYING!

    So, replace that with the following:

    <a href="http://www.JanDeelstra.com/theatre">
    	<img class="alignnone wp-image-6219 size-medium" src="http://www.jandeelstra.com/wp-content/uploads/2015/03/movie_film_camera-500x421.png" alt="movie_film_camera" width="500" height="421" />
    		NOW PLAYING!
    </a>
    in reply to: Display menu button in responsive menu #54867
    Sakin
    Keymaster

    @AlanF: Thanks for your appreciation. If you like Catch Box theme and Catch Theme support then please support Catch Box theme by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-base?rate=5#postform. Thanks 🙂

    in reply to: logo size & static front page #54866
    Sakin
    Keymaster

    @Michael: We haven’t use Qtranslate-X but our users has been using mqTranslate, WPML and Polylang. WPML has officially certified as WPML plugin compatible. So, an you use other plugin.

    in reply to: change slider text box #54853
    Sakin
    Keymaster

    @violethuez: This is Catch Everest Pro support forum. For Full Frame free theme, please post it in http://catchthemes.com/support-forum/forum/full-frame-free/

    Did you check in theme instructions for Full Frame free theme “Featured Slider” heading at http://catchthemes.com/theme-instructions/full-frame/#featured-slider

    Full Frame support “Featured Page Slider”, for that first you need to create page and add in featured image to you page. Then you need to go to “Appearance => Customize => Featured Slider Options => Featured Slider Type” and select “Featured Page Slider”. Then you need to select the page which you want to show as slider. Finally, Save & Publish.

    in reply to: Logo Not aligned when not in full screen #54852
    Sakin
    Keymaster

    @pixelartists: ok thanks 🙂

    in reply to: logo size & static front page #54851
    Sakin
    Keymaster

    @Michael: Logo size depends on the image that you upload. If you upload small image it will load small image.

    You can add the following css in “Appearance => Theme Options => Custom CSS” box to reduce padding top and bottom:

    #site-logo, #header-right { padding-top: 20px; }
    #hgroup-wrap { padding-bottom: 20px; }
    in reply to: All pages appearing on home page #54849
    Sakin
    Keymaster

    @petergrove: I am bit confused with your question.
    1. If you want single static page as your homepage. Then go to “Settings => Readings”. You will see “Front page displays”. There you need to check “A static page (select below)” and then select page which you want to show in homepage in “Front page:” option and then select the page which you want to show as blog in “Posts page:” and save changes.

    in reply to: Menu Bar on Mobile Site #54848
    Sakin
    Keymaster

    @fletchsc: Sorry but I don’t get it what you want. Let me details of what you want then I can check you current css and give you the new one.

    Sakin
    Keymaster

    @Michael: This is strange. I need to check your setup. So, I will email you personally.

    in reply to: Wp postratings plug-in #54843
    Sakin
    Keymaster

    @Johan: Thanks for your appreciation. Ok then you can add that code below the code
    echo '<div class="entry-content">';

    in reply to: Animated logo using Edge (AOM files) #54842
    Sakin
    Keymaster

    @Paul: So are you able to do that. Yes, animated logo with .gif is really hard one. In Catch Flames Pro, you have add plugin and do the coding. But for that you need to build child theme. For child theme you can check out http://catchthemes.com/blog/create-child-theme-wordpress/. For example, if you install “Edge Suite” plugin that you can add that plugin template code in child theme. So, just add the following code in your child theme functions.php file:

    function catchflames_logo() {
    	echo '<div id="site-logo">';
    	if( function_exists( 'edge_suite_view' ) ){ echo edge_suite_view(); }
    	echo '</div>';
    }
    in reply to: Mobile menu #54837
    Sakin
    Keymaster

    @Disser24: Can you post in your site URL so that I can check the issue.

    in reply to: Layout Option previews but doesn't save #54836
    Sakin
    Keymaster

    @doctormobius: This is strange as it’s working fine when I test in our server. Can you try disabling plugin one by one to check in there is any plugin conflict. Let me know if this solves your issue or not.

    in reply to: Display menu button in responsive menu #54835
    Sakin
    Keymaster

    @AlanF: You can upload new menu icon image in your site and then add edit the following css where your menu image should be replaced by image URL and then add it in “Appearance => Theme Options => Custom CSS” box.

    .tinynav {
    	background: url("your menu image") right 1px no-repeat;
    }
    in reply to: How to make a submemu? #54812
    Sakin
    Keymaster

    @Xianmin: It’s same way like Primary menu. You can create menu and then assign it as secondary menu. Yes, you can add sub-menu as per your need. Check this out which shows how to add sub-menu http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/

    Excerpt and Full Content layout is controlled from “Appearance => Theme Options => Layout Options”

    in reply to: Homepage Menu Not Syncing With Back End #54811
    Sakin
    Keymaster

    @michellebergmann: I just check in your contact us page
    http://www.yukongoldminetours.com/?page_id=350 But I don’t see title repeat. It only has one Contact Us title.

    For site subtitle font size and color, you need to change teh color code and font size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
    #masthead #site-description { color: #888 !important; font-size: 14px; }

Viewing 20 posts - 4,341 through 4,360 (of 14,509 total)