problem with positions on music city template

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Apr 09, 2013 8:51 pm
problem with positions on music city template

hello

i am having some old issue here on my template,,, MUSIC CITY << www.yovibe.com
in the frontpage : every-time i try to add << COMMUNITY - HELLO ME << module in Login position,,,the whole page gets messed up,,what i mean with messed up is the header and social icons disappear all ,,
if you want to see it by yourself,,please do let me know so i can give u the access to test it by yourself,,
i am on the final steps so to speak to set a nice frontpage,,but i need to add Login and since there's an option like in the demo http://demo.gavick.com/joomla25/musicity/ allows you to add LOGIN & REGISTER up next to social icons,,please help me thanks :)
User avatar
Expert Boarder

teitbite
Wed Apr 10, 2013 12:56 am
Hi

Please send me this access.
User avatar
Moderator

GK User
Wed Apr 10, 2013 6:51 am
i just did send you the access infos :) thank you
User avatar
Expert Boarder

teitbite
Thu Apr 11, 2013 5:50 pm
Hi

Can You please tell me what I have to do to see the problem ? I've tried couple of thing but site is always fine.
User avatar
Moderator

GK User
Thu Apr 11, 2013 10:37 pm
hello

look at the photo that i took of the site when the Login Module in enabled in Login position

Image

this is what i see in the frontpage :),,,the full image ,,,i mean the top ,,,

the logo doesn't appear ,,,neither Login or social icons,,thats the problem
the login module is taking over the header space : thats why :
the logo doesn't appear ,,,

please take a look at it again,,,and do please take a picture of my site front-page and post it here like i did ,,,just to clear things out ,
i want to see if this problem is only from my part or just a general issue

Best Regard
User avatar
Expert Boarder

teitbite
Sat Apr 13, 2013 7:58 am
Hi

I must have done something wrong while publishing the module, because now I can see what You mean. The problem is one class in community style.

Please edit file http://thetalentedsociety.com/component ... module.css and replace the class from the first line to:

Code: Select all
.clear {
    clear: both;
}
User avatar
Moderator

GK User
Sat Apr 13, 2013 8:14 am
hello thanks for the reply

the first line is too long,,should i remove it all and replace it with the code you gave me or what ?
you could please explain more because i tried change the code and it didnt work,,not sure what should i exactly do ,,thanks
User avatar
Expert Boarder

teitbite
Sat Apr 13, 2013 10:05 am
Hi

Looks like this file is compressed. Try adding this code to override.css file instead:

Code: Select all
.clear {
    clear: both !important;
    font-size: inherit !important;
    height: auto !important;
    line-height: inherit !important;
}


remember to allow using override in template settings.
User avatar
Moderator

GK User
Sat Apr 13, 2013 11:22 am
i got it working,,i did paste that code in CUSTOM CSS and OVERRIDE CSS ,,thanks a lot for all the excellent supports and efforts :)
User avatar
Expert Boarder

teitbite
Sat Apr 13, 2013 1:22 pm
Hi

No problem. Glad I could help :)
User avatar
Moderator

GK User
Tue Jun 04, 2013 1:54 pm
I have this strange problem with the fonts in the menu and the headers.

Everything in the template font settings looks ok. But as soon as I log out, and view the site, the font changes for the menu and headers throughout the site to what I believe is Arial. Is there a setting or an update for the template I am missing?

Thanks.
User avatar
Junior Boarder

teitbite
Tue Jun 04, 2013 10:08 pm
Hi

Such behaviour may point to validation error. Please check validation on http://validator.w3.org/ and if it's not the case please show me Your site.
User avatar
Moderator

GK User
Wed Jun 05, 2013 5:58 pm
teitbite wrote:Hi

Such behavior may point to validation error. Please check validation on http://validator.w3.org/ and if it's not the case please show me Your site.


Well, I thought the problem was the duplicate main menu placed in the footer, but it wasn't.
I replaced the footer menu with a custom HTML module, but that didn't fix it either.
The menu and headers are still not taking the css attributes. I ran the site through the validation but I am not sure what errors could be causing the problem.

I emailed you the info. Could you please look at it and let me know if you have any ideas.

Much appreciated.

B
User avatar
Junior Boarder

teitbite
Wed Jun 05, 2013 11:29 pm
Hi

To track which element is causing this validation error You need to unpublish module after module till site will be ok. Problem may be comming from article content so to be sure try also remove the article while testing. The last unpublished element will be the one to blame and You will have to check it's HTML structure.
User avatar
Moderator

teitbite
Mon Jun 10, 2013 10:39 pm
Hi

I got Your mail. I'll check it than. Please send me an access to joomla panel.
User avatar
Moderator

GK User
Wed Jun 26, 2013 6:08 pm
teitbite wrote:Hi

I got Your mail. I'll check it than. Please send me an access to joomla panel.


Another strange issue with the site fonts. When my site is viewed without the "www" in the address, the fonts display correctly. However, when my site is viewed with "www" the fonts in the menus or headers display incorrectly. :(
I have never seen this issue before. Do you have any ideas why this would happen?

Thanks.

B
User avatar
Junior Boarder

teitbite
Thu Jun 27, 2013 10:45 am
Hi

Ok. That tells us something too. For start please add this to .htaccess file:

Code: Select all
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^site-name.com [NC]
RewriteRule ^(.*)$ http://www.site-name.com/$1 [L,R=301]


as next step set the live site in configuration.php, for thi use Your site's domain with "http://www."
User avatar
Moderator

GK User
Thu Jun 27, 2013 11:13 am
teitbite wrote:Hi

Ok. That tells us something too. For start please add this to .htaccess file:

Code: Select all
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^site-name.com [NC]
RewriteRule ^(.*)$ http://www.site-name.com/$1 [L,R=301]


as next step set the live site in configuration.php, for thi use Your site's domain with "http://www."



Wow. I believe that worked.
You know, you guys have the best tech support around. Seriously. Thanks. 8-)
User avatar
Junior Boarder

teitbite
Fri Jun 28, 2013 10:08 pm
Hi

No problem, glad I could help.
User avatar
Moderator


cron