Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
You are right, this only enabled the input but it was not being output on all text input fields, this will be fixed in the next version.
Stiofan
It does not require https, but https and http are treated as different sites.
Stiofan
Yes, FTP is needed.
Stiofan
I would say that is a very bad idea, it going to add extra load times to the page, unless every pdf is very small. The way it works now is it should open in a lightbox (GDv2) which i think is the best solution.
Stiofan
Hello,
In your customizser custom CSS you have the below rule which hides the map:
div.geodir-wgt-map { display: none; }
I have commented this out for you and it now seems to show fine.
Thanks,
Stiofan
Is this “your” events only or any events?
(its not clear)Stiofan
Hi Felipe,
This is a strange one, it seems to be running all the right stuff just not outputing it, my guess is that its a output buffer nesting issue but i might be wrong, i’ll take a close look tomorrow.
Thanks,
Stiofan
Hello,
Please check now, it seems the HTML is not rendering shortcodes, i placed them in the shortcodes block.
Stiofan
April 6, 2019 at 7:32 pm in reply to: Merge tags in Ninja Forms are not pulling listing data #478951Hi Luca,
Did u create the NF using the GD contact form template? It has hidden things that make it send to the contact author, things you can’t recreate if you create a new form not using the template.
Stiofan
The easy ones are no fun 🙂
I’m glad i could help, good luck with your launch, or is this a time when you say “break a leg”? 🙂
Stiofan
Hi John,
I think that might be the best option even if its disabled, please replace this file in your plugin to test (changes will be in the next release) https://github.com/AyeCode/geodirectory/blob/master/includes/class-geodir-seo.php
Thanks,
Stiofan
OK it was not as interesting as i thought, it was simply a conflict with jetpacks comment subscriptions, i just released a fix via the GD Recaptach plugin, update that and u should be good to go.
Thanks,
Stiofan
Hi John,
(assuming you are using GDv2)
Thanks for reporting this, i have added a fix for this and it will be in the next release.if you need it sooner simply replace this file in your plugin:
https://github.com/AyeCode/geodirectory/blob/master/includes/class-geodir-compatibility.phpThanks,
Stiofan
Hi Luca,
The geodir_ prefix has been removed so in your code change
$fields[] = 'geodir_email';
to
$fields[] = 'email';
For ninja forms there is a few ways to do it, like if u want to hide the button or show a new message in the popup..
The reason we removed the contact form functionality is that is was one of the most common feature requests, to be able to edit field so we assessed all the contact form builder and added what we think is the best (more will follow).
Thanks,
Stiofan
If importing to a new site you must remove the post ID.
You must also make sure the category ID match up, if importing them they may change in some circumstances.Stiofan
-
AuthorPosts