Mihail Vasilchenko
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Security IssueWelcome @drtux2684,
Do you have any Woocommerce template overrides in your theme or it’s the default Woo account page?
If it’s the default one I think the best thing you can do is to contact the Woo support team and let them debug. https://www.ads-software.com/support/plugin/woocommerce/
Forum: Networking WordPress
In reply to: Security IssueHi @drtux2684 ,
First of all you should always keep your themes, plugins and WP version up to date. Do a backup first.
Change admin user passwords, your ftp passwords and database password
You can also install a security plugin like Wordfence and run a vulnerability scan
You can also contact your hosting provider and ask to run a malware scan
Forum: Networking WordPress
In reply to: Redirect to subsitesHi @sirhcdp
This one is a bit outside of WordPress support forums but to point you in the right direction you’ll need to install https://www.iis.net/downloads/microsoft/url-rewrite on your IIS server and create your redirection rules.
Here is a guide on how to create the rules https://learn.microsoft.com/en-us/iis/extensions/url-rewrite-module/creating-rewrite-rules-for-the-url-rewrite-module
Thanks
Forum: Developing with WordPress
In reply to: upgrade galery with lightbox functionGlad it worked for you. Let me know if you need any help.
Thanks
Forum: Developing with WordPress
In reply to: upgrade galery with lightbox functionI see @danielwerner23
When I use this plugin it auto adds lightbox on gallery image click in the frontend.
Not sure about the switch you’re talking about.
Are you using the default WP gallery block or some kind of custom solution?
You can also use a JavaScript library like https://simplelightbox.com/
There is a plugin too https://www.ads-software.com/plugins/simplelightbox/
Make sure that in the gallery settings you’ve selected link to media file (lightbox needs the link to full image to work properly)
If it doesn’t work out of the box you can try firing some JavaScript manually:
var lightbox = new SimpleLightbox('.gallery a', { /* options */ });
https://simplelightbox.com/#usage
You should replace .gallery class with one one you use in your theme like .wp-block-image etc
Do you know how to add JavaScript to your theme? https://themeisle.com/blog/wordpress-custom-javascript/
Forum: Developing with WordPress
In reply to: upgrade galery with lightbox functionHi @danielwerner23,
You can use a plugin like https://www.ads-software.com/plugins/gallery-lightbox-slider/
I think it should work with your existing blocks.
Forum: Fixing WordPress
In reply to: Help! Site is taking too much time to loadHi @manira,
Another great tool to check performance is https://gtmetrix.com/reports/charitharth.com/jSnuseS2/
I think you should compress images as @corrinarusso suggested. You can also try https://www.ads-software.com/plugins/ewww-image-optimizer/ for compression and webp.
Thanks,
MForum: Fixing WordPress
In reply to: Auto display a gallery of blog post imagesHi @demonboy,
I think you can try something like https://www.ads-software.com/plugins/simple-lightbox/
It will work if the image is linked https://www.ads-software.com/support/article/inserting-images-into-posts-and-pages/#image-link
They even claim in can automatically add the links:
Automatically activate links (no manual coding required)
I think there is an option to group the images as slideshow too:
Group image links (play as a slideshow)
Group image links by Post (separate slideshow for each post on page)Thanks,
MForum: Developing with WordPress
In reply to: Check current login userHi @roelfk7,
I think you forgot to add quotes before and after ‘You’ and a semicolon ; before the closing php tag ?>.
It should be
<?php echo 'You'; ?>
Thanks,
M- This reply was modified 3 years, 1 month ago by Mihail Vasilchenko. Reason: added code tags
Forum: Fixing WordPress
In reply to: My Website Just Crashed As I was Updating WordPress 5.8You’re welcome!
Forum: Fixing WordPress
In reply to: How to properly measure the speed on the website?You’re welcome!
Forum: Fixing WordPress
In reply to: How to properly measure the speed on the website?@anag385 I did some testing on pagespeed and gtmetrix and yes, it’s the redirection.
It takes about a second to do the http to https redirect. And 3 seconds to do a www to non www redirect. And https://www takes 4 – 5 seconds to redirect to https://. I think there is something wrong with the server configuration and you should contact hosting support.
As for search engine indexing I don’t think it will be an issue if your submitted sitemap has the https non www links.
Forum: Fixing WordPress
In reply to: How to properly measure the speed on the website?Hi @anag385,
I think it can matter if you have redirects setup. Do you have redirects setup from http to https or non www to www? Because it has to make more requests and more requests are slower.
Can you paste the URL you’re testing, so we can compare? Or a link to gmetrix/pagespeedinsights results?
Thanks,
MForum: Fixing WordPress
In reply to: My Website Just Crashed As I was Updating WordPress 5.8Hi @makafavour,
You can try https://www.ads-software.com/plugins/wp-downgrade/ if your backend is still working.
If not you can download an older version of WordPress here https://www.ads-software.com/download/releases/ and re-upload using ftp.
I also strongly suggest to do a backup before updating or downgrading anything.
Thanks,
MHi @mammono,
Also haven’t found a decent up to date plugin for this but I think you can go with https://buddypress.org/ for community.
You can also check this theme https://themeforest.net/item/gorgo-minimal-content-focused-blog-and-magazine/23091367 (uses BuddyPress).
Thanks