- NewsmagtagDiv Composer Tutorial
- NewsmagHow to use the Visual Composer plugin
- NewsmagHow to update a plugin
- NewsmagWhat’s included in Newsmag theme package
- NewsmagRequirements for Newsmag
- NewsmagInstall via WordPress
- NewsmagInstall via FTP
- NewsmagBlock settings tutorial
- NewsmagtagDiv Social Counter tutorial
- NewsmagHow to update the WPBakery plugin
- NewsmagPage Menu
- NewsmagCustom ad spots
- NewsmagSmart sidebar
- NewsmagVideo playlist
- NewsmagPage templates
- NewsmagHomepage – How to build and set it
Hi,
The articles can be done normally using the WordPress editor https://www.wpbeginner.com/beginners-guide/how-to-add-a-new-post-in-wordpress-and-utilize-all-the-features/
To edit the pages and cloud templates, you’ll need to use the theme builder, tagDiv Composer
Also, you can check our video tutorials from here – https://www.youtube.com/watch?v=SoGQ0d5kIBg&list=PL6CsDkMaejhoHETIWoxnRB4zefz8L8PYg
Thank you!
Hi,
Please make sure you’re using the latest version of the theme Newspaper v12.7.1. After that, check the browser console when publishing a post to identify which request is causing the delay.
If you’ve already tested with only the tagDiv plugins active and the issue persists, I recommend replacing your current tagDiv Composer and tagDiv Cloud Library plugins with the versions below:
– https://cdn.tagdiv.com/wp-content/uploads/2025/05/td-composer.zip
– https://cdn.tagdiv.com/wp-content/uploads/2025/06/td-cloud-libraryfix.zip
Thank you!
Calin
It’s been a few weeks since we’ve noticed there is a severe slowdown (up to 3 minutes) every time we post a new entry to our website. We’ve installed wp-cache, tried to optimize almost every aspect of the website, and it’s still slow, but only when posting, the rest of the site is fine. After disabling all plugins, the website ran and posted fast; when re-enabling the tagdiv Composer and Could Library plugins, the performance issues came back. Is there a way to fix this?
Hi,
If you are using a single post template, you can use the tagDiv Composer to edit the template and relocate the review position to a different location – https://i.imgur.com/rkYfWhQ.png
Or if you want to review via block, then the only way will be to use custom css to change the place or create your module https://forum.tagdiv.com/meta-info-modules-blocks/
Thank you!
Hi,
Unfortunately, the button can be moved only with css, you can use this css:
body .tdw-search-form .tdw-search-form-inner .wpb_button {
position: absolute;
}
You can set the css in tagDiv Composer in css zone – https://i.imgur.com/TUjcyHr.png
To have the same space between menu elements, please set the Elements space 0 and use Elements padding 0 15px – https://i.imgur.com/qCwmxpM.png adjust the padding after your needs.
The login elements can be set to the right using this custom css:
body .tdw-block-inner .tdw-wml-wrap .tdw-wml-menu{
text-align: right;
}
The code can be set in tagDiv Composer in css zone – https://i.imgur.com/JddsYrk.png
To adjust the space between the shop and my account element, select the shop cart and select the cs tab, then remove the left 30px margin and set 30 to the right margin – https://i.imgur.com/fIGCFt4.png https://i.imgur.com/Yu3OYD1.png (it is possible to me more elements that need to be fixed like this, because the css was set for LTR direction and does not need to be changed for RTL)
Thank you!
Hi,
Ok, so the first step is to have an RTL language selected on wordpress, for example, I will select Arabic – https://i.imgur.com/90vPjA9.png, then go to Cloud templates and click on + on Header templates – https://i.imgur.com/XguMYXz.png, then search for “makeup” https://i.imgur.com/GW3D4L2.png open the template in tagDiv Composer – https://i.imgur.com/Kuk7maO.png, then it should look like this https://i.imgur.com/gpGfdsC.png then just drag and elements in the palce you want (change logo) …. for example drag the left column with the menu in the right – https://i.imgur.com/TK0k9vI.png https://i.imgur.com/AM5hv6u.png the menu elements to be display from ltr to rtl use this custom css :
.rtl .tdb_header_menu .tdb-menu {
flex-direction: row-reverse;
}
I hope this will help you!
Hi,
There are a few recommendations:
I will recommend using a good cache plugin, if you have the possibility WP Rocket> will be the best, if not, Litespeed is one of the free cache plugins that provide the best results in the free version. Also, we recommend using Cloudflare (CDN), which will help you prevent attackers from getting on your website and also has options to improve the speed. The free version can be used; there is no need for a premium account.
For accessibility, you should check the H elements to be in order on your website, for example, there are 3 H1 and no H2 – https://i.imgur.com/co6Twat.png H1, is usually coming from logo and if you have the logo on the header, footer and mobile header, for the start there are 3 H1, what can be done is tu use tagDiv Composer, select the footer logo and also the mobile logo and make sure taht the option to disable H1 is checked – https://i.imgur.com/8yxrxU9.png – https://i.imgur.com/c7c0DPU.png
Thank you!
Calin, that’s it, I figured it out! )
It was necessary to duplicate the code of the “Forum” page in the field with the “Mobile Editor” admin panel
https://skr.sh/sXCMW6Lqa3R
Sorry, the last question remains. How are these block headers https://skr.sh/sXC6kd9z7ML should I convert it to Russian in English so that the KOI8 encoding is supported?
I changed it in the file /public_html/wp-content/plugins/td-composer/mobile/includes/shortcodes/td_block_related_posts_mob.php the title is in Russian https://skr.sh/sXCrAHgnuy1 , but on the website, the word НОВОСТИ is displayed with question marks <?>.
In theory, the “tagDiv Mobile Theme” plugin should inherit the default font of the theme.
===========
Calin, все, разобрался! )
Надо было код страницы “Форума” продублировать в поле с админкой “Mobile Editor”
https://skr.sh/sXCMW6Lqa3R
Извините, последний вопрос остался. Как эти заголовки блоков https://skr.sh/sXC6kd9z7ML на английском языке переделать на русский, чтобы поддерживалась кодировка KOI8?
Я поменял в файле /public_html/wp-content/plugins/td-composer/mobile/includes/shortcodes/td_block_related_posts_mob.php заголовок на русский https://skr.sh/sXCrAHgnuy1 , но на сайте слово НОВОСТИ отобразилось знаками вопроса <?>.
По идее плагин tagDiv Mobile Theme должен наследовать дефолтный шрифт темы.
Hi,
1. Just to clarify, the Newspaper theme offers three options for mobile display:
– The responsive version
– A dedicated mobile page template
– The tagDiv Mobile Theme plugin
This means you can choose how your content is displayed on mobile devices, depending on your preferences and needs.
2. Regarding the link you mentioned, it’s unlikely to be added specifically for the tagDiv Mobile Theme plugin. This is because there are two other supported mobile versions: the responsive layout and the mobile page template—both of which are compatible with the plugin you referred to.
If I understand correctly, the tagDiv Mobile Theme plugin is no longer being used. In that case, the site should display the responsive version instead. Based on this screenshot (https://i.imgur.com/P1GEByS.png
), it appears the forum is currently using the mobile page template. If that’s the case, you’ll need to edit it using tagDiv Composer to include any elements you’d like to show on mobile. Alternatively, you can disable the mobile page to fall back to the responsive version.
3. I understand your point, but unfortunately, the decision isn’t mine. 😄
Thanks!
Claro que tenemos una página responsive editado con tagDiv Composer, me gustaría pedirles que revisen nuestro sitio y nos puedan dar una devolución mas precisa.
Saludos y gracias.
Hi,
What I will recommend to do on wordpress is to create a footer menu https://forum.tagdiv.com/main-menu/ after that use a cloud footer, this can be edited with tagDiv Composer and add a menu element to display the created menu elements for the footer – https://i.imgur.com/yCg3fT7.png
Thank you!
Hi,
Do you use the responsive version or a mobile page? If it is a mobile page, please edit it with tagDiv Composer, reduce the page size/elements, and also use a cache plugin to delay the ads until the first user interaction. This will provide better results for WCV.
Thank you!
Hi,
First, you need to choose a RTL language. After that, you can install an RTL demo https://i.imgur.com/UA69Pa8.png and start working on it, or if you want, you can create your own one with tagDiv Composer.
Thank you!
Hi,
Can you please provide some more details about the situation you are facing with the tagDiv Composer?
This can be used on pages and cloud templates, so if the footer can not be edited with the theme builder, it means that you have not set a cloud footer template.
Additionally, if you prefer to contact us privately, you can do so via email at contact@tagdiv.com. Please provide as many details as possible, along with any relevant screenshots.
Thank you!
“I’m experiencing issues with the TagDiv Composer on my website. On the home page, post data is not displaying correctly. Additionally, the footer section is not editable. Below are the images showing these issues.”
Email : divyagate543@gmail.com
Contact Number : 9112949631
Hi Steve,
Thank you for sharing the details and the page link. I’ve tested it as well, and unfortunately, this is not something that has a quick fix at the moment. The way the TagDiv Composer structures page content and the way the theme’s print stylesheet handles those elements conflict, which results in blank prints.
I’m really sorry about the inconvenience this is causing. At this point I don’t have a simple solution I can provide, and it looks like it will require a more complex adjustment in the theme/Composer code itself.
Thank you for understanding.
Hi,
The strings that can be translated can be done from the theme panel > translations – https://forum.tagdiv.com/customize-a-translation/ if the string text is not there, please use tagDiv composer, edit the page/template and select the element, after that, check if the element has any input to set/edit the text, something similar to this – https://i.imgur.com/g66T5l3.png also, if you can provide a link were I can check teh text I cna let you know the exact steps to do.
The footer situation, use tagDiv Composer to edit it, select the mobile viewport and select the row/column holding the footer content and check the layout tab and the settins for layout https://tagdiv.com/flexibility-rows-columns-newspaper-theme/
Thank you!
Hi,
Edit the homepage using tagDiv Composer https://i.imgur.com/LqZci0B.png, select the mobile view port – https://i.imgur.com/irzI2i7.png then the menu and change the title – https://i.imgur.com/EQOebz7.png
Thank you!
Hi,
Edit the homepage using tagDiv Composer, select the search icon and check the General tab scroll down to the Search form section and set the for offset to the left (I think 250 will be enough) – https://i.imgur.com/1FCe6Ih.png
Thank you!
Good morning,
I tried both steps, but neither made the “My License” page work, nor did the Composer plugin function correctly.
I await your response.
Thank you and have a good day.
Hi,
It seems there may be something interfering with the theme. Under the “My License” section, the domain where the key is being used should be displayed.
Please follow these steps:
Test the “My License” tab with only the TagDiv Composer plugin enabled. If it still doesn’t work, proceed to step 2.
Go to WordPress > Settings > Permalinks, and set the permalink structure to “Plain” or “Simple”. Then, check the “My License” tab again.
If this resolves the issue, ask your hosting provider to configure pretty permalinks for your domain.
Another potential cause could be errors in the browser console or SSL-related issues. Please check your browser’s console for any errors that may appear.
Thank you!
Good morning, I just imported and successfully registered the theme on my staging site.
I imported a demo site template and installed all the necessary plugins.
However, I’m having a major problem: it’s as if TagDiv Composer isn’t working. I can’t edit the pages with its interface; I can only use the basic WordPress interface.
Furthermore, if I go to the dashboard, I get a banner that says “Your license for Newspaper Theme is not assigned on this website!” But if I go to the theme dashboard, it says it’s registered correctly, and if I go to the “My License” section, nothing appears on that screen.
What can I do?
Hi,
For this, you need to use tagDiv Composer, edit the page, select the block and if this is a flex block, the image size can be set from Layout tab – https://i.imgur.com/6KSTOlK.png
If is related to the featured image of a post, it should be done the same, edit the single post template and select the image, after that change the image size – https://i.imgur.com/sXZsX2g.jpeg – https://i.imgur.com/1fB4v0g.jpeg
Hi,
If you want to add an ajax filter on a block to filter the articles by tag, then use this tagDiv Composerhttps://forum.tagdiv.com/tagdiv-composer-tutorial/, select the block and use this option – https://i.imgur.com/CYhpjAJ.png https://forum.tagdiv.com/flex-block-settings-guide/
Thank you!
Hi,
The PRO demos do not use the theme panel settings, use the settings form cloud templates. In your situation, what can be done is to edit the single post template using tagDiv Composer, select the featured image and check the image size – https://i.imgur.com/kc6Me46.jpeg – https://i.imgur.com/JkcRlPo.jpeg – https://i.imgur.com/i4KX7nK.jpeg
Thank you!