harf4ng
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Can we send conditional email?Thanks. But in fact I found an easier way to do that than coding. In my form I use empty groupes like that:
[group genseigne_commerciale][/group]
And then in my email I use conditions like that:
[genseigne_commerciale]
<p style=”margin: 5px 0″><strong>Enseigne Commerciale :</strong> [enseigne_commerciale]</p>
[/genseigne_commerciale]And it works well.
So, as it worked when I used a Ada, and it does not work now with divi, means avada transforms the wysiwyg into html in events too, whereas divi does not?
Thanks
Thanks I done that, so past events go into draft. After all, my visitors do not need to see past events.
Unfortunately I doubt my company will want to pay more just to have support.
Guess I’ll have to find the answer myself then.Thanks anyway
Hi,
I’m a pro user, but the official support is only for one year isn’t it?
If this is so, I have the pro version for more than one year now.
ThanksForum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Map UnavailableYou can also in the settings deactivate the integration of google maps.
Forum: Plugins
In reply to: [WooCommerce] Always display the description tab even if emptyOk I have found a way to do it.
In my custom tab.php file, instead of using the default $tabs management which uses the apply_filters method, I create manually my two entries of $tabs, with “description” and “additional information” tabs, the way they are defined when those tabs are not empty.After that, I let the remaining of the tabs.php display those tabs they way they should be.
This way those tabs always display even without information.
Forum: Plugins
In reply to: [WooCommerce] Always display the description tab even if emptyI didn’t see a snippet that will allow me to display even an empty tab.
So what do you think I should do? Create a custom tab, and instead of using the description tab, using this one?
I would prefer using the description tab if this is possible though.Or I should use the custom function and put my code there instead of in the description.php ?
Thanks
- This reply was modified 7 years, 1 month ago by harf4ng.
Forum: Plugins
In reply to: [Connections Business Directory] Having to update entries twiceI wondered because if I change the name for instance, it works fine. I have the issue while trying to change the address…
Forum: Plugins
In reply to: [Connections Business Directory] Having to update entries twiceNo I have no caching plugin, and no theme conflict.
Though, could it be because I have a lot of entries with no “preferred address”?
If I check the radio button “preferred address” then it saves the entry well, but if I do not, the entry is not saved, like if it thinks I have made no change.Thanks
Ok I found, I had to hit the “next” button to finish my newsletter…
Ok I found, I had to hit the “next” button to finish my newsletter…
Indeed but that is what Avada did.
When an update of Avada is done, it deletes and create the Avada folder again, therefore the content of the Avada folder is lost.
And as the plugin thing is in this folder…Thanks for the link.
This will probably help me later, I’ll keep it in my bookmarks ??For now I just put a simple list like that, I think it does not look too bad ^^
https://www.mindazur.org/evenements/I have grouped the events by category…
Note that I have put my custom attributes in comments inside the format setting, because if I omit them, even if I display them in the php file, they are not available when I create an event.