soeezauto
Forum Replies Created
-
Hi Dave
Thanks for your reply.
How did you actually do that?
I have just looked at the page source for that webpage and I am still seeing the thumbnails as og-image, not anything from within the slider.
Regards
Bernard
Ok, that did remove the embedding.
Thanks a lot!
Thanks, Ulrich.
I will be looking forward to your update.Forum: Plugins
In reply to: [EWWW Image Optimizer] do not pass Google pagespeed 2Thanks,
yes, I am using Jetpack. Sorry I did not mention that. Did not know it was relevant.I am giving a go to Hammy, though it messed up my images the first time I activated it.
Let’s see if I can make it work.
Forum: Plugins
In reply to: [EWWW Image Optimizer] do not pass Google pagespeed 2Nope, that did not help either
Forum: Plugins
In reply to: [EWWW Image Optimizer] do not pass Google pagespeed 2Thanks, nosilver4u.
The answer is no on both counts.Got this resolved by Jeremy, offline.
Oooops… I stand corrected: there was a message on the page I got saying that my request was submitted.
Thanks
After I clicked on the Debug link, the next page showed a message telling me that it could not contact Jetpack and a list of possible issues.
I have disabled all extensions, tried again the Debug link and still had the same contact issue.
Also verified the XML-RPC file, and saw : “XML-RPC server accepts POST requests only.”
Then I clicked on the ‘contact support’ link, filled in the form, but I did not get a confirmation that the form was sent.
Thanks
Pls. find below requested information.
Note that this is a WP integration.
http://soeezauto.ma/soeez-blog
Let me know if you need anything else.
Thanks
Forum: Fixing WordPress
In reply to: rss feed invalid, outputs rss excerpt then full posts contentsI reset my whole WP’s installation according to this very good tutorial and it is working fine now.
Forum: Fixing WordPress
In reply to: WP integration pages show fine but give 404 errorWell, I see that everybody is rushing to be the first to post a solution to this issue to the point of blocking the whole WP support.
So, to avoid further havoc I did find the solution myself.
This link has a basic set up that a adapted to my situation as below:
define('WP_USE_THEMES', false); require_once("wp/wp-config.php"); $wp->init(); $wp->parse_request(); $wp->register_globals();Forum: Fixing WordPress
In reply to: max upload file size 8MB while server configured to 10MBjust to mark as resolved
Forum: Fixing WordPress
In reply to: max upload file size 8MB while server configured to 10MBOk, I found out what the issue was:
I asked the host to send me the php info file and noticed that the directive post_max_size was set to 8MB.
Checking with php at php.net, I confirmed that that directive also controls upload.
I asked the host to change post_max_size to 10MB and now it is working as it should.
I appreciate your help and patience.
Forum: Fixing WordPress
In reply to: max upload file size 8MB while server configured to 10MB@marc, I had not seen the video you linked to before my last post.
When trying with the code from that video within php.ini,
file_uploads = On
post_max_size = 10M
upload_max_filesize = 10Mthe following happened:
– it changes the message with file limit to 10MB ( great, isn’t it?)
– when I initiate upload of a file with 9.3MB it will accept and start to upload.
– when the file is fully uploaded it will give the error message below and reject the upload:The size of the uploaded file exceeds the directive
upload_max_filesize, atphp.ini.If I try with a file bigger than 10MB, it will not accept it from the start.
If I change the upload_max_filesize to anything higher than 10MB, when uploading the 9.3MB file, it will have the same behavior.