Several Questions

This topic contains 14 replies, has 4 voices, and was last updated by  Paolo 7 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #268697

    joao Delgado
    Buyer
    Post count: 23

    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

    #268780

    Kor
    Moderator
    Post count: 16516

    Hi 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.

    #269382

    joao Delgado
    Buyer
    Post count: 23

    Hi.

    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

    #270258

    Kor
    Moderator
    Post count: 16516

    Hi 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!

    #270321

    joao Delgado
    Buyer
    Post count: 23

    Hi.

    #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

    #270687

    Paolo
    Site Admin
    Post count: 31206

    2) 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

    #271237

    joao Delgado
    Buyer
    Post count: 23

    Hi.

    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

    #271432

    Paolo
    Site Admin
    Post count: 31206

    Is the claim listing active for the CPT?

    If you provide admin credentials in a private reply I’ll verify.

    Let me know,

    Thanks

    #271843

    joao Delgado
    Buyer
    Post count: 23
    This reply has been marked as private.
    #272060

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    the link doesn’t appear on the listing because it is already claimed.

    Thanks

    #272065

    joao Delgado
    Buyer
    Post count: 23

    Hi.

    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

    #272071

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    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

    #272074

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    This 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

    #273052

    joao Delgado
    Buyer
    Post count: 23

    Hi.

    Thanks for your reply.

    And where should i put this code?

    Thanks

    #273313

    Paolo
    Site Admin
    Post count: 31206

    In functions.php of your active theme or using a plugin like code snippets.

    Thanks

Viewing 15 posts - 1 through 15 (of 15 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket