- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_thumb::update_key
- Apitd_api_thumb::update
- Apitd_api_category_top_posts_style::update_key
- Apitd_api_category_top_posts_style::update
- Apitd_api_category_template::update_key
- Apitd_api_category_template::update
- Apitd_api_module::update_key
- Apitd_api_module::update
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_header_style::update_key
- Apitd_api_header_style::update
Hello there, any updates on this matter? Is there a way for the tagdiv editor only avaliable to admin?Âż
Thanks
Hello,
I would like the date of the last post displayed in the category title as update info. I used a filter in my functions.php, but it seems not to work. How can I do this? Here is my code in the functions.php
function add_last_post_date_to_every_category_title($title) {
$args = array(
'posts_per_page' => 1,
'orderby' => 'date',
'order' => 'DESC'
);
$the_query = new WP_Query($args);
if ($the_query->have_posts()) {
$the_query->the_post();
$date = get_the_date();
$title .= " - Last Update: " . $date;
}
wp_reset_postdata();
return $title;
}
add_filter('get_the_archive_title', 'add_last_post_date_to_every_category_title');
Thanks for reply and of course it was lots of thongs… Things 🙂 but when can we expect the update? for us who is selling products its critical that everything works smooth for the customers, they are picky and you dont get a second chance
Hi,
Calin is out of the office until next week. I have investigated, and unfortunately, this option does not seem to apply for CPT. I will add it to our list, and it will be addressed in the upcoming updates.
Thank you!
Hello @Garageapan!
Our developers are aware of this new Woocommerce plugin update and will update those files.
Thank you for understanding!
Hello,
Upon a quick analysis, I noticed that you’re using an older version of the theme.
Please update the theme to the latest version 12.6.5.
This malware infects not only theme files but also WordPress files or other plugin files. This malware was not detected only in our theme but also in many other themes and plugins https://www.bleepingcomputer.com/news/security/massive-balada-injector-campaign-attacking-wordpress-sites-since-2017 / -> https://cybernews.com/security/wordpress-malware-epidemic-balada-injector/ -> https://www.geoedge.com/balda-injectors-2-0-evading-detection-gaining-persistence /
You could consider reinstalling the WordPress version, reinstalling the theme, and checking for this plugin wp-zexit.php. It might be wise to inspect via FTP if it doesn’t appear in the WordPress -> Plugins. Additionally, using Wordfence to scan the website and remove unknown users would be prudent.
Change admin passwords and delete admin accounts you are not familiar with;
– Delete any weird/unknown plugins;
– Delete the weird/unknown themes;
– Clean unfamiliar Theme Panel injected code (example – https://i.imgur.com/4q70kCv.png);
– Clean WordPress files (example – https://i.imgur.com/stJCqiK.png)
If you’re not sure how to do it, our custom work team can help you with both theme updates and malware file cleanup https://tagdiv.com/submit-a-request/
Thank you!
I have had lots of issues with lots of thongs on my website lately and some issues comes down to outdated templates for woocommerce are you planning to update thoose or do i need to change theme? This is what my report complains about “Newspaper/woocommerce/archive-product.php version 3.4.1 is out of date. The core version is 8.6.0, Newspaper/woocommerce/single-product.php”
Also be aware sometimes they just update the version number for some templates without actually updating the template, in order to keep things in sync for their own internal purposes. Often if you compare the old/new template versions in their own system, there is no change. So, a quick fix can be simply changing the version number in the TD template if the notice bothers you. NOt saying this is solution, just something we’ve done over here in past with custom templates. 🙂
(I don’t work here.)
Hello @findbitter!
Our developers are aware of this new Woocommerce plugin update and will update those files.
Thank you for understanding!
Hi,
Woocommmerce says,
1- Newspaper/woocommerce/archive-product.php version 3.4.1 is out of date. The core version is 8.6.0,
2- wp-content/plugins/td-woo/templates/woocommerce/cart/cart.php version 3.8.0 is out of date. The core version is 7.9.0,
Can you update to theme for fix these
Thank you
Hello @zeropiquet!
We will try to replicate on our end, and if everything needs a fix, we will add it to the next updates. Till we solve the issue, please let the PHP 7.4 version.
Thank you!
Looking forward to the update! Thank you!
Hello @curistorian!
You can display the taxonomies with the help of the shortcode called ” CPT Taxonomies “.
In the next update, we will add this option to show their images and the option to display them on the columns. Stay tuned!
Thank you!
Hello!
Our developers are aware of this new Woocommerce plugin update and will update those files.
Thank you for understanding!
Hello!
Our developers are aware of this new Woocommerce plugin update and will update those files.
Thank you for understanding!
Hello,
Just upgrade to version 8.8.2 (8.8 and 8.8.1 had a limited release) and now receiving this message in the header:
“Your theme (Dekko) contains outdated copies of some WooCommerce template files. These files may need updating to ensure they are compatible with the current version of WooCommerce. Suggestions to fix this:
Update your theme to the latest version. If no update is available contact your theme author asking about compatibility with the current WooCommerce version.
If you copied over a template file to change something, then you will need to copy the new version of the template and apply your changes again.”
the templates that need to be upgraded are:
Overrides Newspaper/woocommerce/archive-product.php version 3.4.1 is out of date. The core version is 8.6.0,
/home/public_html/wp-content/plugins/td-woo/templates/woocommerce/cart/cart.php version 3.8.0 is out of date. The core version is 7.9.0,
/home/public_html/wp-content/plugins/td-woo/templates/woocommerce/checkout/form-checkout.php,
Newspaper/woocommerce/single-product.php
Hello! I received this error tonight.
Your theme (Newspaper) contains outdated copies of some WooCommerce template files. These files may need updating to ensure they are compatible with the current version of WooCommerce. Suggestions to fix this:
Update your theme to the latest version. If no update is available contact your theme author asking about compatibility with the current WooCommerce version.
If you copied over a template file to change something, then you will need to copy the new version of the template and apply your changes again.
Here are the errors from the status report:
Newspaper/woocommerce/archive-product.php version 3.4.1 is out of date. The core version is 8.6.0,
/home1/xbddklmy/public_html/wp-content/plugins/td-woo/templates/woocommerce/cart/cart.php version 3.8.0 is out of date. The core version is 7.9.0,
/home1/xbddklmy/public_html/wp-content/plugins/td-woo/templates/woocommerce/checkout/form-checkout.php,
Newspaper/woocommerce/single-product.php
What do I need to do to fix this? THank you!
The solution was found at this post https://forum.tagdiv.com/topic/how-to-get-rid-of-black-bar-that-appeared-after-the-update/
Just did an upgrade to 12.6.5 and everything is great except for a strange white space and little arrow that appeared at the top of the site. Looks like it should be to ‘scroll up’ or something but I can’t figure out how it’s being generated. It just appeared after the update. The website is https://susanvillestuff.com/
Normally the black admin bar is at the top of the window instead of the white space.
Thank you for any help you can offer! 🙂
https://sindromediangelman.org
After making updates to the plug-ins, the theme and the CMS (WordPress), after a few weeks the website was completely lost as it was no longer able to read the codes of the various sections (see Attachment).
Hello!
This feature will be available in the next update.
Thank you for understanding!
Hi Anamarie,
Thank you. I was able to create a second template, with an updated date, however, it doesn’t work. When I’m logged into WP, the “updated” text shows, but when I’m not logged in, it only shows the date, no “updated” text. See this page here:
https://rareparenting.com/valerian-and-seizures/
The original publish date was August 2023. I deleted that line item, added the modified date, changed the text to “updated.” This was all done under a new single post template.
As mentioned, it says “Updated April 2024” when I’m in WP working, but on other browsers (not logged in), the “updated” text doesn’t show.
Please let me know? Thanks!
Hello,
Using our theme, you can choose from 3 mobile versions
-> mobile responsive => https://www.screencast.com/t/oJ2ShOp47
-> mobile theme plugin => https://forum.tagdiv.com/the-mobile-theme/
-> mobile page => https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/ The option that you need to use.
Suppose you created the mobile pages with tagDiv Composer. In that case, when you install the Mobile Theme plugin, your pages will be overwritten by the plugin (the mobile theme comes with its templates for page, post, category, etc, so your current templates from the desktop theme will get converted to the mobile theme layout, the page content is made without builders in mobile editor => https://www.screencast.com/t/xbgZG8kH also, the options that are provided to edit the mobile theme version are limited (this keeps the things simple)).
This is a video about Responsive Newspaper Theme, AMP & Mobile Theme, Mobile Pages & Templates -> https://www.youtube.com/watch?v=SpGkOnJeNZY.
So, the mobile responsive is what you see when that you select the viewport on phone => https://www.screencast.com/t/matV17hH, so some settings may apply for each viewport(where is the border blue), and others are not(where the border is black).
The mobile page has the mobile templates from Cloud Library => https://www.screencast.com/t/YCcZ8rL8
The Mobile responsive version of the theme and the mobile page editor can be edit with tagDiv Composer, the mobile theme plugin cannot.
For example, you can have the mobile theme plugin activated and use the mobile page/mobile responsive version for the homepage/pages, but for the categories pages/404 page, you can’t use the mobile page/mobile responsive version if you have the mobile theme plugin activated.
Thank you!
After updating the theme two pictures of home page are not displaying.
Please help me.
Hello,
I tried to change the article template in one of our sites and I couldn’t.
I went to the error log and found 1000s of entries like this
Got error ‘PHP message: WordPress database error Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2; PHP message: WordPress database error Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2′
See video below (no sound)
https://www.loom.com/share/7f3d265ed26148ae99829a75cd5d933d?sid=41704580-83eb-4005-870d-b625df28234c