Theme Compatibility
This topic contains 51 replies, has 3 voices, and was last updated by Paolo 9 years, 3 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
November 21, 2015 at 6:29 pm #61088
Hi,
possibly, you can add 2 HTML fields for this and ask users to add the embed code of their twitter or facebook feed in it.
Thanks
November 23, 2015 at 8:02 am #61177On a design front is the red font colour set permanently or can this be altered easily?
November 23, 2015 at 5:57 pm #61244And can each business/listing choose a custom map marker?
November 23, 2015 at 10:16 pm #61290Hi,
markers icons are set per category, not for each individual listing.
If you provide a link where I can see the red font that you are referring to, I’ll provide the css to modify it.Thanks
November 23, 2015 at 10:28 pm #61294This reply has been marked as private.November 23, 2015 at 10:41 pm #61297Do the GD widgets have an option of displaying content from more than one CPT?
November 23, 2015 at 10:55 pm #61302Hi,
without disabling GD Booster I can’t tell where it is coming from (theme or another plugin), but you have this css:
a, a:visited { color: red; text-decoration: none; }
Just add it to your theme compatibility required css and change red to any color.
No, widgets can’t show listings from multiple CPT at once.
Thanks
November 26, 2015 at 10:02 am #61547Getting there but couple of extra questions:-
Can a listing be added to more than one CPT or does it physically need to be listed twice – Hotel (accommodation) which also has restaurant (food & drink)?
Is there an option to search all? If searching for restaurants and a hotel is only listed under accommodation then they won’t be shown I guess?
And must be a setting I’m not seeing but under the ‘review’ box for a listing I’m seeing a message about HTML tags and attributes that I can use – Can this be removed?November 26, 2015 at 5:47 pm #61590Hi again,
listings can only be in one CPT at once. If a hotel owner wants to be listed for its Bar or Restaurant and you have a separate CPT, he will have to list the F&B outlets separately.
Search will only return listings from one CPT at once. Results can’t be mixed.
Add this to the functions.php file of your theme.
add_filter( 'comment_form_defaults', 'remove_comment_form_allowed_tags' ); function remove_comment_form_allowed_tags( $defaults ) { $defaults['comment_notes_after'] = ''; return $defaults; }
Let us know,
Thanks
November 28, 2015 at 4:32 pm #61811Should it be possible to add a short code into a listing tab? Have tried and short code works in a normal text widget on the site but not in a section of the GD post type
November 28, 2015 at 11:45 pm #61856Have a look at the advanced example in this article:
https://wpgeodirectory.com/formidable-forms-in-geodirectory-tabs/That should explain it hopefully well enough.
November 30, 2015 at 8:33 am #61919Hi,
When a new user is trying to log in there’s no Captcha displayed but it’s still expected (pic attached) – Can you help?
In the PayPal payment settings I’ve entered the e mail relating to the PayPal account but when payment is clicked I’m unable to log in to a PayPal account to complete payment process – Have I missed any settings in GD?
I’ve set a category icon but still get single default map marker? And on the map I’m seeing no markers on the details bottom right corner?
I have some directory entries in villages surrounding Thetford and the map wants to include these by default – Is there a way to keep the initial display as just Thetford?
Many thanks for the continued assistance.
Simon SkullNovember 30, 2015 at 9:04 am #61926When a new user is trying to log in there’s no Captcha displayed but it’s still expected (pic attached) – Can you help?
This can be because you have more than on ReCaptcha plugin active.
In the PayPal payment settings I’ve entered the e mail relating to the PayPal account but when payment is clicked I’m unable to log in to a PayPal account to complete payment process – Have I missed any settings in GD?
Make sure the email is our primary Email address.
I’ve set a category icon but still get single default map marker? And on the map I’m seeing no markers on the details bottom right corner?
We would need to see your admin and I cannot get past your login setup.
I have some directory entries in villages surrounding Thetford and the map wants to include these by default – Is there a way to keep the initial display as just Thetford?
Go to GD > Multilocations > location settings tab > home page results > Show default location results on home page (First time only, if geodirectory home page is your site home page and user comes to home page).
November 30, 2015 at 10:03 am #61938This reply has been marked as private.November 30, 2015 at 10:55 am #61951It seems you are not using GD recaptcha but some other captcha: https://wpgeodirectory.com/addons/gd-recaptcha/
That is the only one guaranteed to work with GD.If you only use one email address with PayPal, that should be correct then. But I see you are using the sandbox mode with your real account. Change it to Live mode and it should work.
Setting the default location will not work in your case: “Show default location results on home page (First time only, if geodirectory home page is your site home page and user comes to home page).”
The map legend does not show properly because your categories do not have map marker icons.
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket