Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@vichewordpress: I see that you are using Default page menu that is why you have issue like that. We will fix this in new version update.
For now, you can edit file
inc/catchresponsive-menus.phpand find the following code:
return preg_replace( '/<ul>/', '<ul class="menu catchresponsive-nav-menu">', $ulclass, 1 );Then replace it with:
return preg_replace( '/<ul>/', '<ul class="menu page-menu-wrap">', $ulclass, 1 );Sakin
Keymaster@Susie: For that you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (min-width: 480px) { #featured-content.layout-three .hentry { text-align: center; width: 33.33%; } }Sakin
Keymaster@Ariane: Sorry there is no option to do that in Theme. But you can hide footer in homepage with custom css. So, post in your site URL and then I can check in.
Also you can use plugin like “Jetpack” and activate “Widget Visibility” module and show and hide widgets in various pages.
Sakin
Keymaster@vichewordpress: We are using latest version in demo page as well. Can you post in your site URL and let me know your issue in iPhone. As when I check in our demo at iPhone, it’s working fine.
Sakin
Keymaster@matthewseanmclachlan: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
#header-top { z-index: 99; }August 26, 2015 at 8:27 pm in reply to: I want to use other font family different from default given. #65348Sakin
Keymaster@Unnop: Yes, we would love to add that. But this falls under plugin territory. So, will add in Catch Web Tools plugin. For now, search for plugin in WordPress.org like
https://wordpress.org/plugins/use-any-font/August 26, 2015 at 3:24 pm in reply to: I want to use other font family different from default given. #65305Sakin
Keymaster@Unnop: Sorry you cannot add like that. For custom fonts, either you need to install it using WordPress plugin or build child theme and embed font in your child theme style.css using font face. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/.
Sakin
Keymaster@Sue: You can change header image from “Appearance => Customize => Header Image”. If you get error message like “The uploaded file could not be moved to wp-content/uploads/2015/08.”. Then make sure that have set permission 755 to upload directory. For this, you need to check with your Hosting server support. It’s the issue of folder permission.
Sakin
Keymaster@Luchino: You can check it here. Italian version is 50% completed for Chicago Free theme at https://translate.wordpress.org/projects/wp-themes/chicago/it/default
Sakin
Keymaster@eamonabraham: Please post in your site URL so that I can check in and suggest you the possible solution.
Sakin
Keymaster@Dhuan: Thanks for your appreciation and if you like my support and Catch Box theme then please support by providing your valuable review at https://wordpress.org/support/view/theme-reviews/catch-box?rate=5#postform
Sakin
Keymaster@Kim: Can you post in your site URL and let me know what are you trying to do? Which color code are you trying to change to. Then I can look at your site and suggest you the solution.
Sakin
Keymaster@cinta: You can check your Header Image options at “Appearance => Customize => Header Image => Enable Featured Header Image on” and change it as per your need.
Sakin
Keymaster@Anne-Pia: Then I think you can create PayPal payment button from your PayPal account and setup. Sorry, I only know how to setup using WooCommerce plugin.
Sakin
KeymasterFirst, remove the width :40% that you have added in.
.archive-post-wrap { padding-bottom: 20px; width: 40%; }Then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (min-width: 768px) { .home #main .hentry { width: 50%; float: left; } }Note: you shouldn’t add/edit any files inside ‘catch-base’ theme directory. As this files will be reverted back to original when you update your theme and you will loose your customization. So, for custom css either add in Custom CSS Options box or build child theme and add it in child theme style.css file.
Sakin
Keymaster@Kim: Sorry replace previous css with the following:
.has-header-left-menu .site #logo-wrap { text-align: center; width: 100%; } #site-logo { display: block; float: none; } -
AuthorPosts
