Remove Featured Articels - shadow is always visible

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Tue Jul 31, 2012 11:52 am
Please can you help me - postnote template

If i unpublish the featured article at frontpage, the left and right shadow is always visible


See it in the two attechments


Vielen dank
User avatar
Junior Boarder

Konrad M
Tue Jul 31, 2012 12:09 pm
Hi,
can you give us url to your site? It will be much easier to help you.
User avatar

GK User
Tue Jul 31, 2012 12:59 pm
User avatar
Junior Boarder

Konrad M
Tue Jul 31, 2012 1:06 pm
Please try add to override.css
Code: Select all
#gkComponent,
#gkComponent > div {
background:none;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Tue Jul 31, 2012 2:10 pm
thats ok at the frontage, but now, the shadow on the content pages is also removed.

http://www.lichtkonzept-hw.de/cms/index.php/layouts


do you have a solution, that only remove the shadow at the frontage?


many thanks
User avatar
Junior Boarder

Konrad M
Tue Jul 31, 2012 2:21 pm
Go to template settings. Here in 'Features' section you will find 'Suffix for pages' option. Check ID item of your home in menu items (probably 101) and add own suffix to this id for example ' mysuffix'. Then change code I gave to this one:
Code: Select all
.mysuffix #gkComponent,
.mysuffix #gkComponent > div {
background:none;
}
User avatar

GK User
Tue Jul 31, 2012 3:13 pm
perfect :-)

many many thanks
User avatar
Junior Boarder

GK User
Tue Jul 31, 2012 4:38 pm
I have a last question...

why isn't it possible to change the text attribute font weight: bold;
on normal text in the editor

http://www.lichtkonzept-hw.de/cms/index.php/impressum

...why is always the css »yahoo2.css« assigned?
...css/reset/yahoo2.css

thanks a lot
User avatar
Junior Boarder

Konrad M
Wed Aug 01, 2012 8:52 am
Css reset option is added becasue some browsers add some stuff like paddings, margins to the elementsin diffrent way. So to make unique view in all major browsers we need use css reset. Here you have more info about this http://cssresetr.com/ . In this reset style you use 'strong' element has set normal weight. Please add to override.css
Code: Select all
strong {
font-weight:bold;
}

and remember to enable override.css option in template settings. Now you should have bold font from editor.
User avatar

GK User
Wed Aug 01, 2012 10:14 am
many many thanks :-))

Can you explain me, why the article is not separated, if i click at the frontage
http://www.lichtkonzept-hw.de/cms/
on the Link »Beratung ist das A und O« (bottom left)

I want to have only the article, not article and frontage.

Whats my mistake?
User avatar
Junior Boarder

Konrad M
Wed Aug 01, 2012 12:16 pm
Probably you have published modules from front page on all pages. Try publish them only on home.
User avatar

GK User
Wed Aug 01, 2012 12:33 pm
it is only published at home.
see it at the screenshot.

at the gavick demo page http://demo.gavick.com/joomla16/jun2010/
it is ok if i click at the link »The Cyber Future«
User avatar
Junior Boarder

GK User
Wed Aug 01, 2012 1:40 pm
i solved the problem
i changed the category of the article and now it is ok
but the breadercrumb shows me ...

Sie sind hier: Home » Joomla pages III » Category List » Referenzobjekte

but why????
http://www.lichtkonzept-hw.de/cms/index ... enzobjekte
i have no Joomla pages III?

can i send you a personal message with my login data and can you help me please?
User avatar
Junior Boarder

Konrad M
Thu Aug 02, 2012 11:50 am
Yes please send me PM with access to your joomla bakcend.
User avatar

GK User
Thu Aug 02, 2012 3:37 pm
Do you received my PM?
User avatar
Junior Boarder

GK User
Fri Aug 03, 2012 7:15 am
Can you help me, why the article is not separated, if i click at the frontage
http://www.lichtkonzept-hw.de/cms/
on the Link »Beratung ist das A und O« (bottom left)

I want to have only the article, not article and frontage.

Whats my mistake?
Can you have a look at the backend and explain me, whats my fault???

thanks
User avatar
Junior Boarder

Konrad M
Mon Aug 06, 2012 1:14 pm
To fix this issue you need add all this articles to one category. In your case it is 'uncategorized' one. So I added link to menu for this category. Then I added 'nodsiplay' class to this menu item and added css rule to override.css.
Code: Select all
.nodisplay {
display:none;
}

Now is ok.
User avatar

GK User
Mon Aug 06, 2012 2:40 pm
User avatar
Junior Boarder

GK User
Tue Aug 14, 2012 8:08 am
please help me again,
it doesn´t works - the link opens the article not separeted?

-------------------------------------------------------------------------
if i click at the frontage
http://www.lichtkonzept-hw.de/cms/
on the Link »Beratung ist das A und O« (bottom left)

I want to have only the article, not article and frontage.

Whats my mistake?
User avatar
Junior Boarder

GK User
Tue Aug 14, 2012 10:45 am
Why i dont´t get any answer sice a few days from you????
Please help me!
User avatar
Junior Boarder

Konrad M
Tue Aug 14, 2012 10:52 am
I told you how to do it. Add those articles to one category. Then add this category as menu item link. Add class to this menu item in item settings for example ' myclass' then add to override.css
Code: Select all
.myclass {
display:none;
}

remember to enable override.css option in template settings.
User avatar


cron