Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End button

  • This topic is empty.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #150549
    text0r
    Participant

    Hello I need help to have the same button or just text next to the login button.. I’m using community builder and when I have lost password to hide on homepage it comes like this:

    http://puu.sh/4piHy.jpg

    And when I put it to show it on the module it comes like this:

    http://puu.sh/4piFI.jpg

    How can I make it so it comes next to the register button? like on the first image

    I probably need a CSS code for this but don’t know how to I tried a few things but didn’t work out well.

    It’s Joomla btw.

    Also on this http://puu.sh/4uYre.png

    as you can see its out of the box how can i make that good? the website is voetbaltr.nl

    #150553
    Paulie_D
    Member

    I’m a little confused about what it is you want to do.

    Is it that the word “Regsitreren” should also be a button like “Login”?

    #150564
    text0r
    Participant

    Yes and I wan’t it next to it if possible!

    #150567
    Paulie_D
    Member

    The log-in button is an actual input but the registration is just a link.

    As this is Joomla, I think you would need to edit the theme (much like WordPress / Drupal) so if you cannot do this yourself you would need to speak to the developer.

    #150572
    text0r
    Participant

    Okay thanks do you know this: Also on this http://puu.sh/4uYre.png

    as you can see its out of the box how can i make that good?

    #150573
    Paulie_D
    Member

    It’s not out of it’s box…the box does not have a border

    <div class="poll" style="border:none; padding:1px;">
    

    This is odd though

    <div class="latest_videos_top">Poll</div>
    

    Latest videos?

    #150574
    text0r
    Participant

    Don’t know I just copied that from the other module I had :( So shud I changed latest video to this for the poll:

    Poll

    ?

    What I currently have:

    `<?php if ($this->countModules('poll')){ ?>  
        <div class="latest_videos_top">Poll</div>  
        <jdoc:include type="modules" name="poll"   />
          <img src="images/rated_bottom_bg.png" alt="" class="marg-bottom3"/>
    
    #150575
    Paulie_D
    Member

    Frankly, I don’t think this is a CSS issue precisely, I think this is a theming / PHP issue.

    I don’t even know what the class latest_videos_top does.

    I do think the word “Poll” should be in a text tag (like a heading tag or span).

    #150576
    text0r
    Participant

    .latest_videos_top {
    background: url(../images/rated_top_area.jpg) no-repeat;
    width: 325px;
    height: 35px;
    line-height: 35px;
    padding-left: 17px;
    font-size: 15px;
    color: #ffffff;
    font-family: tahoma;
    position: relative;
    }

    I have this in it

    #150601
    text0r
    Participant

    anyone ?:(

Viewing 10 posts - 1 through 10 (of 10 total)
  • The forum ‘Back End’ is closed to new topics and replies.