- NewsmagHow to use the Visual Composer plugin
- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperModules Builder in Newspaper Theme
- NewspapertagDiv Shop
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- TutorialsDefault Block Settings Guide
- NewspaperCreate Custom Code with the browser’s Inspector or the Live CSS Box
- NewspaperCompare theme files – Winmerge tutorial
- NewsmagWhat’s included in Newsmag theme package
- NewsmagNewsmag documentation
- NewsmagBlock settings tutorial
- NewsmagHow to update the WPBakery plugin
- NewsmagCustom ad spots
- NewspaperHow to update the WPBakery Page Builder plugin
- NewspaperBlock settings tutorial
- NewspaperPost Formats (for TinyMCE)
- NewspaperFont Customization
- NewspaperBackground Introduction
Hí Catalin thank you for the quick response, i have the smart sidebar on since the beggining of the project, also i don’t use any google adsense at the moment but still can’t get the sticky work, and i also checked that sticky is on over the column holding the widget sidebar here i add some captures to make more visual the situation, thank you very much for your help.
1) column divided https://imgur.com/RcPlNrr
2) smart sidebar on https://imgur.com/7iGENLs
3) sticky on the column holding the widget sidebar https://imgur.com/dOJAVhF
4) sticky not working https://imgur.com/1e5zdqY
-
This reply was modified 7 years by
ivangcalvario. Reason: repair links to screenshots
-
This reply was modified 7 years by
ivangcalvario.
Is the new Gutenberg editor considered a classic builder?
I use Visual Composer so I assume AMP will not work on my site then?
I built my site a long time ago using Visual Composer but now see Tag Div is recommended.
Is there any benefit to changing all my pages to Tag Div?
ie. performance or otherwise.
Seems like it would be a lengthy process and could cause pages not to work whilst transitioning and rebuilding the pages.
Hello! We’ve setup a newsletter archive using Newsmag, and our client would like their logo to link back to the main website, rather than the archive. I’m not sure where to change this in the core files.
I hace changed href in logo-h1-php but it doesnt work. Please see code below.
Thanks
P.D. This is my web: https://thezugzwangblog.com/
// 3. For any tdc or vc content, and not the ‘page-pagebuilder-title.php’ is used
$td_use_h1_logo = false;
if (is_home()) {
$td_use_h1_logo = true;
} else if (is_page()) {
global $post;
$_wp_page_template = get_post_meta($post->ID, ‘_wp_page_template’, true );
if (‘page-pagebuilder-title.php’ === $_wp_page_template) {
$td_use_h1_logo = false;
} else if (‘page-pagebuilder-latest.php’ === $_wp_page_template) {
$td_use_h1_logo = true;
} else if ( td_util::is_pagebuilder_content($post)) {
$td_use_h1_logo = true;
}
}
if (!empty($td_customLogoR)) { // if retina
if($td_use_h1_logo === true) {
echo ‘<h1 class=”td-logo”>’;
};
?>
” src=”<?php echo $td_customLogo?>” alt=”<?php echo
$td_logo_alt ?>”<?php echo $td_logo_title ?>/>
<span class=”td-visual-hidden”><?php bloginfo(‘name’); ?></span>
<?php
if($td_use_h1_logo === true) {
echo ‘</h1>’;
};
} else { // not retina
if (!empty($td_customLogo)) {
if($td_use_h1_logo === true) {
echo ‘<h1 class=”td-logo”>’;
};
?>
” alt=”<?php echo $td_logo_alt ?>”<?php echo $td_logo_title ?>/>
<span class=”td-visual-hidden”><?php bloginfo(‘name’); ?></span>
<?php
if($td_use_h1_logo === true) {
echo ‘</h1>’;
};
}
}
Thanks!
Hi,
Using the tagDiv composer for the post content is not possible. You can design post templates around the post content only. From what I know there aren’t any plans currently to make changes in this matter. Sorry for any inconvenience.
As a first note, it is important to decide which page builder is more suited for the website and use only that one. Having both active at the same time may result in various problems.
We don’t recommend WPBakery on posts, only for pages
– https://forum.tagdiv.com/how-to-use-visual-composer/
It can be activated for posts in it’s settings and you can use it however, if required.
So at the moment if you want to create posts similar to pages, you can only do that with WPBakery activated for posts. And the tagDiv composer should be deactivated.
Please let us know if you have more questions.
Thanks
Hello team,
You know that Google is becoming more and more demanding, now the new PageSpeed also uses LightHouse metrics.
My sysadmin has been able to simplify the theme to get good scores. But, there is something that cannot be improved in a simple way, accessibility.
Some people may think it’s not very important, but they’re confused. Accessibility is VERY IMPORTANT.
LightHouse and PageSpeed ask for specific things, how to use name, label, alt, etc… Especially in the buttons and useful parts of the web. So that visually impaired people can use voice systems.
Can you give me a solution to this problem?
Do you know any plugin that solves this problem in your theme?
In next NewsPapper updates, are you going to solve this problem?

https://fotos.subefotos.com/850bf1259ccb3d809bec8fce996ff41fo.jpg

https://fotos.subefotos.com/6aaa7d2e0077cbb606d8f27c118a6067o.jpg
My site: https://bit.ly/2RJy1ny
Cheers, Jose
Hi,
@rozemarijn If you want three images in a row in the post content you could simply add them there like that, when writing the post. For example
– https://www.screencast.com/t/2VuZDboble
We don’t recommend WPBakery on posts, as the guide mentions
– https://forum.tagdiv.com/how-to-use-visual-composer/
In the past that created layout problems when also the tagDiv composer was active, we fixed most of them however.
I can’t say at the moment if the tagDiv composer will be available for creating actual posts (post content). I am not aware of such plans at the moment. Sorry for any inconvenience.
Thanks
Hi,
1. If those are shortcodes provided by Visual composer then they wouldn’t be rendered by the tagDiv composer. They won’t be recognized. Blocks, grids and other theme specific elements will work with both composers because they are available in both.
On the other hand, if those shortcodes are provided by a plugin, in the tagDiv composer they can be entered in a column text for example
– https://www.screencast.com/t/EeFM8r6L
2. The top menu is not displayed on mobile. If necessary it can be made visible with some CSS, for example
– https://www.screencast.com/t/WYd9WoqoR
I removed the socials because they are also displayed in the mobile menu window, if you want them in the top menu as well as in the mobile menu I will modify the code. Let me know.
Enter it in Theme panel->Custom CSS section, then the top menu will appear on mobile.
@media (max-width: 767px){
.td-header-top-menu,
.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;
text-align: center;
}
.td-social-icon-wrap{
display:none;
}}
Thanks
Hi there,
Hope you’re well. I’m trying to disable the Visual Composer (as its not recommended to use both), but i’m having some issues:
1. Shortcodes – it wouldn’t render shortcodes like for me [jobs per_page=”12″ show_filters=”false”] or [adrotate=”12″] – how do I get these working with the new composer?
2. Not related to Tag Div composer – but TOP HEADER MENU doesn’t display on mobile. Could you please advise.
Thanks and best wishes,
Angela
Hi,
If you are using the Visual editor and pres Enter will start a new line, if you pres Backspace will remove that, if you do this in Text editor the result would be the same, but if you use both, then yes would be some difference, because text editor is more complex, made to can us custom code ( example html), while in Visual editor you can’t use custom code, just the tools that WordPress provide to you.
Thank you for your understanding.
when I press enter I got extra line gap when I use the visual text editor, but when I check this on text view and press backspace to up the line to remove that extra line space so why I got extra line gap when I use the visual text editor. screenshot below link
visual:- https://imgur.com/a/wyLt4zO
text after removing space:- https://imgur.com/a/csKq68Z
Cause by the TD Composer conflicts with Visual Composer. There are so many topic ask about that and doesn’t have solution.
Hello awtown,
First of all, please notice that we do not recommend using both plugins in the same way. If you have created your website with Visual Composer it’s not recommended as this page to be edited with TD Composer and reverse, sorry! Notice that from the beginning you have to use a single page builder. Some information about the transition between Visual Composer and TD Composer can be found here -> https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/
I do not exactly understand what you mean regarding on container size of the top. What kind of image do you want to be enlarged? Provide some useful screenshots.
The current width of the page is set up by default to 1021px wide and also, the theme does not support to be in full width or increase the actual layout.
If is not what you mean, provide more details so I will be able to provide a more accurate response.
Thanks.
WPBakery is always included in the theme package, in the plugins folder
– https://forum.tagdiv.com/whats-included/
– https://www.screencast.com/t/4rHXCpGgL
This bundled plugin version dopes not require activation, install it and use it
– https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
When attempting to create a new page using TD Composer or edit, I get an error. This is a new install & newly activated. Standard WordPress editor works fine. De-activated & uninstalled Visual composer, which was never used.
For some reason when using TD Composer I am unable to make a good looking Contact Page. All I see is the HTML code? What do I need to do to fix this? Can I just use the classic Visual Composer on this specific page?
Hello AG3,
Please keep in mind that we recommend only have one or the other plugin activated at the one time. Also, if you want to use both plugins in the same way, notice that the pages created with TD Composer or Visual Composer should have to be edited only with this plugin. Otherwise, might appears a lot of errors because might appears some interfering conflicts.
Thanks for your understanding!
Thanks.
Hello AG3,
Please notice that we do not recommend to use both plugins in the same way because might appears some conflicts between the page builders, sorry! Try to disable the Visual Composer and leave to active only the TD Composer, clear all the caches and check the results.
Thanks for your understanding!
Hi,
Please be notice that your theme is made for desktops ( not for small screens ).
In order to reduce some space from visual Composer, you need to edit some files, but this is not recommended.
And some space appear because is set the html elements on them, like in this example.
https://www.screencast.com/t/BAlNqVO0Hgm
https://www.screencast.com/t/NY3JYrNCMvVw
https://www.screencast.com/t/J7jFt5nw3o29
Sorry for the inconvenience.
Thank you for your understanding.
Hi there,
Without Visual Composer, is there any composer I can use for my site which compatible with tagDiv composer?
All you do was to activate the both composers and your website was broken?, or you try to edit the same page with both composers? ( this will broke your website ).
Yes, I currently made the complete website in Visual Composer and had TagDiv deactivated. In the past when there was a theme update TagDiv Composer would automatically be activated and I had to deactivate it, because my website was completely fucked up. I still have this problem although no page has been edited with both page builders.
Please provide some screenshots or a link were I can see the problem, in this way I’ll be able to give you the proper answer.
My website is here https://goo.gl/fXywhF I can not activate both page builders otherwise my visitors cant navigate through it. Maybe if we are online at the same time I can do this.
Please read our our tutorial about: From Visual Composer to tagDiv Composer
Just read it and nothing useful to help me.
Also make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
Seems like the system status is okay.
I wanted to completely switch over to TagDiv composer, but can not do this because TagDiv composer does not have tabbed content. I created a topic about this here:
https://forum.tagdiv.com/topic/can-not-switch-to-tagdiv-composer-because-i-cant-remake-the-tabbed-content/
In this topic it was said that I can try activating both TagDiv ánd Visual Composer and only create pages with either TagDiv or Visual Composer, but not both at the same page. I have activated them both now and almost all my pages are fucked up. Any help?
I still want to recreate all pages with TagDiv composer except the pages where I need the tabbed content from Visual Composer till you guys have that added within TagDiv.
I have migrated from Visual Composer to Tagdiv Composer.
I use a handful of plugins on our homepage (Feedzy RSS for instance).
There are text blocks (“Text with title”, “Column Text” etc) where I use shortcodes to display content, like [feedzy-rss feeds=”http://somepage.com/feed”%5D. This works very well.
However, when I later want to edit the page, I no longer get to edit the shortcode but its rendered content.
So where the text block should contain [feedzy-rss feeds="http://somepage.com/feed"] it now contains
<div class="feedzy-rss">
<ul>
<li class="rss_item" style="padding: 10px 0 17px;"><span class="title"> <a href="http://somepage.com/link" target="_blank" rel="noopener"> A thing </a> </span>
<div class="rss_content"></div></li>
<li class="rss_item" style="padding: 10px 0 17px;"><span class="title"> <a href="http://somepage.com/anotherlink" target="_blank" rel="noopener"> Another thing </a> </span>
<div class="rss_content"></div></li>
</ul>
</div>
Hi,
The changelog for the theme updates can be seen at the bottom of this page
– https://themeforest.net/item/newsmag-news-magazine-newspaper/9512331
For each update the modifications and new features are mentioned.
There will be some differences but nothing major in terms of layout. It is always recommended to update both WordPress and theme when updates are available.
You could make a full backup to begin with, by a method of your choice. Then update the theme and the theme plugins you use (like Visual composer, social counter etc).
After you update the tagDiv composer plugin (our page builder) will automatically be activated. This may cause problems with specific Visual composer (now called WPBakery page builder) elements, in that case deactivate the tagDiv composer from the plugins panel.
Remember that you can tell us if you have problems after you update, we will help you.
Thanks
Hello guys!
I’m still not using TagDiv Composer, for now I use Visual Composer, but I’m thinking of using TagDiv Composer.
On the homepage of the site, I use Big Grid 7, but in the square that stands the image and the text, there are some images that are small and a small gray block appears. See image: https://www.screencast.com/t/DJd7XZfis
In the categories, I use the Big Grid 5 and the same problem occurs, the gray block appears on the sides. See image: https://www.screencast.com/t/x4bkImiitm5
How do I not show this gray block? Do the images need to fit to a fixed pattern?
Will TagDiv Composer also have these Big Grid? From what I’ve read, if I use the TagDiv Composer I’ll need to create the page from scratch, if using Visual + tagDiv Composer will conflict.
I await contact.
My site is: https://mobilidadesampa.com.br/