Share Boxes issue

This topic contains 12 replies, has 3 voices, and was last updated by  Joy 8 years, 4 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #63155

    Joy
    Buyer
    Post count: 1076

    The share boxes doesn’t seem to work properly in Firefox. The logos don’t appear for some reason – except for Google Plus. I’ve attached a screenshot for you to review. This screen shot is from your demo site.

    Can I replace the logos with font awesome icons or my own images? They are universal so I’m sure it would load just fine across all browsers.

    Thank you.

    #63187

    Guust
    Moderator
    Post count: 29970

    Can you post your URL and admin details in a private reply please so we can check.
    We cannot debug pictures.

    #63264

    Joy
    Buyer
    Post count: 1076

    Sure, but the picture is a screenshot of your own demo site. I’ll send my creds in the following message. Thank you.

    #63265

    Joy
    Buyer
    Post count: 1076
    This reply has been marked as private.
    #63273

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    I see them all on both our demo and your website (with both firefox and chrome).

    Please try to clear your browser cache.

    These are official widgets (iframes) from their resepctive websites (facebook, google+ and twitter), they can’t be replaced by fontawesome icons. There is no way to style them. You can only hide them if you don’t like them…

    Thanks

    #63280

    Joy
    Buyer
    Post count: 1076

    Very strange. I still don’t see them and I’ve cleared the cache and viewed on three different computers. It shows up fine on my mobile device though.

    Can the “share” icon be adjusted at all?

    #63288

    Paolo
    Site Admin
    Post count: 31206

    These are official widgets (iframes) from their resepctive websites (facebook, google+ and twitter), they can’t be replaced by fontawesome icons. There is no way to style them. You can only hide them if you don’t like them…

    Thanks

    #63311

    Joy
    Buyer
    Post count: 1076

    I tried to restart my computer and cleared the cache but I’m seeing the same effect. How can I remove/edit the sideboxes? From what I see I am only able to adjust the widgets below the listing information – how can I adjust the shareboxes above to use an alternate sharing option?

    #63314

    Joy
    Buyer
    Post count: 1076

    Also, how can I place something between the listing gallery and information boxes? I am using the Kleo theme and would like to place their social share function in between if possible – as well as remove the sharing sideboxes.

    Thank you.

    #63315

    Joy
    Buyer
    Post count: 1076

    Nevermind, I found support on this from the Kleo forums. If anyone else is interested and is using the Kleo theme. This is the function:

    
    
    add_action('geodir_details_main_content', 'add_social_sharing', 35);
    function add_social_sharing() {
        get_template_part( 'page-parts/posts-social-share' );
    }
    #63338

    Joy
    Buyer
    Post count: 1076

    I ended up removing both of the share boxes since I replaced with the Kleo social sharing. If anyone is interested in removing the share boxes, add the following to your child style.css file:

    
    
    .geodir-details-sidebar-social-sharing {
        display: none;
    }
    
    .geodir-details-sidebar-sharethis {
        display: none;
    }
    #63448

    Paolo
    Site Admin
    Post count: 31206

    Just FYI, there are options to hide them in GeoDirectory >> Design >> Detail.

    Thanks for sharing anyway 🙂

    #63450

    Joy
    Buyer
    Post count: 1076

    LOL. Okay, thank you.

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