PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Smart Designer Problem

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

When I create a New Element in SD it does not save my name for it. I can create multiple new elements and give them unique names, but it only saves them named"New Element." I can only see (1) of these elements on the SD tab, but when I go to use one in the structure tab I can choose from many SD elements all named New Element. I've deleted all the elements and started over and I've deactivated and reactivated the plugin, but this didn't fix it.

Second question, I'm trying to create a filter by brands and use actual logos. I think the way to do this is with Color, but I'm having trouble with the image sizes. Is there a better way to do this?

Hello

Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png and  wp-admin access - https://share.pluginus.net/image/i20230222134615.png

I think the way to do this is with Color - Try to  use image - https://products-filter.com/extencion/image

Hi,

I've entered my license key. I will work a bit today with image in Smart Designer and in image. It is doing weird stuff. All of a sudden SD disappeared. It's pretty unstable I guess. Please let me know next steps.

Thanks,

James

So here's the latest behavior. I chose"Brands" to be an image filter. I selected an image for a term, customized it's size, saved it and went to check it. It switched to radio on my site. When I went back to the filter settings, all the extensions had been unchecked. Not sure what's causing this, but something is broken and probably related to the inability to change a name or see all the SD Elements.

Thanks,

James

Sorry for all the messages, but I think it's best to update you now since we're likely on the opposite side of the world from each other.

I've deleted and reinstalled the plugin and worked on three (1st is maybe how I'll use brand logos) designs. I'm still having the initial issue, but it seems a bit more stable now. I can still only work on one element and I cannot go back and edit the first one anymore, because it's not in the list for me.

A new issue is the text in my Tags boxes is offset to the left. I can't find a way to fix this and it's pretty annoying.

One more question before I call it a day. We are  looking for a plugin to modify our site for mobile. I am thrilled with how the filters work on it right now and I don't want to break that. Do you have any recommendations?

Hello

Please read  this - https://products-filter.com/lot-taxonomies-settings-page-save-options-doesn-works  - this seems to be the cause of the unstable behavior

https://share.pluginus.net/video/v20230526120914.mp4  - press [Enter] to save titles

A new issue is the text in my Tags boxes is offset to the left. I can't find a way to fix this and it's pretty annoying. - Please drop  me screenshots

We are  looking for a plugin to modify our site for mobile - Unfortunately, we do not have such information.

Thank you for the fixes so far. It seems to be working properly now.

As for the text, I can't seem to get a screenshot pasted in this box. You can view it here https://beyondtherental.com/catalog/

The text in the boxes looks great on the Smart Designer page, but when I get to the front end the text outgrows the boxes. So I'm compensating by making the boxes very large in Smart Designer, but then at the front end the text is shifted to the left as you can see.

 

 

Pablo,

As I said previously, I want to display brands with their logo. I like how ‘images’ works because the label pops up when you hover over an image. However, it looks like each image gets stacked one on top of another. I would prefer a cluster of images in the style of ‘Color’ but that option does not float the label on hover and perhaps more importantly, I’m having issues figuring out how to have my image appear properly inside the container.  Is there a way to make either of these options fit my needs?

And, by the way, I truly appreciate how you support your product, thank you.

Kind regards,

James

Hello James

https://products-filter.com/lot-taxonomies-settings-page-save-options-doesn-works  -  looks like you haven't applied it yet. This is very important, without it you will lose settings.

I added CSS - https://share.pluginus.net/image/i20230529124206.png - Result - https://share.pluginus.net/image/i20230529124227.png

I would prefer a cluster of images in the style of ‘Color’ but that option does not float the label on hover and perhaps more importantly -  My test - https://share.pluginus.net/video/v20230529122838.mp4

Thank you for the fixes and the demonstration, much appreciated! I didn't realize the tool tip toggled the taxonomy label.

I did make the changes to the .htaccess file and I've done it again. I've included the text of the file, it explicitly states that the contents will be dynamically overwritten so I don't really know how to fix that issue.

# BEGIN LSCACHE
# END LSCACHE
# BEGIN NON_LSCACHE
# END NON_LSCACHE
# BEGIN HTTPS Forced Redirect
# The directives (lines) between"BEGIN HTTPS Forced Redirect" and
#"END HTTPS Forced Redirect" are dynamically generated, and should
# only be modified via the filters. Any changes to the directives between
# these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>
# END HTTPS Forced Redirect
# BEGIN WordPress
# The directives (lines) between"BEGIN WordPress" and"END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg"access plus 24 hours"
ExpiresByType image/jpeg"access plus 24 hours"
ExpiresByType image/gif"access plus 24 hours"
ExpiresByType image/png"access plus 24 hours"
ExpiresByType text/css"access plus 24 hours"
ExpiresByType application/pdf"access plus 1 week"
ExpiresByType text/javascript"access plus 24 hours"
ExpiresByType text/html"access plus 2 hours"
ExpiresByType image/x-icon"access plus 1 year"
ExpiresDefault"access plus 24 hours"
</IfModule>
Options -Indexes
<IfModule mod_headers.c>
Header set X-Endurance-Cache-Level"2"
Header set X-nginx-cache"WordPress"
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
php_value max_input_vars 30000
# END WordPress
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php81” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php81___lsphp .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit

Do you have suggestions for using images in color so that I see the entire image? It seem like the designer is choosing a thumbnail that or somehow forcing an image that isn't appropriately sized to fit into the box.

Thanks,

James

Hello James

https://products-filter.com/lot-taxonomies-settings-page-save-options-doesn-works  -  in this case, write to the support of your hosting

The problem is that all images have different proportions.  And of course, all these images are reduced to a square shape.