Toggle – How to change heading and font-color?

This topic has 8 replies, 3 voices, and was last updated 9 years, 10 months ago ago by Jack Richardson

  • Avatar: chndr
    chndr
    Participant
    June 23, 2014 at 22:46

    Hi there, I am creating a footer menu for mobile device but I dont get it work to change the header (font size) and fontcolor.

    I have tried something like this [toggle heading=”4″ title=”my title’] but that doesn’t seem to work..

    7 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    June 24, 2014 at 11:16

    Hello,

    Please provide us with the link to your site and wp-admin panel credentials in Private Content.
    Just to confirm: you want to change font color and font size for footer menu only for mobile device, not for desktop, don’t you?

    Regards,
    Eva Kemp.

    Avatar: chndr
    chndr
    Participant
    June 24, 2014 at 20:45

    Hi,

    I was just curious if you could add a font-color or heading to the toggle short code. Just like you can do with the title shortcode.

    Already changed the footer font-color and background color and add another staticblock in the footer for responsive (max 767) view.

    Now I am working on the responive top bar. I am not so happy how it looks like now.

    You can see my website in in the private content.

    One question more:
    Wich code makes it possible to shown up the fixed header in responsive design when you scroll down? I want this header is always visible when I am on my iPhone, even when I am not scrolled down.

    Thanks!

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    June 25, 2014 at 09:43

    Hello,

    As I see fixed header is showing in responsive design. Have you fixed it?
    Please clarify what issue you have with responive top bar.
    Thank you.

    Regards,
    Eva Kemp.

    Avatar: chndr
    chndr
    Participant
    June 25, 2014 at 16:40

    The fixed header is only showing up when you scroll down. I want this header is always visible.

    I hope you understand what I mean. In responsive mode I always want the fixed header instead op the topbar.

    I have placed an image in private content Hope I can explain how I want it.

    Thanks

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    June 26, 2014 at 11:08

    Hello,

    Sorry but this requires additional customization and is a paid service.
    If you agree to pay you should create a ticket at http://support.8theme.com/ and our specialists will assist you.

    Regards,
    Eva Kemp.

    Avatar: chndr
    chndr
    Participant
    June 26, 2014 at 12:16

    Oke,

    but there must be a file in jquery or something that tells that the fixed header snaps in when the user is scrolling down?

    Some code like this:

    $(window).scroll(function(){
      if ($(window).scrollTop() >= 330) {
        $('.fixed-header').addClass('fixed');
       }
       else {
        $('.fixed-header').removeClass('fixed');
       }
    });

    Then the 330 is the amount of pixels that the user have to scroll down to snap in the fixed header?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 26, 2014 at 12:37

    Hello,

    You can try to edit legenda/js/etheme.js file (lines 706 – 721).

    Regards,
    Jack Richardson

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.