bilslandlewis
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Fatal error and can’t get access to pages or postsWorking perfectly after upgrading!
Forum: Plugins
In reply to: [Yoast SEO] Fatal error and can’t get access to pages or postsOn checking the host the site is running on PHP 5.2 so will look at upgrading to PHP 7.2 to see if that helps
Forum: Fixing WordPress
In reply to: Plugin errors after updating wordpressI switched over to a default theme and all working fine.
I added the line for more memory in the wp-config file.
Asked host to upgrade version of php and allocate more memory and cpu execution time.
All working well now and able to get plugins running again.
Thanks for taking the time to help ??
Forum: Fixing WordPress
In reply to: Plugin errors after updating wordpressHi Djenci
The plugins I have in use that break the site are:Contact form 7
mappress
simple 301 redirects
wordpress seo (yoast)
wp-spamfreethe only plugins that work and do not break the site are:
advanced custom fields
acf repeaterline 79 for options-sanitize is:
if ( array_key_exists( $input, $option['options'] ) ) {
it is part of this function …
/* Check that the key value sent is valid */ function of_sanitize_enum( $input, $option ) { $output = ''; if ( array_key_exists( $input, $option['options'] ) ) { $output = $input; } return $output; }
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Result accuracyHi Mikko
Turns out clients would search using hyphens, added the fix and it’s all working perfectly now, thanks for all your help!Forum: Plugins
In reply to: [Relevanssi - A Better Search] HTML markup in ACF field not indexedThanks Mikko this works perfectly!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] HTML markup in ACF field not indexedHi Mikko
Thanks for the response, it would be good if the formula text could stay intact with no spaces as this is one of the key identifiers a user would search forForum: Plugins
In reply to: [Relevanssi - A Better Search] Result accuracyThanks for the information, this does make sense, I will need to find out more from my client on how users would expect to find a product as it’s quite a technical subject.
Cheers – Lewis
Forum: Plugins
In reply to: [All Import Export Suite for CSV and XML Datafeed] custom post not showingI am also missing fields for my custom posts taxonomy, there is nothing for me to map onto?
Forum: Plugins
In reply to: [All Import Export Suite for CSV and XML Datafeed] custom post not showingI can now see the custom post, great work thanks, the custom posts were manually created, my only problem now is with the new interface, before I could map to acf fields I had created but that is not in this new version, is acf supported?
Forum: Fixing WordPress
In reply to: Custom post 404 after migrationHi Tim
the htaccess file is as you have above, have tried switching the permalinks around to force a rewrite and flush them, setting to any of the permalinks options has no effect, the 404’s remain.Checked CHMOD on htaccess and it is writable
Thanks Angelo, that’s worked perfectly
Forum: Fixing WordPress
In reply to: Permalinks and custom post typeHi Rob
Would there be a problem with this method when a user visits a category page, i’d need the url string to be this for pageshttps://www.example.com/blog/article
then for a category landing page
Forum: Plugins
In reply to: [Contact Form 7] Send to up to 3 recipientsUsing pipes to select multiple works perfectly, but this is flawed as bcc does not work, adding the addresses to additional headers results in all emails being sent to all users through bcc.
Additional headers overrides the multiple selections the user would make.
Forum: Plugins
In reply to: [Contact Form 7] Send to up to 3 recipientsHi Rob
Thanks for your help on this, I have changed my ‘to’ field to [your-recipient] and the email comes through to my test address, but the problem is not that I see the emails in the body, it’s that I still see the other email addresses in the ‘to’ field when it arrives in the inbox.So using bcc does not seem to work
If a reader of the site selects 2 out of the 4 email addresses from the dropdown that works perfectly, the problem is that when the email comes through to email user 1 they can also see it has been sent to email user 2