Forum Replies Created
-
AuthorPosts
-
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; }Sakin
Keymaster@talkleft: Oh I got the issue that you are facing. You don’t need to add the above css. Just remove that. I see that you have activated “Jetpack” plugin “Mobile Theme” module. Just go to Jetpack from your WordPress dashbaord and then Deactive “Mobile Theme” module.
Sakin
Keymaster@Nancy: What happens when you add the second one.
#sidebar-header-right .widget_catchevolution_social_search_widget #social-search #s { display: block; width: 1px; } #sidebar-header-right .widget_catchevolution_social_search_widget #social-search #s:focus { width: 196px; }Sakin
Keymaster@Nancy: First try the following css.
#sidebar-header-right .widget_catchevolution_social_search_widget #social-search #s { display: block; }If it doesn’t work then remove it and add the following
#sidebar-header-right .widget_catchevolution_social_search_widget #social-search #s { display: block; width: 0; } #sidebar-header-right .widget_catchevolution_social_search_widget #social-search #s:focus { width: 196px; }March 16, 2014 at 10:40 am in reply to: Header image is perfect on desktop but too narrow on notebook #21438Sakin
Keymaster@Bouncedancer: You can upload screenshot in any photo sharing site and paste the URL here. We use Pinterest for Screenshots http://www.pinterest.com/catchthemes/
Sakin
Keymaster@Bouncedancer: To check that I need to see your site and check in the issue. Please post it in your site URL.
Sakin
Keymaster@Nancy: Can you try the following then.
#sidebar-header-right .widget_catchevolution_social_search_widget #social-search #s { display: block; width: 1px; }Sakin
Keymaster@donestefano71: Thanks for the info I will add function to reset all the transit needed using the condition inside the functions like this
if ( function_exists( 'qtrans_convertURL' ) ) { delete_transient( 'catcheverest_image_sliders' ); }So, I hope the upcoming version 1.7 will fix your issues. We are testing and will be live in few days.
-
AuthorPosts
