• Resolved bioport

    (@bioport)


    hello Oliver, I’m experimenting the trial versions of sidemenu on the 2017 template, considering to buy it because it seems good work (so your options plugin).
    my problem is when I configure the sidemenu it shows by default in the slider. when I go to wp widgets I 1. don’t see it in the sidemenu section, 2. when I add the sidemenu with a shortcode, it shows only the hamburger, then, for testing, the serachbar and then the default config (which is how I want it).
    that also means, I cannot move the search under the wanted menu.
    should appreciate being steered in the right direction. thx in advance /malik

Viewing 15 replies - 16 through 30 (of 36 total)
  • Thread Starter bioport

    (@bioport)

    hi Oliver,
    css overflow-x: hidden; does the job but overflow-y: scroll; (at the same time) doesn’t move the vertikal, doesn’t move the sidemenu at all.
    best /m

    Thread Starter bioport

    (@bioport)

    firefox last version

    Plugin Author Oliver Campion

    (@domainsupport)

    OK, this must be a Windows thing. Whilst I hunt around for a PC, can you try this …

    /* Hide scrollbar for Chrome, Safari and Opera */
    .sidemenu::-webkit-scrollbar {
      display: none;
    }
    
    /* Hide scrollbar for IE, Edge and Firefox */
    .sidemenu {
      -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;  /* Firefox */
    }

    Oliver

    Thread Starter bioport

    (@bioport)

    nope.
    /m

    Thread Starter bioport

    (@bioport)

    but today the trial license ran out. maybe that’s why?

    Thread Starter bioport

    (@bioport)

    chrome works!

    Thread Starter bioport

    (@bioport)

    dear Oliver,
    my bad, stop searching for a pc. on another machine firefox works too with the css !
    /m

    Plugin Author Oliver Campion

    (@domainsupport)

    Hi Malik,

    OK so using the CSS above that fixes the problem on Windows’ browsers? I’ll double check when I get hold of a PC and add this into the plugin on the next update.

    Thanks for letting me know.

    Oliver

    Plugin Author Oliver Campion

    (@domainsupport)

    Just to update this thread, we have now integrated the CSS above to remove the vertical scrollbar on Windows browsers.

    Will update the thread again when range sliders have visual cues as to their value such as with the width of the SideMenu.

    Oliver

    Plugin Author Oliver Campion

    (@domainsupport)

    Finally, to close this thread we have added visual cues to range slider values in the customizer as requested.

    Oliver

    Thread Starter bioport

    (@bioport)

    hello Oliver,
    thanks for all
    /malik

    Thread Starter bioport

    (@bioport)

    Hello again.
    Oliver pls be so kind and take a look at the screenshot. after the update the 1st item of the submenue subs moved in and the margin between main category and sub changed as well (they had the same distance before).
    thanks in advance /m

    Plugin Author Oliver Campion

    (@domainsupport)

    This could be due to changing the <span> tag on the submenu toggle to an <a> tag. In order to provide you with more detail though I’d need to be able to see your site in order to inspect the HTML / CSS.

    Oliver

    Plugin Author Oliver Campion

    (@domainsupport)

    Hi, couple of things to update this thread …

    1) We’ve had to make the hiding of scrollbars an option as some people didn’t want it so you can find that now in “Customizer – SideMenu – Hide SideMenu scrollbar”

    2) We’ve put the submenu toggle back to a span element so this should be back to how you like it

    Oliver

    Thread Starter bioport

    (@bioport)

    thanks much Oliver,
    the position of the 1st sub nav item is good now (i re-positioned it with css in the meantime, took it out now)
    i also took out the css you gave me concerning hiding the scroll bars. now i dont have scrollbars at all any more but, when choosing ‘hide scrollbar’ a rather funny effect on the opener icon appears (see screenshot.
    if i unclick ‘hide scrollbar’ it goes away. i can live with that for now. BUT: i cannot scroll the menu at all any more, no matter if ‘prevent scroll close’ is on or off.
    any idea?
    best, /malik

Viewing 15 replies - 16 through 30 (of 36 total)
  • The topic ‘widget placement in sidemenu’ is closed to new replies.