I’m not able to add a full width slider using the Advanced Layerslider as nothing shows up and it doesnt look like the code is in in the page when checking the source.
http://www.stourportbc.co.uk/homepage2
Could you have a look to see what the issue is. I’ve tried disabling all plugins one by one but nothing seems to fix it.
Login details below
Hey mikemurphy10!
Please delete all cache and disable your caching plugin while testing as it’s the likely reason for your problems.
Best regards,
Rikard
Hi Rikard
Cache all disabled etc but still wont display the layerslider. I can display it with a shortcode, but have a gap at the top of the slider.
regards
Hey!
Ok, could you add it with shortcode? We can help you out with some custom CSS to remove the gap.
Best regards,
Rikard
ok great.
The page has been updated now
Hi!
Great, thanks. Please try this in Quick CSS:
.page-id-35941 main.content {
padding-top: 0px !important;
}
Best regards,
Rikard
Hi Rikard…..that doesnt fix the gap.
Any other thoughts ?
Hi!
try this code instead:
div#layerslider_6_1 {
top: -49px;
}
Best regards,
Andy
Sorry Andy, doesnt work still
Hi!
I tried a bunch of CSS out in your Quick CSS field but nothing seemed to take effect, could you check the permissions of your custom.css file located in enfold/css? You could also try to paste the CSS we’ve given you there to see if it works better that way.
Cheers!
Rikard
thats done it. was a permissions issue. thanks !!!!