Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@runnerchick081: Sorry I don’t get it what are you trying to do it and your css conflicting with each other.
So, can you let me know more details then I can suggest it. Like what is the width of sidebar that you want and for content.
Sakin
Keymaster@Albert: You need to download the your theme zip file from your account at http://catchthemes.com/my-account/
Sakin
Keymaster@Sakin In your custom css I see the following css, can you let me know why you added it. It is conflicting with the css I gave you.
#primary { margin: 0 -19% 0 0; } #content { margin: 0 22% 0 3%; width: 100%; } #secondary { width: 33%; }Sakin
Keymaster@Sevian: 350px for the search box is too big in your widget. As per your design 250px looks good. You can add the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 320px) { .widget_search #s { width: 260px; } }Sakin
Keymaster@runnerchick081:
1. For this, I don’t know where you have added your custom css as below:@media screen and (min-width: 1225px) { #primary { width: 800px; } #secondary { width: 200px; } }Just replace that with the following
@media screen and (min-width: 1225px) { #main .wrapper { width: 1030px; } #primary { width: 800px; } #secondary { width: 200px; } }2. I have already answered in http://catchthemes.com/support-forum/topic/remove-featured-image-on-posts/
Sakin
KeymasterHello Jan,
I just downloaded WP Canvas and added Shorcode as below in page and the tab is working fine. Yes, I need your site access. I will send you email.
[wc_tabgroup layout="box"] [wc_tab title="First Tab"] Sample Content [/wc_tab] [wc_tab title="Second Tab"] Sample Content tab 2 [/wc_tab] [/wc_tabgroup]Regards,
SakinSakin
Keymaster@runnerchick081: For that first you need to remove your logo from Custom Header “Appearance => Header”. As that is not the place to add logo. To add logo you can go to “Appearance => Theme Options => Header Options” and upload the logo in Logo URL or just paste the logo URL there and don’t forget to un-check “Disable Header Logo”.
But your logo “www.nycrunningmama.com/wp-content/uploads/2014/08/cropped-logo.png” is too large with background. You can just add logo removing all background like this one https://dl.dropboxusercontent.com/u/81234910/nycrunningmama-logo.jpg
Then you can add background color in our header by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#branding { background-color: #f4eef0; }Sakin
Keymaster@joe: I couldn’t find your purchase order. I only see one pending payment order. So, please contact our sales directly with your order ID at http://catchthemes.com/contact-us/
I see that you have already change the content width.
Sakin
Keymaster@Ian1597: You can add the following css in “Appearance => Theme Options => Cusotm CSS” box.
#content article, #content .page-header, #comments, #content .author-info, #secondary .widget, #main-wrapper .panel { background: none transparent; border: none; box-shadow: none; }Note: For twitter widget, we don’t control it. It’s from the twitter widget itself. So, you need to change the settings there.
Sakin
Keymaster@Laurie: We have clear all the headings tags. So, you can add the following css in “Appearance => Theme Options => Custom CSS” box to remove that clear.
.entry-content h4 { clear: none; }Sakin
Keymaster@runitbare: Actually WooCommerce plugin is supported only in Pro version. So, if you upgrade to Per version then it will be fixed automatically. See more about additional features in Pro version at http://catchthemes.com/theme-instructions/simple-catch-pro/.
Sorry WooCommerce need to change the layout of wide. That is why it is not supported in Free version. In free version you can adjust little but by adding following custom css in “Appearance => Theme Options => Custom CSS” box but it’s not perfect fix.
.woocommerce #container { margin: 0 auto; width: 978px; } .woocommerce #sidebar { display: block; float: none; margin: 0 auto; width: 978px; }Sakin
Keymaster@Wolfgang: Sorry I need to check in your site and check how you have changed that and then only I can suggest you the solutions. So, what your site URL where I can check in.
Sakin
Keymaster@Sevian: Please post in your site URL and the width that you want to search box widget. As the width is adjust as per the responsive design and need to adjust as per the screen size.
Also if you use “Search” widget to the sidebar then it’s fixed width only.
Sakin
Keymaster@runnerchick081: It is best recommended to upgrade to pro version where you have “Header Featured Image Options” to control where to show and remove.
But if you just want to hide it through CSS then you need to add the following css in “Appearance => Theme Options => Custom CSS” box in your Catch Evolution Free Theme.
.single #header-image { display: none; }Sakin
KeymasterHi Steve,
Sorry, I don’t quite understand your query. This is the way WordPress Works. I think you are talking about your blog page http://shieldsecurityprotectionservices.com/news-room/ where you might want to display title as News Room. This is not allowed in WordPress.org theme so this option is only available in Pro version using “Blog” page template.
Regards,
SakinSakin
Keymaster@fer.pinto: Yes, if you select Disable then it will show all post from all categories. But don’t select Disable and other category.
Either, you need to select disable only
Or, you need to select different categories to show the post from.Sakin
KeymasterHello Steve,
Can you check your settings at “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings”. Make sure you have selected
--Disabled--in
Homepage posts categories to show post from all categories.Regards,
SakinSakin
Keymaster@fabger: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu a { color: #fff; }If you are thinking of changing colors then you can upgrade to Pro version where you will get Color Picker in Theme Options panel. There are other really nice additional features, check out http://catchthemes.com/theme-instructions/catch-evolution-pro/
Sakin
Keymaster@Albert: As paid version access is only available to paid subscriber and sorry it’s not automatic. But it’s not that hard to update if you install Catch Updater plugin http://catchthemes.com/wp-plugins/catch-updater/ and follow the instruction mentioned there.
Sakin
KeymasterIt’ strange. Did you check in your settings at “Appearance => Theme Options => Homepage / Front Page Settings”. IN “Homepage posts categories” select box, can you select “—Disabled–” or just selectcategories that you want to show and save changes.
-
AuthorPosts
