Tagged: x
-
AuthorPosts
-
November 28, 2016 at 4:35 am #1273002
KeanuParticipantHi 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,
-JoshNovember 28, 2016 at 4:53 am #1273015
ChristianModeratorHey 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 credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
November 28, 2016 at 5:07 am #1273031
KeanuParticipantThis reply has been marked as private.November 28, 2016 at 6:00 am #1273066
Paul RModeratorHi 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
November 28, 2016 at 6:59 am #1273079
KeanuParticipantSo far so good! I’ll report back after i’ve had a chance to test #3/#4!
Thanks!!
November 28, 2016 at 7:15 am #1273098
JoaoModeratorHi there,
Let us know if you need further help.
Joao
November 30, 2016 at 4:58 am #1275833
KeanuParticipantHi 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,
-JoshNovember 30, 2016 at 5:17 am #1275854
LelyModeratorHi 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/
December 5, 2016 at 3:27 am #1281312
KeanuParticipantHi 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,
-JoshDecember 5, 2016 at 4:22 am #1281355
Paul RModeratorHi Josh,
Please add position relative to your image element.
eg.
position: relative; z-index:999;Hope that helps.
December 5, 2016 at 4:45 am #1281380
KeanuParticipantHi 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,
-JoshDecember 5, 2016 at 4:59 am #1281391
ThaiModeratorIf you need anything else please let us know.
December 5, 2016 at 6:25 am #1281481
KeanuParticipantSadly 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!
-JoshDecember 5, 2016 at 8:51 am #1281614
ChristianModeratorThere 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.
December 5, 2016 at 9:03 am #1281627
KeanuParticipantThis reply has been marked as private. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1273002 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
