- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsOffset Feature
- TutorialstagDiv Social Counter Tutorial
- TutorialsHow to Update the WPBakery Page Builder plugin
Hello, they’re thank you for the reply. Yes, I have my header set to global exactly how you explained it. It’s perfect on my pages but soon as I click a post the logo disappears and it shows the newspaper logo instead. I haven’t got the mobile theme activated because it messes my page up and makes it nothing how I want it. So I have it off and I created my mobile pages using the Tagdiv composer and everything is perfect apart from this logo problem when I click on post thank you
Hello,
just in case someone has the same problem, here is the solution to add Custom Post Types into the loop of AMP-Pages. Of course this has to be done after every theme-update.
In /wp-content/plugins/td-composer/mobile/functions.php add the following function:
function add_custom_post_type_to_query( $query ) {
if (is_home() || is_archive()) {
$query->set( 'post_type', array('post', 'your_CPT_name_here') );
}
}
add_action( 'pre_get_posts', 'add_custom_post_type_to_query' );
Hello Yen,
Post
1. For this error, please check this topic: https://forum.tagdiv.com/topic/error-at-zones-6models-1dom-the-model-does-not-match-the-content-currene/
2. This social sharing icon appears only on the mobile version. If you want it to be displayed on the desktop version, you need to use a custom CSS => https://www.screencast.com/t/slYFHBpS8tr
.td-social-line{
display: inline-block;
}
The code needs to be set in Theme panel -> Custom code -> Custom CSS => https://www.screencast.com/t/fxetQe24ZHf
3. The authors need to be WordPress users.
4. To add a new role, you need to use a plugin -> https://www.namecheap.com/wordpress/wordpress-user-accounts/
Search
1. Please let me know if you want to change the text or design.
2. You can exclude the pages from search https://i.imgur.com/TFQ2IGH.png but you can use a plugin that can exclude only the selected page/post -> https://wordpress.org/plugins/search-exclude/
Mobile
1. Could you please elaborate on what you mean by RWD? The AMP works better only with the Mobile Theme plugin. From my point of view, if you don’t use the Mobile Theme plugin, then there is no reason or benefit to AMP. Please read all about AMP here: https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/
It comes with its own templates/design for page, post, category, etc so your current templates from the desktop theme will get converted to the mobile theme layout. Documentation here:
– https://forum.tagdiv.com/the-mobile-theme/
– https://forum.tagdiv.com/mobile-theme-introduction/
Please read all about AMP here: https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/
Note that you can not customize AMP so much, because it comes with its own design.
There are some settings in the Theme panel -> Mobile Theme and Dashboard -> AMP only.
You can not add a shortcode as in the TagDiv Composer. Please note that you can’t customize the AMP pages with the TagDiv Composer.
Make sure the redirect mobile visitors to the amp option is disabled.
Thank you!
@Micha @Bettina – Based on anything i read here i think i can leave my site as it is. I think i will find a solution to give my ACF-Fields the right position.
The tagDiv composer simply lacks a schematic view where you can see the elements as simple blocks in their arrangement. Like Divi or Visual Composes have it.
-
This reply was modified 4 years by
AgentSmith01.
Hello!
In the TagDiv Composer, you have the possibility to hide an element on the desktop and tablet viewport: https://www.screencast.com/t/YUVUcyrgh and show it only on the mobile viewport: https://www.screencast.com/t/XDQJedlggSB. This setting can be seen in the CSS tab of every element: [Display: HIDDEN]. Or, you can create a mobile page which can be different from the desktop version: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
Thank you!
Hello!
Please edit that page and enable the Mobile theme toggle: https://forum.tagdiv.com/mobile-theme-introduction/
Note: This Mobile Editor does not recognize a page builder so the tagDiv Composer shortcodes cannot be rendered. So, if the page is made with the TagDiv Composer, then you can not have the Mobile Theme layout.
Thank you!
Hi there, does anyone know what these errors mean?
These are from my error log file in the root. Seems that there are two tables missing: tds_options and tds_plans. I recently updated my theme from Newspaper 9 to 11. The update seemed to go well. Any insight on these errors would be appreciated.
Thanks
b…
[25-Jul-2022 10:27:31 UTC] WordPress database error Table ‘i5370152_wp6.tds_options’ doesn’t exist for query SELECT * FROM tds_options made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include_once(‘/plugins/td-subscription/td-subscription.php’), td_subscription::instance, td_subscription->__construct, td_subscription->includes, tds_util::get_tds_options
[25-Jul-2022 10:27:31 UTC] WordPress database error Table ‘i5370152_wp6.tds_plans’ doesn’t exist for query SELECT * FROM tds_plans made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include(‘/themes/Newspaper/functions.php’), require_once(‘/themes/Newspaper/includes/wp-booster/tagdiv-wp-booster-functions.php’), do_action(‘td_wp_booster_legacy’), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, require_once(‘/plugins/td-composer/legacy/Newspaper/functions.php’), require_once(‘/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php’), do_action(‘td_wp_booster_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tdc_plugin_init, do_action(‘tdc_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tds_config::on_tdc_loaded, tds_config::get_plans
Hello,
Please check the console when you try to edit with tagDiv Composer, maybe there are some errors.
Also, please check this topic about how you can migrate the website -> https://wordpress.org/plugins/duplicator/-> https://forum.tagdiv.com/topic/move-theme-changes-from-staging-to-live/
Thank you!
Hi,
Hope all is well!
I migrated my website from one wordpress to other. Now TagDiv Composer doesn’t work.
It’s like loading all the time:
https://ibb.co/DwKqgyD
on this website:
http://fit4you.home.pl/autoinstalator/wordpress1/
I have already activated all plugins and added the license and I can’t edit any page.
Could you please take a look?
Hello —
I have made a Staging website, and removed the plug-ins — one at a time, to see the results.
As it turns out, when I remove “TagDiv Composer” then the Youtube frames operate properly.
Obviously I cannot deactivate TagDiv Composer ! (smiles) But that seems to be the guilty plug-in.
I am using Newspaper Version 11.4.3 and WordPress 5.9.3
I didn’t update it because of the original issues with WordPress 6.0. I know those issues have been resolved, but I haven’t updated yet.
Perhaps the Youtube frame issue is resolved with Version 11.5.1 ?
Or with WordPress 6.0 ?
Hello!
Unfortunately, you can not use it on the Mobile Theme Plugin because it has its own templates and they can not be editable with the TgaDiv Composer. There are no other alternatives.
Thank you for understanding!
Hello!
Yes, there is not a problem, it is normal to change that number automatically after you refresh the page for example. In this case, you need to create a class for that element and apply the custom code in order to have the border radius.
Please note that the border radius option from Composer is not working when you have a background color set up.
Thank you!
I have never touched the codes, I am editing the site with tagDiv composer. Everything looks normal on my computer. But when I try to enter from other devices, the headers and logos stay in an irregular and interlocked state.
Hello,
I just updated to Newspaper 11.5.1 and my site’s front page is just full of code. I already enabled TagDiv Cloud Composer, tagDiv Cloud Library, and tagDiv Standard Pack. I’ve also disabled / enabled other plugins that were active on my site prior to the update.
Because I need the site up ASAP, I just rolled back to 11.5 and disabled active plugins, and the front page is back but now there is code on the right side of the page where my Newsletter sign-up block is. Same on mobile.
Here is the link to it: https://loa.ph
I would still like to update to 11.5.1, but I don’t want my site to crash as before. Any idea what went wrong? What should I do next?
Thanks 🙂
Hi,
I’m setting a template with Single Post Content box. In ADS options I added my Adsense code for Article Top, Article inline AD 1 (Paragraph 3), Article inline AD 2 (Paragraph 9) and Article Bottom.
In TagDiv Composer edit mode the advertisements (just empty boxes) are correctly inserted in the text of my Single Post Content but if I open the page externally I see correct Adsense banners just corresponding to Article Top and Article Bottom options. The other in line AD aren’t loaded.
I tried to use different codes, or change their position but nothing: the in line ADS within content post doesn’t work.
Any suggestion?
Thank you.
Enzo
Hello!
Unfortunately, we can help you only with some advices.
Check those guides : https://web.dev/lcp/ – > https://www.sqlpac.com/en/documents/google-pagespeeds-lighthouse-6-new-features-lcp-cls.html
Any changes can be made from the Composer if you use cloud templates, depends which issue is reported there.
If you really tried all of our suggestions without any success, then you can contact our custom work and they can help you to achieve what you need (REQUEST A QUOTE) : https://tagdiv.com/premium-customization-services/
Thank you for understanding!
Hi,
Please do a test.
Please disable and delete the tagDiv Composer and tagDiv Cloud Library plugins, then reinstall those plugins from Newspaper > Plugins and check to see if the problem persist.
In case that the problem is not resolved, then please contact us via email at contact@tagdiv.com and please provide wp-admin access. We’ll check the problem as soon as possible.
Thank you!
Hello. I would like to show on this post some of the problems I’ve found while trying to use ACF PRO with tagdiv composer.
1 – Using this settings at ACF https://imgur.com/9MCGou8
2- Filling this at the post https://imgur.com/L7pJUqT
3 – Using this shortcode at the post https://imgur.com/zcyuXly
4 – I’am getting this error https://imgur.com/jzFsR7G
My idea here is to pull the name of the Taxonomy I’ve created and added at my CPT.
I want to remove the tag from my post (Ex. https://prnt.sc/EDi051oE0zGV), Theme use newspaper (Old Fashioned). I try Edit with tagDiv Composer but not show edit option https://prnt.sc/iO8N7bpgEqGe
Hello, thank you for the reply!
When I go to https://cophumor.com/ops-in-ukraine/ I see no breadcrumbs and no title. Once I edit the post with the TagDiv Composer I can see the title, and the breadcrumbs showing up. Once I close out the TagDiv Composer the title and breadcrumbs disappear again.
Calin, I’m understanding. But it’s been more than two months since I asked you to please look at it and I haven’t received any feedback. I think my understanding (and the number of copies of your theme I’ve bought) is beyond question. This is not an incompatibility with a plugin, but with all those that use some kind of script that tagdiv composer blocks. Now I ask for your understanding.
-
This reply was modified 4 years by
llucson.
Hello, I have a problem with the mobile template for categories. In the Tagdiv Composer it looks fine, but something else is displayed? But this only happens with categories, with the other templates it works fine.
This is how it looks in Composer
https://www.screencast.com/t/b4me9Lp7iKg
and this is the result
https://www.screencast.com/t/UD5BjdlP08
The mobile header and footer are used, but the content is taken from the desktop template.
I want add shortcode to footer:
https://i.imgur.com/pSGf70U.png
There is a shortcode for newsletter plugin: https://em.wordpress.org/plugins/newsletter/
How can I do this?
Thanks you for your help!
Hello!
Unfortunately, in our theme we do not have dark mode and light mode features.
You have to do it manually. Change the background color into white from Newspaper -> Theme panel -> Theme colors -> General theme colors. And also the global colors which are used in the demo, you can find and change them if you edit the homepage for example with the TagDiv Composer, access Website Manager : https://prnt.sc/LJVqfzmJ72wi.
Thank you!
Hello!
Please edit this post https://cophumor.com/ops-in-ukraine/ with the TagDiv Composer and make sure you have the title and other elements in the template.
Let me know the results!
Thank you!