TryAllTheThings
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Input fields and send button missingThe used theme is https://themeforest.net/item/tattoo-studio-responsive-wordpress-theme/5490599 and I’m utilizing the child theme.
I’ve already tried disabling all plugins except Contact Form 7 and still get the same result. Currently active are:
– Admin Custom Login
– Buttons Shortcode and Widgets
– Contact Form 7
– Contact Form 7 Image Captcha
– Flamingo
– Google Analytics Dashboard for WP (GADWP)
– MainWP Child
– NextGEN Gallery
– OMGF
– Shortcodes Ultimate
– Simple Custom Post Order
– Smash Button Custom Facebook Feed
– Tattoo Studio Features (required by Theme)
– Updraft Plus
– W3 Total Cache
– Wordfence Security
– Yoast SEOForum: Plugins
In reply to: [Contact Form 7] Input fields and send button missingSorry, I forgot the link. It’s https://www.hautsuenden.de/ and you’ll have to select the menu item “Kontakt”. The contact form is (partially) visible on the bottom right side of the screen.
Thank you for checking.
Unfortunately we can’t raise a ticket with Divi as my customer doesn’t have support anymore. And since they didn’t respond to your ticket either they are probably not interested in fixing this anytime soon. We will look into another solution / workaround for this.Regards,
StefanHello Leon,
thank you for the reply. We’re in the EU so we need to comply with GDPR.
https://complianz.io/blocking-recaptcha-on-divi/ mentions that a ticket with Divi was raised. Is there any update from their side?Forum: Plugins
In reply to: [Event Tickets and Registration] Paypal payment doesn’t workQuick question regarding this issue: Is the Pro version affected by this as well when using Tribecommerce? And it might help users if you add a notification in the settings while the official fix is not available. I couldn’t find any information regarding this issue via Google. I only landed here by some coincidence.
Thanks,
StefanMy apologies! I just noticed a different support ticket (https://wordpress.org/support/topic/paypal-payment-doesnt-work-3/) which had the same issue. The mentioned workaround via functions.php works for me.
Forum: Plugins
In reply to: [Gwolle Guestbook] Add cumstom emojisThanks for the clarification. Do you have any plans to implement custom images at this point? Otherwise I might implement it myself.
Forum: Plugins
In reply to: [Gwolle Guestbook] Add cumstom emojisThis kinda helps. If I get you right I can only use Emojis from that website but nut use my own image file?
Forum: Plugins
In reply to: [Gwolle Guestbook] Add cumstom emojisThanks for adding this!
It’s not clear to me how to add an custom image (.png for example) as an emoji now. Could you please elaborate?Thanks,
StefanForum: Plugins
In reply to: [Gwolle Guestbook] [Bug] Entries are cut after <3Quick fix in gwolle-gb/functions/gb-formatting.php:
$input = str_replace('<3', '❤', $input); $input = strip_tags($input);$output = str_replace('<3', '❤', $output); $output = strip_tags($output);Forum: Plugins
In reply to: [Gwolle Guestbook] [Minor code change] Additional, unnecessary colonNevermind – I just figured out the reason for it. Stupid me…
Forum: Plugins
In reply to: [Gwolle Guestbook] Administrator AvatarThank you for the quick reply and solution!
Forum: Themes and Templates
In reply to: [Accelerate] Background image not visibleAllright guys. After removing the
background-color: #FFFFFF;from the #page it shows the background image as expected.Forum: Themes and Templates
In reply to: [Accelerate] Background image not visibleOk, I set up a complete fresh WordPress instance and just installed the template. Even here is the background image not visible unless you have very short content. In this case the background image is visible below the footer: https://imgur.com/a/3zFji
- This reply was modified 9 years ago by TryAllTheThings.