dorothai
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Unsafe email config is used without sufficient protection.we have running approximately 8 sites with Math Captcha and it seems it’s not wanted anymore as a companion for Contact Form 7. Our experience is totally different, dear Takayuki Miyoshi, than yours. Since we implemented Math Captcha ->we have no more spam -> no bots hammering the login pages. Our sites and customers sites were flooded before with spam via contact forms or users left during registration when google turned on his nasty graphics on which sorry to say, objects are sometimes hard to identify. It’s a shame you removed it. No we will not insert google captcha anymore to make it difficult for bots and spammers as it also slows down the web sites significantly and spoils the user experience.
Cheers,
DorisDo not bother the support is too slow. When the test is failing, like we have experienced it, it seems better for our project not to buy the PRO Version.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Media library emptyWe are using the Twenty Twentythree template as base
Wocommerce plugin was updated at the same timeForum: Plugins
In reply to: [YITH WooCommerce Wishlist] Depreciated after updateAdditional Problem after update – media library is suddenly empty – upload not possible. Folders all in place – images are visible in frontend and also products of woocommerce.
Deactivating the YITH plugin media library works as it should.
Sorry for this message… but this is mind blowing.Forum: Fixing WordPress
In reply to: Accidentally Deleted my wp-config.php fileHi Paul, you just need to use an ftp client, connect to your website with your ftp username and password and load up the wp-config.php into the root of your wordpress installation.
Forum: Plugins
In reply to: [The Events Calendar] date-time not workingHi Jaime,
thank you for contacting us.
twentytwenty produced the same result.
When saving the event, the date input field jumped back to current date and time (UTC+2 settings in WordPress)- thus was saved with current date and time when saving it.
Additionally the page was not found in front end, we went through all proposed procedures of your help section.We removed the plugin after it caused a delay of our project of 2 days and we have installed another one – modified it and we are content with the result.
We do not need support any longer, as the list and calendar are already online and work flawless.Kindest regards,
Doris
Wish you luck
Forum: Plugins
In reply to: [The Events Calendar] Elementor Template Display conditions FailedSame here – date is stuck at current time after I saved the file.
Which was not troubling me, because the first version I had installed showed the same behavior, but in frontend the event was properly displayed.
Now if you get it to find – it’s stuck in the past with timestamp of publishing it.
Page title is amazingly: “30” –
I checked database – found no tribe posts – I assume they are intercept by my theme Avada –
Post id row in DB is filled with zeros or blanks etc.
If I click on the page url in editor I receive 404 error.Forum: Plugins
In reply to: [Fast Secure Contact Form] How to add in a "re-enter email address" fieldThanks a lot.
I didn’t see that – even if it was straight in my face!
Resolved.Forum: Plugins
In reply to: [Fast Secure Contact Form] How to add in a "re-enter email address" fieldHow did you resolve it – would be nice to tell other.
Forum: Plugins
In reply to: [WooCommerce] coupon discount amount not updatedThanks Lorro, I updated the template of the theme and now it’s working.
I realized it had some outdated template files.Forum: Plugins
In reply to: [Fast Secure Contact Form] backup fails, copy form failsI mark this issue as resolved
Forum: Plugins
In reply to: [Fast Secure Contact Form] backup fails, copy form failsThank you mbrsolution,
in the meanwhile I have searched further.
I found the answer here https://www.fastsecurecontactform.com/settings-cannot-be-saved
As I mentioned that the fields were truncated – this article made sense to me.
So I created a php.ini file and added max_input_vars = 3000 to it, as this value was completely missing in the php.ini of hostgator, most likely to prevent people using it.
Well first success I can copy now the fields!!!
Second I can make a backup!
Hurra!
So I kindly thank you for your time, it’s very much appreciated and I thank Mike for his good web site as I found a solution for my problem there, which had nothing to do with the plugin but with php.ini settings – thus is server related.Cheers and keep up the good work, Doris
Forum: Plugins
In reply to: [Fast Secure Contact Form] backup fails, copy form failsWhat I forgot to mention when copying the first form to the second the message field was not copied as it was below the number of fields copied.
Subject is disabled on all forms.I run WordPress 4.0 the newest version of Fast Secure Contact Form.
Plugin have no impact on this behavior as small form copies and can be backed up.Forum: Plugins
In reply to: [WooCommerce] WooCommerce – multiple short descriptionfind file in your theme folder/woocommerce/single-product/short-description.php
if you cannot find it go to wp-content/plugins and copy this file from woocommerce/templates/single-product/short-description.php
Create a new folder in your themes directory woocommerce
create in this folder the singe-product folder and paste the file into it
open it
enter below
<?php echo apply_filters( 'woocommerce_short_description', $post->post_excerpt ) ?>
the new section:<div class="size_guide"> <a rel="lightbox" href="your path to file"><?php _e('SIZE GUIDE', woocommerce); ?></a> </div> <hr />
This would open in a lightbox.
Otherwise you just put your html there or the image url if you use a graph.
You can also use an image instead of the anchor text: SIZE GUIDE
In your stylesheet add the CSS class and align it how you like it.
Good luckForum: Plugins
In reply to: [WooCommerce] 404 When Enabling Base Page Product PermalinksReally bad – I see the correct path in WordPress.
I see the correct path in front-end in browser address bar.
Yet: 404 error – no product is found!!
Cookies load – tried all the recommended settings of this page – it persists since we updated to the new version of woo-commerce, site down for 2 days now.
Except 404 errors in Apache log – nor errors all files are found and loaded.
If anybody found a work around would be greatly appreciated – otherwise we will have to dump woo-commerce all together.