Footer Area Above the three inherent in widget area. Bottom of the Default Home

Posted in: Newspaper
Post count: 187

I am selling Sponsor Ads that scroll along the bottom of the page, that is if I can get them in the right place. and by the way you really should add this to the them as it is a revenue source. I have made $1,000 of of these and the site isnt done yet. So people are missing out. Plus if its built in they could sponsor a specific page or all. Just need a management system in admin. Anyway i need help placing this at the bottom instead of the middle of the page.

https://lakedigest.com

https://imgur.com/a/XI0AOe5

https://i.imgur.com/RM3jQEk.png

[Imgur](https://i.imgur.com/RM3jQEk.png)


Wish we had dedicated support I still have a major bug issue with no reply that has worked.

Post count: 35449

Hi,

Why not make a footer page and set the code in it ( you can make it how need and set the selling Sponsor Ads there ), after that set the page as footer.
Please check our documentation for footer -> https://forum.tagdiv.com/footer-templates/

Thank you!

Post count: 187

Oh yeah right Calin LMAO. After 5 hours I am no closer. Who can do this stuff. Its beyond my comprehension and is taking me way too long. Is there someone here that can do this and my sticky header like all the stuff I have.

Help Me Please Im Going Crazy:)

Post count: 187

OK I think Im close. But how or where to change some colors. I changed the footer style to one that used just Footer Widget 1 so I could place shoertcode in there, Now I dont see anyway to change the colors for the widget?

Post count: 35449

Hi,

The arrows from slider are some images, cannt be set with css, for the bubles you can use this custom css
https://www.screencast.com/t/A9H8LFG9w
.td-footer-wrapper .td-container .widget
{
height: 180px;
}
.wpls-logo-showcase .slick-dots li button
{
background: #30609b;
}

Or you can use this footer page and set in the empty column a column wit title and set you slide there -> https://www.screencast.com/t/m92HCjT0AY
You can get the page content from here -> https://pastebin.com/vmsiknMV after that set the page in footer from here -> https://www.screencast.com/t/Tbb2nJJWGJR

Thank you!

Post count: 187

Calin,

Can I change the color of the row there to a lighter color dark grey or something

Post count: 35449

Hi,

In the way that you made the footer you can set for your slide a background color only like this -> https://www.screencast.com/t/NbgbVxJ5pvAE
.td-footer-wrapper .td-container .textwidget
{
background: gray;
padding: 0 15px 015px;
{

Thank you!

Post count: 187

yuck, that wouldnt be good. Guess Ill try and find someone familiar with this. Is there a section in the forum for people to place odd jobs etc

Post count: 35449

Hi,

Unfortunately we do not have for the moment this theme to make custom work, sorry!
For the arrow slider you can try this custom css but, I do not know if this will work correctly
.wpls-logo-showcase button.slick-prev, .wpls-logo-showcase button.slick-prev:active {
background: rgba(48, 96,155, 0.5) url(../images/arrow-left.png) center center no-repeat !important;
background-size: 15px 15px !important;
}
.wpls-logo-showcase button.slick-next, .wpls-logo-showcase button.slick-next:active {
background: rgba(48, 96, 155, 0.5) url(../images/arrow-right.png) center center no-repeat !important;
background-size: 15px 15px !important;
}

Using a footer page will be more easy to achieve that you need.
Footer page from tagDiv cloud template -> https://www.screencast.com/t/1sGZfJhqc -> https://forum.tagdiv.com/footer-templates/

Thank you!

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