Deselecting Slider for single page

  • jeff

    #970

    We are trying to create a static ‘landing’ page as our new home page. We want to get rid of the slider only for this page while still maintaining it for the rest of the blog. Is there a way we can do this?

    jeff

    #14100

    Kim,

    Thank you so much for your quick reply! We will crank this out and let you know how it works out for us.

    Jeff and Britt

    jeff

    #14101

    Hi Kim,

    So we tried to create a childs theme in Cpanel using online tutorials and it didnt look like the parent theme at all. This is the code I used:

    /*

    Theme Name: Graphene

    Theme URI: http://www.khairul-syahir.com/wordpress-dev/graphene-theme

    Description: Child Theme for VV

    Author: Jeff

    Author URI: http://www.khairul-syahir.com

    Template: graphene

    Version: 0.1

    */

    @import url(“../graphene/style.css”);

    Is this the right code?

    And another question: do I just cut and paste the parent themes functions.php file and create a new one in Cpanel that way? and where do I input the bit of code he suggested to move the slider?

    Im sorry, this is my first attempt at customizing a website and is all new to me, so I’d really appreciate any advice you have.

    Thanks again!

    Jeff

    Kim

    #14102

    Hi Jeff

    Have You read the first post here:

    https://forum.graphene-theme.com/topic/how-to-modify-the-theme-using-a-child-theme#post-54

    Edit: Your Graphene Child Theme: style.css

    /*
    Theme Name: Graphene Child
    Theme URI: http://www.vinovagabonds.com/
    Description: Child theme for the Graphene theme
    Author: Jeff
    Author URI: http://www.vinovagabonds.com/
    Template: graphene
    Version: 0.1.2.1
    */
    @import url("/wp-content/themes/graphene/style.css");
    /* Your modification goes from here */

    Kim

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.