Vagelis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: request exceeded the limit of redirectsHelo @schwende
I think the issue lies in the two rules that handle the trailing slash for the
/wp-admin
URL.
Here’s an edited version of the two rules ( I haven’t tested this, so try at your own risk )# add a trailing slash to /wp-admin RewriteCond %{REQUEST_URI} ^/wp-admin$ [NC] RewriteRule ^(.+)$ $1/ [R=301,L]
Forum: Plugins
In reply to: [WooCommerce] Rename Greece country codeWell, WooCommerce doesn’t use EU standards.
I believe @behemothwebstore is just looking for a solution for a website.Maybe a plugin for “VIES” could do the trick ?
I hope you find a solution.Forum: Plugins
In reply to: [WooCommerce] Rename Greece country codeYes, EU has it’s own Country/Language codes
Forum: Plugins
In reply to: [WooCommerce] Rename Greece country codeAhh you mean the TAX ID prefix
Forum: Plugins
In reply to: [WooCommerce] Rename Greece country codeI believe the correct Country code for Greece is GR.
EL is the Language code for the Greek language.Forum: Reviews
In reply to: [External links new tab - nofollow] Working GreatThanks for the review.
Forum: Plugins
In reply to: [External links new tab - nofollow] executed domainsThat’s actually a good idea!
If you have a moment, please rate the plugin. Thanks.- This reply was modified 2 years, 3 months ago by Vagelis.
Forum: Fixing WordPress
In reply to: I have a question about wordpress 4.9.20 versionHello there, 4.9 was released on November 15, 2017; however, 4.9.20 was released on January 6, 2022, and it’s a security update.
You can find a list with all the releases here:
https://codex.www.ads-software.com/WordPress_Versions- This reply was modified 2 years, 4 months ago by Vagelis.
Forum: Fixing WordPress
In reply to: Display password protected posts onlyHi there, what you’re looking for is the has_password parameter.
Set it to true to get only the ones with a password.new WP_Query( array( 'post_type' => 'post', 'has_password' => true ) );
You can read more here:
https://developer.www.ads-software.com/reference/classes/wp_query/Forum: Fixing WordPress
In reply to: Need help to login to my accountDid you try to contact your host? ( Bluehost ).
That sounds like the best way to get this solved.Forum: Plugins
In reply to: [Related Products for WooCommerce] Specifying column numberHello @ojs81, are you using the slider or the static output ?
Hello again, it looks like you were referring to “WooCommerce Simple Add Related Products to Blog Posts” which is a different plugin and completely unrelated to
Related Products for WooCommerce.I’ll mark this as resolved.
Thanks.Forum: Plugins
In reply to: [Related Products for WooCommerce] Related by a categoryYou can use the shortcode paired with a product ID.
If the specified product has only one category assigned then the related product you’ll get will be all from the same category.I hope that helps.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Poor image quality due to layoutHello there, it looks like you already fixed that.
Feel free to reopen the thread if you still need help.Thanks.
Forum: Plugins
In reply to: [Related Products for WooCommerce] category and tagHello there, glad to know it works for you.
Thanks for the feature suggestion. We’ll add it to our list.