Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #179755
    dazzathedrummer
    Participant

    Hi,

    I’m just trying out the Rock Start theme and will probably buy it.

    I just want to know if there’s a way to get the header image to appear above the slider?

    I’m using the header image as a site logo as I can’t get the site logo to appear at the size I’d like – but it looks kind of odd having the header image below the slider.

    #179774
    Skandha
    Participant

    @dazzathedrummer: Hello there,
    For that you will need to create a child theme and do a little bit of customization. Let me know if you are familiar with child theme so that I can guide you.

    Kind Regards,
    Skandha

    #179801
    dazzathedrummer
    Participant

    Thanks for the reply.

    Yes, I was thinking of setting up a child theme and then editing a page – I’ll do that and come back to you if I get stuck.

    #179868
    Skandha
    Participant

    @dazzathedrummer: Hello there,
    To have the Header Image Above the Slider you wont have to create a child theme. There is an option in the customizer.
    Go to => Appearance => Customize => Header Image => Featured Header Image Position => Select Before Slider. I seem to have forgot about that option.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #180325
    dazzathedrummer
    Participant

    Hi,

    I’ve set up my child theme but I can’t seem to get it pick up the CSS from the child style.css.

    This is what I’ve got in my child functions.php…

    <?php
    add_action( 'wp_enqueue_scripts', function() {
      wp_enqueue_style( 'hashone-parent-style', get_template_directory_uri() . '/style.css' );
    });

    I’ve added the following to the child style.css (to change the news ticker title to blue just as a test)…

    .news-ticker-label {
        border-bottom: 1px solid #fff;
        border-right: none;
        color: #2196f3 !important;
        display: inline-block;
        float: left;
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 10px;
        max-width: 100%;
        padding: 0 0 5px;
        text-align: left;
        width: auto;
    }

    But when I load the page and inspect the element, the css is coming from the parent css.

    How do I fix this? …I did this a few years back and it seemed to work without any problems, that was before enqueing was a thing.

    #180326
    dazzathedrummer
    Participant

    ignore that – it now seems to be working!

    #180327
    Skandha
    Participant

    @dazzathedrummer: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/rock-star/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to get the slider to appear below the header image?’ is closed to new replies.