Home title on Home page

Professional Joomla social template with metro design and JomSocial extension support.
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
Tue Feb 25, 2014 6:33 am
Reply with quote
Report this post
Hello, I swear I've selected "hide" on for home from the menu configuration, however it still appears: http://urbanagproducts.com/
Please, is there anything else that could be causing the title to still show up on the home page???

Thank you!
User avatar
Fresh Boarder

GK User
Tue Feb 25, 2014 9:30 am
Reply with quote
Report this post
Hi,
probably you forgot about another settings,
but if you don't want to search, use this:
Code: Select all
frontpage header h1 {display:none }


but first add "frontpage" suffix to Home position ID 101

Guide: http://www.gavick.com/documentation/gen ... mla-pages/
User avatar
Platinum Boarder

GK User
Tue Feb 25, 2014 9:38 am
Reply with quote
Report this post
p.s.
"Urban AG" have green logo on white background -- so I suggest to replace dark /black/ header with white or with other.


Guide: http://www.gavick.com/documentation/joo ... nd-footer/

But in your case you have to override #272727 color with yours
Code: Select all
#gkTop {
    background: none repeat scroll 0 0 #272727;
}

Light gray
Code: Select all
#gkTop {
    background: none repeat scroll 0 0 #eee;
}
User avatar
Platinum Boarder

GK User
Tue Feb 25, 2014 2:59 pm
Reply with quote
Report this post
Wow, thank you so much! I appreciate you taking a look and suggesting the color change. I'll have to work on that. I love your templates.

On the "Home" title still showing on the page, though, I'm still struggling. It still shows up after I've followed all the steps. I guess I'm still missing something. Here are some screenshots of what I did. Can you think of anything else that could remove this?

urbanagproducts.com
User avatar
Fresh Boarder

GK User
Tue Feb 25, 2014 3:01 pm
Reply with quote
Report this post
And here's this screen shot of the menu item.
User avatar
Fresh Boarder

GK User
Tue Feb 25, 2014 3:10 pm
Reply with quote
Report this post
Let's do small change
replace: frontpage
with : noMainbody
here
Code: Select all
.noMainbody header h1 {display:none }
User avatar
Platinum Boarder

GK User
Tue Feb 25, 2014 3:13 pm
Reply with quote
Report this post
As you talk about settings try this , must be No checked.
User avatar
Platinum Boarder

GK User
Tue Feb 25, 2014 3:16 pm
Reply with quote
Report this post
THANK YOU THANK YOU THANK YOU!! :D :D
I thought I had looked everywhere, but that last screenshot was what I missed.
I am still learning, and I so appreciate all of you guys help! You make beautiful templates and your so helpful! Have a wonderful day!
User avatar
Fresh Boarder

GK User
Tue Feb 25, 2014 4:00 pm
Reply with quote
Report this post
No problem... :D have a nice day,
Check my other customization guides: http://www.gavick.com/documentation/cat ... -template/
and FAQ: http://www.gavick.com/documentation/cat ... questions/

You will learn much more... :ugeek:
User avatar
Platinum Boarder


cron