1. youreinlucknow
  2. Commercial Templates
  3. Wednesday, 26 September 2012
  4.  Subscribe via email
I'm using J51 Evolution template (great by the way) and I can not see the <hr/> in my articles.

I'm having the issue whether I use TinyMCE, JCK or JCE editors.

I've used Firebug to try finding the files to make the modifications I want to make (visible for one, preferably solid and black) but I can not find any "hr" anywhere in the template files.

Could you please help me find and fix this issue.?

Thanks,

Rob
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Rob

Would you have a URL to an example of your <hr> tag?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Well, I've used the various editors to insert the <hr> tag.

The code appears in the article like this: <hr />

It shows up as black in the back-end but when published it is not visible - although Firebug "sees it."

URL:
The site is off-line - under development.
I could set up admin rights for you if you think tat would help....
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
If you could it would be great. You can send any access details to info@joomla51.com

Thanks
Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks Rob

May I suggest adding the following to the Custom CSS field of your templates parameters..

[code type=css]hr {
border-bottom: 2px solid #000000;
height: 10px;
}[/code]

You can edit this to your own taste where #000000 is the line color, 2px the thickness and solid the state (solid/dashed/dotted/double).

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks for the quick reply and action.

I have zero knowledge of where to put the code you've suggested...."Custom CSS field of your templates parameters."

Could you tell me specifically where that is?

Thanks a bunch.

Rob
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Sure.. from your Joomla administration navigate to Extensions -> Template Manager -> J51_[YourTemplate] -> Custom CSS. In the given field, add the code and click save.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks so much Ciaran. Worked like a charm.

Cheers,
Rob
  1. more than a month ago
  2. Commercial Templates
  3. # 7
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!