Filipe Costa
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Turn off on mobileI’m sorry i didn’t explain myself right: i don’t lose focus on mobile, its just that sometimes i can’t see the results or can’t scroll them because when i push them up i can see them, but they immediately go down the screen again.
I think it has to do with my theme, the excellent Customizr. I’m replacing theme search with Ajax Search Lite, and the search stays on the menu bar. On mobile the menu bar is reduced to the hamburger menu and the search field is the last thing i can see… so i think you can understand the issues ??
Hi there!
Unfortunately it didn’t help ??
When i have some time i’m going to update WooCommerce to the latest 3.x version and see if that helps, until then i’ll just disable product variations from the search.
Thanks again and i’ll report here when i have more info!
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Turn off on mobileI also have the same issue, so please if you find anything that helps please write here!
Thanks!
Hi and thanks for your help!
I already tried disabling the custom ajax handler but it didn’t help.
So… i played with search options on the search field, and if i disable searching in title it works and finds the products! So i went to general options, sources and basics and disabled product_variations and it now works, although i don’t get product variations results ??
One more info, i didn’t update WooCommerce to the latest version yet, i’m still using 2.6.14 because i have several plugins that i’m not sure will work wit WooCommerce 3.x.
Could searching in title have anything to do with the issue or do you think it has something to do with WooCommerce version? I can even try to use an older version of Ajax Search Lite, because i’m not sure when this issue started…
What do you recommend and thank you very much for your help!
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Search in Media folderGreat, thanks!
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Search in Media folderHi there!
Can you explain how you solved the issue?
Thanks!
Excellent! Thank you very much!
Hope you can add this option to the plugin on a future update ??
Hi there!
After latest update the floating bar is working on homepage!
Facebook login sometimes appear and sometimes don’t (but it usually don’t) so I need to make some more tests on that.
The odd thing is that this only happens on the homepage, other pages work fine!
If I know what’s going on I’ll report here.
Thanks again!
Forum: Themes and Templates
In reply to: [Customizr] Footer WidgetHi! I too would like to add more widgets areas to the footer, but instead of before or after (like explained here https://presscustomizr.com/snippet/adding-fourth-footer-widget-area/) i would like to add them next to the current ones, can someone help with the code?
Thanks!
I disabled 6G from AIOWPSF and manually added the 6G from https://perishablepress.com to my .htaccess file.
But i would prefer to have them enabled in AIOWPSF and somehow add a rule to remove the exe extension on WP Security -> Firewall -> Custom Rules, but i don’t know how to do it.
Also, aren’t the differences between 6G from https://perishablepress.com and 6G from AIOWPSF important?
One more thing if you mind, do you now why after opening any option from AIOWPSF, Plesk WordPress Toolkit always says some of the security features i have implemented are changed, like “Permissions for files and directories” that has the following description:
“If permissions for files and directories do not comply with the security policy, these files can be used to hack your site. After WordPress installation, files and directories can have various permissions. The security check should verify that the permissions for the wp-config file are set to 600, for other files to 644, and for directories to 755. If the security check failed and you choose to secure the WordPress installation, permissions for files and directories will be changed in accordance with WordPress security policy: permissions for the wp-config file will be set to 600, for other files, to 644, and for directories, to 755.”Thanks again!
Yes i have a daily full backup of the site, made with Plesk. I now how to extract the info but don’t know how to read it, specifically the db dump file, cause that’s where the settings are saved?
Thanks again!
After some investigation i noticed that the issue comes from
# 6G:[REQUEST STRINGS]
(…)
RedirectMatch 403 (?i)\.(aspx?|bash|bak?|cfg|cgi|dll|exe|git|hg|ini|jsp|log|mdb|out|sql|svn|swp|tar|rar|rdf)$
(…)and i have to delete the extensions i want to allow (in this case the EXE extension). From 6G firewall rules, its odd not to allow the download of rar files, don’t you think?
I also compared line by line the original 6G from https://perishablepress.com and 6G from AIOWPFS list and i noticed some diferences – aren’t these differences important?
Line 14
ORIGINAL 6G
RewriteCond %{QUERY_STRING} (\\|\.\.\.|\.\./|~|`|<|>|\|) [NC,OR]AIOWPFS 6G
RewriteCond %{QUERY_STRING} (\|\.\.\.|\.\./|~|`|<|>|\|) [NC,OR]Line 17
ORIGINAL 6G
RewriteCond %{QUERY_STRING} (\’|\”)(.*)(drop|insert|md5|select|union) [NC]AIOWPFS 6G
RewriteCond %{QUERY_STRING} (‘|\”)(.*)(drop|insert|md5|select|union) [NC]Line 39
ORIGINAL 6G
RedirectMatch 403 (?i)(=\\\’|=\\%27|/\\\’/?)\.AIOWPFS 6G
RedirectMatch 403 (?i)(=\’|=\%27|/\’/?)\.Line 41
ORIGINAL 6G
RedirectMatch 403 (?i)(\{0\}|\(/\(|\.\.\.|\+\+\+|\\\”\\\”)AIOWPFS 6G
RedirectMatch 403 (?i)(\{0\}|\(/\(|\.\.\.|\+\+\+|\\”\\”)Line 42
ORIGINAL 6G
RedirectMatch 403 (?i)(~|`|<|>|:|;|,|%|\\|\s|\{|\}|\[|\]|\|)AIOWPFS 6G
RedirectMatch 403 (?i)(~|`|<|>|:|;|,|%|\|\s|\{|\}|\[|\]|\|)Thanks!
Forum: Plugins
In reply to: [WooCommerce Grid / List toggle] WooCommerce V3 IssueSo it seeems this plugin is not compatible with WooCommerce 3?
Me too ??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Shortcode to display brands by category idI also noticed that display brands by product id doesn’t work on the carousel ??
Also, how to add multiple product ids?
- This reply was modified 7 years, 11 months ago by Filipe Costa.