Alusza
Forum Replies Created
-
Forum: Plugins
In reply to: [Rich Showcase for Google Reviews] Disable review updatesThanks Daniel. I didn’t add my own API key. In Settings > Google, it is empty, so it should be safe.
Thanks for the quick response.
Forum: Plugins
In reply to: [Broken Link Checker] 403s and Unknown ErrorsHi Patrick. Thanks for the quick response.
I’ll check open_basedir with hosting. I’ll test the cloud engine, though I’m pretty sure I already did with the same results.
Thanks so much for the quick and helpful response! Yup, I just did a similar test and all is well. This answer not only helped me, but likely many others hosting on a GoDaddy shared server. Thanks again!
Forum: Plugins
In reply to: [LiteSpeed Cache] What are the required htaccess permissionsThanks for the prompt and clear reply. I think I know what to do.
Forum: Plugins
In reply to: [Recently Viewed Products] Cookies not being set for guest users?Hello. Any help with this? Thanks!
Forum: Plugins
In reply to: [Recently Viewed Products] Is this plugin being maintained and issueHi Rajnish.
I’m so sorry about what’s happening in India. It’s very frightening and sad. I hope you and your family can stay safe.
Thanks for letting me know the status of the plugin. Glad you’re going to maintain it. It’s great!
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] YITH quick view and wishlist shortcodeI just checked and you are right, the shortcode is not displayed in the WordPress 2021 theme. I’ll ask the theme developer if their template has the shortcode, though I did search files. Thanks!
Thanks Antonio. Very odd. The shortcode wasn’t added to product pages manually and I’m certain it is not part of the theme. I’ll figure it out. Thanks anyway.
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] Not showing on hoverThat worked. Thanks very much for the hover code, Leanza! Not sure why I didn’t think of it 😉
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] Not showing on hoverHi Andrea. Thanks for the quick reply. It’s visible because I set the button to display: block!important. Otherwise you don’t see it on mouseover as per the YITH demo.
I’ve now removed my CSS so you can see it is not displaying on mouseover. Sorry about that. I thought I had removed my code.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 File Upload LimitsHi there.
I contacted my hosting provider and asked them to change a couple of php.ini directives:
; Maximum allowed size for uploaded files.
upload_max_filesize = 50M; Must be greater than or equal to upload_max_filesize
post_max_size = 50MYou may also have to increase the max_execution_time value.
You can also do it by uploading a php.ini file or by adding the directive to .htaccess.
See this: https://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/
One thing to note is that uploading files of this size is probably not a good idea if the form is public.
Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] Plans to Maintain Plugin?Apologies. I see this has been answered and the answer is “Yes”, you will continue to develop and support it. Thank you.
Strange. Thanks for checking. There may be an issue with my version (43.02). I’ll check. Thanks!
Forum: Plugins
In reply to: [Flexi Pages Widget] 1.7 update cleared all previous settingsNot isolated…cleared previous settings for me, too. I updated the plugin and all sidebars are gone. Went to widgets, widgets missing from sidebars. Put them back and widget not displaying pages when I use “Include”.
Forum: Fixing WordPress
In reply to: blank wordpress user entry – hack attempt?Thanks Tara. I have gone through the WP hardening info. Seems I’m covered quite well. Shared hosting could be a problem though.