Search Results for 'child theme'

Home Forums Search Search Results for 'child theme'

Viewing 15 results - 151 through 165 (of 360 total)
  • Author
    Search Results
  • #88241
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31263
    • Total: 31263
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .pagination ul li:first-child { display: none;}

    Regards,
    Chris

    #88191
    GregGreg
    Member
    Member since: February 7, 2016

    Hi SKT,

    I’m using the SKT Restaurant Pro theme and trying to set up a child theme. I have created both style.css and functions.php files in a new theme folder called skt-restaurant-pro-child but it’s not working. Could you please tell me what I’m doing wrong? Here is my child theme code:

    style.css
    /*
    Theme Name: SKT Restaurant Pro Child
    Theme URI: http://www.roamindonesia.com/skt-restaurant-pro-child
    Author: Melissa Kuipers
    Author URI: Melissa Kuipers
    Template: SKT Restaurant Pro
    Description: SKT Restaurant Child Theme
    Version: 1.0.0
    Text Domain: skt_restaurant
    Tags: black,gray,orange,brown,white,yellow,dark,one-column,two-columns,right-sidebar,responsive-layout,custom-background,custom-colors,custom-menu,sticky-post,theme-options,threaded-comments
    */

    functions.php
    <?php
    add_action( ‘wp_enqueue_scripts’, ‘enqueue_parent_styles’ );
    function enqueue_parent_styles() {
    wp_enqueue_style( ‘parent-style’, get_template_directory_uri().’/style.css’ );
    }
    ?>

    #86164

    In reply to: Charity Theme

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31263
    • Total: 31263
    Member since: August 16, 2013

    Hi,

    1. Kindly go to Appearance » Widgets » Sidebar Main, drag drop any widget to replace Contact Form and Testimonials.

    2. Kindly set featured image on any page and it will appear in place of header image. To remove header image on some pages kindly follow below instructions:

    – Edit the page you want to hide header image on.
    – Look at the URL in your browser’s address bar and find the section that looks like this: post=[ID-NUMBER].
    – That number will compose your class, that should look like this: .page-id-[ID-NUMBER].
    – After getting the page id kindly go to Appearance » Theme Options » Basic Settings » Custom CSS, paste below code there and replace 222 with actual page id.

    .page-id-222 .header-wrapper{position: static;}
    .page-id-222 .innerbanner{display: none;}

    You can copy/paste above code and replace the page id with another page id you want to hide header image on.

    3. Answer

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
    
    Add this code there:
    
    .header-right { margin-top:15px;}
    .header .header-inner .logo { margin:0; width:32% !important;}
    .logo img { height: 100px !important; width: 100%;}

    4. Unfortunately it is not possible with current theme structure and it requires some additional coding.

    5. Kindly go to Appearance » Theme Options » Basic Settings » Custom CSS and paste below code there:

    .social-icons a:nth-child(1):hover {
        color: red;
    }
    .social-icons a:nth-child(2):hover {
        color: orange;
    }
    .social-icons a:nth-child(3):hover {
        color: yellow;
    }
    .social-icons a:nth-child(4):hover {
        color: green;
    }
    .social-icons a:nth-child(5):hover {
        color: blue;
    }
    .social-icons a:nth-child(6):hover {
        color: purple ;
    }

    Regards,
    Dave

    #86160
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31263
    • Total: 31263
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .services-wrap .one_fourth { width:31.3% !important;}
    .services-wrap .one_fourth:nth-child(3) { margin-right:0 !important;}

    Regards,
    Chris

    #85199

    In reply to: Charity Pro

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31263
    • Total: 31263
    Member since: August 16, 2013

    Hi,

    1. Answer

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .phoneadressinfo:nth-child(1) { display:none !important;}

    Kindly refer our documentation to setup address.
    http://sktthemesdemo.net/documentation/charity_documentation/#footer-section

    2. Answer

    Kindly refer our documentation to setup background image.
    http://sktthemesdemo.net/documentation/charity_documentation/#playing-with-theme-options

    3. Answer

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .cols-4 .widget-column-2 { display:none !important;}

    4. Answer

    Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.

    Regards,
    Chris

    #85086
    CarlaCarla
    Participant
    • Topics: 11
    • Replies: 27
    • Total: 38
    Member since: January 16, 2017

    I think I solved the problem for now by changing the words in the index.php. It seems that I can use ftp now so will try to copy the index.php to the child theme in order to save the adjustments.
    But thanks anyway.

    Have another question considering this theme but will post it seperately.

    #85034
    CarlaCarla
    Participant
    • Topics: 11
    • Replies: 27
    • Total: 38
    Member since: January 16, 2017

    The website is onder construction so I cannot post a link. In the meanwhile I found the php file in which the Read More text is: index.php. I changed it there and that worked. Only when I update the theme somewhere in the future the adjustment is lost. I will try to copy the index.php to the childtheme as soon as possible. The host is making a mess out of things so I cannot use ftp at the moment.
    I hope this will work for the future as well. If you think otherwise please let me know.

    CarlaCarla
    Participant
    Member since: January 16, 2017

    I am working on a client website and using the Perfect Accounting theme. I want to change the Read More text in the featured blocks on the Homepage and something strange happens. I change it in the customizer in the section buttons and while I am changing the text I see it changing. But as soon as I confirm the change the text is in English again in stead of the Dutch language I changed it in.
    The website is under construction at the moment so I cannot post a link. I have made 2 screen shots, one of before updating the change and one after. If you are interested in them I can send it to you. I am using a child theme because I can’t do without.
    I hope you can tell me what the problem could be.
    And if I can’t get it to work within the customizer can you please tell me if there is a php file in which I can change this text? I couldn’t find it.

    #84324

    In reply to: Contact Form issue

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31263
    • Total: 31263
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    @media screen and (max-width:479px) {
    #supersized a { display:none !important;}
    #supersized li:nth-child(1) { background-color:#foo !important;}
    #supersized li:nth-child(2) { background-color:#f77304 !important;}
    #supersized li:nth-child(3) { background-color:#007aa1 !important;}
    }

    Regards,
    Dave

    #83933
    HueyHuey
    Member
    Member since: April 20, 2017

    Hello!

    I was going through my links throughout my website to test to make sure everything works. While I was doing that, I noticed the color in my menu was off. If you are on this page, http://test.bdsnow.com/it-services-kansas-city/it-consulting-kansas-city/, the child menus of this page have the “selected” background instead of the regular background. I will also include an image link to show you: https://imgur.com/a/s6GVQ

    Thanks!

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31263
    • Total: 31263
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .newproducts { height:850px; overflow:hidden;}
    .newproductfilter ul#filter { margin-top:20px;}
    .newproductfilter ul#filter li:first-child { display:none;}

    Regards,
    Chris

    #81929

    In reply to: Custom Footer

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31263
    • Total: 31263
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .widget-column-1:nth-child(3) { display:none;}
    .widget-column-1:nth-child(1) { width:49% !important;}
    .office_timing { width:50%; padding:0 30px 0 0; box-sizing:border-box; float:left;}

    Regards,
    Dave

    #81327
    CarlaCarla
    Participant
    • Topics: 11
    • Replies: 27
    • Total: 38
    Member since: January 16, 2017

    Ok, thank you very much. One question I have left. Am I losing this adjustments when updating the theme? I am using a child theme. Can I copy the core-functions.php file safely to the childtheme? Or do I break the theme by doing that? The functions.php file cannot be copied to the child without breaking the theme so perhaps this is also the case with the core-functions.php?. And if so can I make a new core-functions.php file with this code in it and add it to my childtheme? And if I have to make a new core-functions.php file in my child, which code I have to copy from the parent file to make it function?
    A lot of questions but I don’t want to lose the adjustments or break the theme. Thank you.

    #81078

    In reply to: Skt mobile issues

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31263
    • Total: 31263
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    @media screen and (max-width:767px) {
    .services-wrap .four_column.five_column { width:100% !important; margin-bottom:20px !important;}
    .nivoSlider:nth-child(1) img { top:0 !important;}
    }

    Regards,
    Chris

    #80899
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31263
    • Total: 31263
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .slider-main { min-height:550px;}
    #pagearea .fourbox.five_column { width:23.2% !important;}
    .fourbox.five_column:nth-child(5) { margin-right:0 !important;}
    .home section#pagearea { padding-bottom:60px;}
    .home section { padding:60px 0;}
    .sitenav ul { font-size:12px !important;}
    .sitenav ul li a { padding:10px;}
    .headerinfo { margin-bottom:0;}

    Regards,
    Chris

Viewing 15 results - 151 through 165 (of 360 total)