Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterHello Lukasz,
You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header .logo-wrap { width: 100%; } #site-details { float: right; }Regards,
SakinSakin
Keymaster@TheSydneySiders: You can add border in the following css. But do to responsive design you need to adjust the width of each box as well.
#featured-post .post { }Sakin
Keymaster@webhive: Catch Box Pro version 3.0 is out now for download http://catchthemes.com/changelogs/catch-box-pro-theme/
Sakin
KeymasterHello Jackie,
Thanks we are working on it and will be fixed in new version 3.0. We are scheduled to be release by tonight.
Regards,
SakinSakin
KeymasterHello Silvan,
You can add the following css in “Appearnace => Theme Options => Custom CSS” box to align Site Title and Logo in same line.
#hgroup.with-logo { clear: none; display: inline; float: left; }Where are you trying to add in the background image. Please explain with your site URL.
Sakin
KeymasterHi Ian,
Still not opening. When I try that link, it says “GettyStage01 default site page”
Regards,
SakinSakin
Keymaster@Alain: You can change the color code as per you need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
#homepage-message .right-section a { background-color: #9bc23c; } /* Mouse Hover Background */ #homepage-message .right-section a:hover { background-color: #87ae28; }Sakin
Keymaster@Nancy: Try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#post-303 .entry-summary .wp-post-image { display: inline; float: left; margin: 0 10px 10px 0; }May 28, 2014 at 3:39 pm in reply to: Remove Powered by WordPress and Theme Catch Evolution in footer #32775Sakin
Keymaster@Shaolin: You are not allowed to remove Footer Copyright information in Free Theme. This is the only thing that we get for providing you the free themes and free support.
If you want to remove that then we have Catch Evolution Pro version, where you will get Footer Editor Options in your Theme Options panel and then just delete or edit as per your need. See the additional features in Catch Evolution Pro theme at http://catchthemes.com/theme-instructions/catch-evolution-pro/Sakin
Keymaster@NAVARRE: Looks like you are talking about using the Plugin for that can you please ask in the support forum of that plugin on how to implement it.
Sakin
Keymaster@Dawn: Sorry if you use Page Slider or Post Slider or Category Slider, it uses default featured image size of Width: 976px and Height: 313px. All the image above this size will be cropped exactly in this size.
Why don’t you use Featured Image Slider, where you can add in your Image URL of any size you want.
Regards,
SakinSakin
KeymasterHello Antoniodcard,
Sorry there is no option for that. Can you check for plugins at http://wordpress.org/plugins/
Regards,
SakinSakin
KeymasterHello Wouter,
Sorry Simple Catch Free theme is not responsive theme to change as per the screen size. For Responsive layout you need to change to Simple Catch Pro theme http://catchthemes.com/themes/simple-catch-pro
Regards,
SakinSakin
KeymasterHi Dan,
Yes, you can hide menu using CSS to hide just particular page ID. For example, if you want to hide menu in this page http://mylegalowl.com/?page_id=5 then the you can add the following css in “Appearance => Theme Options => Custom CSS” box.
.page-id-5 #access { display: none; }Regards,
SakinSakin
KeymasterHello TJ,
Sorry, you are not using our theme. This is support forum of Catch Themes and we only support theme developed by us.
Regards,
SakinSakin
KeymasterHello DRH,
1. For Sidebar widgets background color, you can edit the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
#secondary .widget { background-color: #fff; }
2. You cannot increase the size of the social icons but yes, you can make it default color which you see it when hover over. Let me know if you need as I see that now you have already added different social icons.Regards,
SakinSakin
Keymaster@AKMARK5000: In Catch Evolutions Pro theme. Just go to “Appearance => Theme Options => Featured Slider => Slider Options”. Then you will see “Number of Slides” option where you can increase the number.
Sakin
Keymaster@AKMARK5000: Catch Evolution latest version is 2.2 so just ignore that message. I think you have one of our other themes install there as well. So, it is showing that. We are working on new theme option function which will fix this issue.
Sakin
Keymaster@Sevian: That is bit complicated. For your site http://veogangas.com/, I see that you have added previous css which changed all the widget into white. If you don’t want that, then remove that css. For the width you can increase the width as per your need in the following css and add it in “Appearance => Theme Options => Custom CSS” box.
/* For Large Screen */ #primary { width: 754px; } #secondary { width: 406px; } /* For other responsive screens */ @media screen and (max-width: 1224px) { #primary { width: 654px; } #secondary { width: 340px; } } @media screen and (max-width: 1060px) { #primary { width: 530px; } #secondary { width: 340px; } } /* iPads (landscape) ----------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { #primary { width: 590px; } #secondary { width: 340px; } } @media screen and (max-width: 960px) { #primary, #secondary { width: 100%; } }Sakin
Keymaster@luismarioochoa: In this site http://bloomrestaurant.com/ , you have disable Responsive design to the menu will look small in mobile devices. For sub-menu you can try adding in aria-haspopup script in “Code to display on Footer” at “Appearance => Theme Options => Webmaster Tools => Header and Footer Code”
jQuery(document).ready(function () { jQuery(".page_item").has("ul").children("a").attr("aria-haspopup", "true"); });In this site http://luismario.com/ , you don’t have header in Desktop version so how you will have it in mobile version.
-
AuthorPosts
