Forum replies created

    Govert Pellikaan
    Spectator
    Posts: 9
    January 16, 2017 at 5:20 pm #31911

    Well, it works great!

    Thx for the help, much appreciated.

    Govert Pellikaan
    Spectator
    Posts: 9
    January 16, 2017 at 2:40 pm #31909

    Hi,

    Any idea how this was solved?

    Thanks anyhow for your assistance!

    Govert Pellikaan
    Spectator
    Posts: 9
    January 15, 2017 at 8:45 pm #31901

    Also, first it shows two menu-toggles, only after a short instance it shows only the ubermenu toggle. maybe this relates to the issue?

    Govert Pellikaan
    Spectator
    Posts: 9
    January 15, 2017 at 8:43 pm #31900

    I haven’t fixed anything, what do you want to see?? I activated the direct-inject ubermenu, so you can watch how it should look like. Remember: only on Ipad or mobile the menu doesn’t function the way it is supposed to.

    Govert Pellikaan
    Spectator
    Posts: 9
    January 15, 2017 at 7:36 pm #31893

    Thx for your quick reply.

    I just sent you the url and logindetails. The problem is specific for the ‘megamenu’ items in the menu. The ‘fly-out’ is working fine. I found the nav.nav container both via the diagnostics of Ubermenu, and via the ‘inspect element’. Removing it in the ‘inspect element’ resolves the issue. It looks to be located in the sticky header.php, but I am at a loss how to correct this…

    Govert Pellikaan
    Spectator
    Posts: 9
    January 15, 2017 at 7:26 pm #31891
    This reply has been marked as private.
    Govert Pellikaan
    Spectator
    Posts: 9
    September 2, 2016 at 1:21 pm #30150

    Hi Denzel,

    I tried your code, but then you still had to scroll sideways to see the game board, while the margins to the left seemed to offer enough room. Therefor I copied your code from the frontpagecontentboxes, that do show more content-width. With the margin-minus-code out your “.row div” I made this following change, and it seems to work. testsite.groningercombinatie.nl

    div#secondary.aside.col-sm-6.col-md-4 {
    margin-left: -30px !important;
    margin-right: -30px !important;
    }

    Thanks, as always, for your quick reply,

    Govert

    Govert Pellikaan
    Spectator
    Posts: 9
    August 31, 2016 at 4:17 pm #30122

    Hi Daniel,

    This helps, that is, in the boxes that contain hungryfeeds. In the first box I used [display posts] and thus had to apply the same css for ul.display-posts-listing. I also changed the height to 120px, just to prevent the boxes from going to big. Works just fine.

    I understand correctly that for different content I should customize the css? I t works, but there is no way to position the button regardless of content?

    thx for your help and quick reply!

    Govert Pellikaan
    Spectator
    Posts: 9
    August 20, 2016 at 9:45 pm #29901

    works like a charm! thanks a lot for your quick reply.