ddach69
Forum Replies Created
-
Forum: Plugins
In reply to: [FunnelKit Payment Gateway for Stripe WooCommerce] Prevent CookiesI figured out a way to prevent the Google cookie using the snippet below.
Would you be able to make it so that your plugin doesn’t load the Google Pay JS unless the feature is enabled?
Thanks π
Forum: Plugins
In reply to: [Printify for WooCommerce] Please update your plugin@samlangdon, yes, I would greatly appreciate seeing your custom code, thank you!
Forum: Plugins
In reply to: [Media File Renamer: Rename for better SEO (AI-Powered)] AI API?I figured this out, just need to use the AI Engine plugin from Jordy Meow.
Forum: Plugins
In reply to: [Auto Alt Text] Existing Images?Thank you, @valeriomonti
Thanks, @mateuszgbiorczyk
Okay. Not going to use quic.cloud then.
If I use a free cloudflare account with their APO ($5/mo for full page caching minus images), and a bunnyCDN account along with your premium plugin service (for avif/webp image caching), is that a combination that would provide the best bang for the buck?Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Enable Deny Button EverywhereThanks, @jarnovos
Is there a way to have it show the correct documents for each site visitor’s geo location AND still show the accept/deny buttons & toggles to all visitors? If the free version can’t do this, can the paid version?
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Replace Theme SearchHi Ernest,
Still no joy. Now it doesnβt break the nav menu, but there are still 2 non-working search forms in the header.
Is there anything else I can try?
If not, is there anything you can tell me that I can pass along to the Beaver Builder theme dev to see if thereβs some way to get your awesome search integrated into header?
Thanks,
DavidForum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Replace Theme SearchHi Ernest,
Still no joy. Now it doesn’t break the nav menu, but there are still 2 non-working search forms in the header.
Is there anything else I can try?
If not, is there anything you can tell me that I can pass along to the Beaver Builder theme dev to see if there’s some way to get your awesome search integrated into header?
Thanks,
DavidForum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Replace Theme SearchHello again Ernest,
Unfortunately, that did not work. It breaks the menu and ends up producing two non-working search forms in the header π
Is there anything else I can try?
Thanks,
DavidForum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Replace Theme SearchHey, Ernest.
Just checking in to see if you saw my reply.
I’m really hoping you can help me make this work. I love the plugin, but really need the tighter integration with the header search. Once I can get this working, I’m ready to buy the pro version, and spread the word about this great plugin on my blog π
Thanks,
DavidForum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Replace Theme SearchHello again,
Here is the reply I got from Beaver Builder support:
The dev is right that the BB search is hardcoded and we’re not really that familiar with Ajax Search Lite so we’re not really sure how compatible their plugin is with our search form. The BB search is invoked through a method called nav_search which is inside the fl-theme class found in /classes/class-fl-theme.php. The function calls the form found in /includes/nav_search.php. These are all the files that construct the search button you see in the BB theme. Try providing those to the dev and let me know how it goes.
—
—Below are links to copies of the files mentioned, on Google Drive:
class-fl-theme.php:
https://drive.google.com/file/d/1wOBDq2an7ak–Ik1zDuhotz02SKCGJPc/view?usp=sharingnav_search.php:
https://drive.google.com/file/d/1yLo7GcEh8aG0Aq1KLadRo7cKkfNfSh1v/view?usp=sharingThanks in advance for any help you can provide π
David
Okay, I removed my new entry in the .htaccess, and ran a scan. WF did not flag the php.ini file. So, I ended up adding the following to block access to the file as well as other sensitive files:
# Restrict access to sensitive config files
<filesMatch “\.(htaccess|htpasswd|ini|phps|fla|psd|log|sh)$”>
Order Allow,Deny
Deny from all
</filesMatch>Thanks.
I just used this to hide my php.ini file, so I’m guessing it would work for user.ini or any file for that matter.
I added this to my .htaccess file:
<Files php.ini>
Order allow,deny
Deny from all
</Files>Yes, that worked, thank you!
Forum: Plugins
In reply to: [Creative Contact Form] Strange behaviourAfter multiple WP sites on the same (mine) server were all recently infected with the SoakSoak virus, and the abuse department at my host tracked it to the “Creative Contact Form” plugin the following location, I no longer trust it. In the host’s words:
“The following URL was being used as an open uploader to your
account:(URL changed below by me)
http://www.mysite.com/wp-content/plugins/sexy-contact-form/includes/fileuploadI locked down the directory
public_html/50marketing/wp-content/plugins/sexy-contact-form/includes/fileupload/files/,
where malicious files were being uploaded for now, but you may wish to
consider, at the very least, removing the upload feature of that plugin.”