A few template issues

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Oct 28, 2012 1:54 am
Reply with quote
Report this post
Hi.

I have a few quick questions regarding issues with my template please. Sorry thought i'd do them together to save you time :)

1. I'm having a strange problem with one of the menus on my site.

If you look at
www.iletpropertymanagement.com/dev/j3/w ... r-business

you'll notice that when you hover over the 'my site name' menu and then hoover over a menu that the child of each menu does not display correctly. However if you go to any other tab on the main menu and look at the my site name' menu items again they all work fine.

It only happens viewing the 'add a business' located in the top toolbar menu and also the 'my favourites' and 'my reviews'

Very strange. Would you have any ideas please? I thought it might be something to do with the z index but not sure?

2. if I wanted to make just the 'my site name' menu in lowercase how could I do that please as it is assigned to the main menu like the others?

3. How would I make the logo lowercase as I can't find what's making it uppercase in Firebug

4. If you look at this page
www.iletpropertymanagement.com/dev/j3/w ... xtra-venue

you'll notice that under the venue title the button (compare, add media, write review etc) are all different sizes. This also happens further down the pages under maps with the 'get directions' button and after the first review with the 'comments', 'reply to the review' etc.. I've contacted jReviews who state this is a template issue - probably a bootstrap issue. Indeed when I change to the standard default Joomla template they all appear fine so it must be a GameNews template issue. Any ideas what's causing this and how I eliminate it please? Is it a bug?


Many thanks.
User avatar
Senior Boarder

teitbite
Mon Oct 29, 2012 10:57 am
Reply with quote
Report this post
Hi

1. I need a better explanation for that. What is displaying wrong ?

2. & 3. The font used for logo and menu has only an uppercased characters. You can change it in template settings.

4. Add this code to css:

Code: Select all
.jrSmall button {
    height: auto;
    font-weight: normal;
    text-transform: none;
}

.jrSmall input[type="checkbox"],
.jrSmall .checkbox, input[type="radio"], .radio {
    margin-top: 0 !important;
}
User avatar
Moderator

GK User
Mon Oct 29, 2012 9:01 pm
Reply with quote
Report this post
Hi.

Thanks for your reply.

1. Sure. If you click on this link
www.iletpropertymanagement.com/dev/j3/w ... r-business

and then hover over the 'my site name' menu in the main menu position and then hover over the 'profile' sub menu you'll notice that the child menu 'my profile' and 'edit profile' are transparent and that you can see the different menu underneath it. Do you know how to fix this please.

2 & 3. That's great, thanks.

4. Unfortunately that code doesn't work. From looking on Firebug it seems that the first two buttons have the class .jrButton.jrSmall and the second two have .jrButton, input.jrButton.

I'm really confused about this one as jReviews claim it's a template issue but I'm not sure why all buttons wouldn't appear the same size. I can change to the Joomla default template and it works fine. Any other suggestions please to fix this?

Many thanks for your help.
User avatar
Senior Boarder

teitbite
Tue Oct 30, 2012 11:08 am
Reply with quote
Report this post
Hi

This would be easier to solve when I will have an access to FTP so I'll be able to try my ideas right away, without it I can just guess, please add this to css:

Code: Select all
.gkMenu > ul > li > .childcontent .childcontent {
    z-index: 1000;
}


Template got a code for button defined and there is more styles to it than in jReviews code, so some are taken from jReview and rest from template. Anyway my code should work since it's adding missing styles to buttons overiding template style, but I do not see my code on the website. Did You added it ? Have You disabled css compression and cleared cache to be sure this code is used on the page ?
User avatar
Moderator

GK User
Tue Oct 30, 2012 9:57 pm
Reply with quote
Report this post
Hi. Thanks for your reply.

For some reason this new code doesn't work either. I've placed both suggested code pieces into my override.css and I know that my site is reading it due to the many other changes I've made via this file and that I can see them all on the front end.

It's just questions 1 and 4 that I'm having major trouble with please.

Do you have an email address I can send you the FTP details as I'm a little uneasy putting them on a public forum?

Many thanks for your continued help.
User avatar
Senior Boarder

teitbite
Wed Oct 31, 2012 2:42 pm
Reply with quote
Report this post
Hi

My mail is in footer of my every post. Please do not forget to add a link to this forum thread.
User avatar
Moderator


cron