Hi,
1) i don’t understand how to delete an empty row from the td composer.
I know how to delete something inside it but not the single row.
2) it possible to hve a single color instead of an image as background?
3) for the multiple categories filter what is the correct syntax? name1, name2?
thank you
Hi,
1. You simply have to click and drag the row you would like to remove, a red box will appear on the bottom right corner of the page
– https://www.screencast.com/t/zdTrwlw1hti
– https://www.screencast.com/t/TlxHte6Q5jKu
More information about the tagDiv composer here
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
2. You can set a background image or color if you wish
– https://forum.tagdiv.com/background-introduction/
3. The filter works based on category IDs, enter categories you want to include, or enter categories you want to exclude. This is a guide containing all the block settings
– https://forum.tagdiv.com/block-settings-tutorial/
Thanks
Simion, hello!
With “tagdiv composer” I can’t make background ad clickable. Background ad click doesn’t work on main page (site: https://galagram.com). On other pages it works correct. How can I fix it? Thank You!
Hi,
@Dmitry_Lupich I see that you are using the Newsmag theme. There was an issue with the background ad functionality in version 4. So it would be bets if you update the theme, the problem is fixed in the latest version
– https://forum.tagdiv.com/newsmag-how-to-update-the-theme/
Or if that is not possible for you at the moment, a quick fix would be to enter this code in Theme panel->Custom CSS section
.td-ad-background-link #td-outer-wrap {
cursor: pointer;
}
.td-ad-background-link #td-outer-wrap .td-main-content-wrap {
pointer-events: none;
}
.td-ad-background-link #td-outer-wrap .td-main-content-wrap .td-container {
pointer-events: auto;
}
.td-ad-background-link .td-header-container,
.td-ad-background-link .td-container {
cursor: auto;
}
The background ad should work after you enter the code. Maybe clear all caching after doing this.
Thanks