- This topic is empty.
-
AuthorPosts
-
September 19, 2013 at 2:53 am #150549
text0r
ParticipantHello 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:
And when I put it to show it on the module it comes like this:
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
September 19, 2013 at 3:03 am #150553Paulie_D
MemberI’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”?
September 19, 2013 at 3:41 am #150564text0r
ParticipantYes and I wan’t it next to it if possible!
September 19, 2013 at 3:47 am #150567Paulie_D
MemberThe 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.
September 19, 2013 at 4:49 am #150572text0r
ParticipantOkay 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?
September 19, 2013 at 5:03 am #150573Paulie_D
MemberIt’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?
September 19, 2013 at 5:11 am #150574text0r
ParticipantDon’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"/>
September 19, 2013 at 5:20 am #150575Paulie_D
MemberFrankly, 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).
September 19, 2013 at 5:23 am #150576text0r
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
September 19, 2013 at 10:01 am #150601text0r
Participantanyone ?:(
-
AuthorPosts
- The forum ‘Back End’ is closed to new topics and replies.