Several Questions
This topic contains 14 replies, has 4 voices, and was last updated by Paolo 8 years, 5 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
September 19, 2016 at 1:47 pm #268697
Hi.
I´m using the supreme theme to build my listings directory.
I´ve got it almost ready, but still have some questions:– Is there a way to create a dropdown in the “search” with all the categories?
Something like in here: http://diretoriobizmadeira.com/– I´ve created all the categories, and organized it under “parent categories”. Is there a way to block the selection of the “parent category” when adding a listing? I just wanna use then for organization purposes.
– Can i remove/hide the author´s avatar from the detail page?
Thanks
September 19, 2016 at 3:59 pm #268780Hi Joao,
I’ll try to answer your questions accordingly.
#1 This option is available in the “Advanced Search” addon. https://wpgeodirectory.com/downloads/advanced-search-filters/
#2 Sorry, I’m not really sure if I’m getting this but I’d like you to know that categories are required each listing.
#3 Use the custom CSS below to hide the author´s avatar on the detail listing page. Insert into GD > Design > Scripts > Custom Style CSS
.sd-detail-author { display:none; }
Let us know how it goes.
September 20, 2016 at 11:23 am #269382Hi.
Thanks for your reply.
Regarding the Questions:
1 – I´ve got the “Categories” in a Custom Field, and it´s used in the search result ( like: http://www.bizmadeira.com/diretorio/?geodir_search=1&stype=gd_place&s=+&snear=&sgd_placecategory%5B%5D=&sgeo_lat=&sgeo_lon= )
However, i want to display it in the homepage. Is it possible?
(Please see attachment)2- I´ll try to explain it better.
For example, a hairdresser. It has the “hairdresser” category. This “haidresser” category is under the parent category “Beauty”.
Now, i don´t want any listing is the parent category “Beauty”, but instead, i want then in “hairdresser”, “spa”, “massages”, etc. I´ve created a package that allows only one category.
Can i make it, that only the categories are available for selection, and the parent categories aren´t?3 – I´ve added the css, and it hides the avatar. Now, however, the listing can´t be claimed. How can i solve that?
Thanks
September 21, 2016 at 7:44 am #270258Hi Joao,
Thanks for your reply.
#1 It is hidden on the homepage by default. Use this the custom CSS below to display it. Then follow this guide on how to customize the styling https://wpgeodirectory.com/docs/customizing-your-style/
.sd.home .geodir-search input.showFilters{ display: block; }
#2 This requires customization which falls outside the scope of what we offer for support
#3 Could you please share the link to the said listing which the claim is not working on your end?
Thanks!
September 21, 2016 at 10:37 am #270321Hi.
#1 – I´ll check it.
#2 – Maybe the addon for category list can be used to work arounr this. https://wpgeodirectory.com/downloads/geodirectory-category-list/#3 – As i´ve hidden the avatar and the “Claim” button, how can the listing be claimed.
Please check:http://www.bizmadeira.com/diretorio/item/madeira/ribeira-brava/veiculos/moriano-automoveis/Also, i´ve forgot to ask in the first post.
#4 – Can i change the position of the search bar in the detail page? Please see attachment-Thanks
September 21, 2016 at 6:40 pm #2706872) that 3rd party add-on will not help, parent category MUST be selected when a listing is added to a sub-category. The system will not work correctly otherwise.
3) If can make the button appear in the sidebar via settings in GD >> Design >> Detail >> Disable User Links section (uncheck that).
4) Not via options, it would require a code customization.
Thanks
September 22, 2016 at 2:42 pm #271237Hi.
2) – I´ve change the limit of categories to 2, in the basic package.
3) – I´ve uncheked it, but the button didn´t appear. The add to favorites did, bur not the claim button. Am i missing something?
http://www.bizmadeira.com/diretorio/item/madeira/ribeira-brava/veiculos/moriano-automoveis/4) Ok
Thanks
September 22, 2016 at 7:25 pm #271432Is the claim listing active for the CPT?
If you provide admin credentials in a private reply I’ll verify.
Let me know,
Thanks
September 23, 2016 at 9:46 am #271843This reply has been marked as private.September 23, 2016 at 4:55 pm #272060Hi,
the link doesn’t appear on the listing because it is already claimed.
Thanks
September 23, 2016 at 5:01 pm #272065Hi.
for example:
http://www.bizmadeira.com/diretorio/item/madeira/funchal/sabores/pizza-cafe-pilar/
I´ve checked and it is not claimed. And it don´t appear the “Claim” button.
Please check attachments.Thanks
September 23, 2016 at 5:13 pm #272071Hi,
the link is actually removed with a function within the theme. In addition having the form twice creates problem, so hiding the 1st just with css isn’t going to work.
I asked to Stiofan to follow up with you and see if he can find an easy solution.
Thanks
September 23, 2016 at 5:18 pm #272074This code will add it back but if the button is on the page twice (even if hidden) then you can’t use the google recaptcha on that form.
add_action('geodir_after_edit_post_link', 'geodir_display_post_claim_link', 3);
Thanks,
Stiofan
September 26, 2016 at 9:45 am #273052Hi.
Thanks for your reply.
And where should i put this code?
Thanks
September 26, 2016 at 5:50 pm #273313In functions.php of your active theme or using a plugin like code snippets.
Thanks
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket