johndos
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Update to 4.0.0 crashed my siteForum: Plugins
In reply to: [WooCommerce] Update to 4.0.0 crashed my siteI am having the same issue as well, while you do not have an issue when you update the woocommerce plugin, you get a 500 internal server error or an error 521 server down when you update the database.
I have tried it on my testing website (after I stupidly updated the plugin on my main website) and it keeps crushing.- This reply was modified 5 years ago by johndos.
Really guys it’s been almost two months and no reply, that is seriously wrong.
uhm hello guys?
Forum: Plugins
In reply to: [Fast Velocity Minify] some minify issueNope the code wasn’t there that is why I was confused, it’s weird that it got fixed with that, cause the JS was working perfectly. The only thing that didn’t appear was the css changes, I checked all CSS in the min.css but wasn’t there, I even edited the css to manually add it but didn’t do the trick either. Anyway it was fun!
Forum: Plugins
In reply to: [Fast Velocity Minify] some minify issueThe Skip deferring the jQuery library option worked though it puzzles me cause the JS was working as it should the only issue I had was the css that wasn’t inserted in the new minified css.
Forum: Plugins
In reply to: [Fast Velocity Minify] some minify issuedisabled rocket loader, cleared all cache but the issue is still there. I even deleted the FVM cache manually the second time. Could the issue be the preload of WPSC? Although I refreshed it yday.
Check this https://imgur.com/RSxY3fe
Forum: Plugins
In reply to: [WooCommerce Product Categories Selection Widget] icon next to nodejust a little edit, the code should be like this in order not to have issues with the div when changing pages.
ul.mtree.default li.mtree-closed { display: block; background: url("../images/arrow-left.svg") no-repeat center center; background-size:17px 17px; background-position:top 9px right; } ul.mtree.default li.mtree-open { display: block ; background: url("../images/arrow-down.svg") no-repeat center center; background-size: 15px 15px; background-position:top 9px right; }
Forum: Plugins
In reply to: [WooCommerce Product Categories Selection Widget] icon next to nodeok I have the fix. First create the image you want to act as an arrow or dot or what ever, add it in the image folder of the plugin. then edit the css and replace these lines
ul.mtree.default li.mtree-open:before { content: '-'; } ul.mtree.default li.mtree-closed:before { content: '+'; }
with the following lines of code (where left.svg and down.svg are the image names of your own).
ul.mtree.default li.mtree-closed { display: block; background: url("../images/arrow-left.svg") no-repeat center center; background-size:17px 17px; background-position:right; } ul.mtree.default li.mtree-open { display: block ; background: url("../images/arrow-down.svg") no-repeat center center; background-size: 15px 15px; background-position:top 9px right; }
Forum: Plugins
In reply to: [WooCommerce Product Categories Selection Widget] icon next to nodeI mean a clickable arrow.
Could we at least get a reply guys?
https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fmedicalfa.gr%2F&tab=desktop
it’s for https://medicalfa.gr and only for the mobile, for the desktop version works like a charm.Forum: Fixing WordPress
In reply to: Unable to create new posts, pages and customize the themeI told you, it would be easier if you did a roll-back to the time right before the update. Now for the categories inspect for any errors and do check all of your logs there might be something going wrong that you didn’t see yet.
Forum: Fixing WordPress
In reply to: Unable to create new posts, pages and customize the themeWhich version of PHP are you using? Could be that you are using an old one. Then try installing the “Classic Editor” plugin. If these do not work contact your host as there is a possibility that this might be a server related config.
Forum: Fixing WordPress
In reply to: Unable to create new posts, pages and customize the themeby the way I was just checking your blog and I keep getting a 500 error message.