Forum Replies Created
-
AuthorPosts
-
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; }June 12, 2016 at 9:13 pm in reply to: Changing Language in Promotional Headline + Featured Content #93388Sakin
Keymaster@kayae: Sorry adventurous free theme doesn’t support qtranslateX plugin fully. For that you need to upgrade to Adventurous Pro theme.
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.
Sakin
Keymaster@chd3143: Thanks for contacting us and access. We have been able to solve this issue in version 1.2.1.
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.
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; }Sakin
Keymaster@monicavilas: thanks 🙂
Sakin
Keymaster@monicavilas: Nice 🙂
Sakin
Keymaster@gaiabee: Yes, your site
og:imagelooks 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:imagefrom 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”
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' );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.
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.
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
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”.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”
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”
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”.
Sakin
Keymaster@poul2015: I need access to your server and site. So, I have send you personal email. Can you reply me there.
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/”
-
AuthorPosts
