I have been trying all day to save things in various sections such as the Theme Panel Ads Section. I have placed several different code types in the Footer Top Ad. It goes around in circles says its saved, no changes on the site. I purge cache, no changes on the site, I log out back in and there is nothing saved. Everything I put just disappears?
Hello bformhals,
Do you have checked your system status parameters to be according to our useful guide from here -> https://forum.tagdiv.com/system-status-parameters-guide/?
Thanks for the message!
Yes I know and understand that. Everything there is just fine and exceeds recommended values. I also have been trying to change a background color on a row and though it shows the color in background settings for row design the color does not change or display.
I had already previously found an issue with a particular block setting that was checked out by the team and it was indeed a bug and hopefully will soon be fixed.
Hello bformhals,
Regarding on that bug with the background color on ROW, notice that has been listed on our list of improvements and we will consider to fix it in near future update. Until this moment, notice that you should try using a bit of CSS code to fix this.
The code for Block 12 is ->
@media (max-width: 767px){
.td_module_10 .td-module-thumb {
width: 120px!important;
}
.td_module_11 .item-details {
margin-left: 135px !important;
min-height: 120px !important;
}
}
Also, another alternative for you would be to directly use the background color for ROW, like this -> https://www.screencast.com/t/b8gYL7PihLl (as a quick fix)
Thanks for the message!