Several Questions

Posted in: Newspaper
Post count: 2

The client’s website is: https://twincitieskidsclub.com

— Spacing before the slider —
There is some spacing before the slider on our website. How can I remove this spacing?

— Remove text on top of 3 images —
We have three images below the slider. There’s some text or square within the image. There’s no text in the field it is still appearing. How can it be removed?

— Is there a way to insert an image below the ‘Follow Us’ icons on the footer? —
We have an image under the second column of the footer. We want to move the DMCA image to below the icons on the ‘Follow Us’ section, how can this be made possible?

— How to set up automatic scrolling with the slider? —
I have configured the timing for automatic scrolling on the Revolution Slider settings, but it seems it’s still not working. Would you mind sharing how I can make the images scroll after 5 seconds?

Post count: 20688

Hi,

1. Either negate the page padding by setting a negative margin for the row where the slider is placed, like this
https://www.screencast.com/t/yRMFJaAS
Or enter this code in Theme panel->Custom CSS section to remove the padding
https://www.screencast.com/t/RKSZ6askezzN

.home .td-main-page-wrap {
padding-top: 0;
}

2. That white box allow for a custom title to be set for each image. It could be removed with a code like this
https://www.screencast.com/t/WjrpltufGfU

3. Maybe try and enter the image directly in the footer file, after the social icons section. The image should be displayed below these social icons
https://www.screencast.com/t/83TJSOxMR
Something as simple as this maybe
https://www.screencast.com/t/bcFtiGZHQ6
https://www.screencast.com/t/iWug2tHGoMG7

4. That can be done in the slider settings, according to this guide
https://www.themepunch.com/revslider-doc/general-settings/
https://www.themepunch.com/faq/turn-autoplay-off-sliders/
The Revolution slider is a very complex plugin, with an enormous amount of settings and options. It can be difficult to master or even find a setting at times.
This is the official plugin documentation
https://www.themepunch.com/revslider-doc/slider-revolution-documentation/

Thanks

Post count: 2

I got it to work! Thanks for the instructions!

If I update the theme later on, will the custom PHP code I added be removed?

Post count: 1341

No. Code entered in Theme panel -> Custom CSS after update the Theme not be removed.

Post count: 20688

Hi,

Code entered directly entered in the theme files, will be lost when the theme is updated. You could use a child theme for example. This a child theme tutorial, mentioning the files that can be customized through it
https://forum.tagdiv.com/the-child-theme-support-tutorial/
Files from the footer folder can be customized in a child theme.
Custom code in the theme panel will not be lost, as mentioned by Edward.

Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.