Quark questions

Support desk for Multipurpose Quark Theme
GK User
Thu Aug 20, 2015 2:57 pm
Hi.
Have some questions about Quark Default.
1. How can I change all the pink in template (menu, buttons etc) to another color? I find in template settings restaurants orange, but want another color.
2. How can I delete Cookie Consent Privacy Settings Module in the bottom?
3. How can I add LOGIN button to the main menu and change LOGIN to another text?
4. If I choose in a template settings not a text logo, but image logo... What size it would be to displayed correctly?
5. How can I change logo and text in bottom social counters?
6. Frontpage tabs. Is it possible to place tabs names not on the left side, but onn the up sire or right side?

Thanks in advance
User avatar
Expert Boarder

GK User
Thu Aug 20, 2015 8:35 pm
Many questions in one place.
Most of them can be resolved by simply following documentation. If you need custom colors, you need to redeclare them in override.css (a lot of work). Also some customisations are simple or more complicated frontend jobs.
We can go step by step with those questions if you want.
User avatar
Moderator

GK User
Thu Aug 20, 2015 9:33 pm
Yes, lets go step by step, if it possible, like you have suggested...
1,3,5,6 please
2 and 4 resolved. But still actually to lift up image-logo in frontpage and menu (Quark questions 2)
A lot of work to change color... OK, let see.
PS A little bit strange, that you have many colors in all your templates, and in Quark (I think the best one... or may be else "John") is dont. Just orange and ...pink

Thanks in advance
User avatar
Expert Boarder

GK User
Mon Aug 24, 2015 7:44 am
So lets start with 1:
Pink backgrounds are defined with images:
Code: Select all
images/demo/header_bg.jpg
images/demo/tab1_bg.jpg

which are selected to be a background.
Pink color elements are defined by #f079a3 color, and you would need to search all css files for this color and use override.css to redeclare this value with found selectors. You can also go with firebug/webdeveloper tools and change color of the elements one by one:
https://www.gavick.com/documentation/jo ... ss-changes
User avatar
Moderator

GK User
Wed Sep 02, 2015 12:47 pm
3. You need to add new link in menu to "Login form". You can of course define its name.

Please confirm if above worked fine, we will step into next questions then.
User avatar
Moderator

GK User
Tue Sep 08, 2015 9:08 am
Are you kidding me? :( Its a joke or some kind of sanctions against russians? ;) I'm waiting for the answers almost 3 weeks, since 20 august... You answer one and than forget about me and my post. Thank you. Some questions I already find the answers, some will find by myself or will ask a professional moderator that respect Gavick clients, like Teitbyte.
User avatar
Expert Boarder

GK User
Thu Sep 10, 2015 12:22 pm
We have here a rule - each topic should be clearly defined by question in topic - this way answering one question helps other users in future to find answer before questioning. Now you have asked 6 questions and didn't answered, now have problem with that. If you would correspond on daily basics your issues would be gone long time ago.

So if there are any issues left, please create a separate forum threads - this way you will get answers much faster.
User avatar
Moderator

GK User
Thu Sep 10, 2015 12:22 pm
PsPs... How could I know you are Russian?
User avatar
Moderator

GK User
Thu Sep 10, 2015 12:58 pm
Hi. Excuse me for impulsivity. I didn't know about this forum rule and you didn't say it when I write topic with 6 questions... Anyway, I must to explore the forum rules. Once again I apologize.
User avatar
Expert Boarder

GK User
Mon Sep 14, 2015 5:39 pm
No problem. So I guess 3 is done. Please update me here which are left to do and we will go with them all to finish this up.
User avatar
Moderator

GK User
Tue Sep 15, 2015 7:49 am
Yes. 3 is done. I've just thinking that it is possible like in your previous templates - like a button in login position...
All other 1-6 is done.
New questions in a new posts
User avatar
Expert Boarder

GK User
Fri Sep 18, 2015 1:19 pm
Could you please provide sample template which you are referring to? Probably it will not be possible, but maybe with few lines of code... Just need to know sample.
User avatar
Moderator

GK User
Fri Sep 18, 2015 2:17 pm
Creativity like example...
User avatar
Expert Boarder

GK User
Mon Sep 21, 2015 3:26 pm
In creativity it is done with special code:
Code: Select all
                <div id="gkUserArea">
                        <?php if($this->API->modules('login')) : ?>
                        <a href="<?php echo $this->API->get('login_url', 'index.php?option=com_users&view=login'); ?>" id="gkLogin" class="button border"><?php echo ($userID == 0) ? JText::_('TPL_GK_LANG_LOGIN') : JText::_('TPL_GK_LANG_MY_ACCOUNT'); ?></a>
                        <?php endif; ?>
                </div>

in layout.php file. It also requires additional css, php and javascript code (to make it work like on creativity - popup login box).
So sadly - there is no easy way to make same behave on quark.
User avatar
Moderator


cron