Page 1 of 3 123 LastLast
Results 1 to 10 of 74

Hybrid View

  1. #1
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    Default Re: Social Networking Sidebar

    Does anyone know this will work on the latest version 1.5?

  2. #2
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    Default Re: Social Networking Sidebar

    I would like to let everyone know that this mod will work on v1.5

  3. #3
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Social Networking Sidebar

    Hello :-)

    I just submitted a major update to this module including:

    • Added new html readme file

    • Moved inline styles to the includes/templates/YOUR_TEMPLATE/css/stylesheet_social_header.css file

    • Removed need to edit includes/templates/YOUR_TEMPLATE/common/html_header.php file

    • Moved files from sidebar directory to template override directories

    • Added Links/icons for Pinterest, Google Plus, and Blog

    • Fixed XHTML Validation Errors

    • Moved all hard coded images, urls, titles, and alt tags to a define file, includes/languages/english/extra_definitions/YOUR_TEMPLATE/social_sidebar_defines.php


    Click image for larger version. 

Name:	social_networking_sidebar.jpg 
Views:	1354 
Size:	24.6 KB 
ID:	11495

    See a live demo here:

    Social Networking Sidebar Demo

    Module Features:

    • Completely customizable--add links to any social media outlet

    • Sidebar stays visible at all times while users scroll your page

    • W3C Valid XHTML and CSS

    • Cross Browser Compatible

    • No changes to core files

    • Easy Installation

    • Detailed HTML readme file with written instructions and screenshots, and links to videos for the installation and customization steps.

    • Fully compatible with versions 1.3.8x, 1.3.9x, 1.5x. Would probably work with lower versions although it has not been tested.




    Please post any bugs or questions here.

    Thanks,

    Anne

  4. #4
    Join Date
    Apr 2012
    Posts
    127
    Plugin Contributions
    0

    Default Re: Social Networking Sidebar

    I did submit a post on your website Anne, but I think it might be better here for everyone visiting these forums. :-)

    Anyway like I said there, I have installed the addon and it is really lovely. I've even added my own buttons & links.

    I can NOT get two of the buttons to hide though. I have edited the CSS file in this directory:

    /includes/templates/(mytemplate)/css/stylesheet_social_sidebar.css

    I used the .facebook{display:none;} string you mention in your readme file so that I could remove the youtube & google plus icons.

    I tried this:

    .youtube-sh{display:none;}
    .google-sh{display:none;}

    I also tried it without the '-sh'. I added these on their own lines at the very bottom of the CSS file, a line under all of the other code.

    Am I doing something wrong? The buttons still show.

    My shop is here: http://meljensdesigns.com

  5. #5
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Social Networking Sidebar

    Quote Originally Posted by meljen View Post
    I did submit a post on your website Anne, but I think it might be better here for everyone visiting these forums. :-)

    Anyway like I said there, I have installed the addon and it is really lovely. I've even added my own buttons & links.

    I can NOT get two of the buttons to hide though. I have edited the CSS file in this directory:

    /includes/templates/(mytemplate)/css/stylesheet_social_sidebar.css

    I used the .facebook{display:none;} string you mention in your readme file so that I could remove the youtube & google plus icons.

    I tried this:

    .youtube-sh{display:none;}
    .google-sh{display:none;}

    I also tried it without the '-sh'. I added these on their own lines at the very bottom of the CSS file, a line under all of the other code.

    Am I doing something wrong? The buttons still show.

    My shop is here: http://meljensdesigns.com
    I am sorry about that! I will add these classes in the next package update. For now, if you want to remove the icons you can remove the code directly from the includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php file.

    So for youtube, remove this:

    Code:
    <a href='<?php echo YOUTUBE; ?>' target='_blank' title='<?php echo YOUTUBE_TITLE; ?>'><img src='<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.YOUTUBE_ICON ?>' class='soico' alt='<?php echo YOUTUBE_ALT; ?>' /></a>
    You can shorten the bar by adjusting the stylesheet_social_sidebar.css


    Thanks,

    Anne

  6. #6
    Join Date
    Dec 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: Social Networking Sidebar

    can you direct me to any sites that use the latest version of the social networking sidebar

    thank you

    jeff harrison
    harrisonbros######################

  7. #7
    Join Date
    Apr 2012
    Posts
    127
    Plugin Contributions
    0

    Default Re: Social Networking Sidebar

    You can see it in the left-hand side of my page. http://meljensdesigns.com

    I used the edits mentioned above.

  8. #8
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Social Networking Sidebar

    Quote Originally Posted by jeffharr View Post
    can you direct me to any sites that use the latest version of the social networking sidebar

    thank you

    jeff harrison
    harrisonbros######################

    You can also see it here:

    http://www.aydincoins.com

    THanks,

    Anne

  9. #9
    Join Date
    Jan 2008
    Location
    Memphis, USA
    Posts
    299
    Plugin Contributions
    0

    Default Re: Social Networking Sidebar

    I installed this mod and it looks great but when I edited includes/languages/english/extra_definitions/YOUR_TEMPLATE/social_sidebar_defines.php
    links, facebook,twitter & youtube takes me to a page not found on my site.
    Any ideas on what I need to do to fix this?

  10. #10
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Social Networking Sidebar

    Quote Originally Posted by coucho View Post
    I installed this mod and it looks great but when I edited includes/languages/english/extra_definitions/YOUR_TEMPLATE/social_sidebar_defines.php
    links, facebook,twitter & youtube takes me to a page not found on my site.
    Any ideas on what I need to do to fix this?
    It looks like you have some sort of conflict in some old template file that is overriding the current social_sidebar_defines.php. If you have installed anything by bling themes I would recommend removing the unused files in extra_definitions used by any bling theme.

    Thanks,

    Anne

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. social networking sidebar mod problems
    By bluelightnin6 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 10 Feb 2012, 11:31 PM
  2. Zen Cart and social networking?
    By wearethecure in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Mar 2010, 07:19 AM
  3. Adding business/social networking to site
    By NYsista872 in forum General Questions
    Replies: 2
    Last Post: 28 Oct 2009, 04:40 PM
  4. Social Networking Site Sidebox
    By Angkorthom in forum Addon Sideboxes
    Replies: 1
    Last Post: 21 Aug 2009, 12:44 PM
  5. AddThis Social Networking vs ZenId
    By gilby in forum General Questions
    Replies: 1
    Last Post: 9 Jul 2009, 06:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg