Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@photoframd: That should work fine. If that is not working then, try adding following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#feature-slider { border: 10px solid #cc0001; }Sakin
Keymaster@photoframd: Please post in your site URL and let me know which color you want to change and then I will send you custom css.
Sakin
Keymaster@Svenni: Please post in your site URL and then I can check in if that is possible with css or not. If not then you need to change it by building child theme.
Sakin
Keymaster@jmb-travel: Sorry, I don’t get it in which page it is not working. The settings does like this. I will load default header image for archives but for pages and posts you can change it individually.
Sakin
Keymaster@Guillaume: Let me know if any change you got online.
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
-
AuthorPosts
