- NewspapertagDiv Composer – Website Manager
- NewspaperWhen tagDiv Composer is Not Working
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewsmagHow to use the Visual Composer plugin
- 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!”
td_block_x disappear in td composer when updated 10.4
This short codes and related not run and now show in elements list in td composer.
[td_block_7 category_id=”37585″ limit=”2″ ajax_pagination=”” td_ajax_filter_type=”” offset=”1″ show_modified_date=”yes”]
I desactivated all plugins and activated and now solved.
I just updated to Newspaper 10.4. Beside the theme I have 45 different plug-ins.
After installation I had to manually purge the cache for WP Super Cache.
Apart from that no issues so far. Here is the change log:
[ Version 10.4 ]
new: tagDiv CSS Analyzer Tool (beta) – For the first time in the Newspaper Theme, we’re introducing a free and awesome tool that analyzes and removes all the unused CSS from the page, supporting your effort to make your website faster. The tagDiv CSS Analyzer Tool works in stages. First, it removes all the unused CSS, then, from the final clean CSS, it generates the Critical CSS and automatically moves the non-critical one to the bottom of the page;
new: 2 New one-click installable PRO Demos created with the tagDiv Cloud Library & tagDiv Composer:
new: School PRO – View Demo ;
new: City PRO – View Demo ;
new: WordPress 5.7 compatibility;
new: Smaller CSS files – We’ve moved the individual CSS on the components where it is used to make the specific elements load faster;
new: Added help video tooltips on the shortcodes options in the tagDiv Composer page builder;
new: Added the disable Google fonts for mobile option in the Theme Panel;
new: tagDiv Standard Pack is no longer required on new theme install;
new: Updated WPBakery & Revolution Slider plugins to the latest version;
improvement: Web Core Vitals – We’ve made a general theme revision for Web Core Vitals to improve Performance, Accessibility, and SEO. In some cases, you’ll need to make particular revisions to get better results;
improvement: We’ve removed the CSS style from the Cloud Library plugin. Now, all style is moved on the components where is used;
improvement: Flex blocks – Added extra Review Stars options;
improvement: Applied Animation/Lazy Load effect on the Revolution Slider images;
improvement: Added Lazy Load animation on the Image Box and Inline Single Image element;
improvement: Added width and height attributes on the Inline mage and Fancy image elements;
improvement: New options to change the SEO Title Tag on various shortcodes;
improvement: New options to add Gradient & Shadow on sticky rows;
improvement: Added “Time ago” option for blocks;
improvement: The Inline Text element now recognizes footer shortcodes;
improvement: Removed left/right margin restrictions for the column/inner column;
improvement: Smaller Newspaper font – some icons are now converted into SVG;
improvement: ‘rel’ option for logo URL;
improvement: ‘rel’ option for social share;
fix: Food Recipes demo fix – meta info on modules was hidden from CSS;
fix: Front page offset issue on the Mobile Theme;
fix: Some string translations on the Mobile theme;
fix: Undo/redo history in tagDiv Composer due to memory limit on local storage;
fix: WPML notices;
fix: Saving theme panel backups;
fix: Title styles on the Single Comments;
fix: Background image upload in the panel when the image has caption;
fix: Prevent sending XSS injection in block ID – courtesy to Toan Nguyen & Truoc Phan;
fix: Shadow issue on row dividers;
fix: Ad title position;
fix: Some translation strings;
fix: Open modal login from comments shortcode without the panel option;
fix: Width and height attribute on header logo;
fix: Twitter social counter;
fix: Multiple warnings and notices.
Hello !
That header you should be able to edit it via tagDiv Composer. If not you will have to create one using tagDiv composer from the cloud library.
Thank you !
Hello !
You can edit the page / template using tagDiv Composer. Take a look at our youtube tutorial in order to see more information about how to use tagDiv Composer: https://www.youtube.com/user/tagdiv
I hope this was helpful !
Thank you !
Hello !
You seem to do the steps correctly. 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 and please send us a link to your website in order to take a look.
Let us know the results.
Thank you !
Hello !
You seem to do the steps correctly. 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 and please send us a link to your website in order to take a look.
Let us know the results.
Thank you !
Hello!
For this error you can check our guide from here at point 5: https://forum.tagdiv.com/tagdiv-composer-not-working/
Also, try to deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Please also check the page for special characters and remove them if they exists.
Thank you!
Hi this is one of my pages: https://www.icv.hr/sport-mobile
[tdc_zone type="tdc_content"][vc_row][vc_column][td_block_4 custom_title="Sportske vijesti" block_template_id="td_block_template_2" limit="12" m2_tl="50" m2_el="0" category_ids="8,266,267,268" ajax_pagination="load_more" m2f_title_font_size="22" m2f_title_font_line_height="1.3" m2f_title_font_family="445" f_header_font_size="30"][/vc_column][/vc_row][/tdc_zone]
but it doesnt work on my phone…
I created it with “Create mobile page” in TD composer…
Any help 🙂
Hi,
We were trying to set up a youtube video as a background on our slider as described here:
https://tagdiv.com/videos-design-trends-newspaper-theme/
We ran into an issue with the Google API Referer Key restrictions and we’d like to let you know how we solved it so you might consider adding the fix to the core code.
On Google console we restricted the API to our domain. We added the API key to the theme Panel and we noticed that we were getting 403 responses from the API.
We did some digging and it turns out wp_remote_get (which is used in /td-composer/legacy/common/wp_booster/td_remote_http.php in function get_url_wordpress() ) does not send the ‘Referer’ header by default (or it doesn’t send the correct details, not sure)
This caused the Youtube API to think we were sending our request from googleapis.com itself and would return 403.
To fix this we added the following after the twitter workaround in get_url_wordpress() (should be ~line 196)
if(!array_key_exists('Referer',$settings['headers']){
$settings['headers']['Referer'] = site_url();
}
Basically we check if a referer header is already set and if not, we add the site url as a referer.
This fixes the issue and shouldn’t cause any unintended errors elsewhere. It only changes things if what we’re trying to set does not already exist.
Also, sidenote, I noticed you’re setting sslverify to false, you might want to consider changing that to true. See more details here -> SSL Verify
Thanks!
Hello,
You can change that color with tagDiv Composer,select the live search and in the tab called “Style” you can change the border, form color and not only => https://www.screencast.com/t/zdntanIVrpz
Hope this helps you!
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 and please send us a link to your website in order to take a look.
Let us know the results.
Thank you !
Hello !
If you are using multiple elements of tagDiv Composer on your website you will have to edit each using the style tab as you can see here: https://www.screencast.com/t/QtRtydlw3
I hope this was helpful !
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 and please send us a link to your website in order to take a look.
Let us know the results.
Thank you !
Hello,
This issue has been discussed already here: https://forum.tagdiv.com/topic/in-footer-template-default-pro-there-isnt-a-button-for-with-tagdiv-composer/
Hope this helps you!
Thank you!
Hello !
Unfortunately this seems to be a plugin conflict. Please note that WP External Links is not a teste plugin, the list of tested plugins can be found in here: https://www.screencast.com/t/nFD69lSPbfj
What you might try is to reinstall the WP external links in order to see if it re-writes over tagDiv Composer.
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 and please send us a link to your website in order to take a look.
Let us know the results.
Thank you !
Hi,
For the moment our Newsmag theme do not have an option for dark mode, this can be achieved only if you are using a extra plugin.
If you want to change only some colors, then you can use the options from theme panel -> https://i.imgur.com/QMFUehG.png or with tagDiv Composer per page -> https://i.imgur.com/CgxmDRG.png
Hope this will help you!
HI,
Please make sure that all theme plugins are enable, for example, tagDiv Composer, tagDiv Cloud Library and tagDiv Standard Pack, this should fix the problem with the shortcodes from mobile.
Also using the mobile theme plugin, with it you’ll gain a better speed then responsive version of Newsmag theme, but in order to achieve that speed you’ll need to create new content for pages because in most cases those were made with builders or shortcodes (tagDiv Composer, WPBakery) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on the mobile theme, also the mobile theme will not display any sidebar)
-> https://i.imgur.com/9d0UWLT.png
Also you can show the responsive version for some posts/pages on mobile theme (to get the same layout as on desktop on mobile) -> https://i.imgur.com/m0bVB5T.png you can check more details about mobile theme in our documentation -> https://tagdiv.com/mobile-theme-get-mobile-ready-with-newsmag-theme/ or if you want to have the responsive version only, you can use the amp option from mobile theme -> https://i.imgur.com/oofST3D.png (to use the mobile theme template on amp) or you can disable the plugin.
These options are like this:
Mobile -> the mobile theme will apply only on mobile version.
Mobile + amp -> it will apply on both and it will have the same layout.
Amp -> the mobile theme plugin layout will be use only for amp version.
Hope this will help you!
Thank you!
Hi,
There are different options to set an image on pages, for this you can use tagDiv Composer and set an image element -> https://i.imgur.com/DsHsL3K.png
To set the main menu in slider revolution you can use this guide https://premiumcoding.com/premiumcoding-help-article/set-main-menu-revolution-slider/
Hope this will help you!
I don’t usually buy high selling theme. Because I know best selling themes have very poor support. They just rely on their own community.
I have issues on the London theme and wasn’t able to find the documentation I need.
My system status are all checked https://prnt.sc/10yl4z8
1. I cannot change the header, for which I can not change the Logo. It so simple but your tagDiv composer is not helping.
https://pcso.live/
I don’t usually buy high selling theme. Because I know best selling themes have very poor support. They just rely on their own community.
I have issues on the London theme and wasn’t able to find the documentation I need.
My system status are all checked https://prnt.sc/10yl4z8
1. I cannot change the header, for which I can not change the Logo. It so simple but your tagDiv composer is not helping.
https://pcso.live/
Im getting an error when i click on “customize” for any theme: There has been a critical error on this website. Please check your site admin email inbox for instructions” my website host..Hostgator is telling me that there are 2 plugins that are not compatible or need the latest updates. This is the response I got: “I have checked in with WordPress site. There is one ‘class-wp-customize-widgets’ and ‘td-composer’ that are not compatible. You will need to contact the plugin vendor, to check for the latest updates for these”. Can someone assist please! I need Help
Hi
We are trying to embed Vimeo videos with dimensions 994x250px to the top of our Newspaper homepage via iFrame. I have tried a lot with wrapig the iFrame into a div and different top and bottom paddings as well as iFrame attributes but I always end up having the video not in the correct position of the iFrame (The size of the iFrame is correct but the video is cut off in the middle leaving white space on top or at the bottom) or having large white spaces above and below the actual video. In TagDiv composer it sometimes looks correct but not on the actual page.
The actual goal is to replace our own banners which are .gifs with some .mp4 videos (If possible hosted externally), of course I am also open for different solutions than embedding Vimeo iFrames.
Thanks in advance and kind regars
Please help, the display for the mobile phone on my website cannot, when editing the composer tagdiv off for the mobile display