Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@birdpuk: If you are in version 1.1 then it should be fine. There might be cache in WordPress. So, I hope the message will go soon. If not then let me know it and then I need to check in your server.
Sakin
Keymaster@Christian: Ok let me know it once it’s live. Thanks
Sakin
Keymaster@lazer: That image on top option is there in Catch Responsive Pro theme. When you can change the Archive Content Layout to “Excerpt Image Top” from “Appearance => Customize => Theme Options => Layout Options”.
To add title in the image, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.has-post-thumbnail .archive-post-wrap { position: relative; } .has-post-thumbnail .archive-post-wrap .entry-header { background-color: #fff; left: 2%; padding: 20px; position: absolute; top: 2%; width: 96%; }Note: You shouldn’t add/edit any core theme files inside catch-responsive directory as all your edits will be reverted back to original when you update the theme. So, we recommend you to do the customization from “Appearance => Customize”. But if you want to do advance coding changes then you need to build child theme and edit it. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/
Sakin
Keymaster@Alexander: We haven’t hard coded next and previous link image in slider. We have use WordPress code function
get_template_directory_uri()which take the URL of theme directory in your server. See the code as below:<div class="nav-previous"><img class="pngfix" src="'.get_template_directory_uri().'/images/previous.png" alt="next slide"></div> <div class="nav-next"><img class="pngfix" src="'.get_template_directory_uri().'/images/next.png" alt="next slide"></div>So, first make sure you have corrected theme WordPress Address (URL) and Site Address (URL) and then also change any value in theme option to clear the cache from Theme Options panel and then check in.
Sakin
Keymaster@Rui: It’s cool that you found the solution. It’s also mentioned in theme instructions page at http://catchthemes.com/theme-instructions/catch-box-pro/#updating
Sakin
Keymaster@Carlo: Yes, you can use Pro version anytime. If you are upgrading to Catch Flames Pro theme then read the theme instructions at http://catchthemes.com/theme-instructions/catch-flames-pro/.
Also you can check out updating process screencast at http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/
Sakin
Keymaster@dan-d: If you logo is larger then the device screen then responsive will make it fit to 100%. But if your logo is small then it won’t change it.
Sakin
Keymaster@flagshop: Then you can use “Secondary”. Just go to “Appearance => Menus => Manage Locations” and assign your custom menu to secondary location. This will make your menu center. Then you can disable header right from “Appearance => Theme Options => Header Options”.
Sakin
Keymaster@Christian: Please post in your site URL so that I can check in where in your search and suggest you css.
Sakin
Keymaster@Susie: Sorry I don’t get it. Your site font in loading fine in my iPad and iPhone. Can you explain more, maybe add screenshot showing your issue.
Sakin
Keymaster@ccarmody: The option to move site title and tagline above the header image is there only in Catch Everest Pro version. For, more information about additional features in pro version, check out theme instructions page at http://catchthemes.com/theme-instructions/catch-evolution-pro/
Yes, you can switch over to Catch Everest to Catch Evolution. You content and all will be safe. Just that you need to configure settings in Catch Evolution Theme options panel. For catch evolution theme options, you can check out http://catchthemes.com/theme-instructions/catch-evolution-pro/
Sakin
Keymaster@Daniel: We finally got the issues found and fixed it in version 3.3. It was issue only in non English site which has set different language in General => Settings. We have attributed you as the reporter of the bug. You can check out change log at http://catchthemes.com/changelogs/catch-responsive-pro-theme/ Thanks a lot.
Sakin
Keymaster@flagshop: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
#header-right { padding-top: 0; }If you further want to reduce it, then you can reduce the margin top in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
#header-right .widget { margin-top: 15px; }Sakin
Keymaster@marcodimi: I see that you haven’t activated “Catch Updater Plugin”. Please activate that plugin then only you will be able to update the theme from “Appearance => Themes => Add New => Uploads”. This plugin will backup your existing theme and also update the theme to latest version when you upload it.
If you don’t want to install this plugin, then first you need to activate any other theme and then delete this theme and install it again. This is also same processes.
Sakin
Keymaster@Kenta: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
.site-info { text-align: right; }Sakin
Keymaster@Cordula: Sorry I don’t have any recommendation. You can search at http://wordpress.org/plugins/
-
AuthorPosts
