Forum Replies Created
-
AuthorPosts
-
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.
Sakin
Keymaster@roche5000: Thanks 🙂
Sakin
Keymaster@Christopher: If you had posted in your site URL then I could give you exact css. But on the basis of your screenshot, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#header-content { position: relative; } #sidebar-header-right { position: absolute; top: 2.8em; right: 0; text-align: right; } @media screen and (max-width: 767px) { #sidebar-header-right { margin-top: 0; padding-top: 15px; position: static; text-align: center; width: 100%; } }Sakin
Keymaster@zagy07: In Catch Flames free theme, you have option to use Featured Page Slider. For that you just need to go to “Appearance => Theme Options => Featured Slider => Slider Options” and select “Featured Page Slider” in slider type. After that, you can select the page in “Featured Page Slider Options” box. After you select and save it. It will take featured image and expert text of those pages. So, you will have excerpt text overly in slider.
If you are not talking about this then please explain in reference with your site URL.
Sakin
Keymaster@Cattext:
1. Yes, it’s same with Header Featured Image. If you look at your page http://www.marktmonitor.com/nieuw/. You have featured header image size of 1600px by 400px. Check this image, you have uploaded http://www.marktmonitor.com/nieuw/wp-content/uploads/2015/07/cropped-3.-MarktMonitor-Voor-toekomstgericht-onderzoek.jpg. So, if you want it to be 1600px by 300px, then first make your image of that size and then upload it as featured image in that page/post. Then go to “Appearance => Theme Options => Header Featured Image Options => Page/Post Featured Image Size” and check in “Full Image”. This will load the original image that you have uploaded without any cropping.2. For that color in menu, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#header-right .widget .menu a { padding: 5px 10px; margin-bottom: 15px; } .fixed-header #header-right .widget li > a { padding-bottom: 5px; margin-bottom: 5px; } #header-right .widget ul.menu ul li a { margin-bottom: 0; } #header-right .widget ul.menu li:hover > a, #header-right .widget ul.menu a:focus, #header-right .widget ul.menu .current-menu-item > a, #header-right .widget ul.menu .current-menu-ancestor > a, #header-right .widget ul.menu .current_page_item > a, #header-right .widget ul.menu .current_page_ancestor > a { background-color: #d31b3a; color: #fff; }Sakin
Keymaster@andimorton: That error is from “WP Featherlight” plugin. So, can you disable that plugin, refresh your browser and check in. When I check in your site, it’s plugin conflict.
Sakin
Keymaster@amyfanton: Thanks a lot for your appreciation and offer. But I am busy throughout July and August. Themes and Support make me fully busy. We are working on Studio Pro and E-commerce Pro themes.
Sakin
Keymaster@amyfanton: For that, you can go to “Appearance => Widgets”, then drag and drop “Recent Posts” widgets, which will show you the list of recent posts.
Sakin
Keymaster@Christine: From which tablet you are check it. Please post in your site URL and the tablet details. As we have checked in iPad it works fine. Once you post in your site URL and tablet details, I will check in @media screen css.
Sakin
Keymaster@dancingblu: Thanks for your appreciation.
Sakin
Keymaster@mityo: This mean if you have added/edited any file inside ‘catch-evolution’ directory, then when you update or upgrade the theme, you additional files and edits will be removed.
Sakin
Keymaster@Michaela: You can remove breadcrumb from that page by adding in the following css:
.page-id-5384 #breadcrumbs { display: none; }Sakin
Keymaster@Paul: Did you check in your cache and minified plugin. Next, is you are using old version of Catch Flames Pro. So, try updating to latest version. See the change log http://catchthemes.com/changelogs/catch-flames-pro-theme/
-
AuthorPosts
