Hi,
You an enabled/disable the option from the theme panel > template settings > totop button – https://i.imgur.com/xR3lSWl.png
Thank you!
Hi,
Maybe this is a misunderstanding and you want to have the responsive version on mobile, if so, then you need to go to plugins and disable the tagDiv mobile theme plugin and it will be used the responsive version of the theme. Just clear all cache after the plugin is disabled.
Thank you!
Hi,
1. Most of the time when you make some changes in tagDiv Composer and those are still there when you re-open tagDiv Composer then the situation is related to an object cache or extra cache that is apply on the website when you are logged in.
2. The arrows for next and previous use a custom css to look like this https://tinyurl.com/29wlxnh9 – https://i.imgur.com/ViC2lmS.png if you removed the code you can get it from here or you can import that section from the cloud – https://i.imgur.com/tAJauO7.png
3. For this you need to use the opt-in builder and lock the articles you want to be exclusive.
Thank you!
Hi,
If you are using a shortcode please set it in a column text or text with title element in code/text zone – https://imgur.com/DSSni9j
Also, if you want to set blocks with articles inline inside your post content you can check this guide: How to insert a block inside the content of a post
Thank you!
Hi,
The blocks will be automatically populate when new articles will be added, also you can use tagDiv Composer to edit the homepage, select the blocks and use the filter tab if you want to set articles from a specific category to be display in a specific block – https://forum.tagdiv.com/flex-block-settings-guide/
Thank you!
Hi,
Unfortunately there is no option to just check the post that you want to be sticky, you need to set the post id in this place – https://i.imgur.com/jHFxY0G.png
Thank you!
Hi,
Make sure that all settings from our guide – https://forum.tagdiv.com/requirements-for-newspaper/ are set like that including this code – https://i.imgur.com/C7n3fBU.png
I hope this will help you!
Thank you!
Hi,
This can be done using tagDiv Composer, set a row and set it on 3 columns in left and right set blocks and ads and in the meddle use elements as column text and text with title for settings content like using classic editor.
Thank you!
Hi,
The tagDiv Composer can be used only for pages and cloud templates, for articles/posts you need to use the WordPress editor.
Thank you!
Hi,
I think that you want to have an overlay, the one from your screenshot is an overlay menu – https://i.imgur.com/no6gI6E.png
You can import that section from cloud using tagDiv Composer – https://i.imgur.com/38Ow9yI.png – https://i.imgur.com/cHpv0QF.png select the column text and replace the text and video – https://i.imgur.com/2u6g1dT.png
Thank you!
Hi,
Please check the plugins settings and enabled the cache for mobile, after that clear all cache and try again.
Thank you!
Hi,
If you want to have a pot as stick on a flex block the best option will be to set the post it on the block – https://forum.tagdiv.com/flex-block-settings-guide/
Thank you!
Hi,
Unfortunately the with can not be changed.
You can remove the sidebar using the theme panel options https://i.imgur.com/PA9twDL.png ort individual – https://i.imgur.com/d8IYzOf.png also for articles – https://i.imgur.com/lUGEwBl.png
Thank you!
You need to use the locker on post content, like this – https://i.imgur.com/vIEYn2I.png results – https://i.imgur.com/bhc1ads.png – https://i.imgur.com/4vnjH37.png
Hi,
Yes this is possible – https://i.imgur.com/UZUo9vU.png – https://forum.tagdiv.com/newspaper-6-how-to-activate-the-theme/
Thank you!
Hi YamhillAdvocate, please do what I’m asking. Contact the cache author and ask how you can remove the cache from your website after the cache plugin is disabled.
“Sorry but none of that made any sense to me. I disabled the cache plugin and the mobile plugins, and it’s still showing a mobile version on desktop.” – this is because the cache is delivered from a file, there are cache plugins that are working even when they are disabled, until the cache file is deleted.
Hi,
You can try to reinstall everything, but only if you have a full backup so you can restore it if the problem is still the same.
The license can be get from your themeforest account https://help.market.envato.com/hc/en-us/articles/202822600-Where-Is-My-Purchase-Code
If you want we can take a closer look too, for this it will be need to contact us via email at contact@tagdiv.com and we’ll need a temporary wp-admin access to the website.
Thank you!
Hi Kim,
Ok, if the element has been replace and the problem still persist, please check the social links set for the author in his account.
If the problem is still persisting and you already have the last theme version, 12.7.1 then please contact us via email and provide a temporary wp-admin access to investigate the problem. Include the link of this topic so we can identify you faster.
Thank you!
Hi Larane,
This is how it is working. When the multiple is selected is allowing to use multiple filters, but when is only one you are redirected to the category/taxonomy that have been selected (and there you can have other filters that are set on the taxonomy/archive cloud template).
Thank you!
Hi,
To resolve the problem with the image use this css
img {
width: auto;
}
In case that this is not strong enough you can add the body class like this:
body img {
width: auto;
}
The css can be set in the theme panel > custom code > custom css so it will apply globally – https://i.imgur.com/njCC3jR.png
This one “theme pulling up and black bar appears on youtube broadcast. https://glostv.com/youtube-teste/” for me is not displaying any video – https://i.imgur.com/hyqEn9B.png maybe you have remove it.
Hi,
If the situation with the theme activation and edit persist, please contact us via email at contact@tagdiv.com, provide wp-admin access and the license key. We’ll check it and fix the problem as soon as possible.
Thank you!
Hi,
For this you need to have installed and activate the plugin tagDiv Opt-in Builder after that on block you’ll see the option for exclusive posts, those are articles that are blocked using tagDiv Opt-in builder – https://forum.tagdiv.com/tagdiv-opt-in-builder/
The bookmark can be set using the option on block – https://i.imgur.com/PoDSxL1.png – https://forum.tagdiv.com/bookmark-save-for-later/
Thank you!
Ok, so now you want to have only the link from custom field clickable, right? for this you need to use a css to select the image and title.
You can use those css:
.tdb_flex_block_builder .tdb_module_title_0 a,
.tdb_flex_block_builder .tdb_module_img {
pointer-events: none;
}
Also you can set a class on flex builder and replace in the css code so the code will apply only on that block.
Thank you!
Hi,
It seems that after the last updates to the theme, the Column text and title element was added and most likely it was done when the “display restrictions” section was added. This can be used with the opt-n builder plugin to set restrictions (for example, you have text that you want to be visible only to users who have purchased a certain plan), or you can use the option to hide the column text if the user is not logged in. This options are available only on column text.
https://i.imgur.com/HiE9AYN.png – https://i.imgur.com/tQJHRtI.png
Thank you!
Hi,
That menu element is from Opt-in Builder and the login/register page can be changed from Opt-in builder > Subscriptions > pages – https://i.imgur.com/UovqCWn.png
Thank you!