- NewsmagHow to update a plugin
- NewsmagHow to update the theme
- NewsmagHow to update the WPBakery plugin
- NewsmagCategory templates
- NewsmagWhat’s included in Newsmag theme package
- NewsmagAjax view count
- NewsmagSmart Lists
- NewsmagFeatured images
- NewsmagFeatured image or video
- NewsmagModal window
- NewsmagtagDiv slider gallery
- NewsmagVideo playlist
My entire website changed with the latest newspaper update. Need help
oh, so there is no option to update this without a plugin file edit? We need to add the code again if the plugin is updated, right? Kindly add a new option in the theme to create small functional changes without the core file edit.
Will there be any issues in the future with the theme and the code we suggested?
Please let us know your thoughts
Thank you
Hello,
1. Do you have up to date documentation for Newspaprer 12.2? current is not covering everything and in many places is misleading.
2. Do you have up to date demo where I can see all possible features?
It would be very useful to have this updated https://demo.tagdiv.com/newspaper/ as there is so many changes and I cannot rely on it anymore.
I am having a similar issue. We updated our website with this new theme. It looks great on the desktop but it is not loading properly for mobile nor does it even look the same. I need this to be resolved. Thanks
We are having an issue with TD Composer not updating our changes to the header after saving. It’s stuck spinning and won’t apply any updates.
When we refresh the builder on TD Composer, then the save sticks, but initially, after changes, it doesn’t save.
Can you please help look into this?
Hello @coinedition!
Save the code and replace it after the update. This won’t work with the child theme.
Thank you!
Hello @luca!
Please provide a screenshot where you “activate access to comments”, so we can verify and investigate this issue.
Make a full backup before the update and see if the issue is still there.
I recommend you to try to use the staging plugin, so you won’t ruin your website, check also this article from here and give it a try: https://themeisle.com/blog/wordpress-staging-site/
Thank you!
we have Newspaper
Version: 12.2 can we update to the wordpress version 6.02?
thank you
I understand that you won’t provide support for third-party/untested plugins. Can you show us how to add a custom code (mentioned below) to the theme?
if (isset($query->query['_ppp']) and isset($query->query['preview'])){
return;
}
This code will fix our redirection issue. The redirection is caused by the theme and cloud library. Now I just added this code to the tdb_functions file in the td-clod-library plugin, but it is not a proper method and the change will get lost if the plugin updates.
PFA:- https://imgur.com/a/q4Tqgjw
So, how can I add that code without affecting the future update?
Wonderful! it’s worked out! Am I correct in saying that I have to assign a template for each taxonomy? if so, things will soon get a bit confusing in the cloud. Or are categories planned for the next update?
any updates?
I agree with you, I have removed newspaper theme key from other domain, and updated other key in it, but even after that domain is not removed from here. please tell me now how to remove other domains from here.
-
This reply was modified 3 years by
tejbiranand.
Hello @madcownews!
This issue has been discussed already here: https://forum.tagdiv.com/topic/major-bug-found/.
Please make sure that you have all updated. Check the PHP version.
Thank you!
Hello @Luca!
Can you please provide more information about what you did exactly and how that was turned off from your point of view?
Do you have this update of the theme? https://forum.tagdiv.com/topic/update-required-newspaper-12-1-1-brings-extra-security/
Thank you for your feedback!
Hi. I noticed that maierlite was incorproated inthe last theme update.
What is the intergration that has been adopted?
I would like you to give me a solution to the problems I am facing WITH my site https://trikalatroll.gr/
1. Thumbnails not showing in footer and editor’s picks and popular columns
2. The popular category is not updated and some original articles are displayed while I would like the most recent popular ones to be displayed. what setting i need to do
3. The articles page In the sidebar I would like to put a column of Recently popular how can I do that
THANK YOU
Hello @vangeorgo!
We have 3 options for mobile versions that you can use:
1. Responsive version: A responsive version of your website looks similar to the desktop version. TagDiv Composer is used to edit the page.Click on the mobile viewport: https://www.screencast.com/t/XDQJedlggSB. There, you can see your mobile version and edit or adjust the elements to look better.
2. Mobile pages: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages
3. Mobile theme plugin: The Mobile Theme is a performance-optimized theme included in the main Newspaper theme that only loads on mobile devices. It comes with its own templates and designs for pages, posts, categories, etc., so your current templates from the desktop theme will get converted to the mobile theme layout. Please see https://forum.tagdiv.com/the-mobile-theme/ and https://forum.tagdiv.com/mobile-theme-introduction/ for more information.
A full explanation is here: https://www.youtube.com/watch?v=SpGkOnJeNZY
If you need to use the mobile version 1 or 2, then you need to uninstall the Mobile Theme plugin.
Thank you!
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/
If you created the mobile pages with tagDiv Composer, then 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 then 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
Mobile responsive version of the theme and the mobile page editor can be edit with tagDiv Composer, the mobile theme plugin not.
For example, you can have the mobile theme plugin activate 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 activate.
So, if you want to design the pages with tagDiv Composer, you can use the mobile page or mobile responsive version.
Better deactivate the mobile theme plugin.
Thank you!
yes. There is a slight change in the templates. The global template has 2 dates (published and last updated) but the duplicated one has only one date(last updated). PFA
https://imgur.com/a/TKUb9Rx
This is not an exact solution. We just found a way to do it in our own format using CSS Pseudo-element. The inline element that you suggested will not give the format that we use. That’s why we use a separate method. Please include the same options that we have in the Single Post Modified Date element in the Single Post Date element in the future update so it will be easy for every user to customize.
Implemented Way:- https://prnt.sc/gfdZN2f653RP
Suggested Feature (include the same options for the Single Post Date element):- https://prnt.sc/7njgiXIL0Cjt
Hello @mhatip!
You need to assign the mobile page to a desktop page: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages
Thank you!
Hello,
1. This is related to the SEO https://altitudemarketing.com/blog/links-do-not-have-descriptive-text/#:~:text=A%20common%20error%20that%20Lighthouse,they%20get%20when%20they%20click. -> https://developer.chrome.com/en/docs/lighthouse/seo/link-text/
2. In the featured update will be added.
Thank you!
I am trying to update copyright year from 2020 to 2023. Although the change does show on theme panel, but it is not updating online.
P.S. This form does not allow pictures upload!!
ah thank you! “table of contents” was the name I was looking for! 🙂
Thanks for your help Bettina, appreciate it. Will wait for the update then..
Have a good day!
Hello Ozgur!
1. Yes. The mobile horizontal menu is also available.
2. You can only make a sticky menu. But you cannot make a table of contents like in the screenshot. In the next update, we will introduce an element that can help you achieve what you need.
3. We did not test this plugin, so we cannot say if it will work or not.
Thank you!