test
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • sharpdome Friend
    #161095

    How do I make buttons like on the bottom of the page on the JA Social demo under Button & Tags Style?

    http://template.joomlart.com/ja_social/index.php?option=com_content&view=article&id=49&Itemid=54

    I try to view source and can’t seem to find the code.

    aman204 Friend
    #380003

    <em>@sharpdome 225844 wrote:</em><blockquote>How do I make buttons like on the bottom of the page on the JA Social demo under Button & Tags Style?

    http://template.joomlart.com/ja_social/index.php?option=com_content&view=article&id=49&Itemid=54

    I try to view source and can’t seem to find the code.</blockquote>

    These button styles can be easily embedded by using typo plugin which can be downloaded from here::

    http://www.joomlart.com/forums/downloads.php?do=file&id=1318

    Guide on usage::

    http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides

    sharpdome Friend
    #380130

    That’s great, thank you!

    Another question. I now have a button that I am placing in a standard Custom HTML (mod_custom) module. I don’t want the normal white JA Social white module background. I just want the button and its text. How do I disable the white background of a module in just the user1 position?

    Also, how would I center the button? I’m trying to wrap it with various text-align: center tags but they are being over ridden/ignored.

    Finally, how can I increase the size of the button icon/text? If I wrap the button in h1 or h2 then it becomes bigger but there is a break in the button color.

    Thanks for your help!

    Saguaros Moderator
    #380180

    You add the following code into the template.css file:

    #ja-content-top div.ja-moduletable, #ja-content-top div.moduletable {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow:0 0 0;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    }

    #ja-content-top .column {
    background: none!important;
    border: 0!important;
    }

    #ja-content-top .button-img span {
    font-size:130%
    }

    sharpdome Friend
    #380606

    That’s a little better but didn’t totally work. 🙂

    The rounded corners are gone and the text is bigger but (1) the padding is still there, (2) the white background is still there and (3) the buttons aren’t centered in the middle of the user1, user2, user 3 positions. 🙂

    sharpdome Friend
    #380797

    OK, I was able to get rid of (1) the padding and (2) the white background, but I’m still having problems with (3) centering the buttons.

    How can I center the buttons inside the modules? :((

    aman204 Friend
    #380880

    <em>@sharpdome 226950 wrote:</em><blockquote>OK, I was able to get rid of (1) the padding and (2) the white background, but I’m still having problems with (3) centering the buttons.

    How can I center the buttons inside the modules? :((</blockquote>

    Can you provide a link to your site so as to give you code reference which you can update to get desired result

    sharpdome Friend
    #380937

    I just sent you a PM with a link to the development site. Thank you!

    aman204 Friend
    #380946

    You can wrap in code reference ::

    <a href=”/index.php?option=com_jajobboard&view=jauserregister&layout=regjobseekerform&Itemid=9999″ class=”button-img but-blue”><span class=”icon icon-signup”> </span><span>Register as Teacher?</span></a>

    like this::

    <div style=”margin: 0 auto; width: 210px;”><a href=”/index.php?option=com_jajobboard&view=jauserregister&layout=regjobseekerform&Itemid=9999″ class=”button-img but-blue”><span class=”icon icon-signup”> </span><span>Register as Teacher?</span></a></div>

    and then, adjust width value accordingly. The code can be seen with editor turned off in global configuration

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 3 voices, and was last updated by  aman204 13 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum