ms100
Forum Replies Created
-
Forum: Plugins
In reply to: [SearchIQ - The Search Solution] TranslationsTemporary URL to our site: https://www.temporary-url.com/2F82 (please do not post the target URL in public forum)
Please try Firefox for Linux Mint latest version or Firefox for Android latest version. I have changed the colors to black:
span.siq-expandwdgt-icon:before {color: #000 !important;}
.siq-expandwdgt-cont .siq-expandwdgt-input::placeholder {color: #000 !important;}Forum: Plugins
In reply to: [SearchIQ - The Search Solution] TranslationsThanks @searchiq I did a quick test:
Changing the color does seem to work for the icon, in Firefox based browsers.
Changing the color does not seem to work for the placeholder, in Firefox based browsers.It does seem to work for icon and placeholder in Chromium based browsers. Thank you.
Forum: Plugins
In reply to: [LiteSpeed Cache] Complete cleaning database after uninstallOk I will remove the code, thanks @serpentdriver
Forum: Plugins
In reply to: [LiteSpeed Cache] Complete cleaning database after uninstallOk thanks. When using Litespeed server, should I keep this
<IfModule Litespeed> SetEnv noabort 1 </IfModule>Or should I remove it? Can you explain what is does?
Forum: Plugins
In reply to: [LiteSpeed Cache] Complete cleaning database after uninstallShould it not be:
DELETE FROM wp_postmeta WHERE meta_key LIKE ‘litespeed_vpi%’;There is no ‘litespeed-optimize-size’ in my database. I think that is the old meta_key your developpers have used in the past.
Please confirm that it is safe to remove.
Forum: Plugins
In reply to: [SearchIQ - The Search Solution] TranslationsThanks for the reply @searchiq
I have not seen a php warning or error on my site. But I found it at the end of this page, and I thought it might be of your interest.
Is it possible to change the color of the ‘search icon’ and the ‘placeholder text’, in the ‘SearchIQ search box’ that users can add like a widget?
I can only find how to change the search icon and placeholder text colors for the results-page.
Forum: Plugins
In reply to: [LiteSpeed Cache] Complete cleaning database after uninstallI don’t know how the custom code got in my .htaccess file. Maybe it has been added by my (litespeed partner) webhosting company. In what scenario should I keep it, and in what scenario should I remove it? I found this source but is does not give me that answer, and it is not a source from Litespeed company.
What about the wp_postmeta (VPI meta mostly) I mentioned, can I safely cleanup? What are the command to enter, to cleanup the database?
I found this topic, but these commandsDELETE FROM ‘wp_postmeta’ WHERE ‘meta_key’ = ‘litespeed-optimize-size’; DELETE FROM ‘wp_options’ WHERE ‘option_name’ LIKE ‘litespeed-%’; DELETE FROM ‘wp_options’ WHERE ‘option_name’ LIKE ‘litespeed_%’;
seem old and I need to be very sure the commands are working the way Litespeed advises to do database cleanup anno 2023.
In my database seems to contain ‘litespeed.%’ and not ‘litespeed–‘ or litespeed_‘.
Forum: Plugins
In reply to: [WooCommerce] Store notice only on first pageThanks for helping me in the right direction @roxannestoltz
Have a great day. Best regards 🙂Forum: Plugins
In reply to: [WooCommerce] Store notice only on first pageThank you very much for the reply @roxannestoltz
That is what I mean, but with a little change:
A visitor can come to our Woocommerce webshop (website) via for example a search engine.
The first page they visit can be the Shop page, but it can also be any other page.
Whatever the first page is, (homepage, productpage, blogpage whatever), I would like to show the store notice.
Than a visitor (hopefully) navigates to another page, (whaterever the second page is), I would like to not show the store notice any longer.This is because visitors do not make the effort to close the store notification themselves. Than it makes the screen smaller (especially on mobile devices). So the notification has te dissapear automatically.
Sorry if this is generally outside your scope of support. On the other hand, it might be a really usefull feauture for the Woocommerce plugin. Because I can image lots of Woocommerce store owners would love this feauture to be available.
Thanks again.
Forum: Plugins
In reply to: [Docket Cache - Object Cache Accelerator] Disallows Plugin / Theme EditorThanks for the reply and information @nawawijamili
Forum: Plugins
In reply to: [WooCommerce] Exclude js from minificationThank you very much @babylon1999
I’v marked as resolvedOk I thought this is the browser caching because we do not have object caching. But thanks anyway @vupdraft
Thanks @vupdraft , I know that setting.
My question is about Serve static assets with an efficient cache policy for the Browser Caching.How to increase the default 7 days? 🙂
Forum: Plugins
In reply to: [WooCommerce] Exclude js from minificationThanks for the reply @babylon1999
What would happen if one would exclude the Woocommerce js files from minification, but do minify the other js files on the webshop?
Is it very important to exclude all js on the whole website/webshop, when Woocommerce plugin is installed?
Thanks for the quick reply @vupdraft Have a great day 🙂