"Write Review" button

This topic contains 12 replies, has 3 voices, and was last updated by  Jenni Alexandra 5 years, 5 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #452031

    Jenni Alexandra
    Free User
    Post count: 6

    Good morning,

    I’ve installed the supreme directory as a car workshop directory. I would like to change the “Write a Review” button for a “Book an appointment” button. Is it posible? I would need to change the text and the URL the button goes to because I have the URL for booking an appointment

    If this isn’t possible, can we copy this button below “Write a review”, that’s means, there are two buttons. One for write a review and another one for book an appointment.

    You can find an image attanched as an example of what I’m looking for..

    Thanks

    #452036

    Alex Rollin
    Moderator
    Post count: 27815

    It requires a small customization to change the URL.

    This snippet needs to be updated to meet your needs and then add with the code snippets plugin.

    
    
    
    add_filter('b_send_inquiry_url','_my_new_url');
    function _my_new_url(){
        return "https://example.com";
    }
    

    Change https://example.com to your new URL

    Add the snippet with the code snippets plugin

    https://wpgeodirectory.com/docs/useful-plugins/#snippets

    Instead of doing it that way, you could simply hide the button an add a custom url field and use CSS to style it as a button.

    https://wpgeodirectory.com/docs/core-place-settings/#custom

    Let us know how it goes

    #452047

    Jenni Alexandra
    Free User
    Post count: 6

    Hello,

    Thanks for your help. I’m going to try this and let you know how it goes.

    I have another question, could you tell me how to get the same left sidebar of the demo? I would like to have the same list of fields. I attach the image with the list of fields I would like to see in my site.

    Another question, how can I delete “My account” option in the header menu?

    Thanks a lot

    #452056

    Alex Rollin
    Moderator
    Post count: 27815

    The only custom field I See there is a text field called “Time”.

    Is there another one I am missing?

    This doc explains how to add custom fields: https://wpgeodirectory.com/docs/core-place-settings/#custom

    You are using v1, yes?

    #452226

    Jenni Alexandra
    Free User
    Post count: 6

    God morning,

    Thanks for your help. I can’t delete some fields. I’m trying to move it to the right side but I doesn´t work. How could I do it?

    Another question, is it possible to change the language to Spanish?

    And, how can I delete “My account” option in the header menu?

    Thanks a lot

    #452236

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    To delete a field click the red X or pen the field and click ‘remove’.

    To change language see:https://www.wpbeginner.com/wp-tutorials/how-to-install-wordpress-in-other-languages/#changelanguage

    To translate, see: https://wpgeodirectory.com/docs/translate-core/

    To remove my account, add this custom CSS:

    
    
    
    .sd-my-account.menu-item {
        display: none;
    }
    
    #452300

    Jenni Alexandra
    Free User
    Post count: 6

    I cannot see the red X in “Twitter”, “Facebook” fields, for example, and “remove” option within the filed as you can see in the image.

    Is there another way to remove the fields?

    Thanks a lot

    #452323

    Alex Rollin
    Moderator
    Post count: 27815

    Oh! Well, please provide WP Admin credentials with your URL for login in a private reply and we will take a look at that.

    Be sure you are running the latest version of the plugin.

    #452390

    Jenni Alexandra
    Free User
    Post count: 6
    This reply has been marked as private.
    #452477

    Alex Rollin
    Moderator
    Post count: 27815

    Hello!

    I misspoke earlier, those are pre-defined fields included by default.

    The way to ‘remove them’ is to set them to inactive.

    Inside the field properties, set Is Active to No

    https://wpgeodirectory.com/docs/core-place-settings/#is-active

    Thanks 🙂

    #452605

    Jenni Alexandra
    Free User
    Post count: 6

    Hello,

    Thanks for your help. I’ve disactivated some of the fields included by default. But, I’ve another question…

    How can I delete the “Latest places” field in the right sidebar? I don’t find it in the field properties.. I attach an image…

    #452621

    Kor
    Moderator
    Post count: 16516

    Hi Jenni,

    Thanks for your reply. The “Latest Places” can be removed from the WordPress > Appearance > Widgets. Could you take a look? If you still couldn’t find it, we’ll help you remove it.

    Thanks!

    #452708

    Jenni Alexandra
    Free User
    Post count: 6

    Thanks a lot!

    I could remove it!

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

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

Open Support Ticket