Pink Color

Support desk for Multipurpose Quark Theme
GK User
Thu Feb 05, 2015 6:33 pm
Hi Guys,

How can i change the pink color ??
Links, Background, Etc...

Regards
User avatar
Gold Boarder

GK User
Thu Feb 05, 2015 6:58 pm
Hi,
you don't like pink color, shame of you.
hehe.
In template settings you can choose different color style, it shouldn't be pink all the time.
User avatar
Platinum Boarder

GK User
Thu Feb 05, 2015 9:35 pm
Thank you
User avatar
Gold Boarder

GK User
Thu Feb 05, 2015 9:43 pm
but in which part?
User avatar
Gold Boarder

GK User
Thu Feb 05, 2015 10:10 pm
Upsss, it will be added in future version, you're right. Right now hard core only.

This pink big background is a dummy image :
templates/gk_quark_J3/images/demo/header_bg.jpg
User avatar
Platinum Boarder

GK User
Fri Feb 06, 2015 8:58 am
Backgrounds are a demo content images and are located under the yourdomain.com/images/demo directory. The main theme color can be changed in the less/variables.less file inside the template directory (it is defined as a @primary_color). Please remember to enable parsing LESS files under the template settings after applying this change. Please also remember that parsing less files will override your CSS changes as it generates a new CSS files.

If you didn't work with LESS earlier - please read: https://demo.gavick.com/joomla3/quark/t ... ess-parser
User avatar
Administrator

GK User
Tue Feb 10, 2015 10:34 pm
Hello,

sorry this is not my post, but problem is similar..

I replaced template/images/header_bg.jpg :width:1400px image, but template generating style: .header no-image and ignores that jpg file.
How i can fix this?
User avatar
Fresh Boarder

GK User
Wed Feb 11, 2015 12:38 pm
Could you provide an URL to your website?
User avatar
Administrator

GK User
Wed Feb 11, 2015 8:14 pm
User avatar
Fresh Boarder

GK User
Wed Feb 11, 2015 9:11 pm
What i try to reach, is similar header image, like in gavick.com home page.
User avatar
Fresh Boarder

GK User
Wed Feb 11, 2015 11:23 pm
You have to specify the image for the displayed category - it will be used in the header.
User avatar
Administrator

GK User
Wed Feb 11, 2015 11:34 pm
This is not category, this is featured articles menu option with name: testas, or i misunderstand something?
User avatar
Fresh Boarder

GK User
Wed Feb 11, 2015 11:47 pm
It works for categories, yes.. But i need set one to start page too..
User avatar
Fresh Boarder

GK User
Thu Feb 12, 2015 7:43 am
You cannot set image for the header in the featured articles section, because joomla doesn't offer option for it.
User avatar
Administrator

GK User
Thu Feb 12, 2015 8:18 am
Thank you for answer.

Can you tell, is there, and if it is, what module is used to set a picture in header in my situation?
Or there is manual css editing approach?
I mean what is used in gavick.com?
User avatar
Fresh Boarder

GK User
Thu Feb 12, 2015 10:08 am
On this kind of pages currently you cannot use the header modules - we will add this feature in v.1.1.0 or in v.1.1.1. But I have an idea for a solution in your case.

1) Please assign a frontpage page suffix to your homepage menu item under the Features tab in the template settings
2) Please add the following code in the Custom CSS code option under the advanced settings tab inside the template settings:

Code: Select all
.frontpage #comContentContainer .header.no-image {
   background: transparent url(URL_TO_YOUR_IMAGE) no-repeat center center;
   background-position: cover;
}
User avatar
Administrator

GK User
Thu Feb 12, 2015 5:23 pm
I have a similar problem,
in addition to the animated header in the letters fade and are no longer visible.

page URL: http://egstecnologia.com/index.php/softrestaurant

I hope you can help me,

Thank You
User avatar
Senior Boarder

GK User
Fri Feb 13, 2015 2:20 pm
@carloshedzm - first of all please switch all NSP GK5 instances to use jQuery engine instead of mootools.
User avatar
Administrator

GK User
Fri Feb 13, 2015 3:54 pm
Hello, thank you very much for your answer.

Now change NSPGK5 to Jquery.

who else should I do?

Greetings.
User avatar
Senior Boarder

GK User
Fri Feb 13, 2015 5:43 pm
You have a wrong structure in the header - the image is inside <p> tag, and the h1,h2 and p paragrahps should be inside the <div class="gkPage"> container.

Please compare a HTML of your header with this original one:

Code: Select all
<img src="images/demo/header_bg.jpg" alt="" class="parallax-img" />
<div class="gkPage">
     <h1 data-sr="enter bottom and move 50px">Product Landing Page theme</h1>
     <h2 data-sr="enter bottom and move 50px and wait .2s">Advanced, unique and powerful premium theme</h2>
     <a href="#" class="dark btn-border" data-sr="enter bottom and move 50px and wait .3s">Learn more</a>
</div>
<span class="mouse-icon"><span><span></span></span></span>
User avatar
Administrator

GK User
Fri Feb 13, 2015 9:04 pm
dziudek wrote:On this kind of pages currently you cannot use the header modules - we will add this feature in v.1.1.0 or in v.1.1.1. But I have an idea for a solution in your case.

1) Please assign a frontpage page suffix to your homepage menu item under the Features tab in the template settings
2) Please add the following code in the Custom CSS code option under the advanced settings tab inside the template settings:

Code: Select all
.frontpage #comContentContainer .header.no-image {
   background: transparent url(URL_TO_YOUR_IMAGE) no-repeat center center;
   background-position: cover;
}


Thank you for idea.
I try'ed this, and with no luck, so i just edited template.css to have it instead of color.

Thank you for the tip.
User avatar
Fresh Boarder


cron