×

Notice

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

TOPIC: Problem on YOOtheme Motion Template

Problem on YOOtheme Motion Template 14 years 6 months ago #7175

  • Chris Zurlinden
  • Chris Zurlinden's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 0
Hope you can give me a idea where to solve the following problem on display the Write Comment Link

Iam using SSlide-emotop with css-blackg

Rhuk Milkyway looks good
YooTheme Motion does not look good



I have looked in the components\com_comment\joscomment\templates\SSlide-emotop\css\css-blackg.css
#comment .sectiontableheader {
	height: 15px;
	line-height: 15px;
	color: white;
	padding: 2px;
	/*padding-bottom: 15px; /*edit chris*/
	/*background: url(../images/sectiontableheader.png);*/
	background: #3F3F3F;
	border: none;
}

i guess the problem might be in the css settings of YOOTheme, but i have no idea where to start, could you give me an idea.

Thanks

Problem on YOOtheme Motion Template 14 years 6 months ago #7176

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
could you give us an exact link to a page with joomlacomment and we could help you :)

Problem on YOOtheme Motion Template 14 years 6 months ago #7178

  • Chris Zurlinden
  • Chris Zurlinden's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 0
have pm to you the details

thanks :woohoo:

Problem on YOOtheme Motion Template 14 years 6 months ago #7185

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
you have to add 2 things to joomla css file so that it can look ok with your template.
in blackcss.css
find and change to this
#comment #CommentFormTitle {
color:white;
margin:0;
}
and
#comment .sectiontableheader {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#3F3F3F none repeat scroll 0 0;
border:medium none;
color:white;
height:15px;
line-height:15px;
margin:0;
padding:2px;
}

this should be all.
Cheers.

Problem on YOOtheme Motion Template 14 years 6 months ago #7193

  • Chris Zurlinden
  • Chris Zurlinden's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 0
Thanks for your fast and professional reply

The margin have been changed from your post to margin:0px;

Looks much better like this. Thanks



Now the only thing what does not look good is the title of the article. As soon as i klick on the Write Comment, article title is moving up.

Cheers Zurli
  • Page:
  • 1
Time to create page: 0.101 seconds