-
AuthorPosts
-
ger12 Friend
ger12
- Join date:
- May 2012
- Posts:
- 185
- Downloads:
- 7
- Uploads:
- 0
- Thanks:
- 62
- Thanked:
- 8 times in 1 posts
May 22, 2012 at 4:17 am #177377Hi, recently i update from Joomla 1.6 to 2.5.4
and appear that on the site:
Fatal error: Cannot instantiate abstract class JDatabaseQuery in /home/eu000038/public_html/plugins/system/jat3/jat3/core/joomla/modulehelper.php on line 292
How can i fix it? :((
I have all the site complete and running one year ago, but this upgrade complicate my life.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
ger12 Friendger12
- Join date:
- May 2012
- Posts:
- 185
- Downloads:
- 7
- Uploads:
- 0
- Thanks:
- 62
- Thanked:
- 8 times in 1 posts
May 23, 2012 at 1:27 pm #454528I love you 🙂
ger12 Friendger12
- Join date:
- May 2012
- Posts:
- 185
- Downloads:
- 7
- Uploads:
- 0
- Thanks:
- 62
- Thanked:
- 8 times in 1 posts
May 23, 2012 at 1:58 pm #454531Everything work ok, but the rigth module now show the items too small.
How can i enlarge?:-[
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 24, 2012 at 8:44 am #454658Hi ger12,
you open the file of templates/your_template/css/template.css and adding this css
.column ul li {
font-size:120% !important;
}
i hope it help !ger12 Friendger12
- Join date:
- May 2012
- Posts:
- 185
- Downloads:
- 7
- Uploads:
- 0
- Thanks:
- 62
- Thanked:
- 8 times in 1 posts
May 24, 2012 at 7:04 pm #454758Hi sherlock, thank you again, but i dont want ul li
I just want to show some normal font size in that module:
HTML Code:
.column ul li {
font-size:120% !important;
}Dont work fain because look what happen whit the another module on rigth like this CB login, increase the font too.
I just want to show the module without ul li and visible font.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 25, 2012 at 2:00 am #454808Hi ger12,
if you want to increase the font-size for only this module you can go to the module back-end, there under the “Advanced Options” panel you would enter a class suffix for the module into the field of Module Class Suffix , I have done that for you, I entered there _mod145, now you can try with this css
div.moduletable_mod145 li{
font-size:150% !important;
}Let me know if this help !
1 user says Thank You to Sherlock for this useful post
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 25, 2012 at 7:25 am #454850Hi ger12,
You can also try this solution that would help for all modules with the same problem
Just open the file templates/ja_graphite/css/template.css and adding this css at it’s bottom
ul li h6 { font-size: 100%; marign: 0; } -
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by Sherlock 12 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum