Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.
Since this beta version is not installed from the update option of the teme, could you please explain detailed steps to install this beta version without losing customizations made to the teheme (colours,settings,etc…)
Thanks.
This reply has been marked as private.It has happened again , another server crash ,with another database size growing out of control of the wp_postmeta table , But this time we already had disabled the CSS and JS compresión and merging , so it seems this is not the problem.
Any clue where the problem could be ?Thanks.
The information of the article is useless for the case, the article points how to get rid of postmeta refering deleted posts , but the case with the bug of your Enfold theme is that there are a lot of postmeta (repeated a lot of times with the same data) refering to existing posts.
The SQL sentence useful in this case is :
DELETE FROM
wp_postmetaWHEREmeta_idNOT IN (SELECT * FROM (SELECT MAX(pm.meta_id) FROMwp_postmetapm GROUP BYpm.post_id,pm.meta_key) x)This sentence removes repeated postmeta for the same postid and meta_key, remaining only the last introduced.
I found this sentence in other place, but I put it here, in case any of your customers need it.Yes I’ll do that , but how can I remove redundant rows form wp_postmeta so it decreases?
Hello Rikard,
We’ve just turn off a plugin called Jetpack by WordPress.com because maybe it’s the one that generate images with new size to speed the page.
Can you try now if this could be the problem? We’ve just change again the logo and now we can see that it’s alright.
Thanks!
Safari in IOS also not working (stretching the logo)
Hi Rikard!
Thank you, I have done so but still happening in some browsers (Chrome seems to be working now).
It seems he is not using the uploaded logo dimensions (340×156) but other size ?? I uploaded it full size (already checked this a hundred times)
http://[XXX]content/uploads/2019/07/300x100xLogo_[XXX].png.pagespeed.ic.mF41mBOD7v.png
Thanks …
-
AuthorPosts
