GD > Twitter,Facebook and Google+ buttons

This topic contains 33 replies, has 4 voices, and was last updated by  Kor 6 years, 3 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #410074

    don quixote
    Expired Member
    Post count: 667

    Are these Follow Buttons or Sharing Buttons?

    #410076

    Kor
    Moderator
    Post count: 16516

    Hi Don,

    They are share buttons and you can test it out here https://wpgeo.directory/starter/places/united-states/pennsylvania/philadelphia/restaurants/buddakan/

    Thanks!

    #410100

    don quixote
    Expired Member
    Post count: 667

    Thanks 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

    #410143

    Kor
    Moderator
    Post count: 16516

    Hi 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!

    #410165

    don quixote
    Expired Member
    Post count: 667

    Never 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.
    Thanks

    #410217

    Kor
    Moderator
    Post count: 16516

    Hi Don,

    You can remove those by switching “Off” the option shown in the attached screenshot. Could you give it a try?

    Thanks!

    #410238

    don quixote
    Expired Member
    Post count: 667

    Got 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

    #410253

    Kor
    Moderator
    Post count: 16516

    Hi 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!

    #410280

    don quixote
    Expired Member
    Post count: 667

    I 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: Never

    #410302

    don quixote
    Expired Member
    Post count: 667

    I just realized that All the above displayed while I was signed-in as Adm.
    Visitors still see:
    User Links

    Bookmark
    Business Owner?

    Can this be set to display after the very last Field which for this Listing is “Serves Alcohol: Yes”:> right sidebar.

    #410326

    Kor
    Moderator
    Post count: 16516

    Hi 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!

    #410343

    don quixote
    Expired Member
    Post count: 667
    This reply has been marked as private.
    #410348

    Alex Rollin
    Moderator
    Post count: 27815

    Hello!

    Did you follow the instructions you posted? It says “….discard the changes…”.

    Let us know

    #410350

    don quixote
    Expired Member
    Post count: 667
    This reply has been marked as private.
    #410362

    Kor
    Moderator
    Post count: 16516

    Hi 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!

Viewing 15 posts - 1 through 15 (of 34 total)

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

Open Support Ticket