GD > Twitter,Facebook and Google+ buttons
This topic contains 33 replies, has 4 voices, and was last updated by Kor 6 years, 11 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
December 20, 2017 at 12:01 am #410074
Are these Follow Buttons or Sharing Buttons?
December 20, 2017 at 2:41 am #410076Hi Don,
They are share buttons and you can test it out here https://wpgeo.directory/starter/places/united-states/pennsylvania/philadelphia/restaurants/buddakan/
Thanks!
December 20, 2017 at 10:40 am #410100Thanks Kor,
1. Yes, these that display in the detail listing function as Sharing buttons but I was referring to the ones in the GD>Social Like widget (Whoop Theme)?
2. Why do these buttons in the detail listing- see this one-display under the heading “Like this page”? To me,I’ve always have associated “Like” with Follow. Is this correct?Thnaks
December 20, 2017 at 6:10 pm #410143Hi Don,
Thanks for your reply. Sorry, I’m still not getting your question. If you’re comparing Supreme directory with whoop theme listing details social share, both works the same. May I know what are you trying to achieve there?
Thanks!
December 20, 2017 at 7:58 pm #410165Never mind, I added my own Follow & Sharing Buttons!
I would like to delete the ones that display in the Detail Listing as in here. The ones that display under Like This Page.
ThanksDecember 21, 2017 at 4:16 am #410217Hi Don,
You can remove those by switching “Off” the option shown in the attached screenshot. Could you give it a try?
Thanks!
December 21, 2017 at 11:30 am #410238Got it! Is this ‘something recently added” or only applicable to the Whoop Theme? Really don’t recall seeing that they could be disabled. Thanks Kor!
P.S. Why is it that GD decided to place the “User Links” (Edit this post, Upgrade Listing, Bookmark, Business Owner?) at the top before the Listing Information? Does not seem right for me.
Q> Anyway this section could be placed at the bottom-right sidebar-after the Listing Information, so that the Listing Information displays at the top of the sidebar?Thanks
December 21, 2017 at 3:53 pm #410253Hi Don,
That “Disable Tweet, FB Like” option effects all listing details page. It doesn’t matter which theme you are using. For your next question, could you elaborate a little bit more? May I know which section are you trying to place on top of the sidebar based on this page? http://www.puertoricotravelguide2018.com/places_to_eat/puerto-rico/san-juan/san-juan/restaurant-2/la-guerita/ . It would be great if you could highlight it using a screenshot.
Thanks!
December 21, 2017 at 11:23 pm #410280I would like the following section to display after the very last Field which for this Listing is “Serves Alcohol: Yes”:
User Links
Edit this Post
Upgrade Listing
Bookmark
Business Owner?
Expire date: NeverDecember 22, 2017 at 2:17 am #410302I just realized that All the above displayed while I was signed-in as Adm.
Visitors still see:
User LinksBookmark
Business Owner?Can this be set to display after the very last Field which for this Listing is “Serves Alcohol: Yes”:> right sidebar.
December 22, 2017 at 7:22 am #410326Hi Don,
Just consulted a developer and he shared this custom PHP code that allows you to achieve what you needed there. Could you please insert it into the “Code Snippet” plugin and see if it’s what you’re looking for.
// Re-order detail page sidebar content function _gd_custom_reorder_sidebar_content( $hooks = array() ) { $hooks = array(); $hooks[] = 'geodir_social_sharing_buttons'; // Sharing buttons $hooks[] = 'geodir_detail_page_google_analytics'; // Google Analytics $hooks[] = 'geodir_detail_page_review_rating'; // Rating Stars $hooks[] = 'geodir_detail_page_more_info'; // Custom Fields $hooks[] = 'geodir_edit_post_link'; // User Links return $hooks; } add_filter( 'geodir_detail_page_sidebar_content', '_gd_custom_reorder_sidebar_content', -10, 1 );
Thanks!
December 22, 2017 at 11:42 am #410343This reply has been marked as private.December 22, 2017 at 1:58 pm #410348Hello!
Did you follow the instructions you posted? It says “….discard the changes…”.
Let us know
December 22, 2017 at 2:11 pm #410350This reply has been marked as private.December 22, 2017 at 3:58 pm #410362Hi Don,
Not sure what’s going on as the “Code Snippet” shouldn’t be causing such issues. Could you please provide FTP access so that I could deactivate the “Code Snippet” plugin manually? Please use the private reply option below.
Thanks!
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket