- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsOffset Feature
- TutorialstagDiv Social Counter Tutorial
- TutorialsHow to Update the WPBakery Page Builder plugin
Hello,
I am trying to insert an AdRotate Group in my Newspaper 9 theme but it is not showing.
I have tried adding the code into the theme panel then adding an Ad Box using the TD composer.
However, when using the same technique with a single AdRotate ad it is displaying fine.
Hi guys,
Recently bought the Newspaper theme but having issues saving changes I make to theme via tagDiv composer.
I even deleted WordPress and installed the theme over a fresh WP installation, yet issues remain.
Please help me.
Many thanks.
That involves a lot of work as my previous twentytwelve based WP site was very content rich (with a lot of pages) and I was expecting to be able to simply tweak the pages to to fit a new layout. Your “column text” comment has cleared up a lot of confusion.
I guess i am going to have to re-create every page in TD, copy each of my pages and paste (as text) into a column text element.
I am getting the following message “The current content has not been created by TagDivi Composer”.
The theme is great and is probably ideal for sites being built from scratch – I probably would not have bought it if I’d known the implications of converting an established WP website.
Now I understand why web designers/developers that I’ve contacted (that use Newspaper) Were insisting on charging by the page… Knowing how WP works it didn’t make sense, It does now!
Hi,
I strongly recommend using the TD Composer for posts if you want to make your post pages to be wide. You need to create your personal single cloud template using the Cloud Library according to our documentation from here -> https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Hope this helps!
Thank you!
Hello,
Please make sure you also update the tagdiv composer page builder by accessing the plugins section and pressing the update button for it.
Also please disable all non theme plugins as we have seen plugins disable the composer button in the past and it could be the case now.
In order to set the load more is very simple using the tagdiv composer. Simply select the block and activate the setting here: https://www.screencast.com/t/KwEY2sSJBN4
Thank you!
Hello,
Here is a basic guide on how to use the tagdiv composer: https://tagdiv.com/tagdiv-composer-page-builder-basics/
If you need more details, please check the other guides on the composer as they bring valuable information on the functionality of the page builder:
https://tagdiv.com/category/documentation/tagdiv-composer/
If you have a page created with another page builder, unfortunately you will not be able to import the content directly in the tagdiv composer. The page will need to be re-created with tagdiv composer elements.
use the “column text” element for simple text, images, or third party shortcodes.
Thank you!
Grid like blocks such as block 3 to 8, display stretched to horizontal row rather than small columns. Even it is displayed correctly in tagDic composer, it does not display grid like structure in real page and shows one by one stretched to whole width in desktop when used in a row with sidebar.
Hi,
We recommend to use only on builder, tagDiv Composer is the theme builder and all futures from our theme are implement in this builder.
The WPBakery Page Builder plugin is and Bundled Plugin in our theme not a standalone plugin, please check the envato documentation for those plugins
https://help.market.envato.com/hc/en-us/articles/213762463-Bundled-Plugins
Is not indicate to use both builder, but if you need to use both them please do not use the single image in WPBakery you can use instead the text block and ad from there the media -> https://www.screencast.com/t/8BN6NxImKv , the single image is an element with the same structure but different classes and provide conflicts between builders.
Thank you for your understanding!
Hi,
Please make sure that the tagDiv Composer is activate.
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.
Thank you!
Hi,
There is not very recommended to use builders in post because those will make conflicts when you try to use AMP.
But if you want to use some elements in post you can do that, but with tagDvi Composer will be a beet tricky because was no build for post, but you can use the WPBakery for post, this is more easy to use and is build to can be use on posts and pages.
Thank you for your understanding!
Hi,
The ads that are set with in homepage are set with tagDiv Composer if you want to remove them you’ll need to edit the homepage with tagDiv Composer -> https://www.screencast.com/t/FZMYZeNM and look for widgets or ad box -> https://www.screencast.com/t/Sbt7MYQ9H
You are using the responsive version of theme for mobile and the ads from desktop will be display in your responsive mobile, the ad from header will be display in mobile version too -> https://www.screencast.com/t/n74WfzOwA -> https://www.screencast.com/t/DIBvbFyCQR
Thank you!
Note: I did home page wide with help of tagdiv composer. But post pages, search page , author pages and other pages are not able to edit with tagdiv composer. Coz home page is only one I have created as s page so can edit. Others all are post. So how to change it as wide ?
hi,
i’m facing the same problem, I did update the theme and the plugin but I can’t find the td composer button, I want to modify the ad placement via this page builder !!
if you fix this problem please update your topic
thanks
I did just notice that I am not seeing “edit page” or “edit with TD Composer” at the top. It’s showing on my other site. Not sure why it’s not showing here.
Hi,
I’ve spent a couple of hours trying to find this. It was easier in Newspaper 7 to set the “Load More” posts button for the homepage, but for the life of me, I can’t find it in Newspaper 9. I understand that I can style the block using TagDiv Composer, but cannot figure out how to activate that on the home page.
How do I access TagDiv on the index.php page?
It’s a very simple home page with blog posts listed up to 5, and then a “load more” button.
Please help.
Thanks,
Bob
I had this problem after updating from v9.1 to v9.6.1, but we also experienced it after editing a page in 9.1 before updating — we’d edited the About page probably ~100 times, and after a routine edit, the page became broken and would no longer load in TD Composer. TagDiv really needs to include better error messaging for this sort of thing. Why are you showing an error message if no one, including your developers, can say for certain what it means or where the problem is?
The problem we had after updating came from our custom child theme code — We updated our child header.php based on the newest header.php in Newspaper but still had the super helpful “Error at zones: 5 (models) : 1 (dom)” message when opening a brand new Page in TD Composer. Turns out the existence of <div class="tdc-content-wrap"> in our custom footer template was enough to break Composer. Oops. Changing that to <div class="td-container td-footer-bottom-full"> fixed the problem and we could edit Pages again.
The About page problem was even more fun to track down. Long story short, my manager had edited a raw HTML section and not closed off a <div> with a matching </div> and saved the page. TD Composer then started throwing the “Error at zones” error and the page was no longer editable. The fix? Take the offending raw HTML string from the text editor, base64_decode() it, rawurldecode() it, fix the markup, rawurlencode() it, base64_encode() it, paste it back in the text editor, and save. Now the page is editable again. Seems like maybe not the greatest system.
Is there a “getting to grips with the basics” tutorial?
How do I populate a tagDivi composed page with page content from a previously published different themes default template based page?
So, If i create a page layout with TG Composer by dragging the row over -> selecting the row tab -> selecting the 3 column layout (1/4 + 1/2 + 1/4)…
can I populate the centre column with an old page’s content? How?
OR
How do I reformat the original page’s layout and get the content to populate the centre column if i choose to edit the page with TG Composer.
Cheers
I am trying to create some landing pages in the newest version of Newspaper. To do this, I’ve created new pages, then used the tagdiv composer to set them up. I see that there’s an option which lets me remove the header on each of these pages, but I don’t know how to remove the footer. Is this possible?
I’ve found the problem but can’t resolve it.
When TagDiv composer is activated, images in posts made with WPBackery Visual Composer look zoomed without outline option etc..
When I desactivate TagDiv composer, images size and their options are back to normal.
There is a conflict between TagDiv composer and WPBackery visual composer (the TagDiv provided one I mean)
How can I solve this ? Thanks,
David
Hi,
If you use an actual blog page – http://prntscr.com/nahun7 there will be no control in terms of filtering the posts that appear. All the posts will be displayed, sorted by latest (publish date).
However if you use a static page (built with the tagDiv composer)
– https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
– https://tagdiv.com/how-to-create-homepages-with-newspaper-theme/
The content can be displayed in blocks, grids etc. These have options for filtering
– https://forum.tagdiv.com/block-settings-guide/
There are ready made homepages that can be imported with the cloud library plugin
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
– https://cloud.tagdiv.com/#/load/Homepages
Also there are block and grid designs, sections and many other templates that can be imported and used.
If you have a category named “”Funnel” that category page will only show posts with that category. If you want to also create a page to show these posts, you can do that. Enter blocks and grids in it, filtered by that specific category.
If you need help or you have more questions, let me know.
Thanks
Hi,
coming from the standard WPBackery visual builder from my previous theme, I desactive and uninstall/delate it, and install the TagDiv specially made WPBackery visual builder.
Everything look in place in my post, except that my images (in their block) are like zoomed (I can’t adjust them by editing). Also I use to have an outline line turquoire around my images which disapeared. (But still set in the WBBackey option block)
Is that a bug ? Or a featured desativated from the standard visual composer to the tagDiv one or a regeneration images problem ?
Thanks a lot for your help
David
Hi,
Giving a try on Newspapaer,and his philosophy behind (quite clever so far for quick posting) is that possible de use shortcode from the TagDiv composer into a post ? ( a section like an alerte massage, call to action, a download etc..)
Or Does TagDiv advice to use the special WPBackery Visual Composer for post creation ? (and will keep going with it ? )
thanks a lot
David
This is not a support ticket.
I want to congratulate you on the latest news in Newspaper.
The new AMP design incorporated to the mobile plugin is perfect, a great design and the option to have menu and other advantages.
The composer’s options are getting wider and better, I love it. Adding headers has also been an excellent option, great, fantastic.
In the last few months I have tried many well-known premium themes (templates), I have tested them and I can say that Newspaper is still, in my opinion, the better.
A great theme (template) with an excellent support team.
Thank you for such a good job.
Cheers
PD. I always make a suggestion, in this case, if possible, I would like to suggest that you add a rating option for readers. The possibility (optional) to put stars at the end or beginning of a post, and that the reader can vote with one, two, three, four or five stars (something similar to what the plugin does (WP-PostRatings / kk Star Ratings).
I have followed all the methods above. however the plugin tagdiv composer cannot be used.
Can you help me?
Hi,
That would be a header ad, some header styles display the ad below the header menu
– https://forum.tagdiv.com/header-styles/
On the other hand if you use a cloud header template
– https://cloud.tagdiv.com/#/load/Headers
This can be edited with the composer, so you can place an ad box in the position you want.
Either import a cloud header designed by us (and modify it), or create your own header
– http://prntscr.com/naf0bw
Let me know if you have more questions.
Thanks