Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@KingBetts: Sorry I don’t get it what you mean. You just need to copy all file
content.phpin your child theme and edit the thumbnail size. Which we have done in Pro version in you are confused.Sakin
Keymaster@ashrafashraf: How to view in iPhone when you site is offline.
Sakin
Keymaster@Michael: thanks you should have posted in your site URL so that I can answer you properly. So, now I am going to take demo site http://catchthemes.com/demo/catch-kathmandu/ as reference for your questions.
1. Here again which navigation you are talking about. Is it Primary menu in header right section or is Secondary menu at the bottom of header.
So, if you are working on Primary Menu then you need to use the following css.
/* For main wrapper */ #header-menu {} /* For Hover and Active */ .header-sidebar .widget ul.menu li:hover > a, .header-sidebar .widget ul.menu a:focus, .header-sidebar .widget ul.menu .current-menu-item > a, .header-sidebar .widget ul.menu .current-menu-ancestor > a, .header-sidebar .widget ul.menu .current_page_item > a, .header-sidebar .widget ul.menu .current_page_ancestor > a { }and, if you are working on Seconday Menu then you need to use the following css.
/* For main wrapper */ #secondary-menu { } /* For Hover and Active */ #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 { }2. If are you editing the Footer text from “Appearance => Theme Options => Footer Editor Option”. Then you will see one copyright div as below
<div class="copyright"> </div>
And another Powered div as below:
<div class="powered"> </div>These copyright and powered div is divided into equal half. So, if you want equal half then you can edit text in those div’s but if you want single one column then you can remove everything from Footer Editor Box and add your own text.
3. If you are trying to edit the color of H1, H2 and H3 in both the pages and post, then you can use the following css.
.entry-content h1, .entry-content h2, .entry-content h3 { }Thanks for your appreciation and just a quick now. When you edit these CSS or any code files. Please don’t edit core theme file directly. I mean please don’t edit anything inside ‘catch-kathmandu-pro’ directly. As all the changes made inside this directory will be reverted back to original when you update the theme.
So, if you are trying to edit the CSS then either you can add those css in “Appearance => Theme Options => Custom CSS” box or build child theme and add it in child theme style.css. For editing any function, you need to build child theme and edit it. For more about Child theme, you can read this blog post http://catchthemes.com/blog/create-child-theme-wordpress/
Sakin
Keymaster@ashrafashraf: Just go to “Appearance => Background” and upload your background image.
Sakin
Keymaster@Bouncedancer: Yes adding lot of widgets will be confusing and also will make the WordPress heavy. That is why we have plugins to add extra features that you all need.
June 24, 2014 at 9:33 am in reply to: Removing arrows when only using 1 image for Image Slider #36040Sakin
Keymaster@Kim: It’s not working for you as you are in Catch Everest Support forum and trying to implement the css code of Catch Everest theme.
From next time, please use Catch Box Pro support forum
For Catch Box Pro theme, you can add the following css in “Appearance => Theme Options => Custom CSS” box to hide it.
#content nav { display: none; }Sakin
KeymasterIt’s widgets see this http://en.support.wordpress.com/widgets/
Sakin
Keymaster@ashrafashraf: those are the footer widgets added from “Appearance => Widgets” to footer area one, footer area two and so on.
Sakin
Keymaster@ashrafashraf: You cannot make it one block with CSS. You need to work on structure and for this you might need to hire developer.
Sakin
Keymaster@ashrafashraf: Please don’t add same question is two places, it makes me totally confused and I might have to delete your post in that case. I have already replied about the footer content in http://catchthemes.com/support-forum/topic/remove-the-padding/
Sakin
Keymaster@ashrafashraf: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
.hentry { margin-bottom: 0; }Sakin
Keymaster@ashrafashraf: It is showing same as in the image. So, what is the issue? I don’t get it.
Sakin
Keymaster@ashrafashraf: I told you, it’s not our css and I don’t now how they have coded. Look at the site. There is some issue with the following css form the slider
.des{transform: scale(2) rotate(0.1deg);}For more, you need to contact slider support not theme support.
Sakin
Keymaster@ashrafashraf: Sorry I don’t know about that. As that is not our slider. Please check in the code carefully and the css effects.
Sakin
Keymaster@ashrafashraf: Ok then you can add the following css in “Appearnace => Theme Options => Custom CSS” box.
#slider.new-slider { background-color: transparent; border: none; }Sakin
Keymaster@ashrafashraf: Then it will as below:
function catchbox_child_easingsliderlite() { /* Loads slider only in page ID 42*/ if ( is_page(60) ) { echo '<div class="new-slider slider-fullwidth" id="slider">'; echo do_shortcode( '[easingsliderpro id="1"]' ); echo '</div><!-- #slider -->'; } } add_action( 'catchbox_before_primary', 'catchbox_child_easingsliderlite', 15 );Sakin
Keymaster@ashrafashraf: How did you add that slider? I mean where did you add in. You can add just there only. See the code above which clearly shows where to add in.
Sakin
Keymaster@ashrafashraf: For this you need to wrap your slider code in between the following wrapper. For example:
<div class="new-slider slider-fullwidth" id="slider"> <!-- Add Your Slider Code Below --> </div>Sakin
KeymasterHello Anne-Pia Hansen,
Thanks you got all sorted out. Yes, this zoom functions is confusing sometimes.
Regards,
SakinSakin
Keymaster@Farmaciola: Thanks you found it.
-
AuthorPosts
