aldoemilio
Forum Replies Created
-
Forum: Plugins
In reply to: [Brands for WooCommerce] error displaying productsHi. The shortcode for displaying products related to a brand returns an empty space, or the error messagge in the first post.
I’m using this shortcode: [brands_products brand_slug=”sappi” columns=”5″], or the Divi module.
The page with the shortcode inserted is https://dev.dimagraf.com/marcas-productos/sappi/
My system: WP last version, everything updated to latest versions, PHP 7.4, hosted in Kinsta.
I need to solve this ASAP, in 48 hours I must deliver a shop with some 180 products, the plugin worked fine to display the brand logo on each product but when tryed to shop products in each brand page (built hardcoded, I did not use the pluginshortcode due to requirements in desing) no way to get the products listed. If I create a product category example “sappi-brand” and insert a shop filtered with this category works perfectly but I don’t want to mess adding categories.
If you believe this can be solved by today please just tell me and I go for another option.
Thanks.Hi Carlos! Gracias, perfecto.
Forum: Networking WordPress
In reply to: multisite working but wp-admin 500 Internal Server ErrorSolved!
Forum: Networking WordPress
In reply to: multisite working but wp-admin 500 Internal Server ErrorChanging the .htaccess to the following solved the problem:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L]Forum: Networking WordPress
In reply to: multisite working but wp-admin 500 Internal Server ErrorThe server error log now reads:
Request exceeded the limit of 10 internal redirects due to probable configuration error. Use LimitInternalRecursion to increase the limit if necessary. Use LogLevel debug to get a backtrace., referer: http://domain.com/en/