Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #150181
    Debbie
    Participant

    Is there a way to have the default view of the home page include the promotion message instead of just showing the slider? I mean as the default view, not as if it had been scrolled down.

    E.g., instead of this when the home page loads:

    https://miboxdallas.com/wp-content/uploads/slider-only.png

    show this:

    https://miboxdallas.com/wp-content/uploads/slider-and-promotion.png

    #150250
    Skandha
    Participant

    @violetdeb: I don’t think that will be a good idea as to do that you will need to significantly decrease the
    height of the slider. By doing that the image will be cropped and will look something like this.

    Let me what you would like to do.
    Kind Regards,
    Skandha

    #150271
    Debbie
    Participant

    Yeah, that’s not good.

    Is there a way to move the promotion title or description to below the button? I only use one or the other, not both, so I’m thinking maybe I can co-opt one of those for my needs. My root issue is that I have two sites that really need to have announcements over the slider because we are finding that repeat-users often don’t scroll down.

    #150369
    Skandha
    Participant

    @violetdeb: What you can do is right now the promotion headline section looks very big due to the size of the image truck. You can decrease the image size which will decrease the height of the promotion headline then you can decrease the slider height to fit the promotion headline and slider into screen.

    You can add the following CSS Code and check it satisfies what you want.
    Go to => Appearance => Customize = Additional CSS and add the following CSS Code.

    .image.wp-image-3264.attachment-medium.size-medium {
    	width:200px;
    	padding-top:22px;
    }
    #promotion-message {
    	padding:0px;
    }
    #slideshow {
    	height:510px !important;
    }

    Let me know if this solves your issue!
    Kind Regards,
    Skandha

    #150573
    Debbie
    Participant

    Thanks so much … I have shrunk the truck, but the fixed height for the slider messes up too many other things. No worries, I’ll figure out some other solution.

    Thanks!
    Debbie

    #150584
    Skandha
    Participant

    @violetdeb: Glad I was able to help out. Have a good day! 🙂

    Let me know if you have anymore issues.
    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Default view include promotion section?’ is closed to new replies.