I added .geodir_price_package_row {display: none !important;},

This topic contains 10 replies, has 3 voices, and was last updated by  Alex Rollin 5 years ago.

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

Open Support Ticket
  • Author
    Posts
  • #477167

    Christopher Gage
    Expired Member
    Post count: 8

    I added .geodir_price_package_row {display: none !important;},
    but before I did I copied all the urls for the price packages. When I then put the url in I do not get the full listing to add.
    URL for adding store default
    https://elysiumcostarica.com/add-listing/?listing_type=gd_store
    URL for the same package but with package added
    https://elysiumcostarica.com/add-listing/?listing_type=gd_store&package_id=12&backandedit=1

    Understand that both of these URLS are for the exact same package.

    #477170

    Guust
    Moderator
    Post count: 29970

    You have to delete the &backandedit=1 part.

    https://elysiumcostarica.com/add-listing/?listing_type=gd_store&package_id=12
    and
    https://elysiumcostarica.com/add-listing/?listing_type=gd_store
    should be the same if package with ID 12 is set as the default package.

    Thanks

    #478738

    Christopher Gage
    Expired Member
    Post count: 8

    Okay so now that I have upgraded to vs 2 they allow you to turn off this without the code but once I turn it off then I get told you can submit due to invalid package.
    elysiumcostarica.com

    #478777

    Guust
    Moderator
    Post count: 29970

    Please add WP admin details in a private reply, and explain the steps to get the error you encounter, including URLs.

    Thanks

    #478946

    Christopher Gage
    Expired Member
    Post count: 8
    This reply has been marked as private.
    #478947

    Christopher Gage
    Expired Member
    Post count: 8

    When you select any menu items across the top and click the add *** it takes you to the add listing page you fill it out and get this error.
    You can see the url structure in the photo.

    #478968

    Alex Rollin
    Moderator
    Post count: 27815

    Hello!

    The field needs to be added to the form, but you can make it admin only, if that suits you.

    #478971

    Christopher Gage
    Expired Member
    Post count: 8

    I did that and I am still getting the same error>

    #478975

    Alex Rollin
    Moderator
    Post count: 27815

    Then set it to active and hide it with CSS:

    
    
    
    div#package_id_row {
        display: none;
    }
    

    I will ask the developers if it should function on admin only when they get back to the office.

    #479668

    Christopher Gage
    Expired Member
    Post count: 8

    Have you found out anything further on this

    #479700

    Alex Rollin
    Moderator
    Post count: 27815

    The field must be added to the form, and set to active.
    If you want to hide it you can do it with the CSS above.

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

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

Open Support Ticket