I should also add that the issue only seems to be effecting CPT’s.
Great, thank you. Not the first time I’ve heard that about Envato websites BTW.
Thanks – I’m having the exact same issue. Search returns a fatal error in latest iteration.
Does this mean I can display/hide content in rows depending on whether a user is logged in (e.g. as admin/editor/subscriber/..)?
My user case is that I would like to be able hide content in rows from anyone not logged in.
Best,
Rob
Hi – I use Breeze, which is mandatory for caching, etc on my hosting environment, but could also use WP_Optimize, or Perfmatters for minification, if needed.
Thanks for this. Is there any other way of doing this?
I’m using ACF fields for the the content on the custom page types… and use the TagDiv Composer rather than Gutenberg Blocks.
I’m open to any solution as some of the pages are very long and need breaking up.
Thanks!
Great, thanks.
Please find the image ‘Original’ attached
. This shows the original page and the break point in red I want to create.
Images ‘eg2a’
and ‘eg2b’
show the result of the page break. Basically, I want to split the original CPT post into two, one with the first half of the original post, the second with the second half of the post.
Thanks for your help!
Great, thanks for your help. I’ve reduced the number of backups stored. Hopefully, this will work.
I didn’t receive the reply. Could you please send it again, or post it here.
Thanks
The Email was on Friday. The subject line was:
Re: Problem with new versions of the theme
Best,
Rob
Hi – I sent through the staging site info a few days back. Any update on this?
I have now installed the latest version of both Newspaper and Optin Builder on a staging site (as it was knocking the live site over).
Could I send you the URL and password to access the staging site? I don’t want to post the details on a public forum.
As you will be able to see the Woocommerce product pages have slowed to a crawl. I cannot tell what is causing it. I don’t see any conflicts. Neither does my hosting company (Cloudways).
I may have a custom project (a new sign-up process) for TagDiv once I know I can update the theme. I have already been quoted for the work, but am reluctant to undertake this if I have to move theme.
Thanks!
Unfortunately, I’ve had to revert to the 12.5.1 theme (again). All the newer versions seem to make the site unusable. Not good for a production site.
Product pages now load in under 2 seconds again.
Strangely, the new version of the theme works fine on our staging site.
Do you have any plans to make the new versions of Optin Builder compatible with 12.5.1?
I have had to downgrade that plugin as well as the latest version of Optin Builder doesn’t seem to work with 12.5.1.
Hi – Yes, the problem is still there. Page load ranges between 15 and 45 seconds for product pages.
Yes, it goes back to normal. The problem started once I update from 12.5.1 to 12.6, or above. I have tried every time a new update gets released, but same thing happens. As i use Optin Builder, I really need the latest versions of Newspaper to work.
I’ve tried just about everything, deactivating plugins, cache, etc, but cannot see what the error is.
The site has been up and down all day here (i’m in Australia).
Thanks for that. The cloud i’m using meets all of these requirements, yet the new version of the theme causes substantially increased CPU usage.
Any ideas what could cause this? I had to roll back due to downtime as a result of the update.
In terms of the new version of Optin Builder, any ideas as to why the login/register page would no longer work?
Just a quick update on this:
I have noticed that whilst I can now display the shortcode in a custom field, for some reason it only displays the content of the shortcode when I go into WordPress admin and manually save each post. I don’t have to make any edits. Just save.
Do we have a solution so that I do not have to manually save each and every post?
I have tried Bulk Edit within WordPress Admin, but that doesn’t work.
Thanks in advance.
Thanks for that Anamaria – I’ll check it out.
Further to the conversation, I have found a solution. Worth noting for future development of the template.
I’ve just added the line to the bottom of the functions file:
add_filter(‘acf/format_value/type=textarea’, ‘do_shortcode’);
Whilst this has a drawback re all fields matching ‘textarea’ now doing shortcodes, it does seem to work.
Thanks for trying. Do you know of any other way I could get this to happen?
Easiest way to explain it:
I am using CPT and ACF to create a new post type.
I have then used this new post type for 10,000 posts, with each post featuring information on a seperate company (Microsoft, Apple, Amazon, etc).
Within this post type I want to feature a unique shortcode to display the share price and share history of each company (e.g. Amazon’s share price on the Amazon post).
This equates to creating 10,000 seperate shortcodes and uploading them to the site as a field.
I have done this, but the Custom Field within Composer seemingly will not display the content of the shortcode. It just returns [shortcode] text.
Because of this I need to find an alternative.
Hope this makes more sense!
We need to be able to call shortcodes from the Custom Fields. I had assumed that the ACF plugin would do this, but apparently it doesn’t. Its a pretty big gap in the functionality.
For your reference, we are looking at including premium stock information from some data vendors using the Financial Stocks & Crypto Market Data Plugin (https://wordpress.org/plugins/live-stock-prices-for-wordpress/).
To do this, we would create a field and upload the variations of the shortcodes to each of the 10,000 companies we cover.
The shortcodes work perfectly well when adding them statically to a template, but we cannot find a way of adding them dynamically to CPT.
So, how would I add a different shortcode to each of the 10,000 pages I have automatically?
I have a page for Apple, a page for Microsoft, a page for Amazon, etc, etc.
Thanks in advance.
Thanks!