Hi,
If you need to manually update the plugins, then please go in your themeforest account and download the full package from there -> https://i.imgur.com/bHaSCDh.png and after that manually install the plugins.
Thank you!
Ok well, I’m happy again lucky for me my web host does an update of my website every day so I have managed to restore my settings from yesterday 🙂 Could you please help me tho how I can fix the CORS problem thank you very much and apologise for all the messages its been a stressful few hours ha. Thank you Anamaria
How can I manage to change the dropdown mega menu?
here’s my site https://wilbah.com/
We are using the Cloud Templates. Where is the correct function file we need to update?
Hello,thank you for your answer.
I checked, I don’t have an .html file at the root, I only have the index.php file.
but i think there was a problem on the server (by dint of testing) … you can try again, you will have the home page with the errors we see, probably related to TagDiv.
https://www.plongee-infos.com
I specify that we did not touch the files, we just made the update via the panel newspaper and the problem appeared at this time, before everything worked perfectly.
we also have the hand on the server (Linux & Ispconfig) but we did not touch it either.
tell us if we need to subscribe to something else to get help because we are stuck…
thanks.
Hi!
My issue is partially solved.
Now it adds the 2 brackets, but it doesn’t overwrite the style.css blockquote parameters. I’m not an expert, but I was lucky to find the CSS scrips in the style.css file:
}
.td-page-content blockquote p,
.td-post-content blockquote p,
.wpb_text_column blockquote p,
.td_block_text_with_title blockquote p,
.mce-content-body blockquote p,
.comment-content blockquote p {
font-family: 'Roboto', sans-serif;
font-size: 30px;
line-height: 40px;
font-weight: normal;
font-style: italic;
text-transform: uppercase;
color: #4db2ec;
}
Only changing them here I can for example change the font size, the color, etc. Therefore as I understand only the bold script of the custom CSS is recognized.
.td-post-content blockquote {
max-width: 600px;
text-align: center;
margin: 20px;
padding: 20px;
font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
font-size: 20px;
color: #428bca;
border-left: 4px solid #428bca;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
border-right: 4px solid #428bca;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}
Clearly, I prefer not to make changes in the style.css file, also because probably they will be overwritten when the theme is updated.
For sake of clarity for future users that will eventually read this post having the same needs. You cannot change the style of the blockquote from “Newsmag – Theme panel”, but you need just to add the code in the custom CSS field of “Newsmag – Theme panel”.
Hello,
Unfortunately, now you cannot add a new page, but in the next update, this option will be available.
Thank you for your understanding!
Hi,
We estimate that the update will come in September because new options need to be added and tested.
Have a great day!
Thank you very much! And do you know when the next update will be?
Hello,
These options will be available in the next update.
Thank you!
Hello,
I contact you because I updated my site with Newspapper 11.5.1 and I had a problem on my homepage, there is a problem : http://plongee-infos.com
I tried to downgrade Newspaper in different versions, I still had the same problem, I still put the 11.5.1 version.
can you help me ?
I can give you the admin access if you need to switch.
thank you in advance for your help.
Hello,
Please go to My License section and assign that domain that you want -> https://i.imgur.com/TxINWwn.png Please be aware that you can only change the key after one month
We’ve introduced the Manage License System, which can be seen in the latest update of the theme 11.4.3 in Newspaper -> My license. You can assign or unassign a domain from there.
The key will be automatically assigned to the first 2 websites where it was used. Then if needed you can unassign it and assign it to other websites.
Thank you!
Hello,
just in case someone has the same problem, here is the solution to add Custom Post Types into the loop of AMP-Pages. Of course this has to be done after every theme-update.
In /wp-content/plugins/td-composer/mobile/functions.php add the following function:
function add_custom_post_type_to_query( $query ) {
if (is_home() || is_archive()) {
$query->set( 'post_type', array('post', 'your_CPT_name_here') );
}
}
add_action( 'pre_get_posts', 'add_custom_post_type_to_query' );
Hello!
This will be available in the next new update of the theme.
Stay tuned!
Update: This issue is happening with all 4 of my lics. keys.
Hello!
In the TagDiv Composer, you have the possibility to hide an element on the desktop and tablet viewport: https://www.screencast.com/t/YUVUcyrgh and show it only on the mobile viewport: https://www.screencast.com/t/XDQJedlggSB. This setting can be seen in the CSS tab of every element: [Display: HIDDEN]. Or, you can create a mobile page which can be different from the desktop version: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
Thank you!
Hello!
You are not wrong. We have clients who have a 100 % pagespeed score with our theme, but it will require a little bit of interest in optimizing. Our developers are working hard to improve the page speed in every update, so make sure you use the latest update.
Some factors which you need to take into account are:
External factors: server speed, if you are using CDN or not, the external resources loaded by your website like ads, fonts, tracking scripts like Facebook Pixel, Google Analytics, Twitter analytics, Hotjar and so on.
Internal factors: the number of elements on the page, image size, image formats, if you are using mobile optimized layouts, console errors, if you are using the Standard Pack plugin or not, if you are using the PRO demo or a standard one.
Please note that every page speed needs some improvement and it is not enough to install a plugin alone because there are many factors which can affect your page speed quality.
Thank you for understanding!
Hi there, does anyone know what these errors mean?
These are from my error log file in the root. Seems that there are two tables missing: tds_options and tds_plans. I recently updated my theme from Newspaper 9 to 11. The update seemed to go well. Any insight on these errors would be appreciated.
Thanks
b…
[25-Jul-2022 10:27:31 UTC] WordPress database error Table ‘i5370152_wp6.tds_options’ doesn’t exist for query SELECT * FROM tds_options made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include_once(‘/plugins/td-subscription/td-subscription.php’), td_subscription::instance, td_subscription->__construct, td_subscription->includes, tds_util::get_tds_options
[25-Jul-2022 10:27:31 UTC] WordPress database error Table ‘i5370152_wp6.tds_plans’ doesn’t exist for query SELECT * FROM tds_plans made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include(‘/themes/Newspaper/functions.php’), require_once(‘/themes/Newspaper/includes/wp-booster/tagdiv-wp-booster-functions.php’), do_action(‘td_wp_booster_legacy’), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, require_once(‘/plugins/td-composer/legacy/Newspaper/functions.php’), require_once(‘/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php’), do_action(‘td_wp_booster_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tdc_plugin_init, do_action(‘tdc_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tds_config::on_tdc_loaded, tds_config::get_plans
Hello —
I have made a Staging website, and removed the plug-ins — one at a time, to see the results.
As it turns out, when I remove “TagDiv Composer” then the Youtube frames operate properly.
Obviously I cannot deactivate TagDiv Composer ! (smiles) But that seems to be the guilty plug-in.
I am using Newspaper Version 11.4.3 and WordPress 5.9.3
I didn’t update it because of the original issues with WordPress 6.0. I know those issues have been resolved, but I haven’t updated yet.
Perhaps the Youtube frame issue is resolved with Version 11.5.1 ?
Or with WordPress 6.0 ?
Hello!
First of all, please make sure you have a backup done, deactivate all the non-tagdiv plugins or the cache plugins you use, and then you can update the theme and the TagDiv plugins also.
I would gladly recommend you to make a backup and update plugins and the theme via file transfer to the latest update: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!
Hello Enzo!
Which theme version do you use? Please make sure you use the latest update of the theme.
Make a test and deactivate ALL plugins except tagDiv ones. Also, if you are using a cache plugin, deactivate it, and try again.
Let me know the results!
Thank you!
Thanks so much Anamaria 🙂
So the site works again after rolling back to 11.5. If I want to update to 11.5.1, what do I need to do to avoid the front page crashing like what happened to me earlier?
Hi,
Thank you for your response. Hope you’d consider it for a future update 🙂
Hello,
I just updated to Newspaper 11.5.1 and my site’s front page is just full of code. I already enabled TagDiv Cloud Composer, tagDiv Cloud Library, and tagDiv Standard Pack. I’ve also disabled / enabled other plugins that were active on my site prior to the update.
Because I need the site up ASAP, I just rolled back to 11.5 and disabled active plugins, and the front page is back but now there is code on the right side of the page where my Newsletter sign-up block is. Same on mobile.
Here is the link to it: https://loa.ph
I would still like to update to 11.5.1, but I don’t want my site to crash as before. Any idea what went wrong? What should I do next?
Thanks 🙂
Hello!
You can update from your Dashboard -> Newspaper -> Updates. Check this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!