Giri
Forum Replies Created
-
AuthorPosts
-
Hi Gautam,
Stiofan was talking about the fieldset “For admin use only?” bug.
He just applied the fix.
So fieldset should work just like other fields now.
Thanks
Hi Kim,
If the popup message you see is like this
Please choose any address of the (Crieff) city only.
then you need to set the city to “Enable Multicity”
Its available in Multilocations > Location settings > City
I have just enabled that setting.
Let me know if you still have problem.
Thanks
Modified the snippet.
Thanks
This reply has been marked as private.This css will hide tags for eveyone in frontend. Add that in Geodirectory > design > scripts > css
#geodir_post_tags_row { display: none; }
If you want to hide that only for normal users, then it would require customization
Also, I had concerns regarding “Subjects Taught” field – it’s a multi-select field and one of the many options in it is “others”.How can I customize it so that if anyone chooses ‘others’, a mandatory field appears where he can state what ‘others’ signifies.For the moment I have added a seperate others field which can be skipped by the user.
Thats not possible without hiring a developer.
Thanks
Can you post your login details?
Thanks
March 14, 2017 at 11:52 am in reply to: How Can I disable something on the Add Listing Form? #367142Hi Gautam,
Looks like there is a bug with fieldset.
For admin use only?
only works while creating the Fieldset.
We will be fixing that bug in next version.
In the meantime, try these steps to hide those fieldsets.
For each fieldset, delete the field.
Then create the fieldset again, but this time make sure to set
For admin use only?
to
Yes
while creating the fieldset.
let me know if you still have problem.
Use Custom post types addon to hide tags
Thanks.
March 14, 2017 at 11:21 am in reply to: How Can I disable something on the Add Listing Form? #367137ok
This reply has been marked as private.March 14, 2017 at 11:09 am in reply to: How Can I disable something on the Add Listing Form? #367131This reply has been marked as private.Try this code instead.
remove_action('geodir_listings_page_description', 'geodir_action_listings_description', 10); // CPT description if (defined('GEODIR_CP_TEXTDOMAIN')) { remove_action('geodir_listings_page_description', 'geodir_cpt_pt_desc', 10); } add_action('geodir_before_listing', 'geodir_action_listings_description', 1);
Hi chris,
I have removed the min password characters check for login form. Applied the patch in your website.
Thanks
Hi Gautam,
It seems like you changed admin account password this time. These credentials not working.
Can you give me the correct password for that too?
Thanks
March 14, 2017 at 8:48 am in reply to: Supreme Directory – List view: right area, content, left area #367100You are welcome.
Chris, can you post your login credentials in private? So I can check whats wrong. If its a bug i’ll fix that.
Thanks
-
AuthorPosts