oriver
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Multiple Errors, Need HelpHi @stevenlinx
Thank you for your message.
1) I’ve deactivated all the plugins and then just left on the affected plugins, one at a time that is, to check if there was a conflict. Same problems remained.
– when turning off all plugins accept image compression still had cURL
– Image tearing is sporadic, but has happened when everything was deactivated and just in the media library, hit refresh and the torn image then shows fine.
– Get the server error message still when switching between functions on the dashboard2) Apparently the PHP memory is set to full. My disk usage is 3.60, with 3,480mb in public_html/ SQL 69
Directive Local Value Master Value
max_input_time 20000 60
max_input_vars 20000 1000
memory_limit 8192M 512MThank you for your help.
@bornforphp Okay, thank you for clarifying
Hi @psykro
As I can’t get hold of them to ask, I don’t think they’ll mind me sharing the original template for the code, which worked pretty much in the same way, and causes the same two critical errors.
session_start(); add_filter('posts_orderby', 'edit_posts_orderby'); function edit_posts_orderby($orderby_statement) { $seed = $_SESSION['seed']; if (empty($seed)) { $seed = rand(); $_SESSION['seed'] = $seed; } $orderby_statement = 'RAND('.$seed.')'; return $orderby_statement; }"Hi,
Unfortunately I did this and it took over 5 minutes just to compress 6 images, and I have over 800. I think I’ll have to restore back to before I uncompressed images.
Is there anyway to individually mark those that are wrongly stated as compressed, back to uncompress and start again?
Same on mine as well and no firewall
- This reply was modified 4 years, 1 month ago by oriver.
Hi @psykro
Thank you for helping. I just tried this and unfortunately it causes the same problem of stopping the randomising of posts on pagination, and instead I get duplicated posts.
Sorry I can’t share the full code, feel it would be wrong when I didn’t write it.
Thank you for understanding.
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] No cookies showingHi,
Thank you for your reply. I’m not talking about specific cookie scanners, but as a whole with there being a few online and with plugins – these allow you to scan your website to make sure they are inline with GDPR, and your cookie notice. However no cookies are showing for ‘Rate My Post’
If on the Rate My Post plugin settings you have “tracking IP addresses” and selected “No” does this mean there are no cookies placed on a users browser even if they rate a post?
Thanks
Forum: Fixing WordPress
In reply to: Random Pagination within CategoriesThank you, I managed to grasp a rough understanding.
Think it will be beyond me right now, but when I learn a bit more this will really help, thank you.
Forum: Fixing WordPress
In reply to: Random Pagination within CategoriesHi @bcworkz
Thank you for helping.
You’re right when I close the browser that’s when it refreshes the random order.
I’m afraid I’m not really a developer, just trying to learn as I go. Could you please explain what you mean by passing the code to the infinite scroll script? I’m currently using code snippets to insert the code.
Thank you again for your help.
Forum: Fixing WordPress
In reply to: “Mailed-By” and Emails splittingHi,
In case this helps anyone in the future, it turned out that they were all going through the host mailbox – this in unpreventable, unfortunately. Meanwhile the difference in showing this mailbox or not, was due to the SPF being a pass or being an SPF neutral. This apparently resolves itself after multiple emails from the same address. But I think this is as close as we’re going to get to an answer. I help it helps others in some way.
Hi,
I’ve contacted you privately and you kindly resolved this. I also found out the mysterious M cookie – through disabling all plugins, reactivating one at a time, and then using your scanner – was a plugin related to Stripe, just in case this helps anyone in the future.
Thank you for all your help.
Hi @webtoffee
Apologies for the delay. I realised that the problem was caused by our “coming soon” page which was preventing the scanner from working correctly.
I can now see a full cookie list, however there is a very odd cookie labelled “M” with no other information or description. Are we able to delete these cookies using your plugins trash option on the cookie list, or does this just delete the listing of the cookie?
Thank you for your time.
Forum: Fixing WordPress
In reply to: “Mailed-By” and Emails splittingThank you for your help.
I had a look at the plugin, but its not been tested since version 5.3.0, and having used a plugin previously without updates (it caused a couple of issues) I’d be nervous about doing it again.
I just tried deactivating all the plugins, and then sent some test emails, but two out of the five still went through the host mail-box.
Do you know of anything else I might please try?
Forum: Fixing WordPress
In reply to: Code to stop ‘save image..’ on right clickThat worked perfectly, thank you so much.
I understand if someone is determined to they can still do a work around, but I wanted to at least make some gesture of respecting the creators who are lending us their images.
Thank you again for your help.