Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #895402
    PAYUCA
    Participant

    Hi, there are some problems with our new website.

    1) The advertiser button on the left of https://clipkitmedia.com/de/ “moves” like it has an animation. Why is that?
    2) The counter “VIDEO VIEWS” below flickers a lot, especially while counting. Any way to fix this?
    3) On https://clipkitmedia.com/de/video-werbung-advertiser/ the white boxes around both contact persons are sometimes not correct in size, so that they stop around the height of the name. Happens especially on MacBook Pro.
    4) We’d love to have the language switch as a dropdown menu. Polylang offers a Widget to do so, but the menu bar has no Widget space. Any (easy) workaround?

    #895403
    PAYUCA
    Participant
    This reply has been marked as private.
    #896321
    Christopher
    Moderator

    Hi there,

    #1 Please disable ‘fade effect’ option from column settings.

    #2 Please add following code in Customize -> Custom -> CSS :

    span.suffix {
        display: block;
        float: none;
    }

    #3 Please remove height attribute from raw content elements.

    #4 Please check this link :

    The language switcher

    Hope it helps.

    #902141
    PAYUCA
    Participant

    Thanks for the fast help. The counter is however still flickering a lot. Also, how can I align the dropdown menu so that its not shifted to the left?

    Thanks for the link to the polylang FAQ. I’ve read it before but found no easy way to add a dropdown to the menu (where the flags are right now). Any idea?

    #902895
    Thai
    Moderator

    Hi There,

    To make the dropdown menu center, please add the following CSS:

    .masthead-inline .x-navbar .desktop .sub-menu {
        left: 50%;
        margin-left: -100px;
        right: auto;
    }

    About the Polylang dropdown, please take a look at this article: http://presscustomizr.com/snippet/add-polylang-dropdown-navbar-widget/.

    Hope it helps 🙂

    #903797
    PAYUCA
    Participant

    Thank you, menu helped and will have a look at the polylang info.
    The flickering of the VIDEO VIEWS counter still occurs however. Is there a fix? 🙂

    #904622
    Joao
    Moderator

    Hi There I checked your website on Chrome and Firefox and I couldn’t notice any flickering on the videos.

    They seem to be working 100% fine.

    Let us know if you need further help,

    Thanks,

    Joao

    #908766
    PAYUCA
    Participant

    Could you kindly check in Chrome? It happens there for me on my Asus Zenbook with zoom to 2k resolution.

    #908836
    Christian
    Moderator

    The flickering is because the number and text shifts from one line to two and vice versa. I followed the setup like your mobile views and that fixed the issue. See

    http://i.imgur.com/5XMWSlZ.gifv

    Hope that helps. 🙂

    #908898
    PAYUCA
    Participant

    Thank you, Christian. This however brings up another problem – the br where there for a reason. Both middle counters should be on two lines so the layout looks better. How to solve this without the br?

    #909033
    Christian
    Moderator

    Please assign a class to the Counter element (see attachment). Then, add the code below in your Appearance > Customize > Custom > CSS.

    .my-class .number {
        display: block
    }

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-895402 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>