Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Phil: try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
.fixed-header #header-right .textwidget { max-height: 32px; width: auto; }Sakin
Keymaster@m3evm: ok then replace the previous css with the following css:
/* Large screen above 320px */ @media screen and (min-width: 1400px) { #masthead { padding-bottom: 240px; padding-top: 284px; } } /* Small screen below 991px */ @media screen and (max-width: 990px) { #masthead { padding-bottom: 140px; padding-top: 184px; } }Sakin
Keymaster@seyi: It’s not the theme issue. It looks like you have Maximum File size upload limit from your server. You can activate any other theme and check in. This is not theme issue.
So, either you need to reduce the image size or ask your website hosting server support to increase the upload limit.
Sakin
Keymaster@pjbovee: If you don’t want that social icon in header, then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box to hide it.
.sidebar-header { display: none; }For that header image, either you need to add padding like the one I gave you earlier or just add in the minimum height like below:
@media screen and (min-width: 991px) { #masthead { min-height: 350px; } }Note: Only in pro version there is option to manage Header Sidebar.
Sakin
Keymaster@aruss24: Can you post in your site URL and is possible screenshot of what you want. to add border just in pages, you can add the following css:
.hentry.type-page { border: 2px solid #000; }Sakin
Keymaster@mydreamin: For child theme, yo can simply download it from http://catchthemes.com/blog/create-child-theme-wordpress/
Sakin
Keymaster@mydreamin: Oh then it will be problem That is why we always say don’t edit theme files. For any css changes, you can use “Appearance => Customize => Theme Options => Custom CSS Options” box or build child them and add it in your child theme style.css. These css are safe for update.
Sakin
Keymaster@cindy: You are using Ca5tch Responsive Pro 3.0 where as the latest version is 3.2 http://catchthemes.com/themes/catch-responsive-pro/. So, you need to update to latest version. For update, please follow the instructions mentioned in theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/#updating
Sakin
Keymaster@Jeff: Ok for that I need to check in your server. I will send you email and then you can reply me there.
Sakin
Keymaster@Cattext: Not so sure about it. You might need to hire developer for this. Try plugin like https://wordpress.org/plugins/superfish/
Sakin
Keymaster#SungJu: For that you need to create page/post and then upload images from “Add Media” then create Gallery and add gallery shortcode in your page/post
Sakin
Keymaster@Haydie: If that is not WPML issue then try disabling plugin and check in. If theme works fine without plugin then it’s not theme issue. If theme has compatibility issue with WPML then they need to send us the fix then only we will be able to add in as Adventurous Pro theme was tested in my WPML team and added in compatibility. See this https://wpml.org/theme/adventurous/.
Also I check in Swedish in demo site from WPML at http://theme-testing.wpml.org/adventurous/ and the promotion headline is working fine.
Sakin
Keymaster@Ariane: Ok then just add the following css in “Appearance => Theme Options => Custom CSS” box:
#masthead.fixed-header { position: relative; }Sakin
Keymaster@tobman: You shouldn’t edit core theme style.css directly. I check in your site and see that you have edit edit and also you are using old version. Please update to latest version that is Catch Responsive 1.9. Then if you need to edit css then you can either use “Appearance => Customize => Theme Options => Custom CSS Options” box or buy building child theme.
When I check in your demo site http://catchthemes.com/demo/catch-responsive/ from my iphone and HTC with latest version of Anorid. It’s working fine. Can you update your phone OS and check in.
Sakin
Keymaster@Sheryl: You don’t need to add all that css. So, remove that css and add the following css. In the following css you can change the font size as per your need. Right now, I have made it as 16px.
#secondary .widget { font-size: 16px; }Sakin
Keymaster@Keir: You have block source of your site to read feed. So, check your plugin for this issue. It’s not theme issue.
Sakin
Keymaster@bigoslesli: It should work fine. Maybe you missed one of the steps mentioned in theme instructions pro http://catchthemes.com/theme-instructions/catch-kathmandu-pro/#updating.
First make sure that you have active Catch Updater plugin http://catchthemes.com/wp-plugins/catch-updater/ and then download theme zip file from your account at http://catchthemes.com/my-account and upload it from “Appearance => Themes => Add New => Uploads”.
Sakin
Keymaster@Haydie: For plugin support, we recommend you to use plugin support forum. For WMPL plugin it’s https://wpml.org/forums/forum/english-support/
As per my knowledge, it should be string translation and it’s documented in https://wpml.org/documentation/getting-started-guide/string-translation/
Sakin
Keymaster@knudkp: Yes, it would have been better if there was easy update like WordPress.org theme and plugins. But our settings is not matching with it. We will try to add that update soon.
Yes, there is theme instructions for update. You can note this http://catchthemes.com/theme-instructions/catch-base-pro/#updating
-
AuthorPosts
