Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1273002
    Keanu
    Participant

    Hi there,

    Having an issue where the search icon is displaying underneath my menu items, instead if inline? Also i’d like to display the social icons inline with the menu items as well.

    On the subject of menus – Is there a way to move the footer menu from colophon-bottom to colophon-top (above the widgets)?

    I’m also having an issue with LayerSlider not displaying video content!

    And finally, i’m trying to create an inline opt-in form using convert plug, however it seems it may only work in visual composer??

    Any help would be greatly appreciated!

    Kind Regards,
    -Josh

    #1273015
    Christian
    Moderator

    Hey Josh,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1273031
    Keanu
    Participant
    This reply has been marked as private.
    #1273066
    Paul R
    Moderator

    Hi Josh.

    1. To fix the search icon, you can add this under Custom > CSS in the Customizer.

    
    
    .x-navbar .menu-item.x-menu-item.x-menu-item-search {
        display: inline-block;
        line-height: 51px;
    }
    

    2. To move your footer menu, add this in Custom > Edit Global Javascript

    
    jQuery(document).ready(function($){
         $('#menu-footer-menu.x-nav').prependTo('.x-colophon.top > .x-container');
    });
    

    Then add this in Custom > Edit Global CSS

    
    .x-colophon.top  .x-nav {
       text-align:center;
       display:block;
       clear:both;
       width:100%;
       float:none;
       overflow:hidden; 
       margin-bottom:50px;
    }
    
    .x-colophon.top  .x-nav li {
       display:inline-block;
       float:none;
       padding:0 10px;   
    }
    

    3. Kindly check this link – https://support.kreaturamedia.com/docs/layersliderwp/documentation.html#builder-layer-media
    https://community.theme.co/kb/integrated-plugins-layerslider/

    4. Please refer to this link – https://community.theme.co/kb/integrated-plugins-convertplug/

    Hope that helps

    #1273079
    Keanu
    Participant

    So far so good! I’ll report back after i’ve had a chance to test #3/#4!

    Thanks!!

    #1273098
    Joao
    Moderator

    Hi there,

    Let us know if you need further help.

    Joao

    #1275833
    Keanu
    Participant

    Hi Joao,

    Still not having any luck with the layerslider displaying videos. Seem to have everything set up correctly, however it’s just not loading the slider?

    Also after looking into the documentation for ConvertPlug, it doesn’t seem to have a way to create an inline opt-in form? Would I require getting in touch with them for this?

    Kind Regards,
    -Josh

    #1275854
    Lely
    Moderator

    Hi Josh,

    Please check this:https://support.kreaturamedia.com/docs/layersliderwp/documentation.html#builder-layer-media

    Just choose the Video / Audio layer type to embed multimedia contents. For YouTube and Vimeo videos you need to paste the embed code from their website into the text field. Otherwise, click on the Add Media button to add self-hosted HTML5 video or audio.

    Please use youtube embed code:
    <iframe width="560" height="315" src="https://www.youtube.com/embed/C6yVfvhYLPE" frameborder="0" allowfullscreen></iframe>

    See attached screenshot.

    For convertplug, please check this article:https://docs.brainstormforce.com/how-to-embed-a-module-inline-on-a-page/

    #1281312
    Keanu
    Participant

    Hi Lely,

    All good, thanks! Will look at the convertplug one now. Do you happen to know a way to get an image to show ontop of the slider? I’ve tried setting a z-index of 9999 on the image, however it’s still stuck behind it! Have even tried setting the z-index inside of the layerslider CSS but to no avail!

    Kind Regards,
    -Josh

    #1281355
    Paul R
    Moderator

    Hi Josh,

    Please add position relative to your image element.

    eg.

    
     position: relative; z-index:999;
    

    Hope that helps.

    #1281380
    Keanu
    Participant

    Hi Paul,

    Odd, tried that the first time with the position, and it didn’t work! No idea why it has this time, but all good! Thank you very much!

    Kind Regards,
    -Josh

    #1281391
    Thai
    Moderator

    If you need anything else please let us know.

    #1281481
    Keanu
    Participant

    Sadly adding the convertplug shortcode into the page isn’t working, tried adding “[cp_info_bar display=”inline” id=”cp_id_802d5″][/cp_info_bar]” into the page as both a text box and using the “raw content” element. I’ve also tried adding it directly into the header using the child theme and “<?php echo do_shortcode(‘[cp_info_bar display=”inline” id=”cp_id_802d5″][/cp_info_bar]’); ?>” which hasn’t worked.

    Any ideas??

    Thanks!
    -Josh

    #1281614
    Christian
    Moderator

    There is a JS error in the console which does not come from X.

    Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.youtube.com') does not match the recipient window's origin ('http://jl-designs.co.uk').

    Please try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Also, your login credentials doesn’t work. Please check.

    Thanks.

    #1281627
    Keanu
    Participant
    This reply has been marked as private.
  • <script> jQuery(function($){ $("#no-reply-1273002 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>