After Installation CSS crash

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Mon Jul 01, 2013 11:20 pm
Hi there,
I ve got a CSS crash after upgrade... CSS doesnt work for me anymore...
User avatar
Junior Boarder

GK User
Tue Jul 02, 2013 8:24 am
Could You post an url to your site?
User avatar
Moderator

GK User
Tue Jul 02, 2013 1:08 pm
Site is offline... sent you message to have a look on it:)
User avatar
Junior Boarder

GK User
Wed Jul 03, 2013 7:36 am
I seems not all files overrides while installing tempalte.
Please try to login via ftp, backup gk_music to your local desktop, then remove folder completely and upload one from unzipped template file downloaded from our site (gk_music_J!25.zip)
User avatar
Moderator

GK User
Wed Jul 03, 2013 12:35 pm
Cyberek wrote:I seems not all files overrides while installing tempalte.
Please try to login via ftp, backup gk_music to your local desktop, then remove folder completely and upload one from unzipped template file downloaded from our site (gk_music_J!25.zip)


Ok I did it like you said. CSS works now.

BUT NOW I cant see many pictures or avatars in JS Community or in other components of joomla.

I controlled in FTP Images are still in the right files with the right rights...

Whit another template all pictures are visible but not with music template...

Need URGENT HELP as my Site is too long offline:(
User avatar
Junior Boarder

GK User
Wed Jul 03, 2013 2:11 pm
Have You upgraded only template or something else also?
Ps - I've asked more advanced developer to help with this problem.
User avatar
Moderator

GK User
Wed Jul 03, 2013 3:42 pm
Only template and the plugins of gk music till now...
User avatar
Junior Boarder

teitbite
Thu Jul 04, 2013 12:28 pm
Hi

I think it's because of a conflict with other extension. Can You please unpubish couple of modules and check? I know for sure a google translator module was causing such issue.
User avatar
Moderator

GK User
Thu Jul 04, 2013 2:30 pm
Ok, this is getting really confuse...

The reason after update of the template why not every picture is getting loaded is caused by the plugin : System - mmBackground Free

which I use for the background full size image...

When I unpublish/ deactivate it I see all my missing pictures but then my AJAX live search show the results behind the menu...
User avatar
Junior Boarder

GK User
Thu Jul 04, 2013 8:13 pm
Hi,

now I changed the background plugin which caused the missing pictures...

Unfortunatly, there are still more CSS-Problems:

- Some Modules shown behind the mainmenu of GK Music... (see attachment)
- Page Navigation seems not that good please look attachment
- Jomsocial Message Pop-Up Buttons are too high and in the textarea (look attachment)
- Jomsocial Friendsrequest Buttons are also too high (look attachment)

Please help me to fix those problems, as website is offline since upgrade of template:(
User avatar
Junior Boarder

teitbite
Sat Jul 06, 2013 12:07 am
Hi

No problem. Please tell me an url to each of this problems and I'll tell You how to fix them.
User avatar
Moderator

GK User
Sat Jul 06, 2013 3:03 am
teitbite wrote:Hi

No problem. Please tell me an url to each of this problems and I'll tell You how to fix them.


Thx, send you a private message with links to each problem...

Hope you can help me
User avatar
Junior Boarder

teitbite
Sat Jul 06, 2013 11:14 pm
Hi

Here is a part of the css fixes.

Code: Select all
#search-results321,
.pwebcontact.default.light,
.pwebfblikebox.slidebox.pwebfblikebox-radius.pwebfblikebox-left {
z-index: 10000;
}

.vevcat table ul li {
    display: inline;
    height: 20px;
    line-height: 20px;
    margin: 0 0 0 10px !important;
    padding: 0 0 0 10px !important;
}

#cWindowAction {
    position: relative;
}


I'm not sure about pagination solution I've presented. I cannot recognize the extension used on mentioned page and there is no clear css selector in it.
User avatar
Moderator

GK User
Sun Jul 07, 2013 3:43 am
Thanks your GREAT it worked for me. Page navigation and Jomsocial problems seems to be fixed.

Only one important thing left.

Your solution fixed the Facebook module BUT when I search "ajax live search" or when I click on the button "Event hinzufügen" on the right side, then they are still behind the menu...

Can you help me to fix those behind mainmenu problems too please?
User avatar
Junior Boarder

GK User
Mon Jul 08, 2013 11:40 pm
Need help for the problem with the mainmenu ...

Ajax live search results and "Event hinzufügen" Pop up shown behind the main menu...

Please need urgent help :shock:
User avatar
Junior Boarder

teitbite
Wed Jul 10, 2013 2:54 am
Hi

Sorry for delay. There is more work than ever on the forum right now :)

Try using this code:

Code: Select all
#gkMainMenu {
    z-index: 99;
}
User avatar
Moderator

GK User
Wed Jul 10, 2013 11:30 am
teitbite wrote:Hi

Sorry for delay. There is more work than ever on the forum right now :)

Try using this code:

Code: Select all
#gkMainMenu {
    z-index: 99;
}


I add this code to template.css but unfortunatly it doesnt work for me :(
User avatar
Junior Boarder

GK User
Thu Jul 11, 2013 11:39 am
I fixed it. Had just to remove the z-index in the mainmenu css....

But there are always other bugs.

- Jomsocial user menu with the stars are displaced and not in one line see attachement

- Jomsocial Friendsrequest of user seems also not right (see attachement)

Please help me to fix those problems.

The upgrade take me too much time as my site is more than one week offline :((
User avatar
Junior Boarder

teitbite
Sun Jul 14, 2013 3:15 am
Hi

Ok. I'll take care of this as well. Please just send instructions what to do to see it with an url to the problem and where to click.
User avatar
Moderator

GK User
Sun Jul 14, 2013 12:54 pm
teitbite wrote:Hi

Ok. I'll take care of this as well. Please just send instructions what to do to see it with an url to the problem and where to click.


Hi,

just send you an private message with the url

hope you can help me:(
User avatar
Junior Boarder

teitbite
Tue Jul 16, 2013 3:12 am
Hi

Fix for the second problem:

Code: Select all
#cWindowContent .jsNotificationContent.jsNotificationHasActions {
    margin-right: 190px;
}

#cWindowContent .jsNotificationActions {
    width: 190px;
}


What browser are You looking it in. Looks fine when I try in couple of browsers.
User avatar
Moderator

GK User
Tue Jul 16, 2013 2:47 pm
Thx... worked:)

I have the stars problem only with chrome
User avatar
Junior Boarder

teitbite
Thu Jul 18, 2013 6:32 am
Hi

Now I can see. Add this to css:

Code: Select all
#community-wrap .submenu li a {
    display: block;
    line-height: 20px;
    margin: 0 4px;
}
User avatar
Moderator

GK User
Thu Jul 18, 2013 1:09 pm
Thx...

Now I have another problem.

When I click on the login module (in chrome browser) link the pop-up is open but I cant close it...

I have to refresh...

Please help me... :/
User avatar
Junior Boarder

teitbite
Sat Jul 20, 2013 2:41 am
Hi

Ok. This time I have no idea. Please send me an ftp access. I'll pass this to programmers.
User avatar
Moderator


cron