Hi all,
I’m a proud user of Newspaper (v. 7.8.1), I would want to ask you a bunch of questions:
1) is there anyone who can help me solving this annoying problem with huge black spaces under videos both in posts and pages? (for examples … look here: http://analizebasilicata.altervista.org/blog/video/);
2) regarding the Slider Revolution plugin, where can I find my Slider Revolution purchase code? I thought the plugin license was associated to the theme license, is that true?
3) Anyone knows how can I embed in a stylish way a google my maps in my website?
Thanks a lot for your help,
Luca
Hi,
1. There seems to be very big padding value set, causing the blank space below the video
– https://www.screencast.com/t/HMc2ifaPW1E5
That padding does not come from the theme. Maybe you are using a plugin for the video, and that could be adding the Css there. This inline important condition cannot be overwritten. You could try a negative margin code like this, as a quick fix
– https://www.screencast.com/t/iwZvRhugqf
.page-id-111
.fluid-width-video-wrapper {
margin-bottom: -300%;
}
2. The Revolutions slider that is provided in the theme package does not need to be activated. Simply install it and use it
– https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
– https://forum.tagdiv.com/import-revolution-sliders-on-demos/
Sliders from the demos can be imported and used. They are included in the theme bundle.
3. I could not make any recommendations in this matter. You can try a few plugins and see which one may be the best for your website. Maybe other users can share their solution or plugin solutions.
You could try something as simple as this
– https://en.support.wordpress.com/google-maps/
Thanks
Hi Simion,
first of all, thanks a lot for your help and your precious time. This is the code related to the plugin. I was looking for the padding function …
Is there something I can add there to solve the problem both for posts and pages? 🙂
2. I’m going to make some little test;
3. I switched to umap (http://umap.openstreetmap.fr/it/), an open source project powerd by openstreetmaps and it’s a lot sexier!
Thanks a lot again!
Luca
Hi,
There doesn’t seem to be such padding in that plugins structure. But it is present as an inline style, something must be adding it there. Like I mentioned there is no such padding in the theme style, it would have no purpose.
You could try as a quick fix the code I provided above, with the negative margin that would somewhat override that padding.
Just enter the code in Theme panel->Custom Css.
Thanks
Hi Simion,
as you can see, your tip worked. Just added your code in custom css section.
I’m going to ask to the plugin developers if they can help me in solving the problem in a more proper/stable way.
Thanks a lot again.
Luca
p.s. I’ll give you updetes on point 2!