Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@tawcan: For Gridalicious theme, the excerpt layout will not show entry meta, but if you want to show it then you can just add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#main .entry-header .entry-meta { display: block; }Sakin
Keymaster@tawcan: Same question posted in http://catchthemes.com/support-forum/topic/showing-number-of-comments-on-front-page/
Sakin
Keymaster@wakeforce: But to make changes in header.php file, you need to create child theme and then copy header.php file in your child theme and edit it. Otherwise, your edit will be reverted back when you update the theme. For child theme, check out http://catchthemes.com/blog/create-child-theme-wordpress/
Sakin
Keymaster@delbot: Sorry I don’t get it what you mean. Catch Everest Pro is designed by us (Catch Themes). What type of license are you looking for, please let me know it.
Sakin
Keymaster@Nikita Devereaux: Thanks for your appreciation. I just check in your site and found that the position of your sidebar in the code level if different then in our theme. We have call sidebar after “Primary” div but in your site is has been called earlier at the top before header. That is why it is creating issue like this. Please revert back your changes made. Check you index.php, single.php, page.php and then check for
<?php get_sidebar(); ?>it should be just above<?php get_footer(); ?>. See for example, https://themes.svn.wordpress.org/chicago/1.0/index.phpSakin
Keymaster@Marcus: I remember, you used to update theme options without any issue. So, from when you started getting this issue. Is it after you install or update new plugins. If this is the case, then try disabling that plugin and check in. Sometime, there might be plugin issue. Have you install new script then try removing that. If you the problem still exist then try contacting your Website Hosting server to give you the error log. Then we can check in.
Sakin
Keymaster@danielski: Sorry there is no option for fancybox features in this theme. So, you might need to install plugin and then create child theme to modify the settings. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then you can copy the function
catchbase_single_content_image()from catchbase-core.php file to your child theme functions.php file and edit it as per your plugin settings.Sakin
Keymaster@lynko: All the customization, settings, page and posts will remain unchanged after you upgrade to pro version. Yes, for child theme. You need to create another child theme, which you can download it from http://catchthemes.com/blog/create-child-theme-wordpress/. Then you can copy all your current child theme style.css to new child theme style.css . Further, you will get lot of new additional features which is listed in theme instructions page at http://catchthemes.com/theme-instructions/catch-adaptive-pro/
check this screencast to look at upgrading process http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/
Sakin
Keymaster@barbyma31: Sorry I don’t get it what are you trying to do it.
Sakin
Keymaster@Christopher: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
#branding #access { text-align: center; } #branding ul.menu li { display: inline-block; float: none; }Sakin
Keymaster@Michaela: Yes, this minify and cache is always confusing and plugin has it’s own configuration.
Sakin
Keymaster@Kenta: Thanks for your appreciation.
Sakin
Keymaster@Fuzzy: Can you install Catch Web Tools plugin from https://wordpress.org/plugins/catch-web-tools/ then go to “Catch Web Tools => Custom CSS” and the following css:
.site-title { -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); }We will address this issue in next version update.
Sakin
Keymaster@dimuthuc: You can try disabling plugin for now and we will give you more info about this issue. Try other plugin.
Sakin
Keymaster@Amanda: It is showing all the widget when I check in your site. Please refresh your site and check in.
Sakin
Keymaster@SeekingEscape: For for that, you need to add in all responsive css. So, here goes the detail css that you need to modify as per your need, just modify width and padding as per your need.
#primary { width: 860px; } #secondary { width: 360px; } #content .hentry, #secondary .widget { padding: 30px; } @media screen and (max-width: 1344px) { #primary { width: 770px; } #secondary { width: 360px; } #content .hentry, #secondary .widget { padding: 30px; } } @media screen and (max-width: 1280px) { #primary { width: 690px; } #secondary { width: 360px; } #content .hentry, #secondary .widget { padding: 30px; } } @media screen and (max-width: 1152px) { #primary { width: 570px; } #secondary { width: 360px; } #content .hentry, #secondary .widget { padding: 30px; } } @media screen and (max-width: 1024px) { #primary { width: 530px; } #secondary { width: 360px; } #content .hentry, #secondary .widget { padding: 30px; } } @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { #primary { width: 570px; } #secondary { width: 360px; } #content .hentry, #secondary .widget { padding: 30px; } }Sakin
Keymaster@Michaela: It should work in child theme style.css as well. But when I check in your site, I see that you have used W3 total Cache and also minified css and all. So, the W3 Total Cache is serving old style.css. For that you need to clear your Cache from W3 Total Cache settings and also re-minify css.
Sakin
Keymaster@FIAN: Not sure about it. I don’t think it’s possible or at least I would say it is not designed to handle twitter widgets. As this is not widgetized area.
Sakin
Keymaster@timp: It depends on the image that you are uploading. So, can you be more specific on which image is blurry and also send me the URL of clear image. So, that I can check in. If you are talking about image in slider. Then the images, that you have uploaded in blurry. Check your original image:
http://www.blossomsbarn.com/wp-content/uploads/2013/05/herb-goats-milk-soap.jpg
http://www.blossomsbarn.com/wp-content/uploads/2015/04/blossoms-barn-shop-copy.jpg
http://www.blossomsbarn.com/wp-content/uploads/2014/10/TubTreats-slider.jpgThere is no such recommendation for image resolution. Higher the resolution, clearer the image looks but again slower your website will be as higher resolution image size are big for site to load fast. So, you need to find the balance between it.
Sakin
Keymaster@wakeforce: Sorry there is no option to do that in this theme at this stage. So, you might want to search form plugin for page background at http://wordpress.org/plugins. We will work on this feature soon. Thanks for the feedback.
-
AuthorPosts
