codimex
Forum Replies Created
-
Forum: Plugins
In reply to: [Post My CF7 Form] Json error dropdown (me too)Thank you so much again for your readiness to help! The console thorws no errors, neither in the backend nor in the frontend.
However, now that you’ve mentioned the HybridDropdown plugin, I’ve found a warning (not an error) in the console:
HybridDropdownError:Option list has duplicate value: size=
Can this be related to the error? Any clue to point me in the right direction?
Thank you again!
OK, for anyone else having this issue, and after bumping my head onto a wall for a couple of days, I’ve figured it out by myself.
The problem (and the source of misunderstanding, not only with me, but the other users who have asked about it in other threads) is that when you install the plugin, if your WordPress installation is on a different language than English, the translation automatically applies to your site (provided your language is supported by this plugin).
Therefore, if your WordPress installation is on a different language than English, the template names wiil also probably be translated. For example, in Spanish, the template name “Love You Mom” is translated as “Te amo, mamรก”. This is the issue: even if you don’t rename the template names, they are translated into your language, and therefore, they have changed.
The solution, @makewebbetter, rather than “not renaming the template names”, is to retrieve the English names of the templates as they were originally set. Here is a list of the names as they should be. You have to quick edit every template and put these names even respecting every capital letter:
Custom Template
Merry Christmas Template
Gift for You
Love You Mom@makewebbetter, your plugin is amazing, but I think you should really correct this in the next update. You’re losing potential users because template names HAVE TO BE AS THEY WERE ORIGINALLY SET, a ridiculous and out-of-logic limitation and very easy to fall into, if your WordPress installation is in a different language. Please, allow us to have whichever name we want for every template, and make them fetchable on the edit product page.
Marking as resolved. I hope this serves to anyone else having this issue.
Hi, maybe my message was wrongly understood. I meant that I didn’t rename the template names, as I read in other similar threads (((BTW, why renaming the templates represents a malfunctioning of the plugin? Doesn’t make sense))). Actually, I also performed a clean install of your plugin, without touching the templates, and the problem still persists.
The fact is that many users have complaint about this issue, and can’t use this plugin because we are unable to select a template for the product (which is sad, because it’s an AMAZING plugin) and you keep on suggesting those non-working solutions (keeping the template names, clearing the cache, switching to another theme, deactivating all plugins…). In my humble opinion, you should really take a look at it from the developers’ side. This amazing plugin really deserves that.
Thank you, anyway. Have a nice week!
Forum: Plugins
In reply to: [Booking Activities] Forgot password linkThank you for your readiness to help us on every issue!
- This reply was modified 4 years, 8 months ago by codimex. Reason: Typo
Forum: Plugins
In reply to: [Booking Activities] Forgot password linkYep! You’re right! How could I miss that? I now remember that I disabled certain dialog windows due to a conflict with another plugin (which I can’t get rid of, sadly). The best solution in my case is to insert my own link programatically after the password field. Thank you again and I’m marking this as resolved.
Forum: Plugins
In reply to: [Booking Activities] WPML Compatibility, please!!!Thank you!!! I’ll cross my fingers! I hope more users will ask for this feature, too! And also an add-ons bundle to save money on them!!!
Forum: Themes and Templates
In reply to: [OceanWP] Quantity Buttons (+ _) dissapear after update cartIt seems today’s update has fixed the issue. ๐ So far, I haven’t experienced this bug since 3.0.4.
Forum: Themes and Templates
In reply to: [OceanWP] Quantity Buttons (+ _) dissapear after update cartSame here. Looking forward to a fix as soon as possible. Really annoying for UX, and no other quantity buttons plugin can override this bug.
Forum: Plugins
In reply to: [Post My CF7 Form] Mapping drag & drop image to featured imageor a filter that will hook a custom function in your functions.php file, where you need to get the file submitted by your drag & drop field, save it as a media attachment post and return the attachment post ID which will then be associate as the featured image.
Thank you so much, @aurovrata, for your guidance. I’ll try to figure it out by myself, playing with hooks and filters (I’m no good at php, but I know that mastering php is the turning point when it comes to empower WordPress).
Marking as resolved. Best of lucks!!!
Thank you! No problem for the delay; I just wanted to let you know about it. Have a nice weekend! Marking as resolved.
Darn! How could I miss that!?!? Thank you again! Marking this as resolved! ๐
Looking forward 1.15!
Hi! Sorry to re-up this old post. 1.14.12 version didn’t solve this problem for me. Can you confirm this on your end, or is it just me? The exported form I provided above is still valid to test.
Thank you!!!
Thank you again! Yes, I was able to include shortcodes in a HTML field using a similar method, but still, the map reloads itself on every field change, which, on the other hand, makes perfect sense because HTML fields are to reflect other fields’ changes. I’ll perform a deeper research (maybe blocking only iframes to be reloaded) and I’ll post a solution back here, if I come up with it.
Feel free to mark this as resolved. Thank you!!!
Ok, the cat is fed, the workaround is implemented. It works! But, unfortunately, the map I’m working on is a little complex (it’s not an iframe, but an async defer script with markers that the user can drag). I’ve written all my code in a shortcode, but I suspect shortcodes can’t be executed on php.
BUT, your code has opened me new ways to explore to solve that (maybe inserting a snippet using header/footer plugin, maybe using append after the form…), and that’s what I’m going to do. I guess this one goes from this point beyond your scope of support, and today’s a big one with the new promising update. Thank you! Thank you! Thank you!
JUST WOW WOW WOW!!!!! Such an impressive, detailed and tailored answer. You really rock, guys. This feels like a Premium support.
I just came home and I can’t wait to try this workaround (first, I need to feed the cat… she’s staring at me right now). Allow me to take my time to get into these instructions properly, and let me back to you with my feedback.
Big, big thank you in advance.