• I am using “a” HTML tag on container, to make whole container clickable. If OoohBoi is enabled, link will work, meaning users will be able to navigate through this link, but default browsers icon (pointing hand) will not display. But regular pointer arrow will be shown. If I disable OoohBoi, icons will be displayed correctly.

    https://capture.dropbox.com/zrfUTguap2ETmCPL

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter ppjev

    (@ppjev)

    If I disable Container Extras in the plugin settings, all starts to work fine. But it appears I am suing some of that “Container Extras” functionality. So it would be nice if problem/conflict would be sorted out.

    Thread Starter ppjev

    (@ppjev)

    I see that latest version introduced some fixes to Container Extras part of the plugin, but it did not fix link hover issue that I am having.

    Plugin Contributor Oooh Boi

    (@ooohboi)

    Strange. Can’t you just use something like

    
    selector {
        cursor: pointer; /* or default or grab or anything needed */
    }

    I don’t see how Container Extras affect the cursor if the container Link option is disabled…

    • This reply was modified 2 years, 5 months ago by Oooh Boi.
    Thread Starter ppjev

    (@ppjev)

    The problem happens, when link is enabled. Link will work, but cursor will not display as “hand”.

    Also, after updating to version 1.9.7 from 1.9.6 container extras options like width disappear. You have to enter them by hand again. After reverting to version 1.9.6, all values are back.

    Plugin Contributor Oooh Boi

    (@ooohboi)

    Essentially, Flexbox Containers are still in the alpha dev phase and as such not recommended for the production/live site. I just checked and all looks fine on my end.
    If you’re trying to say that the cursor doesn’t change to “pointer” in the editor then the answer is YES, it won’t work in the backend. Nor does the hyperlink not work because all the outgoing links are disabled in the editor by default.

    Thread Starter ppjev

    (@ppjev)

    Cursor does not show as pointer in the front end. If I force pointer with CSS it requires !important property to it. So, as far as I can see, internal containers break the cursor styling. At the moment we have a parent container, that holds two containers inside. That main container, on the edges, will have cursor as pointer, but as soon as you enter internal containers area, cursor changes. If we check HTML structure, tag in html is added in the write position.

    • This reply was modified 2 years, 5 months ago by ppjev.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘HTML tag on container is broken by OoohBoi’ is closed to new replies.