mattpont
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] The site is experiencing technical difficulties. ErrorI also get a fatal error when using PHP 7.3.9
I have to roll back to Yoast 12.0 to fix it.
Forum: Plugins
In reply to: [Yoast SEO] An error of type E_COMPILE_ERROR was caused in line 347I’m also getting this. I had to roll back to 11.7 as I could find no fix.
Forum: Plugins
In reply to: [Yoast SEO] Breadcrumbs no longer work after updateI just had this on a website. I fixed it by enabling Yoast Breadcrumbs in my functions.php file with this code:
add_theme_support( ‘yoast-seo-breadcrumbs’ );My breadcrumbs were working fine until 7.0, but after that update I lost them. Adding the above has fixed it.
Thanks Martin – that has worked well.
Forum: Plugins
In reply to: [InfiniteWP Client] WPEngine HostingAmazing support – all fixed. Highly recommend IWP to anyone.
Forum: Plugins
In reply to: [InfiniteWP Client] WPEngine HostingThanks, I’ve emailed.
Forum: Plugins
In reply to: [InfiniteWP Client] WPEngine HostingNone of my sites hosted on WPEngine are being updated by IWP anymore.
An example of the error is:
“An error occurred while updating Accelerated Mobile Pages: Could not copy file. accelerated-mobile-pages/accelerated-moblie-pages.php”I can update the sites manually fine.
Forum: Plugins
In reply to: [Yoast SEO] Site title is being prepended to all Meta TitlesThanks Sa?a, that fixed my issue.
Forum: Plugins
In reply to: [Countup JS] Undefined value for separator?This is due to a typo in the code.
Change line 7 of initialize.countup.js
from
separator : setting.separator,
to
separator : setting.seperator,Following this topic as I’d love a solution!
I increased my max execution time in PHP from 60 to 120 and it seemed to fix the issue for me (may have been coincidence though).
Ok, I updated the plugin to the latest version – selected price as sortable in Properties > Settings > Developer and applied mhawksey’s workaround (see here: https://forums.twincitiestech.com/topic/sort-by-price?replies=13) and I think it is fixed (normal page and also when the next page is loaded via Ajax).
Can the developers fix this in the next update please?
This is still broken (I’ve just updated to the latest version).
Shame as this is a great plugin, but this is a fairly major problem.