Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@sbartsch: You just need to add the following css in “Appearance => Theme Options => Custom CSS. Change the color code as per your need, #000 mean black background color.
#masthead { background-color: #000; }Sakin
Keymaster@Melanie: the update and subscription issues are handle my our sales and accounts team. So, please contact them directly at http://catchthemes.com/contact-us/
Sakin
Keymaster@Bouncedancer: I see that you have added that widget from Footer Putter footer plugin. You need to update it from that plugin settings.
Sakin
Keymaster@Bouncedancer: I have replied your email. Now, let’s close it there.
March 18, 2014 at 10:44 am in reply to: Header image is perfect on desktop but too narrow on notebook #21645Sakin
Keymaster@Bouncedancer: I have replied your email. Now, let’s close it there.
Sakin
Keymaster@Polytechlegend: You can add the following CSS in “appearance => Theme Options => Custom CSS” box.
/* center Featured image */ .single .featured-image img { display: block; margin: 0 auto; } /* center Page Header */ .entry-header .entry-title { text-align: center; }Sakin
Keymaster@shuttergirl: Ok that’s strange. I think there was problem when you copy it. I have just emailed you. For details reply me there.
Sakin
Keymaster@shuttergirl: First recheck your sidebar.php file and then to be noted you need to upload the images from that particular post and then create [gallery] shortcode in your post to display the gallery.
If you create image from Media Library and it will not know the page where it was uploaded from. These image will take the Sidebar Layout setup in that particular page.
Sakin
Keymaster@Polytechlegend: Can you post your site URL so that I can check in how you have added image and then suggest css accordingly.
Sakin
Keymaster@Kevin: Sorry this is not theme related issue. It’s your server related issues. So please ask your Hosting server support. It’s memory issues.
Sakin
Keymaster@shuttergirl: Looks like there is issue with the sidebar.php file. Can you replace the code in sidebar.php file with the code in the following file.
https://gist.githubusercontent.com/catchthemes/7e171641112940f05900/raw/4ab95c385025c49e4b5b9bd98e8531c3c99958ed/sidebar.phpSakin
Keymaster@gailforder: I see that you have edited the core theme files and add the the image in the demo slider code. You shouldn’t edit any core theme files. If you edit core theme files, you edit will be overwritten when you update or upgrade your theme. So, you can do your customization through “Appearance => Theme Options” panel and Appearance Menu. Further, if you want to edit core theme files then you have to do by building child them.
Catch Everest Free theme have option only to use Featured Post Slider. This slider is create to highlight your post. For more slider option you need to upgrade to pro version. See the theme instruction page of Catch Everest Free theme http://catchthemes.com/theme-instructions/catch-everest/, here is the text from theme instruction page.
How to Add Featured Post Slider?
Currently this theme only support Posts in the Featured Slider. To add Featured Slider, follow these basic steps:
1. Go to “Appearance => Theme Options => Featured Post Slider” in your WordPress Dashboard
2. To add Posts in the slider, click on Slider Options and simply insert the ID numbers for posts in the boxes, one post ID number in each box
3. To change the slider effects and timing, go to Slider Effect Options which is just below Slider Options
4. Click on Save button
Note:
* When you add the Post IDs, make sure your posts have Featured Images
* If you are unable to find post IDs, please install Catch IDs Plugin to find the Post IDsSakin
Keymaster@Nancy: Yes you can add the following JS file in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes => Code to display on Footer”
<script type="text/javascript"> // Open menu on first tap on touch devices. jQuery(document).ready(function () { jQuery(".menu-item").has("ul").children("a").attr("aria-haspopup", "true"); }); </script>Sakin
Keymaster@shuttergirl: I am but confused so can you explain with your site URL
Sakin
Keymaster@mark: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide that.
.archive #primary .page-header { display: none; }Sakin
Keymaster@sticksoutfitter: I recommend WooCommerce plugin but for this you need to upgrade to Catch Box Pro theme or other woocommerce compatible theme http://catchthemes.com/themes/category/woocommerce-ready/
Sakin
Keymaster@sticksoutfitter: Sorry there is no option to do that. You might need to hire a customizer to customize it for you. As this can be achieved only by building child theme.
Sakin
Keymaster@yoshimura55: There seems to be little bug in color option and we will be launching the fix in new update in few days.
For now, you can change the color code as per your need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* Secondary Menu Background & Text Color */ #secondary-menu { background-color: #2581aa; } #secondary-menu ul.menu a { color: #fff; } /* Secondary Menu Hover Background & Text Color */ #secondary-menu ul.menu li:hover > a, #secondary-menu ul.menu a:focus, #secondary-menu .menu .current-menu-item > a, #secondary-menu .menu .current-menu-ancestor > a, #secondary-menu .menu .current_page_item > a, #secondary-menu .menu .current_page_ancestor > a { background-color: #1b5F7d ; color: #fff; } /* Secondary Sub-Menu Background & Text Color */ #secondary-menu ul.menu ul a { background-color: #2581aa; color: #fff; }Sakin
Keymaster@Abrar Mohi Shafee: We have Catch Evolution Pro theme which have the ability to user Three Columns Layout. See the demo of three columns.
http://catchthemes.com/demo/catch-evolution/three-columns-layout-wordpress-themes/
http://catchthemes.com/demo/catch-evolution/three-columns-layout-wordpress-themes-2/Sakin
Keymaster@vkortleve: If you want to completely remove it from the code then you need to build child theme and then copy ‘content-page.php’ file in your child theme and remove the following code.
<header class="entry-header"> <h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'catchbox' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1> </header><!-- .entry-header -->But if you just want to hide it from visitors, then you can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.page #primary .entry-header { display: none; } -
AuthorPosts
