- NewsmagtagDiv Composer Tutorial
- NewsmagHow to use the Visual Composer plugin
- NewsmagHow to update a plugin
- NewsmagRequirements for Newsmag
- NewsmagInstall via WordPress
- NewsmagInstall via FTP
- NewsmagBlock settings tutorial
- NewsmagPage Menu
- NewsmagCustom ad spots
- NewsmagSmart sidebar
- NewsmagVideo playlist
- NewsmagPage templates
http://galacticinquirer.net error msg:
_______
Version 4.6 | built on 14.12.2023 12:33 | By tagDiv | Visit plugin site
This plugin failed to load properly and is paused during recovery mode.
An error of type E_PARSE was caused in line 9041 of the file /home/uxb0gpttwn9y/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/td_config.php. Error message: syntax error, unexpected ‘)’
Hello @gorthi!
Check on this path: td-composer/legacy/Newspaper/includes/shortcodes/td_block_weather.php
Thank you!
When I paste a tablepress shortcode it doesn’t work in the td composer. Anything I’m missing or are there any plans to add this capability? Thanks
Hello @heathcliff,
Please let me know what version of the theme you have.
Please make sure that you have the latest version of the theme 12.6.3
If an attacker wants to target this URL /wp-json/tdw/save_css they can do so. Even if the website uses a different theme, the attacker can still try that URL. We could add an option to be able to enable/disable the Live CSS, it will be considered. But for now in order to remove it this can only be done with a modification to the composer plugin. I think that all that removing it requires is to comment this line of code – https://prnt.sc/RtwvL5Nc4ikR -> https://prnt.sc/ymZmhdUfp57U But as I mentioned, the attacker can still try to access the URL.
Thank you!
Hello,
Please let me know what version of the theme you have.
Please make sure that you have the latest version of the theme 12.6.3
If an attacker wants to target this URL /wp-json/tdw/save_css they can do so. Even if the website uses a different theme, the attacker can still try that URL. We could add an option to be able to enable/disable the Live CSS, it will be considered. But for now in order to remove it this can only be done with a modification to the composer plugin. I think that all that removing it requires is to comment this line of code – https://prnt.sc/RtwvL5Nc4ikR -> https://prnt.sc/ymZmhdUfp57U But as I mentioned, the attacker can still try to access the URL.
Thank you!
Hi Support, is it possible to set “Title tag (SEO)” option for “Categories/tags list” widget in TD Composer? (by shortcode/overriding?) Thanks.
Currently we can set them only in Flex widgets, but not “Categories/tags list” widget which uses <h4> for title header.
In last weeks we have detected millions of bad requests to our WordPress installations that use the Newspaper template with Tagdiv Composer.
Our firewall is detecting this attacks however the server is experiencing excessively high traffic that is affecting its performance. There are millions of petitions like this one:
2024-02-02 12:31:20 Access 67.213.221.13 301 POST /wp-json/tdw/save_css HTTP/1.1
We would like to know when this security hole can be fixed.
Thank you.
In last weeks we have detected millions of bad requests to our WordPress installations that use the Newspaper template with Tagdiv Composer.
Our firewall is detecting this attacks however the server is experiencing excessively high traffic that is affecting its performance. There are millions of petitions like this one:
2024-02-02 12:31:20 Access 67.213.221.13 301 POST /wp-json/tdw/save_css HTTP/1.1
We would like to know when this security hole can be fixed.
Thank you.
Have you updated your tdcomposer plugin to latest version which patches the issue?
(I dont work here)
Hello,
I am getting the following error, when trying to preview draft posts in the WP administration:
Warning: array_filter() expects parameter 1 to be array, bool given in /home/customer/www/…/public_html/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php on line 940
Fatal error: Uncaught TypeError: Argument 1 passed to tdb_state_single::sort_terms_hierarchically() must be of the type array, null given, called in /home/customer/www/…/public_html/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php on line 944 and defined in /home/customer/www/…/public_html/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php:3618 Stack trace: #0 /home/customer/www/…/public_html/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php(944): tdb_state_single->sort_terms_hierarchically(NULL, Array) #1 /home/customer/www/…/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_categories.php(328): tdb_state_single->{closure}(Array) #2 /home/customer/www/…/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_categories.php(328): Closure->__invoke(Array) #3 /home/customer/www/…/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_glo in /home/customer/www/…/public_html/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php on line 3618
It seems to be connected with the code I’ve added to functions.php in order to hide the names of three specific categories. (I did try ti use the option HIDE CATEGORY ON POST AND ON CATEGORY PAGES in the Newspaper theme panel, but it works only for the first category.)
add_filter('get_the_terms', 'hide_categories_terms', 10, 3);
function hide_categories_terms($terms, $post_id, $taxonomy){
// define which category IDs you want to hide
$excludeIDs = array(1, 2, 3);
// get all the terms
$exclude = array();
foreach ($excludeIDs as $id) {
$exclude[] = get_term_by('id', $id, 'category');
}
// filter the categories
if (!is_admin()) {
foreach($terms as $key => $term){
if($term->taxonomy == "category"){
foreach ($exclude as $exKey => $exTerm) {
if($term->term_id == $exTerm->term_id) unset($terms[$key]);
}
}
}
}
return $terms;
}
Theme name: Newspaper
Theme version: 12.6.3
Theme database version: 12.6.3
max_execution_time: 120
max_input_vars: 3000
WP Memory Limit: 512 MB/request
Caching plugin: No caching plugin detected
WP version: 6.4.3
WP multisite enabled: No
Hello @gorthi !
Check on this path: td-composer/legacy/common/wp_booster/td_social_sharing.php on 1357 line
Thank you!
https://englebrookindependentnews.com/the page where the error was caught (https://englebrookindependentnews.com/wp-admin/post.php?post_id=302&td_action=tdc&tdbTemplateType=page&prev_url=%2F%2Fenglebrookindependentnews.com%2F) and check for any visible issues. PageLayer
Please contact your host for assistance with investigating this issue further.
If your site appears broken and you can’t access your dashboard normally, WordPress now has a special “recovery mode”. This lets you safely login to your dashboard and investigate further.
When seeking help with this issue, you may be asked for some of the following information:
WordPress version 6.4.2
Active theme: Newspaper (version 12.6.3)
Current plugin: PageLayer (version 1.8.2)
PHP version 8.3.2
Error Details
=============
An error of type E_ERROR was caused in line 338 of the file /home2/odsxlite/public_html/wp-content/plugins/pagelayer/main/blocks.php. Error message: Uncaught ArgumentCountError: Too few arguments to function pagelayer_blocks_the_post(), 1 passed in /home2/odsxlite/public_html/wp-includes/class-wp-hook.php on line 324 and exactly 2 expected in /home2/odsxlite/public_html/wp-content/plugins/pagelayer/main/blocks.php:338
Stack trace:
#0 /home2/odsxlite/public_html/wp-includes/class-wp-hook.php(324): pagelayer_blocks_the_post(Object(WP_Post))
#1 /home2/odsxlite/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(”, Array)
#2 /home2/odsxlite/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array)
#3 /home2/odsxlite/public_html/wp-content/plugins/td-composer/includes/tdc_main.php(1145): do_action_ref_array(‘the_post’, Array)
#4 /home2/odsxlite/public_html/wp-content/plugins/td-composer/td-composer.php(160): require_once(‘/home2/odsxlite…’)
#5 /home2/odsxlite/public_html/wp-includes/class-wp-hook.php(324): tdc_plugin_init(”)
#6 /home2/odsxlite/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(”, Array)
#7 /home2/odsxlite/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#8 /home2/odsxlite/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php(278): do_action(‘td_wp_booster_l…’)
#9 /home2/odsxlite/public_html/wp-content/plugins/td-composer/legacy/Newspaper/functions.php(21): require_once(‘/home2/odsxlite…’)
#10 /home2/odsxlite/public_html/wp-content/plugins/td-composer/td-composer.php(198): require_once(‘/home2/odsxlite…’)
#11 /home2/odsxlite/public_html/wp-includes/class-wp-hook.php(324): {closure}(”)
#12 /home2/odsxlite/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(”, Array)
#13 /home2/odsxlite/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#14 /home2/odsxlite/public_html/wp-content/themes/Newspaper/includes/wp-booster/tagdiv-wp-booster-functions.php(3): do_action(‘td_wp_booster_l…’)
#15 /home2/odsxlite/public_html/wp-content/themes/Newspaper/functions.php(19): require_once(‘/home2/odsxlite…’)
#16 /home2/odsxlite/public_html/wp-settings.php(611): include(‘/home2/odsxlite…’)
#17 /home2/odsxlite/public_html/wp-config.php(96): require_once(‘/home2/odsxlite…’)
#18 /home2/odsxlite/public_html/wp-load.php(50): require_once(‘/home2/odsxlite…’)
#19 /home2/odsxlite/public_html/wp-admin/admin.php(34): require_once(‘/home2/odsxlite…’)
#20 /home2/odsxlite/public_html/wp-admin/post.php(12): require_once(‘/home2/odsxlite…’)
#21 {main}
thrown
Is there parallax scrolling available in TD composer? (Cloud library)
I want to have similar effect like this page:
https://benedprobiotics.wixsite.com/prolab
Thank you
Website: https://www.gciencia.com
Theme: Newspaper
When editing my home page with TDComposer it is very slow, it takes a while to load the images, everything moves slowly and it is difficult to edit. Until recently I had an old version of Newspaper and everything worked very well, but since the change the editor seems to be overloaded.
Additionally, I have installed the Aramis Cloud Template but when I add new blocks to the home page it does not take the styles of that template, but rather the ones that come by default and I have to modify everything by hand again.
I have a website, Sponitor.com (Which is working fine) under license (say, License A), and this is the main website in WordPress Multisite.
I created a new website for a client: https://thedailyintake.online/. I assigned the same license key (License A) for testing and showing the demo to the client. Now I have to hand it to the client. I purchased a new license (License B) today, and I removed the above (License A) key. When I assign a new key (License B), it just revolves, and nothing happens.
Also, I am facing an issue now with https://thedailyintake.online/ which is down with a 503 error. When i renamed “td-cloud-library” and td-composer to “td-cloud-library-old” and td-composer-oldit opens the website with [tdc] codes in the home page and 503 error is resolved. (See screenshots below)
https://photos.app.goo.gl/Nf6BcZKdrHTFNykc9
https://photos.app.goo.gl/ghBnVFK47j2HirRc6
https://photos.app.goo.gl/uVSYGWbnavgfBthU9
Hi, okay; just updated my beta revamp from 5.4 to 5.4.2 for the security fix.
I am the FTP upload guy; so I don’t update via the theme panel/WP admin. Via FTP I wipe old theme and td-composer folders; then upload new ones so no overwrites and no timeouts on curl and such.
Oddly, under updates > themes, this is showing:
Newsmag
You have version 5.4.2 installed. Update to 5.4.2.
LOL. Say WHAT now? Just for laughs I tried updating the style.css file to 5.4.21 or 5.4.3 and still showed update needed. I don’t want to deactivate and reactivate theme due to settings, although I have custom CSS in the customizer.
Not sure how I’d clear that. I guess I could hit the update button and see what happens, and worst case just upload the FTP version. (Only change I made to CSS file was my usual fix of removing any default fonts like open-sans to move to the more common web-safe font stack.)
Not critical, just an oddity.
Hi Bettina,
Thanks for your respond, but how I get there?
I’m getting this error on the console.
Uncaught TypeError: tdSmartSidebar.td_events_resize is not a function
https://redstickmom.flywheelstaging.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=12.6.3:315
jQuery
Hello team,
I’ve attempted various methods to modify the pre-built website (Publication PRO) using TagDiv composer, but I’m unable to access the editing page window on the left-hand side as shown here: https://paste.pics/Q9C31.
Upon clicking (Edit with TagDiv Composer) at https://paste.pics/Q9C74, I encounter an “Error 404 – not found. We couldn’t find what you’re looking for. Browse our latest stories or categories” message as seen here: https://paste.pics/Q9C85.
The issue persists when trying to access the link: https://autocarbikes.com/wp-admin/post.php?post_id=6349&td_action=tdc&tdbTemplateType=404&prev_url=%2F%2Fautocarbikes.com%2Fwp-admin%2Fpost.php%3Fpost_id%3D6351%26td_action%3Dtdc%26tdbTemplateType%3Dpage%26prev_url%3D%252F%252Fautocarbikes.com%252Fwp-admin%252Fedit.php%253Fpost_type%253Dpage.
Kindly review and provide solutions, as I purchased the theme specifically for seamless page editing.
Hi team,
I purchased the theme last day and trying to edit the page Home Page with TagDiv Composer but it is throwing Error 404. I tried with multiple pre-built websites available in the demo sections. Please help as it is really essential for me to change the content in the Home page and other pages too.
I watched the Youtube videos as well but those steps are not visible on my screen.
Hi, we tried to update the theme version to the latest one (v. 12.6.3) and we updated the tadDiv Composer and all add-ons to the latest available versions. By doing as you suggested, the editor (tagDiv Composer) restarted and works but a new problem arose. Pre-existing content is not loading correctly. Shortcodes appear instead of contents, such as:
[td_block_big_grid_2 category_id=”” tdc_css=”eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=” sort=”featured” td_grid_style=”td-grid-style-1″]
What should we do to fix this content not loading issue?
Hi I use wp optimise and the mobile option is active. I’ve used this for years and never had this issue. What’s also strange is the homepage is the only page that does this. All other posts/pages appear correct (mobile theme), but the homepage is pulling the td composer homepage (I’ve checked page settings as well).
Hello,
You need to use a plugin to optimize the images. I see that you use WP ROCKET, so please check this guide to set it https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
Also, please check those guides https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/high-number-of-ajax-request/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://www.andraware.com/wp-rocket-for-newspaper-theme/
– https://forum.tagdiv.com/topic/page-speed-guide-for-2023-beginners-and-advanced/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
– https://forum.tagdiv.com/topic/sql-querys-high-cpu/
– https://forum.tagdiv.com/topic/newspaper-theme-slow-to-respond/
– https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
– https://underconstructionpage.com/optimize-wordpress-database/
– https://crunchify.com/better-optimize-wordpress-database-all-in-one-guide/
Also, pagespeed is not covered by support -> https://forum.tagdiv.com/newspaper-theme-support/
If you use Wp Rocket, you can try to exclude the following files
/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js
/jquery-migrate(.min)?.js
/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js
tdBlocksArray
To be able to optimize and to remove CLS and LCP please check these guide => https://developers.google.com/web/tools/lighthouse/ -> https://www.sqlpac.com/en/documents/google-pagespeeds-lighthouse-6-new-features-lcp-cls.html -> https://web.dev/lighthouse-whats-new-6.0/ -> https://web.dev/lcp/ -> https://web.dev/cls/
Thank you!
Good day sir/ma,
I just installed the Newspaper Cali Sight theme and my portal is live at https://www.dealinnow.com/
https://www.dealinnow.com/tdtax_attractions/things-to-do/adventure/
The adventure, categories, benefits, companies, and other taxonomies shows ../tdtax_attractions/.. in permalinks. How can I edit this permalink to just /attractions/. e.g. from https://www.dealinnow.com/tdtax_attractions/things-to-do/adventure/ to https://www.dealinnow.com/attractions/things-to-do/adventure/
My tds account page (https://www.dealinnow.com/my-account-cali_sight/) didn’t show post listings tabs, tabs showing user listed trip or anything relating to trip package. How can I activate this feature in my account page for users to have access to their submitted post listings from dashboard?
How to deactivate subscription tab from My Account page.
Thanks in advance.
Files like:
https://cryptotami.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdStickyRow.js?ver=12.6.3
https://cryptotami.com/wp-content/plugins/td-cloud-library/assets/js/tdbSearch.js?ver=6cc04771d778c6f460cf525df52258a3
Shows on GT metrix as 17 seconds, any idea what can be done, speed cache was enabled.
Hi I use wp optimise and the mobile option is active. I’ve used this for years and never has this issue. What’s also strange is the homepage is the only page that does this. All other posts/pages appear correct (mobile theme), but the homepage is pulling the td composer homepage (I’ve checked page settings as well).