Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Alvin: yes, it is controlled by css. Normal logo max height is 41px and when you scroll down and for fixed logo, it’s 32px. You can change the height in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS” box:
#site-logo img { max-height: 41px; } #masthead.fixed-header #site-logo img { max-height: 32px; }Sakin
Keymaster@birdpuk: We have released new version today, which fixed this update notifier. There was issue in path.
Sakin
Keymaster@florence.vanacker: There is no option to do that from option. But you can try changing it from custom css.
Sakin
Keymaster@Cricket: We don’t have that feature. For that you need to build child theme and edit query in your child theme
functions.phpfile. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and for random post, I found this https://wordpress.org/support/topic/how-can-i-show-random-posts-at-the-homepageSakin
Keymaster@Ingo: Can you post in your site URL and then I can check in.
Sakin
Keymaster@jennifersimsdesign-com-au: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#feature-slider { padding-bottom: 0; }Sakin
Keymaster@eirini: From next time, please post in your site URL so that I check in and send you custom css. For now, I assume you are using default header and footer. Also note that we have Color Options in Catch Flames Pro theme in Theme Options, from which you can easily change color as per your need.
For now, you can try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
/* For Header Background Color */ #branding { background-color: #99ccff; } /* For Footer Background Color */ #site-generator { background-color: #99ccff; }Sakin
Keymaster@Michaela: Looks like W3 total cache plugin issue. Can you go to “Performance => General Settings => Minify” and uncheck js minification. After that please empty cache and check in.
Sakin
Keymaster@Michaela: That’s nice…
Sakin
Keymaster@kalatos:
1. To show full content in blog, you need to go to “Appearance => Theme Options => Layout Options” and in “Content Layout”, you need to check “Full Content Display” and then save it.2. I see that you have Gallery Slideshow and looks like it’s script issue. So, for this I suggest you to ask in NexGen gallery plugin support. Are you sure you add in same shortcode. As when I check in your main page, you have different script.
Sakin
Keymaster@Alvin: That’s great. Cheers 🙂
Sakin
Keymaster@eirini: Which theme are you using it? We recommend WPML plugin or Polylang plugin and you can see the list of theme with WPML plugin ready at http://catchthemes.com/themes/category/wpml-ready/
Sakin
Keymaster@tmoore615: Sorry your post when it spam as your URL as testing site. When I check in now, it’s not there.
Sakin
Keymaster@Michaela: You can try adding following css in “Appearance => Theme Options => Custom CSS” box:
#secondary .widget { border: none; box-shadow: none; padding: 0; } #secondary .widget-title { background-color: #3cc; padding: 5px 10px; }Sakin
Keymaster@Alexander: Thanks for sharing 🙂
Sakin
Keymaster@eirini: In Catch Everest Free theme, we don’t have Color Options that you can change it by yourself. It’s there only in Pro version.
But if you post in your site URL and let us know for which element that you want to change color, then we will be able to send you custom css.
Sakin
Keymaster@Sandra: At least, you should have post in your site site URL and let me know the elements that you want to hide it so that I can guide you. For now I can just give you example. First, you need to find that page ID. To find id, you can install Catch IDs plugin https://wordpress.org/plugins/catch-ids/. Then you can hide using that page ID. For example, you can see the following css is used to hide page 2 header elements such as Fixed header menu, header, header image and header menu. You can just change that 2 to the page ID that you want and then add it in “Appearance => Theme Options => Custom CSS” box:
.page-id-2 #fixed-header-top, .page-id-2 #branding, .page-id-2 #header-image, .page-id-2 #header-menu { display: none; } -
AuthorPosts
