- 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
Hi,
There will be an update released this week most likely, child theme support will be further improved. I should note that files from the wp-booster aren’t currently supported to be modified in a child theme, this may change however.
The post template files can be used in the child theme, just be sure to copy both the loop-single and the single PHP files – http://prntscr.com/ojq81b
The issue with using templates from the root theme (not in the composer plugin) meaning single, search, 404 etc in the child theme, will be fixed in this next update. There are also plans as far as I know to allow it for the comments file as well, should be happening in the next update as well. Let me know if you have more questions.
Thanks
So the URLs are not because of any Newspaper theme, tagDIV library, tagDIV composer element?
Hi, Im getting a constant issue where when I download a header template (say 36). Then I remove the top row and change out the image. I go to save, then it tells me “Close tagDiv Composer? Unsaved content. Still want to close tagDiv Composer?”, no matter how many times I click on the button. Then if I reopen the template, it tells me that it was not created by the tagdiv composer.
After some trial and error I have discovered that any changes I make before the first time I save seem to stay, but any others that I make after coming back don’t.
thanks
Hola, me estĂĄ funcionando todo bien, pero al llegar a editar con TD COMPOSER no consigo hacerlo porque no me aparece en el manĂș. el plugin tagDiv Compositor si que lo tengo instalado, pero no me aparece en el menĂș y no puedo utilizarlo. ÂżQuĂ© estĂĄ fallando?. Gracias por adelantado.
Hi
Image shown on home page but not on category page. when m i opening same category page in TD composer, image is there. What is the reson behind this? plz let me know ASAP
One last question, why is the composer only usable for posts and not pages?
Hello !
The only way to have ads above the header is to create your own custom header using the tagDiv Composer and use adBoxes. If you follow the steps here:
https://forum.tagdiv.com/header-manager/ And here: https://forum.tagdiv.com/custom-ad-spots/ You will be able to create a custom header with adboxes so you can have the ads as you wish !
Thank you !
Hello !
Unfortunately this option is available only with the following:
Either you change your template style from here: https://www.screencast.com/t/vlnuSwY6c
Or you can create a single post template from 0 using the tagDiv Composer: https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
I hope this was helpfull !
Thank you !
Hi,
I have replied in the other topic â https://forum.tagdiv.com/topic/migration-visual-composer-to-tagdiv-composer-2/
Sorry for any inconvenience, let us know if you have more questions.
Thanks
Hello !
You will need to implement this only on single post templates wich can be edited using the tagdiv composer. In the template you will create you will have to add a Single Post Featured Image: https://www.screencast.com/t/Mq6DPXQHDmaK
So now when you want to add your soundcloud songs in it. So whenever you set your post template you can simply change the soundcloud link and have the featured sound.
I hope this was helpfull !
Thank you !
Hi,
Using tagDiv Composer and tagDiv Cloud Library there is add on row a class that stretch the row width -> http://prntscr.com/oj8dgx
You can try this custom css for stretch category width, but the layout will look quite bad and that is whay we recommend to use cloud templates.
.category .td-category-header .td-container, .category .td-main-content-wrap .td-container{
width: auto !important;
max-width: 1440px;
}
Using css you’ll need to identify the rows/elements that you want to stretch and set on theme
width: auto !important;
max-width: 1440px;
we use the category class to apply the code only on category page -> http://prntscr.com/oj8ikl after that set the elements where you want to apply the stretch -> http://prntscr.com/oj8l8r and the class td-container that need to be stretch
Hope this will help you!
Thank you!
Hi,
Blocks have only ajax pagination. However that can be done, there are a couple of ways. The first one is to simply select the latest articles page template – https://forum.tagdiv.com/page-templates-2/
No need to enter anything in the page, just select the mentioned template. There are also settings for the page template, they are mentioned in the guide.
The second method is to edit the page with the composer and place a loop element
– http://prntscr.com/oj8n9v
Loops have numbered pagination – http://prntscr.com/oj8nrj
With either of these methods the result will be the same, a page displaying latest articles, with numbered pagination.
Please let me know if you have more questions.
Thanks
I have replied in the other topic – https://forum.tagdiv.com/topic/migration-visual-composer-to-tagdiv-composer-2/
Hi,
I have inspected the grid on mobile, I see there is an issue with the modules width
– http://prntscr.com/oj8f5c
Maybe you have modified the width for them in the composer, on mobile. You could check this, edit the page with the composer, select the mobile viewport, then check if there is a custom width set for the module image – http://prntscr.com/oj8h1u
It could be that there is a custom width set there, which affects the thumbs on mobile.
This type of grid won’t stack the modules, for the modules on the right (smaller ones) there will be a horizontal scroll. Some grids do indeed stack them on mobile, for example this one – https://demo.tagdiv.com/newspaper/big-grid-9/
Please let us know if you have more questions.
Thanks
Hi,
Sorry for the confusion, it was not my intention. I was just presenting the current image gallery elements that can be used in the theme.
I have checked the example you mentioned, for example this one https://www.reuters.com/
I see the homepage is built with grids and blocks, most of them set to display articles from specific categories. I can’t see an actual image gallery in that page.
The theme composer has a wide selection of blocks and grids that can display your posts.
There are predefined blocks and grids – https://demo.tagdiv.com/newspaper/block-1/
– https://demo.tagdiv.com/newspaper/big-grid-1/
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
Then there are the flex blocks and grids from the cloud library, which can be imported with the cloud plugin – https://cloud.tagdiv.com/#/load/Blocks
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
But the composer doesn’t have a specific gallery element for images. You can either create a tagDiv gallery as mentioned above, try the revolution slider, or use a gallery plugin.
Please let me know if you have more questions.
Thanks
My hosting company has confirmed that TagDiv Composer plugin is causing a conflict with all email that is sent from our website, http://www.mauimagazine.net to our email. This is a big problem. Can you help resolve the conflict? Our webhost is GetFlyWheel.com and we are on mid-range plan (not the cheapest) so they give us good tech support.
This is GetFlyWheel’s report on investigating the email problem at the server level:
“The issue is stemming from tagDiv composer plugin. Using the latest backup of the live site I created a clone, to rule out server level issue, but the problem persisted. On the clone, I started deactivating plugins one at a time checking the form sending. As soon as the tagDiv Composer plugin was deactivated, emails started flowing. http://flywheel.link/8496cc8256d8
Try deactivating the plugin on the live site and see how it goes. Let us know if we can be of further assistance.
There are no logs that we can provide that will assist. As mentioned earlier, we ruled out server-level issues by cloning the site over to a new instance and then disabling plugins one-by-one. If it was a server level issue then we would be able to provide some type of logging.
This is probably not a lot of information to go by but I am sure once you contact the theme developer they will be able to assist. They can also get in contact with us if it turns out there is some info that we can provide.”
CAN YOU HELP WITH THIS PROBLEM? We love your theme and do not want to switch to a new theme. đ
To follow up my localhost is running nginx with php 7.2 and MariaDB 10.2.
When debugging in the Firefox console I get the following JS errors when trying to insert an image into a page element in tagDiv composer:
uncaught exception: Invalid data Current state has involved an issue. You could try an UNDO operation (CTRL+Z / CTRL+SHIFT+Z) js_files_for_wp_admin.min.js:16:1
showNotice http://wolfbrigade.test/app/plugins/td-composer/assets/js/js_files_for_wp_admin.min.js?ver=b84e3fe0e71a6db065c5ace64f57167f:16
notice http://wolfbrigade.test/app/plugins/td-composer/assets/js/js_files_for_wp_admin.min.js?ver=b84e3fe0e71a6db065c5ace64f57167f:14
send_to_editor http://wolfbrigade.test/app/plugins/td-composer/assets/js/js_files_for_wrapper.min.js?ver=b84e3fe0e71a6db065c5ace64f57167f:439
jQuery 4
TypeError: response is nullbackend.min.js:10:281089
processImages http://wolfbrigade.test/app/plugins/js_composer/assets/js/dist/backend.min.js?ver=6.0.4:10
jQuery 4
i
fireWith
x
c
Hi Vlad,
Thanks for your reply. Yes, as mentioned in my initial ticket, I am getting the error with only the theme plugins activated, ie:
AMP
tagDiv Cloud Library
tagDiv Composer
tagDiv Mobile Theme
tagDiv Newsletter
tagDiv Social Counter
WP Bakery Page Builder
I am working on my localhost with the trellis / bedrock WordPress stack. I have no caching enabled.
Any insights?
Thanks for your reply. I need to run both as the site breaks completely otherwise. This is only since the latest update. Very odd as I have used WP Bakery all the way through. I notice that your TD Composer doesn’t support 4 columns either so this is rather problematic.
When can we expect an update or a fix?
Thanks
Hello tagDiv team,
Thank you for your great theme! I’m trying to make a new page using TD composer and on the left side, there are only three viewports to chose: Desktop, Landscape and Portrait. The 4th, Mobile, is missing there – but I can see ands edit it on other pages of the same Multisite installation. Mobile Theme was installed and deleted, cache deleted as well. I guess I’ve just forgot a checkbox anywhere but I can’t find that checkbox… May you help me please?
Kind regards,
Herwig
Before moving to TD Composer W3TC was the best caching solution for us. Page loads were 3 secs..and now we moved to wp super cache and page loads are around in 10 seconds. Mobile versions are started to load on desktop versions etc. Later we found out that A2 Hostings’s optimization infrastructure does not support WP supercache. So we are at impasse
Our hosting does not support wp supercache and our theme does not support W3TC or others.
There are some people using wp recket and I wonder if it works out for newspaper theme. From time to time, I regret moving to TD composer but it is way better than wp bakery. Any suggestion will help. Thanks
How do I make a homepage with tagdiv composer that only lists my latest posts with page number pagination like the default wordpress page main column? The closest thing I see to the format is using Block 21 but it only gives me the ajax next page pagination.
Hello !
That can be set by editing the content of your adbox using the tagDiv Composer as you can see here: https://www.screencast.com/t/FzXPwWWjAxP
Thank you !
Hi,
The files that need to be edit are page.php / page-pagebuilder-latest.php / page-pagebuilder-overlay.php the one that shows the breadcrumbs is page-pagebuilder-title.php the files are in wp-content/plugins/td-composer/legacy/Newspaper/page.php
https://i.imgur.com/hSSfo8i.png
Hope this will help you!
Thanks.
Hello !
In order to change the font height between you popular category you will have to edit it using the tagDiv Composer and set the value as you can see here: https://www.screencast.com/t/r1EqrvYRve9
Also for the Next-Prev buttons please add this CSS code here:https://www.screencast.com/t/J1Nxw5s5
.td-next-prev-wrap a {
margin-right: 17px;
}
This should fix your issue !
Thank you !