Forum Replies Created

Viewing 30 posts - 1 through 30 (of 45 total)
  • Author
    Posts
  • in reply to: Submenu #1059077

    Thank you SOSO MUCH !!!!

    in reply to: Submenu #1056429

    Hi Victoria,

    I own both afa.org.sg and gayheath.sg. Both are using the same set of plugins, wordpress and themes, all updated to the current version. However, the website that has the issue is gayhealth.sg, the submenu are not clickable on desktop, but works on the mobile.
    The same codes and implementation are deployed at both website.

    in reply to: Submenu #1054913

    Hey Bailis, thank you for the response, which aspects of the performance settings should I be looking out for?

    in reply to: Site won't load properly #1011853

    noted. thank you very much. :)

    in reply to: Site won't load properly #1011247

    i’ve tried to create a staging site, so i’ve created a new folder, reinstalled wordpress and the theme as well, and i encounter the same problems. The strange thing is, our sister site gayhealth.sg, is running perfectly normal. same server.

    in reply to: Site won't load properly #1011098
    This reply has been marked as private.
    in reply to: Site won't load properly #1008212

    Hi

    yup, i’ve previously tried to deactivate all plugins and it didn’t seem to help.

    in reply to: Emojis #814335

    I am trying to use emojis in my blog post as well, but everytime i save a draft, it gets deleted. replaced with an empty space.

    in reply to: Mobile Full width submenu with overflow and scroll #646109

    Hi, thank you very much for your reply, but that’s not what i’m trying to fix.

    The scroll and over flow is fixed, but now i need the submenu to be sticky, like the header. The scroll is incredibly intuitive when you’re browsing the site from an actual mobile device, and we haven’t heard any negative feedback from our users. Apple and Google all implement this scroll-able, overflow menu. The current solution provided by Kriesi, is counter intuitive, and having two hamburger menu on the site, makes it confusing and unsightly.

    Again, what i’m trying to fix is to get the submenu to stick to the top of the screen when users scroll through the page.

    in reply to: Mobile Full width submenu with overflow and scroll #645219

    Hi, you need to access the website via a real mobile browser, and now not scaling down your desktop browser.

    The fullwidth submenu is not sticky on mobile phones.

    in reply to: Mobile Full width submenu with overflow and scroll #643926

    I know where the error is.
    I’m referring to the submenu i.e on gayhealth.sg/plu and not the header.
    How can we make the submenu sticky instead?

    While it’s nice that the header is now sticky, it overlaps some of my layerslider, it’s very strange, because it only affects the layerslider on the home page, while all the settings, and layout are the same for pages with layersliders.

    in reply to: Mobile Full width submenu with overflow and scroll #639918

    Hi Vinay,

    thank you, but it doesn’t seem to work.

    could it be conflicting with my other css for sub menu?
    here’s all the css currently active on my site

    @media only screen and (max-width: 580px) {
    .av-submenu-container ul {
      white-space: nowrap;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; 
    }}
    
    ::-webkit-scrollbar { 
        display: none; 
    }
    
    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
        position: fixed!important;
    }}
    in reply to: Mobile Full width submenu with overflow and scroll #639873

    Hey, we’ve finally launched our new site, and all is working great. Thank you very much. I just noticed that the submenu is sticky to the top on my desktop but not in mobile. Is there a way to activate that?

    in reply to: Mobile Full width submenu with overflow and scroll #628048

    Hi Yigit,

    thank you very much. will this work for all submenu on other pages too?

    in reply to: Mobile Full width submenu with overflow and scroll #627588

    thank you, although that didn’t quite work, but i tweaked it and now it works.

    ul#menu-plu {
      white-space: nowrap;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }

    Now, i’d like all my full-width submenu to do this, how do i go about this?

    in reply to: Mobile Full width submenu with overflow and scroll #626197

    http://www.gayhealth.sg/plu/

    At the page above, you’ll see a full width submenu under the banner.
    I’d very much like this menu to simply remain as one row of text, where users can scroll, instead of breaking into three rows, which takes up too much space.

    in reply to: submenu #506209

    Hi Andy,
    as you can see, first image is how the submenu looks like on a mobile site or screen size smaller than 720px, the menu becomes one chunk of text.
    if i activate button on mobile, i get two humburger buttons, one for the main menu, top right corner, and another for the submenu. Doesn’t make sense for the user to have two sets of humburger menu in one page, and more-over, the submenu doesn’t float or becomes sticky on a mobile platform.

    I guess i will have to hire a freelance developer to look into this, but it seems like a very basic function that the theme should include or have fixed since it was included by the developers at Kriesi, and not a function or plugin i choose to include on my own. That being said the support i’ve received from Kriesi have been fantastic so far.

    Thank you very much for all your time.

    in reply to: submenu #493325

    Hi Ismael,

    i’ve tried that, but would really prefer to have a scroll so that there won’t be two buttons (1 for the main menu, and one for the sub menu) on the same page.

    Would there be no way to activate a scroll on mobile devices?

    in reply to: submenu #492126

    Well, if you can look at the submenu bar where you can toggle between web / image / video etc…
    so it’s just one bar, and users can scroll through the option instead of the unsightly chuck of menu as it is now, it’s not sticky when in mobile mode, any idea how i can fix that too?

    • This reply was modified 9 years, 3 months ago by vin8tan.
    in reply to: submenu #492013

    nope I haven’t fix that yet.
    have a look it at http://afa.org.sg/whatwedo/advocate/sac/9th-sac-archive/

    in reply to: Floating Menus #482578

    hi, i’m sorry, but i realised i’ve created another thread, and have posted the screen shots there.
    https://kriesi.at/support/topic/submenu-9/
    we can close this thread now, since it’s diverging.

    Thank you everyone for helping me out with this.

    in reply to: submenu #481993

    Hi Rikard,

    While the submenu wraps correctly, wouldn’t it be more elegant if the height is fixed, and it overflows to the right of the screen allowing users to scroll through it, instead of taking up half the page when the menu gets a little too long, or have another button within the page to load the menu.

    The floating sub menu doesn’t float on a mobile device too. I’ve tried this on Chrome and Firefox on Android and Safari on iOS.

    I’ve tried to implement this custom CSS,

    .responsive #top .av-submenu-container {
    	top: auto !important;
    	position: relative !important;
    	height: auto;
    	width: 2000px;
    	overflow: scroll;
    }

    however, i think the main wrapper interferes with the overflow here and the menu only overflows vertically and not horizontally.

    • This reply was modified 9 years, 3 months ago by vin8tan.
    in reply to: Floating Menus #481888
    in reply to: Floating Menus #455720

    The link works, if that’s what you mean, but it doesn’t stop under the floating sub menu. It goes behind, and under it.

    in reply to: Floating Menus #451530

    Tried it, but still not working

    in reply to: Floating Menus #443056
    This reply has been marked as private.
    in reply to: Floating Menus #380667

    Hi,
    So the page is live now, and i’ve tried as suggested and deactivate all plugins but it didn’t work
    the link still jumps to the top of the browser ignoring the header and the submenu.

    http://afa.org.sg/whatwedo/advocate/sac/9th-sac-archive/#symposium-1

    in reply to: Floating Menus #369866

    well the page isn’t live, but shouldn’t the page jump up to just below the floating sub menu, instead of the top of the browser?

    in reply to: Error in Tag div #321076

    Hi Ismael,

    thanks for that, unfortunately, it didn’t work.

    in reply to: Update Removed Auto Update for Layer Slider #320295

    oh. haha. alright. thank you very much.

Viewing 30 posts - 1 through 30 (of 45 total)