- This topic has 4 replies, 2 voices, and was last updated 4 years ago by
Tom.
-
AuthorPosts
-
March 29, 2019 at 10:01 am #853670
tenchystryder
Evening guys
Right have a couple of really annoying things to sort out. I really am not sure if they all GP related or not so let me know if you don’t think they are.
1)- On my home page I have displayed a meta slider that shows a couple of small banners within the header which eventually will show sponsors banners who help pay for website. It has been added with shortcode into an html widget. The issue is the hyperlink only works when you click around the edges of the small banners. Really annoying.
2)- Secondly, using a hook, I have added a larger meta slider positioned ‘inside_container’. Works fine as no hyperlinks here but it has too much padding below it (big white gap) prior to contained content. I would just like to close this up a bit.(less gap)
GeneratePress 2.2.2GP Premium 1.7.8March 29, 2019 at 10:05 am #853671tenchystryder
Sorry, that’s background light blue below big slider not white gap ๐
March 29, 2019 at 3:31 pm #853838Tom
Lead DeveloperLead DeveloperHi there,
1. This looks to be an issue with the structure of the slider. Each slide is a link, but it’s set to 67×12 for the size: http://prntscr.com/n4vssb
That might be something you need to ask meta slider about.
2. Looks like the slider has padding set to the bottom. You can remove it with this CSS:
.ms-theme-cubic { padding-bottom: 0; }
The rest of the space is your Separating Space option. You can remove it like this:
.right-sidebar.separate-containers .site-main { margin-top: 0; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 29, 2019 at 11:39 pm #853981tenchystryder
Hi Tom
Hope you are wellThis code
.ms-theme-cubic { padding-bottom: 0; }
Worked perfectly to resolve the space under the big slider. I never used the second code you posted.
I have also resolved the issue with the link on the small banner. It was MetaSlider’s “Coin Slider” that caused the issue. I switched to “R.Slide” and “FlexSlider” and it works fine.
As always, a perfect response and great service
Keep up the excellent work Tom (and team)
March 30, 2019 at 8:22 am #854373Tom
Lead DeveloperLead DeveloperGlad I could help! ๐
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.