I am not looking for a background image. I am looking for a category featured image.
Thanks, however I wasn’t looking to have a background image. Instead looking for a different featured image to be able to be placed on top of each category page.
Found question on this at https://forum.tagdiv.com/topic/edit-saved-elements-reused-and-update/
Having to add the saved element, edit it, save it again as a different does not update it on all places the saved element is located in. In my opinion, this seems to defeat the purpose of a saved element as this requires the places the “old” saved element is located on to be replaced with the new saved element.
-
This reply was modified 3 years by
kalacosolutions. Reason: correction
The issue has been resolved. The element was set to not show on desktop. I was unaware it would not show in the editor on desktop; thought it would just not show on desktop on the front end.
Thanks.
There are several plugins that contain the name GDPR Cookie Consent. Could you provide the plugin developer’s name to ensure I get the right one?
Thanks.
This is a link to a post in the tagDiv composer. The adbox should be under the title Coffee in Broussard – August 26, 2022 and above the featured image. It is not there and since not there cannot be edited. My question is how can I get to the adbox since it is not displaying in the tagDiv composer?
https://www.dropbox.com/s/1gfzbus4qmbzsbk/post.png?dl=0
However it can be seen on mobile (the ad is set to show on mobile by not on desktop thru a plugin Advanced Ads)
https://www.dropbox.com/s/qa0ytelgq9ca1x9/Screenshot_20220823-093416_Chrome.jpg?dl=0
This is a link to a the tagDiv composer for category page which the adbox displays which can be edited (the adbox is
Now it is happening to all article ads.
I have this for Article Top:
<div class=”td-visible-desktop”>
[the_ad_placement id=”article-top”]
</div>
<div class=”td-visible-tablet-landscape”>
[the_ad_placement id=”m-article-top”]
</div>
<div class=”td-visible-tablet-portrait”>
[the_ad_placement id=”m-article-top”]
</div>
<div class=”td-visible-phone”>
[the_ad_placement id=”m-article-top”]
</div>
I have this for Article Inline:
<div class=”td-visible-desktop”>
[the_ad_placement id=”article-inline”]
</div>
<div class=”td-visible-tablet-landscape”>
[the_ad_placement id=”article-inline”]
</div>
<div class=”td-visible-tablet-portrait”>
[the_ad_placement id=”article-inline”]
</div>
<div class=”td-visible-phone”>
[the_ad_placement id=”article-inline”]
</div>
I have this for Article Bottom:
<div class=”td-visible-desktop”>
[the_ad_placement id=”article-inline”]
</div>
<div class=”td-visible-tablet-landscape”>
[the_ad_placement id=”article-inline”]
</div>
<div class=”td-visible-tablet-portrait”>
[the_ad_placement id=”article-inline”]
</div>
<div class=”td-visible-phone”>
[the_ad_placement id=”article-inline”]
</div>