Forum Replies Created
-
AuthorPosts
-
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/
Sakin
Keymaster@marcodimi: Make your you have activated Catch Updater plugin so that you can do easy update from next time. Just go to http://catchthemes.com/wp-plugins/catch-updater/ and download catch-updater.0.3.zip file and then activate plugin from “Appearance => Plugins => Add New => Uploads”.
Then you will be able to update your theme always from zip file using “Appearance => Themes => Add New => Uploads”.
Sakin
Keymaster@ktuth: Looks like there is HTML code problem in the text that you have added in page. Looks like there is missing closing element. So, can you try making different page with just text as your static homepage.
Sakin
Keymaster@joshim: Detail Color Options with color picker is there in Pro version. You can find more information about additional features in Pro version at http://catchthemes.com/theme-instructions/catch-everest-pro/
For main menu bar background color, you can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
#header-menu { background-color: #3a3d41; } -
AuthorPosts
