Support Forum

  • Page:
  • 1

Plugin "jb type" does not work

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi, I entered plugin jb type: http://www.joomlabamboo.com/joomla-extensions/free-joomla-extensions/jb-type-joomla-typography-plugin

and I have two problems:
1 - I see the gray rectangle (blockquote template Moxy)
2 - Do not display quotes
Example:

Link my site:
http://www.vegetariani-roma.it/index.php?option=com_content&view=article&catid=69:banner-ava&id=164:5-per-mille&Itemid=299
  • linux's Avatar
  • linux
  • Free Extensions
  • 6 posts
  • Karma: 0
Last Edit: 14 years 3 days ago by linux.
The administrator has disabled public write access.
Hey there,

The template styles are overriding the plugin styles on this occasion.

The styles on line 26 of
www.vegetariani-roma.it/templates/rt_moxy_j15/css/typography.css
.body-light blockquote {
background:none repeat scroll 0 0 #F9F9F9;
border:1px solid #DDDDDD;
}

are overriding. Try comment these styles out. That should display it correctly.

Cheers,
Jason.
  • Jason D's Avatar
  • Jason D
  • 6 Month Developer
  • 2957 posts
  • 12 Thanks
  • Karma: 75
The administrator has disabled public write access.
Thanks for quick response.

This is the line 26 original of www.vegetariani-roma.it/templates/rt_mox...5/css/typography.css :
.body-light blockquote {background: #f9f9f9;border: 1px solid #ddd;}

This is line modified:
.body-light blockquote {background: none repeat scroll 0 0 #f9f9f9;border: 1px solid #ddd;}

The result is (does not work):
www.vegetariani-roma.it/index.php?option=com_content&view=article&catid=69:banner-ava&id=164:5-per-mille&Itemid=299
  • linux's Avatar
  • linux
  • Free Extensions
  • 6 posts
  • Karma: 0
The administrator has disabled public write access.
Hey,

You will need to comment that entire style. It is setting the background to none where as the plugin is attempting to add an image to the background.

Cheers,
Jason.
  • Jason D's Avatar
  • Jason D
  • 6 Month Developer
  • 2957 posts
  • 12 Thanks
  • Karma: 75
The administrator has disabled public write access.
The following user(s) said Thank You: linux
Thanks!
Very good, now everything works fine.

Resolved.
  • linux's Avatar
  • linux
  • Free Extensions
  • 6 posts
  • Karma: 0
The administrator has disabled public write access.
Glad to hear it. Good luck with the site :)

Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Hi,
excuse me i have the same problem.

I'm redoing the old site with the updated the same template
joomla! 1.5 (Moxy RocketLauncher J15) ---> joomla! 2.5 (Moxy RocketLauncher J25)

and the plugin JB_jbtype_J1.5_J2.5_1.5.10

In firefox appears the same line css:

.body-light blockquote {
background:none repeat scroll 0 0 #F9F9F9;
border:1px solid #DDDDDD;
}

path:
www.vegetariani-roma.it/vegetariani-roma4/templates/rt_moxy/css/typography.css

line 36

this is the css but when i search in typography.css the texts "blockquote" or "F9F9F9" there aren't , (please check)


I'm working in a subdirectory, this is the site:

www.vegetariani-roma.it/vegetariani-roma4/veganismo/vitamina-b12/499-b12,-intervista-al-dr-doug-graham-30.html


thanks
  • linux's Avatar
  • linux
  • Free Extensions
  • 6 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

I can see this in the typography.css line 36

.body-light blockquote {
background: none repeat scroll 0 0 #F9F9F9;
border: 1px solid #DDDDDD;
}

If you comment that out as above that will resolve the problem

Not sure if you are aware but the menu is dropping down to next line (on the forum)

Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I'm sorry but I was looking at the file template.css
instead of the file typography.css .......:pinch:

I'm sorry but I don't understand this phrases:

"If you comment that out as above that will resolve the problem

Not sure if you are aware but the menu is dropping down to next line (on the forum)"


I hope that is fine!


Thanks you very much!
  • linux's Avatar
  • linux
  • Free Extensions
  • 6 posts
  • Karma: 0
The administrator has disabled public write access.
You can disable that section of css by using /* css comments */ , like this:

/*
.body-light blockquote {
background: none repeat scroll 0 0 #F9F9F9;
border: 1px solid #DDDDDD;
}
*/
  • Seth's Avatar
  • Seth
  • Moderator
  • 8358 posts
  • 225 Thanks
  • Karma: 202
The administrator has disabled public write access.
FYI

Regarding dropping to second line see attachment

Just thought you should be aware

Good luck with the site
Attachments:
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The menù is ok now.

Thanks again for the help!
  • linux's Avatar
  • linux
  • Free Extensions
  • 6 posts
  • Karma: 0
The administrator has disabled public write access.
Thanks for posting back!
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers