"Write Review" button
This topic contains 12 replies, has 3 voices, and was last updated by Jenni Alexandra 6 years ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
October 31, 2018 at 4:50 pm #452031
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
October 31, 2018 at 4:54 pm #452036It 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
October 31, 2018 at 6:27 pm #452047Hello,
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
October 31, 2018 at 7:39 pm #452056The 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?
November 2, 2018 at 10:06 am #452226God 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
November 2, 2018 at 12:45 pm #452236Hello,
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; }
November 2, 2018 at 6:58 pm #452300I 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
November 2, 2018 at 9:40 pm #452323Oh! 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.
November 3, 2018 at 10:49 am #452390This reply has been marked as private.November 4, 2018 at 11:18 am #452477Hello!
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 🙂
November 5, 2018 at 3:53 pm #452605Hello,
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…
November 5, 2018 at 6:02 pm #452621Hi 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!
November 6, 2018 at 9:50 am #452708Thanks a lot!
I could remove it!
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket