- NewsmagtagDiv Composer Tutorial
- NewsmagHow to use the Visual Composer plugin
- NewsmagHow to update a plugin
- NewsmagWhat’s included in Newsmag theme package
- NewsmagRequirements for Newsmag
- NewsmagInstall via WordPress
- NewsmagInstall via FTP
- NewsmagBlock settings tutorial
- NewsmagtagDiv Social Counter tutorial
- NewsmagHow to update the WPBakery plugin
- NewsmagPage Menu
- NewsmagCustom ad spots
- NewsmagSmart sidebar
- NewsmagVideo playlist
- NewsmagPage templates
- NewsmagHomepage – How to build and set it
Hi Jose, with the last theme version you can use the responsive version for mobile or you can try the new mobile page option -> https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/ in this way you can make the mobile layout and content how you like using tagDiv Composer and without affecting the desktop version.
Thank you!
I need to create a page with a Post Type that has elements other than the basic “excerpt” and metadata. It is an events page, so I need to show the Dates of the event and the Time. Is there any TD composer Module that will show these? Or do I need to create something custom and use “short codes”?
I couldn’t get this to work in troubleshooting mode, but temporarily disabling WooCommerce on the live site did let me access TD Composer.
Hi, did you manage to take a look? i need to fix the tag div composer, since the client is upon us, and we just upgraded as you suggested in other similar topics to. Also, can’t edit a new page. Tag Div infinite loading.
Thanks
a quick workaround if you have to edit pages with the td editor is the use of the Health Check & Troubleshooting plugin. with it you can deactivate the woocommerce plugin in your browser instance. with woocommerce deaktivated you can open the td composer.
Hi Calin, thanks!
I stopped every single Plug-In except tagDiv Composer and the result was the same.
I even added a new post while all Plug-Ins were disabled, but even that one has the same problem.
website: https://www.expatbulletin.it/
the post that I add during plug-ins were closed is: Once again, Fiumicino is the best airport in Europe (currently second on the home page)
Thanks in advance, for your advice!
Glad I was able to help.
td-composer plugin ads multi-purpose style by defaults in both responsive and mobile theme. If you are using a mobile theme you can remove multi-purpose style from the mobile theme by adding about code to the mobile theme’s functions.php file.
Let me know the results.
Hi,
When I try to edit a page with the tagdiv composer it shows me the loading button for a few seconds and then just a blank page. Tried with Chrome and Safari.
What can I do?
Hello!
I’m not sure I understood what demo you have enabled or which email you want to change.
Can you provide me more details about your problem then I can help you.
If you use a Pro Demo you can easily modify the page, header, or footer using TagDiv Composer, find the email and replace it.
Thank you!
Hello !
Please send us a screenshot of your System Status Tab and make sure that all the requirements are met as you can see here: https://forum.tagdiv.com/requirements-for-newspaper/ ; You will have to first start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also you can try and remove and re-install the tagDiv Composer plugin.
Let us know the results.
Thank you !
I have read the instructions and added some code to my htaccess but nothing.
I ftp’d the theme again, but now it has a problem with the plugins.
Downloading installation package from https://cloud.tagdiv.com/td_plugins/td-composer/a658a28d2ec596dae36323688c6c3eb8/td-composer.zip…
Unpacking the package…
Installing the plugin…
Destination folder already exists. /homepages/31/d602932716/htdocs/clickandbuilds/PalaisAmeublement2019/wp-content/plugins/td-composer/
Plugin installation failed.
TGMPA v2.6.1
Return to tagDiv plugins panel
Hello !
Please send us a screenshot of your System Status Tab and make sure that all the requirements are met as you can see here: https://forum.tagdiv.com/requirements-for-newspaper/ ; You will have to first start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also you can try and remove and re-install the tagDiv Composer plugin.
Let us know the results.
Thank you !
Hi,
If you want to have 3 posts side by side, then you can set the row in 3 columns using tagDiv Composer and in each column set a block filter in the way you like -> https://i.imgur.com/OY7sl06.png -> https://i.imgur.com/LQgrU6h.png
Hope this will help you!
Hi,
As I can see you are using a cloud header from tagDiv Cloud Library, therefore you can edit it using tagDiv Composer-> https://i.imgur.com/NGD6OrO.jpg select the menu -> and adjust it in “Style” tab -> https://i.imgur.com/AcWQdX5.jpg -> https://i.imgur.com/ZnXqYYL.jpg hope this will help you.
Also for the search, I think that you have set some changes on the element that is set it like that, is possible to have set a big width on it. The easy thing that can be done is to reset the style on that element using the right click -> https://i.imgur.com/3CLBAIh.png after that save the changes and check the live search!
Let me know the results!
Thank you!
Hi,
@bonvoyagefroggy
Please update the theme as soon as possible. The version you are using (9.2.2) is quite old and may not work properly with the latest WordPress version. I see you have updated WordPress but not the theme. We usually release a theme update when major WordPress updates take place, like WP 5.5. Updating both is recommended.
Same for everyone basically, if you are using older theme versions, either Newspaper or Newsmag, please update as soon as possible.
The changelogs for the themes can always be seen here
– https://tagdiv.com/newspaper/
– https://tagdiv.com/newsmag/
If after updating there is still an issue with the composer, or other issues, please send us an email at contact@tagdiv.com and provide a link to the website and admin login, so we can take a closer look at it. Let us know and we will try to help as much as we can.
Thank you!
So I have to install the plugin, disable the view count and than delete the plugin?? That seems a little bit weired.
In the following path: /wordpress/wp-content/plugins/td-composer/mobile I found the following code:
// posts view count with ajax
if( td_util::get_option(‘tds_ajax_post_view_count’) == ‘enabled’ ) {
// ajax get & update counter views
if( is_single() ) {
if( $post->ID > 0 ) {
td_js_buffer::add_to_footer(
‘jQuery().ready(function jQuery_ready() {
tdAjaxCount.tdGetViewsCountsAjax(“post”,’ . json_encode(‘[‘ . $post->ID . ‘]’) . ‘);
});’
);
}
}
}
Isn’t it possible to comment that part of code out? I don’t wont to install the standard pack because it slows down the theme extremely.
Greetings Kathrin
-
This reply was modified 5 years by
Topfgartenwelt.
Hello,
Wanted to use Yoast Canonical links, we have few posts which need to use 3rd party domain for canonical. Checked plugins to check if something disabled it.
td-cloud-library/includes/tdb_functions.php: add_filter( 'wpseo_canonical', '__return_false' );
td-composer/legacy/common/wp_booster/td_wp_booster_functions.php: add_filter( 'wpseo_canonical', '__return_false' );
td-composer/mobile/functions.php: add_filter( 'wpseo_canonical', '__return_false' );
Can you please tell me why it’s disabled, or what can I do to make Yoast canonical work without modifying your code.
Thank you
Hi,
I am using a glossary plugin which uses the term “encyclopedia-category”.
In the td composer it’s only possible to use “category”. How can I display articles from the other term, my glossary?
Thanks in advance and best regards,
Luke
Hi,
The file use for tag page is this one wp-content/plugins/td-composer/legacy/Newsmag/tag.php normal I think that you can use some php code to see if is a specific tag -> https://i.imgur.com/4dMWRON.png and then in a side the if condition to set the sidebar code with a shortcode or something for the specific sidebar.
Unfortunately, this can be done only custom, also I do not have the proper skills to can help with this custom requirement, I can direct you to theme files and so on, but I’m not a developer to have code skills, sorry!
Thank you for your understanding!
Hi,
Please do not replay multiple times in topic, will only delay the time until you get the answer, we answer in topics from oldest to newest.
I see that you are using a pro demo -> https://i.imgur.com/PElAm9T.png those are made using tagDiv Composer and tagDiv Cloud Library , therefore if you want to edit the header you can do this by editing the homepage or any page/template with tagDiv Composer -> https://i.imgur.com/rP5h5LW.png and select the elements from header that you want to edit -> https://i.imgur.com/QdVe3Mj.png also those pro demos has set the ads using tagDiv Composer in ad box element -> https://forum.tagdiv.com/custom-ad-spots/ ; the ad box has 3 sections for ads: using theme panel ads -> https://i.imgur.com/KFa9ibl.png, using images/banners -> https://i.imgur.com/MfAPTaE.png and custom code -> https://i.imgur.com/2rh8SuD.png
Thank you for your understanding!
Hi,
If you are referring to infinite loading, you’ll need to edit the single post template with tagDiv Composer and disable the infinite loading.
-> https://tagdiv.com/infinite-loading-for-single-posts/ from post -> https://i.imgur.com/yIf6fA3.jpg -> https://i.imgur.com/KeclHLS.jpg -> https://i.imgur.com/4jHIHFY.png
Let me know the results!
Thank you!
Hi,
You can create a mobile page only if you want to change the elements for mobile version -> https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
If you just want to make some small edits, use tagDiv Composer -> https://i.imgur.com/ElRhSRH.png and in composer sidebar click on the mobile view -> https://i.imgur.com/4CbFIRe.png
Thank you!
Hi, for mobile theme the only js files are those from this file path -> wp-content/plugins/td-composer/mobile/js but those are minify and it is quite hard to edit it, but there are tools on internet and you can unminify the code and then to edit it.
Thank you!
Hi,
is there a way to post a single photo from Instagram via embeding with photo shown immediately? I can´t find a way to do it – if I try to post only URL, wordpress writes me, that this content shouldn´t be displayed and tries to give there just the URL in the block instead.
When I try to post a photo via embed code from Instagram in tagDiv composer, it just showed a blank post with the possibility to show the picture on Instagram. When I click on the post, it opened new window with post I wanted to show, and only then on the window with preview of my site the picture showed.
So my question is, if it´s possible to show the picture without clicking on the blank embed instagram post?
Hello !
Please send us a screenshot of your System Status Tab and make sure that all the requirements are met as you can see here: https://forum.tagdiv.com/requirements-for-newspaper/ ; You will have to first start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also you can try and remove and re-install the tagDiv Composer plugin.
Let us know the results.
Thank you !