Forum Replies Created
-
AuthorPosts
-
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; }Sakin
Keymaster@silvia: You can check out theme instructions page at http://catchthemes.com/theme-instructions/full-frame-pro/#updating .
If you want to update from WordPress Dashboard, then first you need to install and activate Catch Updater Plugin http://catchthemes.com/wp-plugins/catch-updater/ from “Plugins => Add New => Uploads”. After you upload and activate this plugin. You can download Full Frame Latest Version from your account at http://catchthemes.com/my-account and then upload theme zip file from “Appearance => Themes => Add New => Uploads”.
But if you want to use it from FTP then you need to unzip the latest version and then replace it in “wp-content/themes/full-frame-pro/”
Let me know if you still have issue then reply me in email. I have emailed you as well.
Sakin
Keymaster@beatmaniaNZ: Static Front page is WordPress core function. You can change that from “Appearance => Customize” or from “Settings => Readings”.
Anyway, it’s great that you fixed it.
Sakin
Keymaster@beatmaniaNZ: Looks like you have try to add in custom Login. Check your registration and login plugin.
Sakin
Keymaster@beatmaniaNZ: It is not theme problem. Please contact your hosting support for this. To switch team you can just delete theme from FTP. Then it will load default TwentyFifteen theme.
-
AuthorPosts
