Hi Bettina,
thanks but it seems not to be possible, what I need. I’ve created a “Text with title” element on my homepage. I’ve saved it as an element.
I’ve added the element to a different page, e.g. the search results template.
Now, I’ve changed the content in my “Text with title” element. I can’t save it as element with the same name, so I’ve deleted the element and saved it again.
I would expect, that the different page (search results template) would update the content automatically, since I’ve updated the shortcode. But this doesn’t seem to be the case? I would need to delete the element and add it again?
Hi,
Will be better to use a child theme, in this way the templates will no be lost when you’ll update the theme.
The child theme can be get from the theme package https://i.imgur.com/KCGXf08.png -> https://i.imgur.com/aCMFYRT.png
I hope this will help!
Hello Eduardo,
I added this suggestion and hope it will be implemented in the next updates.
Thank you!
update: the problem start with the format video. If you place a video in the article the problem is not present.
Also i think the problem born when you create an article with youtube video inside the format video!!!
Hi gouldsocialmedia,
The Newspaper v11.4.1 provide more fixes for the previous version, so should not affect the posts.
Also, the latest posts are visible when you are logged in?
The problem with the login is only on mobile? This was working correctly before the theme update?
Thank you!
article with youtube video in mobile version CRASH
telebari.it only on mobile version with video youtube in the article. On desktop works fine!
Why?
all updated yesterday
Hello,
If you want to use the Post Templates which are in the Theme Panel, then please make sure you have the tagDiv Standard Pack plugin updated and activated.
Also, you can use a Single Post Template from tagDiv Cloud Library and you can customize the layout with tagDiv Composer.
Those styles/templates/blocks are from tagDiv Standard Pack, and this plugin is not required from version 10.4, because the new demos are using cloud templates.
Also, on our channel https://www.youtube.com/channel/UCOT1RiNysIPCTPSnVZskwtQ, you can find more videos that can help you and documentation https://forum.tagdiv.com/newspaper-theme-documentation
Thank you!
HI with the new update it seems to not be grabbing the latest posts and showing old ones its also does not list all the posts that are in there.
Also had people now unable to log in on mobile version.
Can you please assist asap.
Hello team, how are you?
The homepage of my website http://www.metagalaxia.com.br its broken after the last update.
Someone having the same problem, and know how can i fix it?
Thanks
Good day,
So we’re on day 8 without a resolution. It’s been 2 days without an update. This also makes 4 days since we’ve been experiencing revenue loss.
I’m not upset. I’m just very disappointed in the level of customer support that I’m receiving. Especially with a customer who is losing money, I would expect that I shouldn’t have to be the one asking if there’s any update. It’s complete radio silence until I request an update.
This honestly doesn’t make for great customer service.
The sad thing is that sooner or later I’m going to have to stop using your theme and move on to another since we can’t continue operating as a business like this.
Put yourself in my position. Not hearing anything until you ask. How would you feel? What would you think?
Is there anything new? And if not, do you think it would be appreciated if someone could simply update me every so often so at least I know something is going on?
Not knowing is the worst thing…I’m just twiddling my thumbs wondering what (if anything) is going on.
Again, I’m not upset. I’m just disappointed with the customer service right now (and I’m losing money every single day this continues).
Hi, I’m creating some content for my sidebar. I want to display this content in several pages and templates. But I don’t want to copy the element(s) 1:1, I don’t want to maintain the same block/content in several places.
Therefore, I did “right click” > “save as element” and now I can use the element in my other templates and pages.
However, I can’t find a way to edit a saved element/shortcode.
Also it would be great if a saved element/shortcode would automatically update itself in the places (pages, templates) I’ve used the shortcode after I’ve editted the saved element.
So basically I want to:
- Save content as element
- Use the element in other places (referencing the original element)
- Edit the saved element
- Automatically update the references
Could you provide any input on this?
Thanks in advance!
Hello,
I just checked and for me works to set the author using Classic editor -> https://i.imgur.com/XsLLyFH.png, so please make sure you don’t have a plugin conflict.
Also, I recommend that for future updates when you want to do them, make the update with only tagDiv plugins activated during the update process, and deactivate the other plugins.
There is a possibility that some plugins may interfere with the theme update process.
Thank you!
Hi,
You can enable/disable the sticky header on desktop and responsive version using the manager -> https://forum.tagdiv.com/header-manager/
About the mobile version. If you do not use the mobile theme plugin and you do not have apply any mobile page, then will be display the responsive version, the one from the desktop. I’m not sure, but I think you may have assigned a mobile page, it should be deselected.
Thank you!
Hi,
Maybe you can use the previous version of the Yoast SEO and you can let the authors of Yoast to know about the conflict with the Cmap plugins after the last updated.
Also, you can compare what was added in the last update from Yoast and after that compare to find the problem.
Thank you!
Hi!
We have updated the theme up to 11.4.1.
And after that there are some issues with appearance of the author’s dropdown list in the post’s edit happened.
We need to have an ability to change the author of the post. It’s important according author’s copyright. The dropdown list is emplty right now in the Classic Editor, on the Gutenberg Editor its working. Please fix it.
Second question:
We have different errors after every update of the theme – how it’s critical to skip some updates?
I updated to Newspaper – Theme version: 11.4.1 and my links on Twitter are no longer loading previews.
https://eyesabi.com/strike-education-minister-waka-comot-meeting-with-asuu-officials/
I am also experiencing the same issue still, hoping for an update soon.
I want to update my header style to style 3
UPDATE: Problem could be temporarily solved by adding define('FS_METHOD', 'direct'); to wp-config.php
But its is just workaround as it forces WP to try only direct access to files and as soon as it tries to change something on disk, it will fail. Without asking for FTP access. So errors caused by composer are gone, but you cant update nor manipulate files. But at least it is definitive confirmation that there is something wrong in Composer module when using FTPEXT access.
And should be possible to replicate on hosting with PHP 8.0.13 using wp-config.php set to forceuse FTPEXT by adding following to wp-config.php
define(‘FS_METHOD’, ‘ftpext’);
define(‘FTP_BASE’, ‘/your/path/to/web/www’);
define(‘FTP_USER’, ‘user’);
define(‘FTP_PASS’, ‘pass’);
define(‘FTP_HOST’, ‘host’);
define(‘FTP_SSL’, false);
Thanks for quick feedback. I have deactivated Yoast and the error disappeared. There must be a conflict between Yoast and the Cmap plugins that started right after the latest Yoast update.
Now, it refers to an update linked to a specific line, which I don’t have a clue on how to update/fix. Do you?
Did you find any solution to this? Posted same error few months ago here https://forum.tagdiv.com/topic/activating-td-composer-causes-500-internal-server-error/ without any working solution.
One symptom for this error is when WordPress is using FTPEXT access to files and PHP is 8+, probably doesnt show up on installations where it has direct access to files. Unfortunately my host doesnt provide direct access and I am stuck with error. Even tried to include FTPEXT credentials in wp-config.php to provide WP access without having to ask user for these, still no change. Probably just using FTPEXT causes this PHP8.
It shows even on clean install of WP+Newspaper on this config (PHP8 and FTPEXT). Thought that when I give it some time (posted about this problem about 5 months ago), it will be fixed with some update. Still doesnt.
Hello @ranggaandriana!
Please make sure you delete the cache. If the problem is still there and you set up the mobile page correctly as here: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/, then deactivate the cache plugin that you use, and try again in an incognito tab.
Thank you!
Hi,
Can you please provide some more details related to the css problems, also some screenshots will help a lot.
As far as I know the last theme update do not have problems related to the theme builder. Do you have some problems with it?
Thank you!
After I update the new version of the theme my server was down most of the time and the hosting provider is saying due to some plugin problems. he is saying “So I suspect an issue with memory maxing out, leading to CPU process being stuck (maybe MySQL queries”
“Logs show that the main processes consuming the resources are from [index.php] which is mainly due to activity of plugins/themes. Unfortunately, it does not cite which particular plugin/theme is causing the problem.
If this only happened recently, maybe you can review if any plugin or theme was installed or updated recently?
”
Could you suggest to me if any plugin I can disable to minimize the use of memory and enable only when I am required to use and disable it again?
Thanks,
Prem
Hello,
There is a possibility that during the update you will have other extra plugins activated and they will have interfered with the theme update process.
Thank you!