Forum Replies Created

Viewing 20 posts - 1,181 through 1,200 (of 14,499 total)
  • Author
    Posts
  • in reply to: Responsive menu sizing #93486
    Sakin
    Keymaster

    @Kip: where did you add that css? I don’t see it in your site.

    in reply to: Responsive menu sizing #93389
    Sakin
    Keymaster

    @kip: For catch box pro theme, you need to user the forum https://catchthemes.com/support-forum/forum/catch-box-pro-premium/

    For that, you can reduce the width in the following css as per your need and then add it in your child them stye.css file
    .sidr { width: 260px; }

    Sakin
    Keymaster

    @kayae: Sorry adventurous free theme doesn’t support qtranslateX plugin fully. For that you need to upgrade to Adventurous Pro theme.

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

    @9punkt2: Hello Alex, but that menu is not from our theme. It’s from Mega Menu plugin. So, you need to solve from plugin. If this was theme menu then we can work it out.

    in reply to: Can't Customize or Preview! #92991
    Sakin
    Keymaster

    @chd3143: Thanks for contacting us and access. We have been able to solve this issue in version 1.2.1.

    in reply to: Image on promotion headline option? #92979
    Sakin
    Keymaster

    @alwilleford: Pelase post in your site URL and then I can check in. Also post in your image URL that you want to add as background.

    in reply to: menu bar on the left pops up and disappears #92640
    Sakin
    Keymaster

    @centaine: There is slight loading issue of mobile menu css. Can you try adding the following css in “Appearance => Customize => Theme Options => Custom CSS” box. Also clear your cache from “WP Super Cache” plugin after you add this css:

    .sidr.left {
      left: -260px;
      right: auto;
    }
    in reply to: Translate Promotion Headline #92503
    Sakin
    Keymaster

    @monicavilas: thanks 🙂

    in reply to: Catch Base I Featured Slider – switching languages #92502
    Sakin
    Keymaster

    @monicavilas: Nice 🙂

    in reply to: Facebook-friendly controls/settings? #92483
    Sakin
    Keymaster

    @gaiabee: Yes, your site og:image looks fine. But now you have 2 images.
    1. Form Yoast SEO: which is showing as below. You can change this image from “SEO => Social => Facebook”. There you can upload your Frontpage image, which will be for your header image and also default image.
    <meta property="og:image" content="http://voicesoftheselves.com/wp-content/uploads/2016/02/MG_3640-200x300.jpg" />

    2. You need to remove another og:image from header. The following code:
    <meta property="og:image" content="http://voicesoftheselves.com/wp-content/uploads/2016/02/FB_logo_centered2_200x200.jpg" />

    Note: If you are trying to add this image http://voicesoftheselves.com/wp-content/uploads/2016/02/FB_logo_centered2_200x200.jpg as your Facebook image for Homepage, then just go to “SEO => Social => Facebook” and paste this image url in “Image URL:” and “Save Changes”

    in reply to: Catch Base I Featured Slider – switching languages #92468
    Sakin
    Keymaster

    @monicavilas: Actually, Catch Base free doesn’t support multi-language and you might want to consider using Catch Base Pro theme. But as per your message, you are saying it’s working in customizer then can you try adding the following code in your child theme functions.php file:

    if ( ! function_exists( 'catchbase_wpml_invalidcache' ) ) :
    /**
     * Template for Clearing WPML Invalid Cache
     *
     * To override this in a child theme
     * simply create your own catchbase_wpml_invalidcache(), and that function will be used instead.
     *
     * @since Catch Base Pro 3.0
     */
    function catchbase_wpml_invalidcache() {
    	delete_transient( 'catchbase_featured_content' );
    	delete_transient( 'catchbase_featured_slider' );
    	delete_transient( 'catchbase_footer_content' );	
    	delete_transient( 'catchbase_promotion_headline' );
    	delete_transient( 'catchbase_featured_image' );
    	delete_transient( 'all_the_cool_cats' );	
    } // catchbase_wpml_invalidcache
    endif;
    
    add_action( 'after_setup_theme', 'catchbase_wpml_invalidcache' );
    in reply to: Translate Promotion Headline #92467
    Sakin
    Keymaster

    @monicavilas: Polylang is only supported in our Pro version. So, you might need to considering purchasing “Catch Base Pro” theme. As it support string translation.

    in reply to: Facebook-friendly controls/settings? #92466
    Sakin
    Keymaster

    @gaiabee: Facebook take image from “Featured Image” in your post/page. That is automatically. Yes, you can use plugin like Yoast SEO which handles SEO and Open Graph for Facebook, check this out http://kb.yoast.com/article/219-getting-open-graph-for-your-articles

    Then you can test your Homapage and other pages from https://developers.facebook.com/tools/debug/. Here add in URL and then click on “Debug”. Then it will show all the detail. Check in “Time Scraped”, if it was long time then you can click on “Scrape Again” to get latest details.

    Please post in your site URL and let me know what you are you trying to get image as.

    in reply to: different Header images #92465
    Sakin
    Keymaster

    @summer: Are you trying to add Header Image or Site Logo.

    If you are trying to add in Site logo then go to “Appearance => Customize => Site Identity” and then upload your logo. Check this link for more details https://catchthemes.com/theme-instructions/catch-responsive/#add-logo

    But if you are trying to upload header image then go to “Appearance => Customize => Header Image” Check this link for more details https://catchthemes.com/theme-instructions/catch-responsive/#header-image

    in reply to: Menu Buton Is Not Visible #92392
    Sakin
    Keymaster

    @paulbass: It looks like you have disable header right sidebar.
    1. Go to “Appearance => Customize => Theme Options => Header Options” and uncheck “Check to Disable Header Right Sidebar”, then “Save & Publish it”.
    2. Then go to “Appearance => Customize => Menus => Menu Locations” and select your menu in “Header Right Menu”, then “Save & Publish it”.

    in reply to: Post infinite scroll update not working properly #92391
    Sakin
    Keymaster

    @friarpaul: I need to check in your site customizer for this issue. So, I will send you email on this. Did you check in “Appearance => Customize => Theme Options => Homepage / Frontpage Options”

    in reply to: Doesent show logo since update to version 3.6.1 #92389
    Sakin
    Keymaster

    @pips: Looks like you have already solve this issue. As when I check in your site, logo is displaying fine. If not then let me know it. As from WordPress 4.5, logo is at “Appearance => Customize => Site Identity”

    in reply to: Xing as Social Media Icon #92388
    Sakin
    Keymaster

    @frankysweb: Thanks. Sorry but we cannot add Xing as social icons as we are using Genericons . They need to update it.

    But if you upgrade to Clean Magazine Pro theme, then you can add upload custom Xing icon from “Appearance => Customize => Social Links => Custom Social Links”.

    in reply to: Cant get access wp/ White screen #92387
    Sakin
    Keymaster

    @poul2015: I need access to your server and site. So, I have send you personal email. Can you reply me there.

    in reply to: Menu limit #92386
    Sakin
    Keymaster

    @paulbass: Please post in your site URL. Fist you need to create menu from “Appearance => Menus”, add in page, category, links as per your need and save it. After that you need to assign that menu to menu location from “Appearance => Menus => Manage Locations”.

    Did you check in blog post “https://catchthemes.com/blog/custom-menus-wordpress-themes/&#8221;

Viewing 20 posts - 1,181 through 1,200 (of 14,499 total)