Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Yes, you can add HTML there 🙂
Stiofan
You want to show a field separator?
I still don’t fully understand maybe you can provide wp-admin details and a link to the page so i can look?Stiofan
Hi Liz,
Not sure why you would want to but this code snippet should do it:
add_action('geodir_before_edit_post_link','_start_remove_edit_link',0); function _start_remove_edit_link(){ ob_start(); // Start buffering; } add_action('geodir_after_edit_post_link','_end_remove_edit_link',0); function _end_remove_edit_link(){ ob_get_clean(); // remove content }Thanks,
Stiofan
Hello,
I do not know what you mean, can you explain better?
Stiofan
Hi Tony,
have you got a link or a screen shot of exactly what you mean?
Thanks,
Stiofan
Do you mean, show another field if one field is filled in? If so we don’t have that option, you would have to add your own JS to achieve this.
Thanks,
Stiofan
Your custom field should not have the /,/1 things, it should just be the names, fix that and then resave the listing and it will show.
Thanks,
Stiofan
March 21, 2017 at 5:44 pm in reply to: Cannot modify header information – headers already sent by #368898Hi Tom,
I am guessing you have a space at the top of that file before the opening php tag.
You can disable PHP warnings (which you should do anyway) and fix the problem.
If you provide FTP info i will take a look.
Thanks,
Stiofan
Do you just mean featured lisitngs, these will appear at the top of listings, they are normal size but you could try to adjust things, or you could add category descriptions to the top of the page but you would need to do that manually.
Stiofan
Hi Nigel,
That is not the way it is setup to work, you would need to customsie things to try and get it to work like that.
Thanks,
Stiofan
I am also unsure what exactly u mean, do you mean remove the tabs completely? If so GD>Design>Detail>Exclude selected tabs from detail page
Stiofan
Hi Al,
Can you provide wp-admin and an example link so we can check it out.
Thanks,
Stiofan
I will flag this for Kiran to look at tomorrow, thanks for the info 🙂
Stiofan
I am really not sure what you want, if i understood i could advise better.
Why don’t you make all sub cats main cats then delete the decades cat?
Stiofan
Hi David,
That city location is used for the business address, if you want to list areas covered i suggest you add a custom field of all regions or areas you want to allow and let your users select what areas they cover, you can then add this as a search custom field where users can filter by those locations.
Thanks,
Stiofan
-
AuthorPosts