Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Guillaume: Ok I cannot check in with your css. You need to make site Live. You can publish test site or live site and let me know it.
Sakin
Keymaster@photoframd: Hum… This is strange. Pro version should work exactly like free version. Can you go to “Appearance => Customize => Theme Options => Layout Options” and then check in “Archive Content Layout”.
Also post in your site URL and explain where was the issue which is not showing now.
September 27, 2015 at 8:47 pm in reply to: ①Header height, ②featured slider color, 3gray line #67601Sakin
Keymaster@Kenta: Sorry I don’t understand your request. What do you mean by reduce header right. Are you trying to reduce space, height, font or width.
Sakin
Keymaster@Guillaume: What have you added in custom css. If you don’t want space between, then remove the previous css that I gave you and add the following:
#site-title { line-height: 1; }Sakin
Keymaster@Nonno: Thanks for your appreciation. Please support us my providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform.
Thanks 🙂
Sakin
Keymaster@Guillaume: Please post in your site URL and then I can check in.
Sakin
Keymaster@Nonno: Sorry there is missing dot, please update css as below:
@media screen and (max-width: 767px) { .entry-summary { display: none; } }Sakin
Keymaster@Ruthy: There is no font option in Catch Responsive Free theme. There is only in pro version. You can search for font plugin in http://wordpress.org/plugins
Sakin
Keymaster@shaun.smudger.smith: Oh you want to remove background in posts as well. Then replace the previous css
#content .type-page { background-color: transparent; }
With the following css:
#content .hentry { background-color: transparent; }Sakin
Keymaster@Nonno: YOu can try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (max-width: 767px) { entry-summary { display: none; } }Sakin
Keymaster@muddergrad: Not sure how that plugin is interacting. You need to contact that plugin author to fix the js conflict issue. Can you try other plugin instead. As you can see that plugin is not good rated https://wordpress.org/support/view/plugin-reviews/easy-adsense-lite and also not updated to WordPress version 4.3.1. It’s compatible only till WordPress version 4.1.8.
When I search in plugin directory, I see “Adsense Explosion” and “AJAX Plugin for AdSense” plugins are compatible to WordPress version 4.3.1.
Sakin
Keymaster@PierreSG: Catch Everest Free version is not compatible to multilanguage plugin like Polylang or WPML, only pro version is compatible to Polylang and WPML plugin. For free version, first build child theme (for child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/ ) and then add the following code in your child theme
functions.phpfile.if ( ! function_exists( 'catcheverest_wpml_invalidcache' ) ) : /** * Template for Clearing WPML Invalid Cache * * To override this in a child theme * simply create your own catcheverest_wpml_invalidcache(), and that function will be used instead. * * @since Catch Everest Pro 2.0 */ function catcheverest_wpml_invalidcache() { delete_transient( 'catcheverest_post_sliders' ); delete_transient( 'catcheverest_homepage_featured_content' ); delete_transient( 'catcheverest_homepage_headline' ); delete_transient( 'catcheverest_footer_content_new' ); // Footer Content New } // catcheverest_wpml_invalidcache endif; add_action( 'after_setup_theme', 'catcheverest_wpml_invalidcache' );Sakin
Keymasteryes delete cache is same. In some plugin it will have option as Empty Cache, some have Delete Cache and some have “Clear Cache”. All means same.
September 25, 2015 at 9:32 pm in reply to: Content jumps 91px when flipping over to fixed top menu #67529Sakin
Keymaster@Haydie: After adding this CSS, we have footer footer over content issue. See this screenshot https://www.dropbox.com/s/jkx3jqvieb6d345/Screenshot%202015-09-25%2021.31.11.png?dl=0
Sakin
Keymaster@jmb-travel: Yes, you can do that from Adventurous Pro theme. For that, you need to go to “Appearance => Theme Options => Header Featured Image Options” and in ”
Enable Featured Header Image”, you need to select option “Entire Site, Page/Post Featured Image”. After you choose this, the featured image of page/post will replace the default header image.September 25, 2015 at 8:31 pm in reply to: Using different image for Featured image and post preview #67527Sakin
Keymaster@jmb-travel: Yes, you can do that from Adventurous Pro theme. For that, you need to go to “Appearance => Theme Options => Header Featured Image Options” and in ”
Enable Featured Header Image”, you need to select option “Entire Site, Page/Post Featured Image”. After you choose this, the featured image of page/post will replace the default header image.Sakin
Keymaster@cherylebernard: I am bit confused with your site.
First, I see that you have empty menu in Primary Menu and you have items only in Secondary Menu.
Second, I see that you have added logo as Header Image. So, try adding logo from “Appearance => Customize => Site Identity”Then, please remove following css from your Custom CSS box:
#masthead { padding-top: -200px; padding-bottom: -200px; }And then add the following css in your Custom CSS box:
.sidebar-header-right { display: none; } #masthead { padding: 0; } .mobile-menu-anchor a.genericon-menu, .mobile-menu-anchor a.genericon-menu:hover { color: #ddd; }Sakin
Keymaster@jmb-travel: It’s not that easy for us. We need to check in all and make it compatible. So, we are researching about it.
Sakin
Keymaster@shaun.smudger.smith: Yes, try clearing your cache after you make any settings changes. I don’t see any content in your blog page.
Sakin
Keymaster@PSGClarity: Yes, you can add the following css in “Appearance => Theme Options => Custom CSS” box to make your social icons color
.social-profile ul li.facebook a { background-position: 0 -44px; } .social-profile ul li.twitter a { background-position: -44px -44px; } .social-profile ul li.google-plus a { background-position: -528px -44px; } .social-profile ul li.linkedin a { background-position: -176px -44px; } .social-profile ul li.pinterest a { background-position: -484px -44px; } .social-profile ul li.you-tube a { background-position: -132px -44px; } .social-profile ul li.rss a { background-position: -88px -44px; } .social-profile ul li.slideshare a { background-position: -660px -44px; } .social-profile ul li.email a { background-position: -837px -44px; } -
AuthorPosts
