Forum Replies Created
-
AuthorPosts
-
August 13, 2014 at 11:10 am in reply to: How can I get a "send a email"-Button in the gray "social and search widget"? #42364
Sakin
KeymasterHello Tanja,
Which version of Catch Evolution Pro theme are you using it. As Email social icon was added in version 2.4. You can simply go to “Appearance => Theme Options => Social Links” and add your email address in Email and save changes.
Regards,
SakinSakin
Keymaster@YogaHH: Yes, it’s because of different layout. You can add the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 961px) { .no-sidebar .entry-title, .error404 .entry-title { font-size: 26px; line-height: 1.5em; } }Sakin
Keymaster@Dux89: Please post in your site URL for detail debug. For now, can you add the following css in “Appearance => Theme Options => Custom CSS” box and check in:
#header-image a { line-height: 0; }Sakin
Keymaster@Cybersnaby: You can replace your css with the following:
.entry-meta .by-author { display: none; }Sakin
Keymaster@Ina: Such features are not available in Theme. It’s from the plugin. So, can you show me the URL where you see that or screenshot of what you want. Then I will be able to suggest you the plugin.
Sakin
Keymaster@toni: It’s a full width theme so it will be difficult. Maybe you can share your screenshot design of what you want then I might be able to work around.
Sakin
Keymaster@Cybersnaby: Nice 🙂 Thanks for your appreciation
Sakin
KeymasterHi Arisnel,
I see that you have W3 Total Cache plugin installed. So, you might be seeing different due to cache. So, go the W3 total Cache plugin settings page and clear the cache and then refresh your browser and check in.
Regards,
SakinSakin
Keymaster@Cybersnaby: then we have to trial. Let’s try the following css then.
.home #primary .entry-title { display: none; }Sakin
Keymaster@Cybersnaby: Post in your site URL and then I will be able to check in details.
Sakin
Keymaster@Wilfried: There is color picker at “Appearance => Theme Options => Color Options”
1 & 2) Homepage Headline background color has a solid #21759b color. To change this, go to “Appearance => Theme Options => Color Options => Site Color Options”, change the color code in “Homepage Headline Background Color” to change the Background color and change the color code in “Homepage Headline Color” to change the text color. Then save changes.
3. We will be adding this option in next version update. For now 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.
/* Button Background, Border, Text Color */ #homepage-message .right-section a { background-color: #9bc23c; border-color: #fff; color: #fff; } /* Button Hover Background */ #homepage-message .right-section a:hover { background-color: #87ae28; }4. To change the footer background color, go to “Appearance => Theme Options => Color Options => Site Color Options”, change the color code in “Footer Background Color” and save changes.
Sakin
Keymaster@phoenix: You can deactivate Jetpack mobile theme module. As Catch Box Theme is responsive theme and it will show nice in mobile devices as well. Sorry we don’t know the options in Jetpack mobile theme.
August 12, 2014 at 12:53 am in reply to: problem with website, the menu page colours goes in to 2 colours #42299Sakin
KeymasterHi Anne-Pia Hansen,
Yes nice way to do that. Cheers 🙂
Regards,
SakinSakin
Keymaster@Cybersnaby: Then replace previous css I gave you with the following css.
.home .primary .entry-title { display: none; }Sakin
KeymasterHello Arisnel,
Can you check both of your pages “My Ads” and “Ads”. Both of these pages are showing same sidebar. So, I don’t get it what is the issue.
Regards,
SakinSakin
Keymaster@fabger: You can check our theme instruction page at http://catchthemes.com/theme-instructions/catch-everest/, where you can see the ideal size of the featured post slider is Width: 1140px and Height: 450px, So, if you upload the featured image of exactly this size or larger then this, then it will automatically crop to this size. But if you upload the the smaller size then it will show the image as it is.
please share your site URL so that I can check in how you got Noting Found error. I think you don’t have any post in your site that is why it is showing that error in your homepage. So, either you need to add in new posts so that it will show the latest posts. Or if you don’t what to show the latest post in your homepage then go to “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings” and then un-check Enable Latest Posts.
Sakin
KeymasterHello Lukasz,
The main issue found in your site it that you have directly edits
style.cssin ‘catch-box’ theme directory. You shouldn’t not add or edit any files inside ‘catch-box’ theme directory all your changes will be reverted back to original when you update or upgrade the theme. So, the best option to add css will be either from “Appearance => Theme Options => Custom CSS” box or by building child theme and adding it in your child themestyle.cssAlso your css changes has effect the responsive design of your site. We cannot see log in small screens. So, first restore the original
style.cssfile.For padding you can add the following css:
#header-content { padding-top: 25px; padding-bottom: 25px; }For title position as per your style.
#site-title { top: 34%; }August 12, 2014 at 12:12 am in reply to: problem with website, the menu page colours goes in to 2 colours #42292Sakin
Keymaster@Tekstiltrold: For your page color issue, it’s from the table. So, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
.entry-content table { float: none; }Sorry I don’t have plugin recommendation. But you can search for responsive column or responsive table plugin at http://wordpress.org/plugins/
-
AuthorPosts
