Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Consciousness: No our theme are totally checked and reviewed. I am sure this is not issue with our theme. I have checked in our server and everything is working fine. Catch Evolution theme code is properly review by WordPress Theme Review Team as well. If there is anything issue then theme will not be approved to be listed.
Both Catch Evolution Free and Pro version is working fine on our side. So, check your plugin if it is conflicting. Try disabling plugin and check in.
Sakin
Keymaster@imaginative-coaching: Sorry I don’t see any issue in the page you have listed. Can you explain the problem.
Sakin
Keymaster@A_Dem: I just check in your site and there is no missing updated. It’s already been fixed.
Sakin
Keymaster@ToddWilliam: Sorry this option is not there in theme. You might want to search for that script or plugin and add it.
Sakin
Keymaster@Bouncedancer: Yes using plugin will help you.
Sakin
KeymasterHi Dona,
You need to change the color code in that CSS and then add it in “Appearance => Theme Options => Custom CSS” box. Send me your site URL then I will check in what you have added in.
Regards,
SakinSakin
Keymaster@Consciousness:
(a) Yes all the options added in Theme Options panel are safe for upgrade.(1) If Georgia is web safe font. See the list of web safe font at http://www.w3schools.com/cssref/css_websafe_fonts.asp . So, it will be as below:
body, input, textarea { font-family: Georgia, serif; }(b) There are lot of advantage using Pro. It’s more stable and has additional options. Some of the features highlight can be found in http://catchthemes.com/theme-instructions/catch-evolution-pro/
(3) Yes this one is confusing.
Sakin
Keymaster@Rachelle: Ok sure you can buzz me anytime.
Sakin
KeymasterYes, you can increase the padding as per your need. Cheers 🙂
Sakin
Keymaster@Rachelle: Yes you can do that by adding css in “Appearance => Theme Options => Custom CSS” box. But it will not be like sidebar one. But we need the page links to add the css for that particular pages only. So, let me know the changed font size and the pages url.
Sakin
Keymaster@Robert: Looks like your hosting server has upload limit of 2MB and our theme size is 2.2MB. So, please contact your hosting server support to increase the upload limit. It is set in your server
php.inifile. The code in yourphp.inifile will be as below where I have set it as 10MB. Show this to your web hosting server support:upload_max_filesize = 10M post_max_size = 10M max_execution_time = 300Sakin
Keymaster@Consciousness:
(1) There is Font Family option in Catch Evolution Pro version. So, upgrading is the simple solution. But if you just want to change to other web safe font, then you can change the font in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:body, input, textarea { font-family: Arial, Helvetica, sans-serif; }(2) You change the tagline text to italic by adding the following css in “Appearance => Theme Options => Custom CSS” box:
#site-description { font-style: italic; }But to change the font size can be problematic, as this is responsive theme and when you increase the font it will effect your mobile font size as well. So, here is the following css that you can add do that it will increase only in large screens. Just increase the font size as per your need.
@media screen and (min-width: 961px) { #site-description { font-size: 14px; } }(3) This Error establishing a database connection is your sever issue and not the theme issue. This spacing issue happens when you edit from text and visual mode. So, try to use only text or visual mode only
Sakin
Keymaster@ToddWilliam: I see that you have activated Jetpack plugin “Photon” module, which loads the images from wp.com CDN. That is why it your image cropping not working with thumbnail editor. So, the best in this stage will be to upload the cropped version as featured image.
Sakin
KeymasterHi Marek,
If you want full width without the sidebar, then you need to upgrade to Adventurous Pro theme where you option to use “No Sidebar, Full Width” Layout which will solve your issue.
Regards,
SakinSakin
KeymasterIf you measure it. It is exactly aligned with your logo. It’s aligned top. But if you want to move it down then you can add the following css in “Appearance => Theme Options => Custom CSS” box. If you want it further down then you can increase the padding from 10px to 15px or more.
@media screen and (min-width: 961px) { #sidebar-header-right .widget { padding-top: 10px; } }July 31, 2014 at 7:04 pm in reply to: How to replace integrate slider with an other extension ? #41709Sakin
Keymaster@Morganti: There is option to disable slider. Go to “Appearance => Theme Options => Featured Slider => Slider Options” and in “Enable Slider”, you can select “Disable” and save changes.
To add Meta Slider in place of current slider. First disable the slider as instructed above. Then you can build child theme. You can download sample child theme from here http://catchthemes.com/blog/create-child-theme-wordpress/. There in this child theme, you cad add the following code in the child them
functions.phpfile. In the following code I have added sample meta slider shortcode. So, you need to replace[metaslider id=123]/** * Add Meta Slider in place of default slider */ function adventurous_child_meta_slider() { //Add your meta slider code echo '<div id="main-slider">'; echo do_shortcode("[metaslider id=123]"); echo '</div><!-- #main-slider -->'; } add_action( 'adventurous_before_main', 'adventurous_child_meta_slider', 40 );Sakin
Keymaster@northforkconnectors: Yes this is known issue and we have already fixed it and submitted the new version to WordPress.org. They will release the update soon. Till them you can use the Media Uploader from “Media => Add New” and then copy the image link and paste it in the image url.
Sakin
KeymasterHello 2 Brown Dawgs Blog,
I just check in your site Homepage and see that you have caption in image for article “Wordless Wednesday–Bringing The Greens” as this article doesn’t have any content and just a single image. So, the homepage take the the image as it is. If you have content on this page like your order posts then it will not show the caption.
But still if you want to disable caption in the homepage then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
.home #content .wp-caption { background: none transparent; max-width: 100%; padding: 0; } .home #content .wp-caption .wp-caption-text { display: none; }Sakin
Keymaster@Steven: Can you share your site URL so that I can check in? Header Right Menu (Primary) Menu space depends on the logo that you have added. If you logo is big then, it will push your menu down as there is no space in the right. Similarly, if you have lot of menu item and if there is not enough space then it will push menu down.
When you are using Primary menu, then we recommend you to use small logo and few menu items. If you wan to use large logo and then long menu items then you can use secondary menu. If you need more information about menu the check in http://catchthemes.com/blog/custom-menus-wordpress-themes/ and theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/
-
AuthorPosts
