Main Menu wrong color

Support desk for Multipurpose Quark Theme
GK User
Fri Nov 04, 2016 10:37 am
Hey,

under "Kontakt" i have two different colors in the main menu. "Standort Ludwigsburg" is white. "Standort Marbach" is black. I want everything white.

http://feyhl.vp-company.com

Thanks for your help.
User avatar
Expert Boarder

GK User
Fri Nov 04, 2016 11:44 am
i solved it under -> Templates -> Template name -> Features.

But i have another problem:

How can i delete the date and time in the URL?

See here:

http://feyhl.vp-company.com/index.php/2016-02-04-22-03-48/philosophie
User avatar
Expert Boarder

GK User
Fri Nov 04, 2016 2:28 pm
and a second thing is...

how can i make those changes (see screenshot) regarding the module "about us parallax"

Bildschirmfoto 2016-11-04 um 14.20.43.jpg
User avatar
Expert Boarder

teitbite
Tue Nov 08, 2016 9:44 am
Hi

Date and time is a default url alias in some occasions and a missing alias in some others. To get rid of it simply add a menu item leading to this element and make sure You have filled a field with name "Alias".

Please tell me the exact url to the page where You've made this screenshot. I cannot see it on Your website right now.
User avatar
Moderator

GK User
Tue Nov 08, 2016 10:16 am
here is the link:

http://feyhl.vp-company.com/index.php/team-3

Thanks Garthi
User avatar
Expert Boarder

GK User
Tue Nov 08, 2016 12:12 pm
a few more questions...

Please have a look that URL:

http://feyhl.vp-company.com/index.php/cluburlaub

How can i disable it, that the header pictures will be darken?
How can i make the category list with 3 columns (3 article horizontal next to each other)?
How can i disable that the picture is linkable? I just want to show a headline, picture and some text under the picture but nothing should be clickable.

Thanks a lot!!!!!!
User avatar
Expert Boarder

teitbite
Sun Nov 13, 2016 1:19 pm
Hi

You can force to have 3 columns, since it was disabled, by adding this code to override.css

Code: Select all
.blog-page .item-list .item-view {
    float: left;
    width: 33%;
}


To remove link from image You would need to edit file /html/com_k2/templates/default/item.php and delete the <a></a> tags wrapping the image.
User avatar
Moderator


cron