- 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
Thank you Vlad.
Let’s talk the slider again.
Right now everything I publish is being featured on the slider. Is it possible to make post-based filter ( as opposed to category based one) when publishing a post?
Example :
I am publishing “A”, “B”, and “C”, posts and they could be in different categories. If I want only to feature “B” ( could be from business, sports, entertainment or whatever) in the slider, could I filter out post “A” and “C” from being featured in the slider?
If not, could CSS customization be the answer? I think it is something that needs consideration for you next theme update.
Thanks!
-
This reply was modified 5 years by
Ssethioscope.
Hi, I just updated my wordpress to version 5.6.1.
The problem occurs when I try to access any page within the site, instead of loading the requested page I get the 404 error
Hello Calin, sorry you can address me as Richard, PFC is simply the acronym for the charity that owns the license.
Environment: Multipress WordPress with 12 sites, each site is a separate language version of the main site.
Here’s the issue explained in much greater detail:
I’ve manually injected pages and even manually translated block names ect… No issues, all restore as I want.
Same with widgets, including translations for them. No issues. All restore as I want.
It is ONLY the main theme settings that have an issue!
Injecting td_011 and/or td_011_settings does NOTHING! Like the OP found and first reported. Even injecting every newspaper-related field from wp_options back into the database does nothing for the colours, logo’s etc… It’s as if I never set these options. (except it’s clearly in the database, and snapshot dates show in theme panel, but not useable/clickable) the front page is just black and white.
SQL query “WHERE option_name LIKE ‘%td_%'” will give you all the table entries. See Appendix.
I am doing them all, including transients, caches, you name it ANYTHING tagdev related is recovered back into the database on the same domain, same version. I did them all as I wasn’t getting anywhere with just td_011 and td_011_settings. Recovering an exact 1:1 of all your database stored data should work.
So I make all the changes in my little dev-clone and I manually export all the table options I need (see appendix), re-importing these back into a new clone does nothing (see method), only when I use the theme panel importer tool does it work and logo’s colours ect… all show properly? (I had an older copy of the export hash)
It seems you know why, as you’ve stated it MUST be done through the exporter/importer when the OP said he couldn’t recover td_011_settings.
A 1:1 copy of all the database data related to Newspaper should theoretically just work, mitigating the need to use the importer tool.
Here are some questions:
1) what’s the difference between td_011 and td_011_settings, I think td_011 is a store of what’s active or not active in the themes state, plugins, demo’s et al. There seems to be some duplication of data within both fields.
2) Why will recovered td_011 and td_011_settings exactly as is via the database directly not work unless base64 encoded and put through your importer?
3) Since Tagdev is actively supporting further third-party development via an API, could an import/export endpoint please, be made in the future? We need a programmatical method.
4) I wanted to streamline the development and efficiency of not storing multiple copies of the same logos/assets in each subsite independently. So I made an images folder in the child theme and put the exact url to get this media in the theme settings. WARNING: It doesn’t work, clearly you must be using wp_posts ID somewhere. This needs to be made known as its more common practice to do as I was attempting.
5) td_011_settings is an autoload field, yet has all copies of the settings (backups/snaphosts), within this same field as just another index of an array in the serial blob. This is horribly inefficient for a user’s system. Why not just create a backups field like td_011_snapshots and pop an array in there without autoload set. (this has been mentioned before)
To others reading this: Autoload means it will load on every page load each time a database call is made to construct any page. If you have 10 backups, it’s now loading 10x the amount of data on every page load with 90% being completely unnecessary and redundant. It doesn’t matter if it’s 30KB, 300KB, or 1.3MB. This really should be addressed in my opinion.
I love your theme, it’s the best-selling theme of its kind for a reason. What am I possibly missing that stops a recovery of theme settings via the database directly actually working without the importer tool? I am I possibly missing a fieldname from the appendix?
Thank you for your time and response. It will be appreciated by more than just me that I am sure of.
Method:
1) Creating a local clone of live site, sed replacing old_domain with new_domain on sql dump prior to import. (new working clone)
2) Manually copying over theme files and child theme files, plugin files.
3) Activate and enable network-wide the theme plugins using wp-cli
4) Activate and enable network-wide the child theme using wp-cli
5) Ensure that needed media is imported into the system via wp-cli and that media names and uri’s match within database table entries (see appendix)
6) Inject all database table entries for tagdev stuff from the prior development cycle.
7) use wp-cli to restore widgets information
Pages on all subsites work beautifully, Widgets show correctly, just the colours, logo’s are missing! If I manually reimport using your importer on every subsite everything works like magic. It’s not missing media as they’re already imported and waiting.
Appendix:
_transient_td_update_theme_Newspaper
_transient_timeout_td_update_theme_Newspaper
td_011
td_011_remote_cache
td_011_settings
td_covid19_data
td_playlist_video_channel_id
td_playlist_video_video_ids
td_playlist_video_video_ids
td_playlist_videos_pool
widget_td_block_1_widget
.
.
.
widget_td_block_25_widget
widget_td_block_ad_box_widget
widget_td_block_author_widget
widget_td_block_authors_widget
widget_td_block_exchange_widget
widget_td_block_image_box_widget
widget_td_block_instagram_widget
widget_td_block_pinterest_widget
Theme is updated and API key is connected as well – the problem is still happening.
To see the problem in action, the website is: kokandyproductions.com
Here’s a screenshot of theme panel settings: https://www.kokandyproductions.com/wp-content/uploads/2021/02/Screen-Shot-2021-02-17-at-11.55.50-AM.png
Here’s a screenshot of API connection settings:
https://www.kokandyproductions.com/wp-content/uploads/2021/02/Screen-Shot-2021-02-17-at-12.09.15-PM.png
Please help if you can ASAP!
I have a request for newsmag team.
Since core web vital is going to be crucial going further.
Please let us know if we can get some kind of update to satisfy the criteria.
Hi, does anybody know how to remove the 3 latest posts on the mobile homepage (not the latest articles at the bottom, but just the top 3 that appear below the header).
I don’t mind adding/deleting some code if I have to do it every time there is an update or I can add CSS.
Hello Calin and Team,
Hope you are working on this request.
Google PageSpeed Insights is giving bad score if I’m using desktop theme for mobile, so I have changed again to Mobile Theme and the score is looking good, but I couldn’t use the Cloudflare APO due to above issue.
Hope you know that Google is going to do the Mobile first indexing from May 2021, so it’s very important for NewsPaper theme users.
I request you to follow-up with your developers and bring the update in upcoming release.
Thanks
Giri
Hi everyone,
I can’t edit my home page, keep getting this error:
Error at zones: 6(models) : 7(dom). The model does not match the content Current state has involved an issue. You could try an UNDO operation (CTRL+Z / CTRL+SHIFT+Z)
Theme and DB:
10.3.9.1
WP core:
5.6.1
MORE DETAILS BELOW fyi
### wp-core ###
version: 5.6.1
site_language: en_US
user_language: en_US
timezone: +02:00
permalink: /%postname%/
https_status: true
multisite: false
user_registration: 0
blog_public: 1
default_comment_status: open
environment_type: production
user_count: 1
dotorg_communication: true
### wp-paths-sizes ###
wordpress_path: /home/alerouxc/public_html/medicalbrieffebdomiciliumdev
wordpress_size: 79.65 MB (83515530 bytes)
uploads_path: /home/alerouxc/public_html/medicalbrieffebdomiciliumdev/wp-content/uploads
uploads_size: 12.47 MB (13071576 bytes)
themes_path: /home/alerouxc/public_html/medicalbrieffebdomiciliumdev/wp-content/themes
themes_size: 5.95 MB (6238925 bytes)
plugins_path: /home/alerouxc/public_html/medicalbrieffebdomiciliumdev/wp-content/plugins
plugins_size: 43.37 MB (45474795 bytes)
database_size: 4.57 MB (4795070 bytes)
total_size: 146.00 MB (153095896 bytes)
### wp-active-theme ###
name: Newspaper (Newspaper)
version: 10.3.9.1
author: tagDiv
author_website: http://themeforest.net/user/tagDiv/portfolio
parent_theme: none
theme_features: core-block-patterns, post-formats, post-thumbnails, automatic-feed-links, html5, woocommerce, bbpress, align-wide, align-full, editor-font-sizes, editor-style, menus, widgets
theme_path: /home/alerouxc/public_html/medicalbrieffebdomiciliumdev/wp-content/themes/Newspaper
auto_update: Disabled
### wp-themes-inactive (1) ###
Twenty Twenty-One: version: 1.1, author: the WordPress team, Auto-updates disabled
### wp-plugins-active (8) ###
AdRotate: version: 5.8.15, author: Arnan de Gans, Auto-updates disabled
AMP: version: 2.0.10, author: AMP Project Contributors, Auto-updates disabled
tagDiv Cloud Library: version: 1.6 | built on 11.12.2020 11:47, author: tagDiv, Auto-updates disabled
tagDiv Composer: version: 2.7 | built on 11.12.2020 11:47, author: tagDiv, Auto-updates disabled
tagDiv Mobile Theme: version: 1.4 | built on 11.12.2020 7:40, author: tagDiv, Auto-updates disabled
tagDiv Newsletter: version: 1.5 | built on 11.12.2020 11:47, author: tagDiv, Auto-updates disabled
tagDiv Social Counter: version: 4.8 | built on 11.12.2020 11:47, author: tagDiv, Auto-updates disabled
tagDiv Standard Pack: version: 1.1 | built on 11.12.2020 11:47, author: tagDiv, Auto-updates disabled
### wp-media ###
image_editor: WP_Image_Editor_GD
imagick_module_version: Not available
imagemagick_version: Not available
file_uploads: File uploads is turned off
post_max_size: 512M
upload_max_filesize: 512M
max_effective_size: 512 MB
max_file_uploads: 20
gd_version: bundled (2.1.0 compatible)
ghostscript_version: 9.25
### wp-server ###
server_architecture: Linux 3.10.0-1062.4.3.el7.x86_64 x86_64
httpd_software: Apache
php_version: 7.4.15 64bit
php_sapi: litespeed
max_input_variables: 3000
time_limit: 600
memory_limit: 1024M
max_input_time: 60
upload_max_filesize: 512M
php_post_max_size: 512M
curl_version: 7.74.0 OpenSSL/1.1.1i
suhosin: false
imagick_availability: false
pretty_permalinks: true
htaccess_extra_rules: true
### wp-database ###
extension: mysqli
server_version: 10.3.27-MariaDB
client_version: mysqlnd 7.4.15
### wp-constants ###
WP_HOME: undefined
WP_SITEURL: undefined
WP_CONTENT_DIR: /home/alerouxc/public_html/medicalbrieffebdomiciliumdev/wp-content
WP_PLUGIN_DIR: /home/alerouxc/public_html/medicalbrieffebdomiciliumdev/wp-content/plugins
WP_MAX_MEMORY_LIMIT: 512M
WP_DEBUG: false
WP_DEBUG_DISPLAY: true
WP_DEBUG_LOG: false
SCRIPT_DEBUG: false
WP_CACHE: false
CONCATENATE_SCRIPTS: undefined
COMPRESS_SCRIPTS: undefined
COMPRESS_CSS: undefined
WP_LOCAL_DEV: undefined
DB_CHARSET: utf8mb4
DB_COLLATE: undefined
### wp-filesystem ###
wordpress: writable
wp-content: writable
uploads: writable
plugins: writable
themes: writable
`
Hello,
You need set the mobile page for mobile what you created like this => https://www.screencast.com/t/olI1bW8Cg92 -> https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
Also, if you have a different design is possible to have activated the tagDiv mobile theme plugin, please deactivate it, clear your cache and see the results.
Let me know the results!
Thank you!
Hello,
The latest version of the theme is v10.3.9.1, you need to make an update, before please make a full backup to all files and the database, in case something goes wrong. => https://forum.tagdiv.com/how-to-update-the-theme-2/
Also, make sure you set the API Key from Instagram like in this guide -> https://forum.tagdiv.com/instagram-widget/
Let me know the results!
Thank you!
Anamaria,
Thanks for this and gladly, when I updated the version of NP, I can now edit my site.
I really appreciate this!
Hi, i updated the theme and plugin and after that tagdiv composer has stopped working, nothing is clickable on website now. kindly help
1. Bro, I have found the solution for the first issue I have asked above. You can see here = https://onair13.com/testing2/ So, please no need to reply on that issue/question.
3. I found an issue in the theme for my language text. Here is the video with my audio = https://youtu.be/7mIhdKpI_Oo (I want to get little padding before the text)
Update:- The link https://onair13.com/testing2/ is now the homepage.
That would be very cool, to expose expose these settings in the tagdiv composer for the next theme update. So everyone can enjoy it 🙂
Yes I believe we are.
Could this issue be tied to this?
https://forum.tagdiv.com/topic/tagdiv-composer-update-failed/
That post is ours as well, and that is a problem that we are still having.
Hello!
Newspaper 10.3.9.1 is the newest version available.
First of all, please make sure you have a backup done and then you can update the theme and the TagDiv plugins also.
Please take a look for this advice before updating: https://forum.tagdiv.com/topic/action-required-please-read-how-to-update-to-the-newspaper-theme-v-10/
I recommend you to make a backup and update plugins and the theme via file transfer, so that you don’t face any error: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!
I have updated the theme to 10.3.9.1 version but it has not solve the issue..
Please advice..
Dear tagdiv, dear forum members,
We’re running a multisite with Newspaper 8.2. On the dashboard under Theme version it’s showing 8.2 and a possibility to update to 8.7.2 – button Update now. If i click that, i get redirected to themeforest.com homepage. Any way to find out how to upgrade?
Best, Žan
Hi,
I have followed your instructions as found here: https://tagdiv.com/tagdiv-composer-shortcodes-and-elements/
and inserted a column-text module in order to then insert a shortcode inside that. I found also a recent forum post where you are suggesting the user to use an alternative module of “Text with title”.
I have tried the following with both, and I have failed with both modules similarly: I click on the “Edit content” button, and the editor pops up. I insert my shortcode in there but then there seems to be no way to save the content. I have tried clicking on the ‘X’, but the content is lost. I have tried clicking somewhere outside the popup, but the content is lost. I have tried clicking on Save directly with the pop up open, but the content is lost. I have tried clicking on the edit content button whit the pop up open, but the content is lost.
After trying all of these, I feel lost as per the correct way to save my content, and allow my shortcode content to be displayed on the front end.
Please help me with what I am doing wrong.
Kindly note I have updated my theme to the most current version. Similarly WordPress is up to date also, all plugins, and everything else is latest version.
Thank you!
Hello,
This issue is because you have an older theme version 9.0.1, and the latest version of WordPress(if you have a theme version older, than NewsPaper 10.3.9 and you have the latest WP version 5.6, tagDiv Composer not work). You need to make an update before please make a full backup to all files and the database, in case something goes wrong. => https://forum.tagdiv.com/how-to-update-the-theme-2/ and check if the problem persists.
Another solution for the moment is to use Enable jQuery Migrate Helper plugin and try this option => https://www.screencast.com/t/WYlKJVLi this plugin may help. Clear all the caches (also the browser cache).
Let us know the results!
Thank you!
Hello,
Thank you for the information. I hope you will be serious about the topic and there will be such an option in the next update.
Alternatively, if it takes a lot of work, at least in the mobile-theme module provide the option of adding functions, so do I do with css. Then something can always be done.
This is a serious problem because now I have different solutions for stationary and mobile users. Compatibility must be.
I have the same problem with images. I have spent more than 10 hours finding out what could be the problem.
I checked cloudflare settings, deleting Cloudflare and getting back on the service, deactivating mobile theme, cache plugin but the problem persists since the last update.
Now I know that this is a bigger issue and that I am not alone!
-
This reply was modified 5 years by
hellocharlie.
Hello!
Unfortunately, for the moment you can not achieve this with child theme and we hope to find a solution for this in the future updates.
Thank you for your understanding!
Team, When I try to edit my webpages, TD Composer just loops infinitely. I see this same issue elsewhere in the forum and I have tried the various remove plug-ins etc but nothing seems to work. Can you please simply fix this issue for me as I am not an IT person and honestly don’t have the time to learn?
My site is centerlife.center. I tried but I am unable to paste images into this window.
Here is the text for my Site Health. It seems odd that I have a Critical Item (php is an out of date version) however when I click on the link I receive a webpage that says “Good News. CloudLinux has taken care of the old php version issue”.
HELP!
————————————————————————————————————
Site Health Status
The site health check shows critical information about your WordPress configuration and items that require your attention.
1 critical issue
Your site is running an outdated version of PHP (5.6.40), which requires an update
Security
PHP is the programming language used to build and maintain WordPress. Newer versions of PHP are created with increased performance in mind, so you may see a positive effect on your site’s performance. The minimum recommended version of PHP is 7.4.
Learn more about updating PHP (opens in a new tab)
2 recommended improvements
You should remove inactive plugins
Security
One or more recommended modules are missing
Performance
PHP modules perform most of the tasks on the server that make your site run. Any changes to these must be made by your server administrator.
The WordPress Hosting Team maintains a list of those modules, both recommended and required, in the team handbook (opens in a new tab).
Warning The optional module, imagick, is not installed, or has been disabled.