Search Results for 'child theme'

Home Forums Search Search Results for 'child theme'

Viewing 15 results - 301 through 315 (of 360 total)
  • Author
    Search Results
  • #19641
    Marino PetrsoricMarino Petrsoric
    Member
    • Topics: 4
    • Replies: 20
    • Total: 24
    Member since: November 13, 2015

    Also one more thing.
    After using this codre to centar footers:
    CUSTOM CSS:
    Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
    #footer .cols-4:nth-child(2) { margin-left:140px;}

    Now on mobile version the 1st footer is on right. Please check website: villa-rachele.com So you see what Im talking about. Can you please tell me how to fix that. I’m using media query.

    #19578
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31201
    • Total: 31201
    Member since: August 16, 2013

    CUSTOM CSS:
    Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
    #footer .cols-4:nth-child(2) { margin-left:140px;}

    Regards,
    Shri

    #19489

    In reply to: Nature One PRO

    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31201
    • Total: 31201
    Member since: August 16, 2013

    Hi Hovav,

    1. Last Menu Item

    Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
    Paste this css code in custom css box

    .header .header-inner .nav ul li:last-child{padding-right:42px !important;}

    2. Slider title link

    Kindly go to header.php under the “slide_info” div you will find anchor tag.
    remove target=”_blank” on that anchor tag.

    Regards,
    Shri

    #18612
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31201
    • Total: 31201
    Member since: August 16, 2013

    Hi Alex,

    Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
    Paste this css code in custom css box

    .team-member .list-member{ margin-bottom:30px; }
    .team-member .list-member:nth-child(3n+3) {margin-right: 0;}

    Regards,
    Shri

    #18216
    Janice BlaskoJanice Blasko
    Member
    Member since: July 22, 2015

    I need to change the fonts/size/colors of headings and body text on the Woo store pages in the Handy theme. They do not seem to be inheriting any characteristics from either Handy Store Theme settings or from custom (child) style sheet. Can you direct me to where I would find those settings?

    Also, how can I move the product description next to the product picture and take the Categories and social media icons that are there now and move them to underneath the image (where the description currently is? The product’s description is much more important to see above-the-fold than the categories and sm icons.
    Thanks

    Janice BlaskoJanice Blasko
    Member
    Member since: July 22, 2015

    I am trying to customize this theme a bit and am running into some stumbling blocks:

    1. Can you tell me where to remove the entire top container and horizontal line from pages where the page name and breadcrumb is shown. Do I need to edit one of the templates? If so, what happens with theme updates?

    2. I am using a child theme to customize styles. I changed heading font sizes and would like to change heading colors but the color attribute does not seem to be working – the color in Handy Theme Settings (Fonts & Colors – Heading) is overriding custom styles – I do not want all my headings to be the same color. Can you tell me how to change this?

    3. I would like to change the background color of the (top) footer area but cannot figure out where. I was able to change the bottom footer background color, but not top.

    4. I am using the top header-right area for a search widget and the top header-center for text. How can I insert social media icons on the top header-left?

    Thank you in advance.

    #17825
    Roel BouwhuisRoel Bouwhuis
    Participant
    • Topics: 13
    • Replies: 14
    • Total: 27
    Member since: April 9, 2015

    One more question (I’m a newbie to HTML and WP).

    When I make adjustments like these, do I have to make a child theme of the custom-functions.php file? In case there will be an update for example.

    Regards,

    Roel Bouwhuis

    #17257

    In reply to: Bakery Theme update

    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi George,

    Will try but we are looking to launch a new theme by Jan 2016 hence it won’t be possible any sooner. Kindly make use of a child theme.

    Regards,
    Shri

    #17222
    GeorgeGeorge
    Member
    Member since: December 21, 2015

    Hello,
    are you planning to publish any update on SKT Bakery PRO theme?
    I notice there are many HTML errors and I want to make it WCAG compliant.
    If you aren’t planning any update I will edit the theme files, otherwise I will try to use a child theme.
    Thank you

    #17204
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31201
    • Total: 31201
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
    Paste this css code in custom css box

    .accordion-box:first-child .acc-content img { visibility:hidden;}

    Regards,
    Shri

    #16672
    HenryHenry
    Member
    Member since: December 11, 2015

    After designing and uploading site based on Hotel Pro, all changes and site designs disappeared and the default theme appearance was showing instead of my site. Why is that?

    Do I need a child theme since I am not doing any hard-coding on the theme?

    #16671
    HenryHenry
    Member
    • Topics: 2
    • Replies: 3
    • Total: 5
    Member since: December 11, 2015

    After designing and uploading site based on Hotel Pro, all changes and site designs disappeared and the default theme appearance was showing instead of my site. Why is that?

    Do I need a child theme since I am not doing any hard-coding on the theme?

    #15769

    In reply to: Sticky Header

    Kaushal SinhaKaushal Sinha
    Member
    • Topics: 13
    • Replies: 29
    • Total: 42
    Member since: November 12, 2015

    I don’t have child theme. I am assuming I should add to the main theme

    #15767

    In reply to: Sticky Header

    Frederic DesclosFrederic Desclos
    Member
    • Topics: 15
    • Replies: 45
    • Total: 60
    Member since: July 20, 2015

    Just add this to the function.php of your child theme

    #15478

    In reply to: Sticky Header

    Frederic DesclosFrederic Desclos
    Member
    • Topics: 15
    • Replies: 45
    • Total: 60
    Member since: July 20, 2015

    Here is how I dealt with it :

    I’m using a child theme. In the child theme function.php I added the following :

    function dcs_media_css_hook(){
    	
    	?>
        	
        	<script>
    
    			jQuery(window).bind('scroll', function() {
    				<?php  if ( is_home() || is_front_page() ) {?>
    					var navHeight = jQuery( window ).height() - 0;
    				<?php } else { ?>
    					var navHeight = 90;
    				<?php } ?>
    		<?php if( of_get_option('headstick',true) != true) { ?>
    		if (jQuery(window).scrollTop() > navHeight) {
    			jQuery('body.home .header').addClass('fixed');
    			jQuery('body.page .header').addClass('fixed');
    			jQuery('body.single .header').addClass('fixed');
    			jQuery('body.archive .header').addClass('fixed');
    			jQuery('body.category .header').addClass('fixed');
    		}else {
    			jQuery('body.home .header').removeClass('fixed');
    			jQuery('body.page .header').removeClass('fixed');
    			jQuery('body.single .header').removeClass('fixed');
    			jQuery('body.archive .header').removeClass('fixed');
    			jQuery('body.category .header').removeClass('fixed');
    		}
    		<?php } ?>
    });
    			jQuery.noConflict();
    			jQuery(window).load(function() {
            jQuery('#slider').nivoSlider({
            	effect:'<?php echo of_get_option('slideefect','fade'); ?>', //sliceDown, sliceDownLeft, sliceUp, sliceUpLeft, sliceUpDown, sliceUpDownLeft, fold, fade, random, slideInRight, slideInLeft, boxRandom, boxRain, boxRainReverse, boxRainGrow, boxRainGrowReverse
    		  	animSpeed: <?php echo of_get_option('slideanim',500); ?>,
    			pauseTime: <?php echo of_get_option('slidepause',3000); ?>,
    			directionNav: <?php echo of_get_option('slidenav','true'); ?>,
    			controlNav: <?php echo of_get_option('slidepage','true'); ?>,
    			pauseOnHover: <?php echo of_get_option('slidepausehover','false'); ?>,
        });
    });
    		</script>
        <?php
    		
    	}
    
    function remove_sticky_parent_actions() {
    	remove_action('wp_head','media_css_hook');
    }
    
    add_action ('init','remove_sticky_parent_actions');
    
    add_action('wp_head','dcs_media_css_hook');
    
Viewing 15 results - 301 through 315 (of 360 total)