Add a "Leave a Review" Button

This topic contains 9 replies, has 2 voices, and was last updated by  Guust 7 years, 5 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #318268

    blacspydr
    Buyer
    Post count: 44

    Hello,

    Is there a quick and easy way to create an add a review button toward the top (or on the sidebar) of all of the detail pages?

    Currently, the only way a user can leave a review is if they scroll down to the bottom of the current reviews. Doesn’t work very well if there are a large number of reviews.

    Thanks

    #318269

    blacspydr
    Buyer
    Post count: 44

    For clarification, I am using Avada Theme.

    #318272

    blacspydr
    Buyer
    Post count: 44

    Nevermind. I butchered together a button.

    #318273

    Guust
    Moderator
    Post count: 29970

    You can add a link like this in a text widget:

    <a class="my-review-button" href="#respond">Review</a>
    #318274

    blacspydr
    Buyer
    Post count: 44

    Thanks. One more question. I am trying to shrink the home page map down to 80% but then the map is left aligned. Any tips on how to center it?

    #318275

    Guust
    Moderator
    Post count: 29970

    We’d need to see the page for that but I’ll have a guess anyway:

    .stick_trigger_container {margin: 0 10%;}

    But leave the map widget at 100%

    #318277

    blacspydr
    Buyer
    Post count: 44
    This reply has been marked as private.
    #318280

    Guust
    Moderator
    Post count: 29970

    You can add it in the style.css file of your child theme, or at
    GD > Design > Scripts > CSS

    #318281

    blacspydr
    Buyer
    Post count: 44

    worked great. Thanks! Very last question…..how about the search bar and button below the map? They’re still at 100%.

    #318286

    Guust
    Moderator
    Post count: 29970
    
    
    body .geodir-listing-search.gd-search-bar-style .geodir-loc-bar {
        margin: 0 auto;
        width: 80%;
    }

    All I am doing is following this article, you might want to study it a bit. CSS is really outside support: https://wpgeodirectory.com/docs/customizing-your-style/

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

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

Open Support Ticket