- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsOffset Feature
- TutorialstagDiv Social Counter Tutorial
- TutorialsHow to Update the WPBakery Page Builder plugin
Hi,
Usually the footer section if is a pro demo it can be edited using tagDiv Composer -> https://tagdiv.com/tagdiv-composer-page-builder-basics/ -> https://i.imgur.com/zIABICZ.jpg -> https://i.imgur.com/b0yZlQr.png if is not a pro demo you can set ca footer template or it can be a standard template -> https://i.imgur.com/TvDDGNy.png -> https://forum.tagdiv.com/footer-templates/
Thank you!
Hello !
Unfortunately you cannot adjust your image like in the composer.
You can take a look at our Youtube channel: https://www.youtube.com/c/tagdivThemes or follow our guides here: https://forum.tagdiv.com/newspaper-theme-documentation/
Thank you !
Hi,
You can achieve this using tagdiv Composer -> https://i.imgur.com/aTZr4WJ.jpg select the mobile view port -> https://i.imgur.com/oBrRc2F.png then select each column and in css tab set a width like this -> https://i.imgur.com/zEGyLEi.png and set it inline -> https://i.imgur.com/JOE8ymt.png and make the same for all 3 columns, the results will be these -> https://i.imgur.com/JJqilxG.png
hope this will help you!
Thank you!
Hi
If you are using a cloud template for author, you can edit it using tagDiv Composer -> https://i.imgur.com/yl6lyFu.png and select the posts loop then you can use one of these sort that we provide -> https://i.imgur.com/M6RW4JA.png
Thank you!
Hi,
If you are using WordPress v5.5 or 5.5.1 make sure that you are using Newspaper v10.3.6.1
If the problem persists, please try the below steps:
1. Disable tagDiv Composer -> https://i.imgur.com/uzBdRB9.png
2. delete tagDiv Composer -> https://i.imgur.com/xGGfYE7.png
3. Reinstall tagDiv Composer -> https://i.imgur.com/Ay0zJHn.png or -> https://i.imgur.com/ZMgV9at.png
4. Clear all cache from your website, host and browser ( for browser use force refresh Ctrl Shift R ).
A quick fix for this problem with getimagesize is to adding an extra parameter in theme file, the file path is wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 792 set before getimagesize and ‘@’ like this -> https://i.imgur.com/VOWmTCI.png
This problem will be solved in the coming updates!
Make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
Let me know the results!
Thank you!
Hi,
I do not know these type of advertisements, but these should work like all others, also I see that you are using a pro dem, therefore you can use tagDiv Composer to edit the pages -> https://i.imgur.com/aymF9TY.jpg and cloud templates -> https://i.imgur.com/xPNz9UW.png then add the ad box element and you can set the code in custom ad place -> https://i.imgur.com/IKzNfKE.png or if these are banners you can set theme as images and set links on them -> https://i.imgur.com/yInq5mW.png
Thank you!
Hi,
Yes, you need to open the page in tagDiv Composer and select the port view for mobile -> https://i.imgur.com/t8rW5Hw.png then select the element or column that you want to hide and in css tab use the option for Display -> https://i.imgur.com/nCxUVn9.png
Thank you!
Hi,
1. For the moment there is a quick fix, but this need to be made in theme files, for this you need to go on wp-content/themes/Newspaper/includes/wp-booster/wp-admin/js/tagdiv-theme-plugins-setup.js and replace the jQuery(window).load(function () { from line 234 -> https://i.imgur.com/agaEJWA.png with jQuery(window).on(“load”, function () { -> https://i.imgur.com/zBFX5Ye.png also you need to do the same on this file wp-content/plugins/td-composer/assets/js/js_files_for_wp_admin.min.js but since this file is minify you can replace the code inside it with this one ->https://pastebin.com/YTiYVfU4
These warnings will be fix for the coming updates!
2. If you are referring to featured image that need to be display when you share a post on social, then you can use our guide from here -> https://forum.tagdiv.com/facebook-share/ use yoast seo.
3. Please follow our tutorial for page speed -> https://tagdiv.com/how-to-increase-page-loading-speed/
Also you can check these similar topics for more solutions: -> https://forum.tagdiv.com/topic/optimize-script-to-improve-site-speed/ -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/a-few-tips-for-newspaper-x-speed-high-cpu-usage-issues/
– https://tagdiv.com/how-to-increase-page-loading-speed/
Thank you!
I want to use Slide element from TD Composer on my homepage. But when I put Slide element into layout, when I switch to Mobile viewport, it disappeared! As well as when I save page, on mobile is Slide element really missing. And there is no option how to hide/show element depending on viewport… What is the problem? I thought different viewports are only for us to imagine how it looks on mobile or tablet but why it is erasing elements?
Hello,
I’ve been having problems getting td-composer to load ever since the Sept. 1 WordPress update to 5.5. And it hasn’t gotten any better with the 5.5.1 update. Has Themeforest released an update to account for the javascript issues caused by the wordpress update?
Hi,
Just bought your theme and it’s great work !
I already have a menu plugin named UberMenu from my actual website, and i want to keep it with your theme. But it only appears fine with the defaut header, not with a Cloud Template.
The problem is there is not too many options to personalise the default theme, compared to Cloud Template headers. I’d like to modify the size of the logo, how can i do it for a default header please ?
Also, i found the Header Composer quite hard to master because of the columns and rows, it’s difficult to organise. Do you have any documentation for this please ?
Thank you very much for your help, see you
Hi,
We are using the latest version of the Newspaper plugin and migrated fully to using the cloud templates.
Context. We have a set of pages that have a different look and feel from the rest of the website. Our approach to that is straight forward, we created these pages with TD Composer and made sure that they reference the desired header, footer and menu.
Now we have a new requirement, where, when a particular group of users visits the rest of the website, we want to apply the same look and look and feel (specifically headers/menu/footer) as the pages above.
We are using the “Simple Membership” plugin and we can differentiate between visitors that are logged in, or not. We can have more granular control than that (hence the requirement about a specific group of users).
Questions:
– Can we override the header/menu/footer selection for a sinlge post at run time?
My assumption here is that we can implement and trigger some conditional logic along the lines of
if(user_group_x()) {
// code to specify replacement header cloud template
// code to specify replacement menu
// code to specify replacement footer cloud template
}
– If Yes, how to we get about it?
– A secondary question is about the possibility to change the post layout in the same way i.e. can we override the Post template selection programmatically?
Kind Regards,
Pedro
Good afternoon. As I said in the previous comment, it had been verified that the system requirements are adequate, all the plugins have been uninstalled except those of the theme and the composer plugin has been deleted, installed and activated again, and it still does not work. It stopped working in a previous update and we haven’t been able to get it to work anymore.
Hi,
Almost all images elements from tagDiv Composer has this option to add on theme a link -> https://i.imgur.com/cOWuW4w.jpg and some of theme can display a test, you can use the image box, image box info, text over image …
For the problem with Instagram, mage sure that you are using the last version of theme, Newspaper v 10.3.6.1 and you have set the Instagram account as in our guide -> https://forum.tagdiv.com/instagram-widget/
If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login and cPanel. We will take a look. Include a link to this topic in the email.
Thank you!
Hi
If you are using a cloud template for category, then you can adjust it using tagDiv Composer -> https://i.imgur.com/4RUlAqQ.jpg -> https://i.imgur.com/h0NkVWX.jpg
Hope this will help you!
Hi,
The pagination is only on latest articles option from page template or if you are using a posts loop, now the post loop can be edited using tagDiv Composer and you can change the pagination -> https://i.imgur.com/dE2Csxk.png this can be done on categories too if you are using cloud templates.
Thank you!
Hi,
When you make a post, you can assign it to some categories -> https://forum.tagdiv.com/primary-category/ using tagDiv Composer, you can edit the pages and cloud templates , in this way you can filter the posts that you want to display in flex blocks -> https://i.imgur.com/tEoUJmp.png
Hope this will help you!
Thank you!
Dear Calin,
This is Suman Dwivedi, I Have My client Website, and I have a Premium Theme i.e Newspaper X, I have Three Concerns.
1. jQuery Migrate Helper — Warnings encounteredThis page generated the following warnings:https://politicswala.com/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/js/tagdiv-theme-plugins-setup.js: jQuery.fn.load() is deprecatedjQuery.fn.live() is deprecatedjQuery.fn.live() is deprecatedjQuery.fn.live() is deprecatedhttps://politicswala.com/wp-content/plugins/td-composer/assets/js/js_files_for_wp_admin.min.js: jQuery.fn.load() is deprecatedPlease make sure you are using the latest version of all of your plugins, and your theme. If you are, you may want to ask the developers of the code mentioned in the warnings for an update.
2. When I share the Post or Blog URL link on WhatsApp, Then No thumbnail and meta are shown.
3. The website Speed is too Low, When I used any plugin for optimizing, the header shows error, here so many coding on the header section.
blob:https://web.whatsapp.com/fc295856-bdfb-4af0-9776-acfe699a8dec
What can I do please suggest me.
Hello !
You can use CSS code on your element from tagDiv Composer as you can see here: https://www.youtube.com/watch?v=fa7GenCHcBU&t=7s
Thank you !
Hi,
Please make sure that you set the theme requirements as in our guide from here -> https://forum.tagdiv.com/requirements-for-newspaper/ also make sure that you are using a good host with at least 2gb of cpu and ram to can use the theme.
We have a topic that can be use if your cpu is high when you edit with tagDiv Composer -> https://forum.tagdiv.com/topic/a-few-tips-for-newspaper-x-speed-high-cpu-usage-issues/
Let me know the results!
Thank you!
Hi,
This can be done if you are using a footer template, then you can achieve this using tagDiv Composer -> https://i.imgur.com/mV5YQx3.png
Thank you!
Hello !
Yes, the adboxes can be edited using only tagDiv Composer.
Thank you !
Hi,
Yes, is possible to use other plugins with our theme and you can set the shortcodes in ad box with tagDiv Composer -> https://i.imgur.com/JoDEdKL.jpg
Now there are many users that use the adrotate plugin and said that this is working, but we can not say fir sure for what types of ads, since we tested only with adsence and static banners, hope that on future will can provide a tutorial as you said.
Thank you!
Hi,
Just make sure that your posts has set the featured image -> https://forum.tagdiv.com/featured-image-or-video/ after that you need to check with tagDiv Composer the categories set as filters on your elements for example in flex blocks -> https://forum.tagdiv.com/flex-block-settings-guide/
If there is still a problem, please provide me some screenshots or a link where I can inspect the problem.
Thank you!
Hi,
The jQuery Migrate Helper is just for the users that do not use the tagDiv Composer because this is in a loop not because there is a problem (in this topic -> https://forum.tagdiv.com/topic/my-blog-blocks-the-browser-when-using-the-mobile-version/ is provide a quick fix).
Also we can not provide support for all plugins that our users are using, only for these that are tested with our theme -> https://i.imgur.com/A0S01nC.png
If there is still a problem you can make a full backup and send us an email at contact@tagdiv.com and provide admin login and cPanel. We will take a look. Include a link to this topic in the email and as many details you can.
Thank you!