Tagged: x
-
AuthorPosts
-
July 21, 2016 at 2:50 am #1096627
TelecatsNLParticipantHello,
i have two questions about X theme:1) i miss a few integrated plugins like The Grid and Superfly. Where can i find these / how to install them?
(see photo)2) Visual composer is asking to activate. Where do i find the purchase license?
Thanks for your help.
Kind regards,
VictorJuly 21, 2016 at 3:20 am #1096657
Paul RModeratorHi Victor,
Thanks for writing in!
Superfly was added in the latest version of X
Please make sure you have these versions
X Theme 4.6.0
Cornerstone 1.3.0
Visual Composer 4.12https://community.theme.co/kb/updating-your-theme-and-plugins/
You can then install them via Addons > Home
http://screencast.com/t/AQcKzYGq2U
Hope that helps
July 22, 2016 at 9:56 am #1098678
TelecatsNLParticipantThanks for the answers. Found it.
can you help me with a few other problems?
website: http://www.telecats.nl
1) Essential grid is not showing in cornerstone. It shows well on the website. When i want to change the grid, i have to delete it and add a new grid. I think it’s a bug, because it worked before and i haven’t change anything to the grid.
2) i want a sticky menu on mobile. Searched your forum and added the css i found:
@media (max-width: 979px) {
.x-navbar-fixed-top {
position: fixed !important;
}
}
The odd thing is that the image (revolution slider) is pulled under the menubar, when looking on a mobile device. How to fix this?3) On mobile, there is a white space between google maps and the footer, that should not be there. On desktop there is none. How to fix this?
Kind regards and thanks for your help
VictorJuly 22, 2016 at 7:05 pm #1099291
RadModeratorHi there,
1. Would you mind providing your admin login credentials in private reply?
2. That’s because fixing an element will set it’s parent height to zero 🙂
Please change it to this,
@media (max-width: 979px) { .x-navbar-fixed-top { position: fixed !important; } .masthead { min-height: 60px; } }Or change its value until you get your preferred setup.
And please remove the CSS you added to cornerstone’s custom javascript section.
3. Please add this as well, within your
@media () {}block..x-map { margin-bottom: 0; }Hope these helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1096627 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
