×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: remove "powered by..." ?

remove "powered by..." ? 14 years 8 months ago #6009

  • Ghali
  • Ghali's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 28
  • Thank you received: 0
so I go to my css template that I choose and did the following, for some reason it changes the color from black to blue. I did paste the #poweredby { display:none; } at the bottom of the css, dont know if that matter or not.


.comment_preview div:hover {
color: white;
background-color: #253F67;
}
#comment .josc_ads {
text-align: center;
}

#poweredby { display:none; }

remove "powered by..." ? 14 years 8 months ago #6016

  • JonusC
  • JonusC's Avatar
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 785
  • Thank you received: 48
As listed on the FAQ at compojoom.com/faq/28-remove-qpowered-byq-.html you should only have to set display:none on the #poweredby class. The other changes are not necessary, try going back to the original stylesheet backup and having just that one change. If it still doesn't work, I think Daniel might need to update the FAQ entry as it might have changed.

remove "powered by..." ? 14 years 8 months ago #6023

  • Ghali
  • Ghali's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 28
  • Thank you received: 0
JonusC wrote:

you should only have to set display:none on the #poweredby class.


where do i find it? wat template? i search for the powerded by in template css and i did not find it. but i did in html!

remove "powered by..." ? 14 years 8 months ago #6024

  • JonusC
  • JonusC's Avatar
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 785
  • Thank you received: 48
You said you already added it I thought? :P
#poweredby { display:none; }
Pasting that to the end of the .css file you have selected in the backend should be enough to hide the "Powered by JoomlaComment". If it still doesn't work then we have a bug and we can take the next step to find it :)

EDIT: The reason why it's blue is because you set background-color: #253F67; which is a dark-dim-blue similar to the blue in my avatar on the right. If you have a link to the page PM it to me (or share it public, up to you) and I can take a look.

remove "powered by..." ? 14 years 8 months ago #6051

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
I plan to change the things around powered by. In version RC you will be able to remove this from the template - of course I will be happy to get a donation, but it is not obligatory :)

remove "powered by..." ? 14 years 8 months ago #6071

  • Ghali
  • Ghali's Avatar
  • Visitor
  • Visitor
sweet, thanks Dani

remove "powered by..." ? 14 years 8 months ago #6082

  • Ghali
  • Ghali's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 28
  • Thank you received: 0
I will defintely donate to the site, you are doing a fantastic Job!

remove "powered by..." ? 14 years 7 months ago #6284

  • bplumb
  • bplumb's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
Hi all! I have added #poweredby { display:none; } to 'Templates/Modern/CSS/Standard' file but it still displays the 'powered by' link underneath the comments box.

Does anyone know what this could be?

Cheers!

remove "powered by..." ? 14 years 7 months ago #6286

  • Ghali
  • Ghali's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 28
  • Thank you received: 0
Hi Bplumb,

yes you can hide it, if you go to your template css file and on the bottom add the following :
#poweredby { display:none; }

it should hide it

remove "powered by..." ? 14 years 7 months ago #6287

  • bplumb
  • bplumb's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
Hi Ghali,

I have done this, but still no hiding...very strange...any other ideas? :S

remove "powered by..." ? 14 years 7 months ago #6288

  • Ghali
  • Ghali's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 28
  • Thank you received: 0
can you send me the css code you have? are you modifying the css from joomla admin or from ftp?

remove "powered by..." ? 14 years 7 months ago #6291

  • bplumb
  • bplumb's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
Hi,

Here is the CSS for the template. Should be as normal but with the extra line at end...

/*styling the comment form */
#joomlacommentsearch fieldset,
#joomlacommentform fieldset {
margin: 0 0 0.5em 0;
padding: 0.5em;
border: solid 1px #CCCCCC;
background: #f8f8f8;
}

#comment form#joomlacommentform fieldset fieldset div a {
background: none;
}

#joomlacommentform {
text-align: left;
}
#joomlacommentform legend {
font-weight: bold;
}
#joomlacommentform fieldset fieldset legend {
font-weight: bold;
color: #999999;
font-size: 1em;
}
#joomlacommentform fieldset legend#CommentFormTitle {
color: #000000;
background: #F8F8F8;
font-size: 1.2em;
}
#joomlacommentform label {
float: left;
width: 8em;
font-weight:bold;
color: #000;
margin: 0;
}

#joomlacommentform input {
width: 300px;
border: 1px solid #CCCCCC;
}
#joomlacommentform input#temail {
width: 198px;
}
#joomlacommentform input#ttile {
width: 328px;
}
#joomlacommentform input#security_try {
float: left;
width: 100px;
margin-top: 3px;
}
#joomlacommentform textarea {
width: 400px;
height: 200px;
border: 1px solid #CCCCCC;
}

#joomlacommentform input.button,
#joomlacommentform input.button:hover,
#joomlacommentform input.button:focus {
width: 50px;
}
div#captcha {
float: right;
}
div#security {
width: 220px;
}

#joomlacommentform input:focus,
#joomlacommentform textarea:focus {
background: #FFFFCC;
border: 1px #FFC45F dotted;
}

#joomlacommentform div {
margin: 2px;
}

#emoticons {
padding-left: 8em;
}
.emoticon {
padding: 2px 1px;
}

/* Voting section */
#comment ul.voting {
list-style: none;
padding: 0;
margin: 0px;
}
#comment ul.voting li {
float: right;
margin: 0px;
padding: 0px;
background: none;
}
#comment ul.voting a {
display: block;
}
#comment a.voting_yes:link, #comment a.voting_yes:visited {
color: #3C922F;
font-weight: normal;
background: url(../images/voting_yes.png) #EEF9EB no-repeat;
border: 1px outset #3C922F;
padding: 2px 4px 2px 20px;
white-space: nowrap;
float: left;
line-height: 10px;
text-decoration: none;
}
#comment a.voting_yes:hover {
color: #3C922F;
font-weight: normal;
background: url(../images/voting_yes.png) #FFFFFF no-repeat;
border: 1px outset #3C922F;
padding: 2px 4px 2px 20px;
white-space: nowrap;
float: left;
line-height: 10px;
text-decoration: none;
}
#comment a.voting_no:link, #comment a.voting_no:visited {
color: #AE3738;
font-weight: normal;
background: url(../images/voting_no.png) #F9EBEB no-repeat;
border: 1px outset #AE3738;
padding: 2px 4px 2px 20px;
white-space: nowrap;
float: left;
line-height: 10px;
text-decoration: none;
}
#comment a.voting_no:hover {
color: #AE3738;
font-weight: normal;
background: url(../images/voting_no.png) #FFFFFF no-repeat;
border: 1px outset #AE3738;
padding: 2px 4px 2px 20px;
white-space: nowrap;
float: left;
line-height: 10px;
text-decoration: none;
}

/* Menu */
div#comment ul {
list-style-type: none;
margin: 0;
padding: 0;
}

.josc_clear {
clear:both;
}

/* comment boxes */
#comment #Comments ul {
list-style-type: none;
list-style-position: outside;
margin: 0px;
padding: 0px;
}

#comment #SearchResults ul li.post,
#Comments ul li.post {
border: 1px solid #677791;
margin: 5px 0px;
padding: 0px;
background: #FFF;
}

#comment #SearchResults .postinfo,
#Comments .postinfo {
float: right;
}
#Comments ul li.post div.postfooter {
background-image: url(../images/dot.gif);
background-repeat: repeat-x;
padding: 2px 5px;
clear:both;
color: #000000;
}
#Comments ul li.post div.postfooter span a {
color: #135CAE;
text-decoration: none;
}
#Comments ul li.post div.postfooter span a:hover,
#Comments ul li.post div.postfooter span a:focus {
color: #0B3768;
background: none;
text-decoration: underline;
}
#comment #SearchResults ul li.post div.posthead,
#Comments ul li.post div.posthead {
padding-bottom: 2px;
color: #FFFFFF;
background: transparent url(../images/head.png) repeat scroll 0 0;
vertical-align: middle;
}
#comment #SearchResults ul li.post div.postcontent,
#Comments ul li.post div.postcontent {
color: #505367;
background: transparent url(../images/body2.gif) repeat-x scroll 0 0;
padding: 5px;
}
#comment .comment_content {
overflow: auto;
margin-bottom: 5px;
text-align: justify;
}
#comment #SearchResults ul li.post span.comment_by {
padding-left: 5px;
}
#Comments ul li.post div span.username {
background: url(../images/user.png);
background-repeat: no-repeat;
background-position: 2px 2px;
padding-left: 21px;
}
#Comments ul li.post div span.username a {
padding-top: 1px;
color: #FFFFFF;
}
#Comments ul li.post div.posthead span.postinfo .postnotify0 {
background-image:url(../images/mailred.jpg);
background-position: 2px 2px;
background-repeat:no-repeat;
padding-left:16px;
padding-right: 5px;
}
#Comments ul li.post div.posthead span.postinfo .postnotify1 {
background-image: url(../images/mailgreen.jpg);
background-position: 2px 2px;
background-repeat:no-repeat;
padding-left:16px;
padding-right: 5px;
}
#Comments .postdate {
color:#FFFFFF;
font-size:0.9em;
font-weight:normal;
height:20px;
padding: 0 5px 5px 5px;
vertical-align:top;
}

/* Navigation */
#comment #joscPageNav {
text-align:center;
padding: 2px;
}
#comment #joscPageNav #joscPageNavNoLink,
#comment #joscPageNav #joscPageNavLink {
text-align:center;
}

#comment #joscPageNav a {
color: #135CAE;
text-decoration: none;
}
#comment #joscPageNav a:hover,
#comment #joscPageNav a:focus {
color: #0B3768;
background: none;
text-decoration: underline;
}
#JOSC_busypage {
float: left;
}

/* quote*/
#comment .quote {
text-align: center;
margin-bottom: 8px;
margin-left: 8px;
margin-right: 8px;
}
#comment .genmed {
color: #505367;
text-align: left;
padding-left: 8px;
padding-bottom: 1px;
}
#comment .quotebody {
color: #505367;
border: 1px #CCCCCC solid;
background: white;
text-align: justify;
padding: 8px;
}
#comment .code .genmed{
padding-left: 29px;
}

#comment .josc_ads {
text-align: center;
}

/* comment avatar */
#comment .comment_avatar {
float: left;
padding: 0px 5px 5px 0px;
}

.comment_preview_container {
border: 1px #677791 solid;
margin: 8px;
}
.comment_preview {
padding: 4px;
text-align: left;
border: 1px #CCCCCC solid;
font-size: 0.9em;
background-color: #F5F5F5;
cursor: pointer;
}

#comment .hide {
color: #AAAAAA;
display: inline;
}

#comment .postemoticon {
vertical-align: -50%;
padding: 0;
margin: 0;
}

#comment #joomlacommentform img {
padding: 0;
margin: 0;
border: none;
}

#comment .postusertype {
padding: 2px 2px 0 2px;
}
#comment div#CommentMenu {
margin: 0px;
padding: 0px;
background: url(../images/head.png);
border: 1px solid #677791;
overflow: auto;
line-height: 18px;
color: #FFFFFF;
font-weight: bold;
}

#comment div.josc_buttons {
float: right;
}
#comment div#comments_info {
float: left;
padding-left: 5px;
}

#comment div.josc_buttons ul li {
display: block;
float:left;
border-left: 1px solid #135CAE;
border-right: none;
border-bottom: none;
border-top: none;
cursor: pointer;
margin: 0;
padding: 0;
}

#comment div.josc_buttons ul li a {
text-decoration: none;
padding: 2px 5px;
color: #FFFFFF;
font-weight: bold;
}

#comment div.josc_buttons ul li a:hover {
background: #135CAE;
}
#poweredby { display:none; }

remove "powered by..." ? 14 years 7 months ago #6292

  • Ghali
  • Ghali's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 28
  • Thank you received: 0
and you did select this to be your default template? right?

remove "powered by..." ? 14 years 7 months ago #6293

  • bplumb
  • bplumb's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
yeah,

remove "powered by..." ? 14 years 7 months ago #6294

  • Ghali
  • Ghali's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 28
  • Thank you received: 0
go ahead and choose different template and put the code and give it a try

remove "powered by..." ? 14 years 7 months ago #6305

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
open the template and delete {poweredby}{/poweredby}

Don't forget to make a donation :D
  • Page:
  • 1
Time to create page: 0.151 seconds