• Resolved cup1

    (@cup1)


    Hi guys, great theme, but have a niggling issue…

    The front page slider has 3 images added, but after a few seconds they move up, revealing a grey bar!

    Somebody else posted a similar issue but was directed to the other forum, where I cannot find an answer?

    Can you help?

    website is http://www.garyduckman.co.uk

    Thanks

    Gary

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi Gary,

    Here a small CSS issue.

    You can fix this issue using given below solution.

    Go to Dashboard admin panel >> Weblizar Options >> Custom CSS.

    Now write this line of code snippet into custom CSS box.

    .carousel-inner > .item > img {
    position: static !important;
    }

    Now save the changes.

    Note: Please use high resolution images for slider like (1400*570) .

    Thanks

    Thread Starter cup1

    (@cup1)

    Hi,

    Thanks for the reply. I have added the code, but it does not seem to have made a difference?

    I did try high res images and made sure the format was as per your note above, but it still moves up and gives a grey bar?

    Anything else i can try?

    Kind regards

    Gary

    Hi Gary,

    Here a another solution.

    Go to Dashboard admin panel >> Weblizar Options >> Custom CSS.

    Now write this line of code snippet into custom CSS box.

    .carousel-inner > .item > img {
    top: 0!important;
    }

    Now save the changes.

    Let me know for further assistance.

    Thanks

    Thread Starter cup1

    (@cup1)

    Hi,

    Sorry to say its still the same after the 2nd try.

    Bit stuck on this one!

    Regards

    Gary

    Hi Gary,

    I think above solution running well.

    are you using any plugin because it may be conflict your theme.

    So please deactivate all the plugins.

    Let me know for further assistance.

    Thanks

    Thread Starter cup1

    (@cup1)

    Fixed!!!

    Thanks so much for your help, it was indeed a plug in, Huge IT Image Gallery. As soon as I disabled it, all working fine.

    So can somebody recommend a good easy to use gallery plug in that will not break my site!?

    Gary

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Front page slider moving up’ is closed to new replies.