Forum Replies Created
-
AuthorPosts
-
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/
Sakin
Keymaster@Michaela: Sorry, there was slight mistake in above css. So, replace that with the following css:
.home #content-sidebar-wrap { display: none; }Sakin
Keymaster@roche5000: You can add the following css:
.post-by li:last-child { display: none; }Sakin
Keymaster@Jorge Rodriguez: When I check in from my mobile, I am able to click on menu and go to pages.
Sakin
Keymaster@Michaela: It’s because of your image on the left. Either remove that or make that image align right and it will work fine.
Sakin
Keymaster@Dolomie: To remove that single post image, you need to go to “Appearance => Customize => Theme Options => Layout Options => Single Page/Post Image Layout” and select “Disabled”.
Sakin
Keymaster@Hair Bear:
1. You can reduce the padding in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
#homepage-message { padding: 30px 0; }2. I don’t see the gap
3. To add image in your promotion headline box. You can add image html code. Check this http://www.w3schools.com/html/html_images.asp
Sakin
Keymaster@Yuna: We have partner company who does paid customization. You can fill up the form at http://catchthemes.com/hire-customizer/
But if you are looking for long term development work then I can email you.
Sakin
Keymaster@Hair Bear: Yes, you can add image as your background. For example:
#masthead { background: transparent url("http://www.seanofthecongo.co.uk/wp/wp-content/uploads/2015/06/1-shags-oil.jpg") repeat scroll 0 0; }Sakin
Keymaster@Harry: Sorry there is no option for that. Every theme has different element. I have noted down and we might release it in future updates.
Sakin
Keymaster@Simon: In your site, you have different length of text and that is causing shifting in height. I see that you have split content using more tag
<!--more-->in your page. So, you have to be careful about the amount of text that you want to display. If you keep excerpt text length in all slider page then it will fix the issue. Otherwise, you can try adding in the following css in “Appearance => Theme Options => Custom CSS” box:#slider-wrap .featured-text { min-height: 75px; } -
AuthorPosts
