0
Welcome Guest! Login
0 items Join Now

Follow RocketTheme

  • Follow RocketTheme

    Posted 13 years 7 months ago
    • How can I have the same module that is on the rockettheme fromt page:


      Follow RocketTheme

      "Like Us" on Facebook
      "Follow Us" on Twitter
      "Watch Us" on YouTube
      "Follow Us" via RSS
      "Join" our Mailing List
  • Re: Follow RocketTheme

    Posted 13 years 7 months ago
    • Yes, I'm looking for the same thing. I like the box at the top of the RocketTheme homepage with the following icons like Facebook, Twitter, YouTube, etc. How can I get something like that on my site?

      Also looking for a really nice event calendar module.
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: Follow RocketTheme

    Posted 13 years 7 months ago
  • Re: Follow RocketTheme

    Posted 13 years 7 months ago
    • That link did not work. Any other ideas?
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: Follow RocketTheme

    Posted 13 years 7 months ago
    • Christopher Weger wrote:
      That link did not work. Any other ideas?

      Ah, probably because that forum is for active members...

      But the basic discussion in that thread:
      NZD - Jonathan wrote:
      It's made by an mod_custom module.
      You can easy make it yourself with just css + html knowledge and apply it into a new mod_custom module.
      Henning wrote:
      as Jonathan said ...
      that are just links in a custom htm-module ...
      You can even just copy the source and add some css.
      That will not be released as a standalone module.

      So, it's a custom HTML Module with images and hyperlinks for them.

      Somewhere Andy mentioned creating it in about five minutes, you should be able to do the same with a little experimentation.
    • Thanks,
      jim
    • Andy Miller's Avatar
    • Andy Miller
    • Preeminent Rocketeer
    • Posts: 9919
    • Thanks: 96
    • Web Kahuna

    Re: Follow RocketTheme

    Posted 13 years 7 months ago
    • Think i repeated this earlier, but the HTML was just this:
      <div class="social-block">
        <ul>
           <li class="facebook"><a href="http://www.facebook.com/RocketTheme">"<em>Like Us</em>" on Facebook</a></li>
           <li class="twitter"><a href="http://www.twitter.com/rockettheme">"<em>Follow Us</em>" on Twitter</a></li>
           <li class="youtube"><a href="http://www.youtube.com/user/RocketTheme">"<em>Watch Us</em>" on YouTube</a></li>
           <li class="rss"><a href="http://www.rockettheme.com/blog?format=feed&amp;type=rss">"<em>Follow Us</em>" via RSS</a></li>
           <li class="email"><a href="http://eepurl.com/b2jqb">"<em>Join</em>" our Mailing List</a></li>
        </ul>
      </div>​

      and the css was:
      /*social stuff */
      .social-block ul {margin:15px 0;padding:0;}
      .social-block li {list-style:none;margin:7px 0 0;padding:0;background:url(../images/social-icons.png) no-repeat;height:32px;}
      body #content-area .social-block a {display:block;height:32px;line-height:32px;font-size:14px;padding-left:50px;color:#999;}
      .social-block em {font-style:normal;color:#666;font-weight:bold;}
      .social-block .twitter {background-position:0 -40px;}
      .social-block .youtube {background-position:0 -80px;}
      .social-block .rss {background-position:0 -120px;}
      .social-block .email {background-position:0 -160px;}
  • Re: Follow RocketTheme

    Posted 13 years 6 months ago
    • thanks
  • Re: Follow RocketTheme

    Posted 13 years 6 months ago
    • I had to make a little change to the css to get it to line up right.
      /*social stuff */
      .social-block ul {margin:15px 0;padding:0;}
      .social-block li {list-style:none;margin:7px 0 0;padding:0 40px;background:url(../images/social-icons.png) no-repeat;height:32px;}body #content-area
      .social-block a {display:block;height:32px;line-height:32px;font-size:14px;padding-left:50px;color:#999;}
      .social-block em {font-style:normal;color:#666;font-weight:bold;}
      .social-block .twitter {background-position:0 -40px;}
      .social-block .youtube {background-position:0 -80px;}
      .social-block .rss {background-position:0 -120px;}
      .social-block .email {background-position:0 -160px;}
       
    • Dan P.'s Avatar
    • Dan P.
    • Sr. Rocketeer
    • Posts: 205
    • Thanks: 0

    Re: Follow RocketTheme

    Posted 13 years 1 week ago
    • Adamck's Avatar
    • Adamck
    • Elite Rocketeer
    • Posts: 546
    • Thanks: 2
    • Web Developer, IT Assistant, Graphics design, App Developer

    Re: Follow RocketTheme

    Posted 13 years 1 week ago
    • Dan, you have linked to a Forbidden 403 page :oops:
    • Kiss my RSS

Time to create page: 0.059 seconds