- NewspapertagDiv Composer – Website Manager
- NewspaperWhen tagDiv Composer is Not Working
- NewspapertagDiv Composer Tutorial
- NewspaperScroll Animation
- NewspaperSingle External Shortcode and External Shortcode
- NewspaperCredit System
- NewspaperBookmark – Save For Later
- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperModules Builder in Newspaper Theme
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperCreate a frontend submission form
- NewspaperHow to Use the Tabbed Content shortcode
- NewspaperCreate a form contact page
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperCustom Fields Support
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperWoo Brands
- NewspaperModal Popup
- NewspaperShortcodes
I can not update it “WPBakery Page Builder”.
today I noticed that it is 2 different plugin. the WPBakery Page Builder I bought it. do I need something? or disable it?
Ok, so I fixed the cropping issue myself – I grabbed a product photo from the Newspaper theme and put my photos in that dimension.
Issues Not Resolved:
1. Image Resizing in Visual Composer
Another issue is with Visual Composer. When I use the “single image” option and try to apply the size small, medium, full, thumbnail, to the image the image size does NOT change in the post – it stays the same (the full-size image).
2. “Zoom” Functionality Not Working
I followed the instructions on this page https://forum.tagdiv.com/topic/woocommerce-product-image/#post-189095 to enable the enable the gallery, zoom, and slide as your team suggested but now when I view the product page the product image is broken – it’s acting like I put my mouse on the image to “zoom” when I didn’t – I just loaded the page!
Here’s a video screenshot showing the behavior:https://www.screencast.com/t/BpvVikxR
Here’s a screenshot https://www.screencast.com/t/rAO5U6mZGs
NOTE: I’m on a Mac using Chrome.
Hi There!
I love your theme – you guys did an AMAZING job!
I am, however, having problems with WordPress built-in cropping feature. I think it’s a WP core issue because it’s happening with featured images, product images, and images in post/pages. I believe WP can automatically crop an image without cutting out parts of the image correct?
For example, one of my images is:
https://1m3wnq4dk41o3xjsyg127meb-wpengine.netdna-ssl.com/wp-content/uploads/2017/10/Gundo-8413-True-Royal-Triblend.jpg
When WordPress crops the image it looks like this:
https://1m3wnq4dk41o3xjsyg127meb-wpengine.netdna-ssl.com/wp-content/uploads/2017/10/Gundo-8413-True-Royal-Triblend-600×600.jpg
See how the top and the bottom of the image is cut off?
Another issue is with Visual Composer. When I use the “single image” option and try to apply the size small, medium, full, thumbnail, to the image the image size does NOT change in the post – it stays the same (the full-size image).
Is there a setting in the theme panel I missed that says to maintain the image or something?
I could really use your help with this as I cannot move forward until this is fixed.
Thank you so much!
Thanks for your quick answer Chris S.
Below I share what I found from the “functions.php” of Papillon templete. I do not know which is the one I should change in the:
STATIC $POST_VIEW_COUNTER_KEY = ‘VIEWS’;
If I change this, and someone visit the post, will it continue counting adding visits to the post?
Below whay I found related with post views:
a)
$post_views = getViews(get_the_ID());
b)
<i class=”fa-clock-o”></i> <span>’ . $post_time . ‘</span> <i class=”fa-eye”></i> <span>’. $post_views.'</span> <i class=”fa-comment-o”></i> <span>’ . $post_comments . ‘</span>
c)
function setViews($postID) {
$count_key = ‘webnus_views’;
$count = get_post_meta($postID, $count_key, true);
if($count==”){
$count = 0;
delete_post_meta($postID, $count_key);
add_post_meta($postID, $count_key, ‘0’);
}else{
$count++;
update_post_meta($postID, $count_key, $count);
}
return $count; /* so you can show it */
}
function getViews($postID) {
$count_key = ‘webnus_views’;
$count = get_post_meta($postID, $count_key, true);
if($count==”){
$count = 0;
delete_post_meta($postID, $count_key);
add_post_meta($postID, $count_key, ‘0’);
}
return $count; /* so you can show it */
}
Thanks in advance for your help! I am not familiar with web coding… I create it with visual composer because I do not know how to code.
Hey there!
I just bought newspaper theme and i am working with wordpress( should be the latest version). I installed everything but when I want to create a new article i need to activate the Visual Composer.
But after 5 seconds of activation it all stops and you can read that the composer is “forbidden”. Without Visual Composer am I not able to do anything. But it simly doesnt work.
Do I need to do something with plugIn? Has anyone had the same problem?
I would be grateful for your help!
Thanx
Good evening,
I just changed the theme from Papillon to Newsmag and am facing some problems with the image display in three pages (see links below):
1) http://www.glutenfreeadventures.net/gluten-free-apps/
In the former theme (Papillon), the page was divided in two columns, 1/3 + 2/3 of the page width. The left column (1/3) was for the logos of the apps. The other column (2/3) contained the explanation for each app. As you can see in the link above, when I publish the page, the applications logos appear on top of the text, occupying the full width of the page.
The problem is that when I edit it in my wordpress (with visual composer), they appear in the column division described.
2) http://www.glutenfreeadventures.net/products-with-gluten-and-products-without-gluten/
In this page I am facing the same problem than the page described in point 1) but with smaller pictures and column division (two columns of 1/4 + 3/4).
3) http://www.glutenfreeadventures.net/gluten-free-travel-cards/
In this case, I have an accordeon to display the celiac travel cards in different languages in alphabetical order. As you can see, in the published page, the images appear again in full width, not being possible to see the whole card.
To solve it, I tried to change the page composition putting them in a “media grid” ( http://www.glutenfreeadventures.net/celiac-travel-card-test-1/ ) but then the images do not appear in alphabetic order.
4) Regarding the logotype on top of the website, in the former templete I used to have an image filling the full width of the header. When I try to upload it as a logo, it appears reduced to a very small space. Please, I kindly ask you to help me putting the image in full width at the header? Please, see below a link with the image in a page: http://www.glutenfreeadventures.net/page-show-header-image-want-put/
Looking forward to receive your feedback, in the meantime, I wish you a nice evening!
Greetings from Barcelona
Santi
I am running newspaper, however I do not have the plugin installed and it is working fine. Why does it say it is required?
Thanks
There is a problem with the new version of WPBakery Visual Composer 5.4.2. We have version 8.1 of the theme installed
Hi,
The files seem to not be found. Please try to deactivate and delete the composer in the plugins section, and install it again
– https://www.screencast.com/t/Wc3Br0wX25ni
– https://www.screencast.com/t/n3VepyjjZ2
Then check if everything works properly.
Thanks
Hello nycinsider,
Check the system status parameters to be increased according to our documentation here -> https://forum.tagdiv.com/system-status-parameters-guide/ Most likely, your PHP memory has exhausted and that’s why you cannot save anything, sorry! Also, try to re-create your homepage from scratch with the TD Composer. For this transition, please check the following useful manual here -> https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/
Hope this helps and let us know how it goes!
Thanks for your understanding!
Hi,
The tagDiv composer does not yet have a specific javascript element. This element might be available in a future update. More elements and features will be added to the composer. However, I cannot say exactly when this will happen.
Thanks
Yeah that’s exactly what I wanted to do, but have not been able to find the proper way how to make these changes, so far when I try to make things look same way, it will mess up something else same time. especially when I am trying to add line there.
So I thought that maybe there is a way to ignore visual composer tabs and use theme blocks or something. But with blocks there is no way to use different things in same block like visual composer tabs offering – one shows popularity, one shows some text or html tab, one shows category sorted some way, etc.
Hi,
Please check the theme system status and make modifications to the server and WordPress parameters mentioned in this guide, if necesarry
– https://forum.tagdiv.com/system-status-parameters-guide/
You could ask your hosting to make them for you, as they might have a recommended method in this matter. Having these parameters set properly will influence the functionality of the theme and plugins.
After making the necessary changes, please check if the composer works as intended. Let us know the results.
Thanks
My TD-Composer is just a black white page as seems none of the supporting files are loading. It used to work. Any ideas?
https://www.dropbox.com/s/yd3mt7lu1rji45w/td-composer.jpg?dl=0

Hi,
You can keep using Visual composer, if that is your preference. Regarding the issue, something must have happened with the Visual compose editor. Please deactivate it and delete it, then install the plugin again from the theme package
– https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Check the results after doing this. Additionally you can try as as test to deactivate all other non-theme plugins, see if this has any effect.
Thanks
Hi,
You could install the demo with content, that will provide a homepage. You can then customize this homepage as you like, with the tagDiv composer
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Each block, grid or element on the page can be customized
– https://forum.tagdiv.com/block-settings-guide/
Create and set you own logo, menus or mega menus
– https://forum.tagdiv.com/logo-favicon/
– https://forum.tagdiv.com/main-menu/
– https://forum.tagdiv.com/mega-menu/
Using the tagDiv composer is not hard, you will get used to it fast. Please let us know if you have more questions, or simply get stuck trying to do something.
Thanks
Hi,
Besides the list menu element in the composer, there is no other way of placing a menu inside the page content
– https://www.screencast.com/t/Ca9vQ1LiM
There could be plugins that you could use if you want to place menus in pages, the theme and composer does not have other options, besides the one mentioned.
Thanks
I’m having a lot of trouble switching from VC to TD Composers. VC seemed a lot more intuitive and this one is filled with errors. I am getting a Fatal error: Uncaught Error: Call to undefined function get_current_screen() in /homepages/9/d566011515/…blah blah
I’m trying to add simple text/basic code to the home page. I tried the Text with Title Element but when I try to edit the text in the box, I get the fatal error, can’t save it, can’t preview it and basically have to exit the whole page again and start over – leading to the same error.
This is hours of work (and I’m only doing the homepage – I have a TON more to go). How do we make this switch with something less than 2 weeks of time? If all the shortcodes are the same why do we have to redo everything?
How can we get one on one detailed help for this? You made a pretty video for new users – but left out those of us who have to convert.
Every time I try to use the tagDiv composer an error that says “Errors happened during tdcIframeData.init() -> bindViewsModelsWrappers()!” pops up. Please help.
Why does the page become empty when I edit using Tagdiv Composer? Whereas before I can still use it.
https://www.screencast.com/t/mFuAxZqqv
In the midst of modifying my site, suddenly, while updating a page, I was unable to see the updated/preview pages, receiving a 503 error instead. That resolved itself over the course of 20 minutes, without any help of my own. However, inside visual composer, I now no longer see my content elements in a graphic form, instead only in code(java & html), just like you can see on in the classic VC interface. The problem is, VC isn’t rendering them on my site, only displaying them in code.
Please assist. And, with respect to tagdiv composer, I’m just not interested in using this version, instead preferring to use VC.
Hi
Thanks for the solution via email – all sorted.
Everyone who has this issue – please see below
It seems that you have some restrictions on your server and you cannot access your index.php/wp-json/td-composer and that’s why you cannot make anything with this plugin, sorry! This error can be solved only by your hosting provider team. Please tell the problem and request to solve it by adding permissions for this file.
-
This reply was modified 8 years by
vickyjacko.
Hello Fitary,
You should recreate the page from scratch with Td Composer. Please read here ->
https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/
Thanks for the message!
Hi,
I have checked your website and it seems your images are stuck in opacity 0. This usually happens on a js error caused by plugins or customization or other external optimization tools.
Please disable all plugins except visual composer, clear cache and reset CDN files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functioning of the theme.
Thank you!
after I have installed the demo, I can not manage to activate the tagdiv composer.
The current content page has not been created by TagDiv Composer!
This error message comes constantly.
Please help me, I’ve tried a lot, but nothing really helps