Couple Questions

Support desk for Multipurpose Quark Theme
GK User
Thu Mar 12, 2015 8:22 pm
I've got Quark setup at http://serinitysol.solutions

Instead of the mouse icon, is there a way I could add the functionality of the down arrow like in Music State. To scroll down to the next sections on the Frontpage?

On Mobile, the tabs menu comes up funky. Is there a way to align them better on Mobile?

How do I change the color of the slide bar with circle from pink to another color (underneath slideshow)?

How do I change the mouse over color in the newsletter section?

Thanks!

EDIT:

Also, on tabs... they seem to jump around a bit. Like the top margin is changing. How do I get them to stay in same position?
User avatar
Gold Boarder

teitbite
Sat Mar 14, 2015 12:57 pm
Hi

Please tell me the correct url to Your site. The one given is not working. I'm not sure about the first question, but we can deal with rest for sure.
User avatar
Moderator

GK User
Mon Mar 16, 2015 1:07 am
Hey, sorry about that... can't type...

http://www.serenitysol.solutions/
User avatar
Gold Boarder

teitbite
Tue Mar 17, 2015 11:53 am
Hi

1. Add a buttton and put an url like "#gkBottom1" so it will scroll to this place
2. Tell me how do You wan it ? It looks cool to me as it's now.
3. I cannot see a pink element anywhere close slideshow. Can You please guide me to it ?
4. Here is a code You need to add to ocerride.css with changes colors:

Code: Select all
.dark.btn-border:active, .dark.btn-border:focus, .dark.btn-border:hover {
    border-color: #f079a3 !important;
    color: #f079a3 !important;
}


5. You have used different module class suffixes "big-spaces" and "very-big-spaces". Just make sure they are the same.
User avatar
Moderator

GK User
Tue Mar 17, 2015 3:16 pm
I know, right? I thought it looked pretty cool too. But the person I made it for says they didn't know immediately that they should scroll down the page... So I was thinking, if I could add a down arrow in a circle like I did with Music State at http://tompetty.rocks that it would solve the problem. And have the arrow in each section like on tompetty.rocks.

Thank you for the code change, that worked with the mouse over on the newsletter.

Fixed the tab issue, thank you.

When you scroll down the page under the tabs, there's a slideshow with gutter, window and insulation. under those pictures, there's a slidebar with a pink circle. How do I change the color of that pink circle?

Thanks!
User avatar
Gold Boarder

teitbite
Fri Mar 20, 2015 8:02 pm
Hi

Add this to css with color replaced:

Code: Select all
.gkIsWrapper-gk_quark .gkSliderBar {
    background: none repeat scroll 0 0 #f079a3;
}

.gkIsWrapper-gk_quark .gkSliderButton {
    border: 2px solid #f079a3;
}
User avatar
Moderator

GK User
Sun Mar 22, 2015 10:21 pm
Thank you.

Is it possible to add the suffix

frontpage dark-bottom section-nav

from Music State to this template?
User avatar
Gold Boarder

GK User
Mon Mar 23, 2015 8:37 am
teitbite wrote:Hi

Add this to css with color replaced:

Code: Select all
.gkIsWrapper-gk_quark .gkSliderBar {
    background: none repeat scroll 0 0 #f079a3;
}

.gkIsWrapper-gk_quark .gkSliderButton {
    border: 2px solid #f079a3;
}


Haha i needed this! thank you!!!
User avatar
Gold Boarder

teitbite
Wed Mar 25, 2015 6:47 pm
GoneGator wrote:Thank you.

Is it possible to add the suffix

frontpage dark-bottom section-nav

from Music State to this template?


Hi

Everything is possible, but suffix alone will not work. You will have to copy the code mentioning this suffixes from gk.stuff.css file of Music State template.
User avatar
Moderator


cron