Forum Replies Created
-
in reply to: Videos in top row don't resize on Iphone
Hello,
I have just tested the video that you have on the homepage and is ok on responsive.
https://imgur.com/a/MgUcezEKeep in mind that on the iphone the youtube videos aren’t allowed to autoplay anymore:
https://stackoverflow.com/questions/8141652/youtube-embedded-video-autoplay-feature-not-working-in-iphoneLet us know.
Regards!
in reply to: Menu desktop and mobile problemsHello,
Please try to remove the position relative from the line above:
@media (min-width: 992px){ main#main { width: 85%; position: absolute !important; z-index:-9; } }Let us know.
Regards!
in reply to: Unable to edit / save changesHello,
You can edit the theme with the WpBakery Visual Composer that i have updated. You have only to edit the page with WpBakery Visual Composer from the back-end. While we are working to identify the issue.
If we will launch and new update an email notification will let you know.
Sorry for any inconvenience.
Regards!
in reply to: Page Editor Not WorkingHello Kyndal,
Have you installed the latest version of the theme?
Also have you tried to use Codeless Builder instead of the Visual Composer ?
Please share with us your wp creds into your profile details so we can take a look for you.
Let us know.
Regards!
in reply to: Meta Title and description not workingHello,
Sorry about that please can you share with us your wp creds into the profile details with the online link so we can find out the what cause this issue.
Let us know.
Regards!
in reply to: How do I get rid of this "older posts" buttonHello,
Please check it now, i have only removed the pagination from the portfolio element and now everything looks ok.
Let me know.
Regards!
in reply to: Mobile Page LayoutHello,
This is possible but we have to make the logo smaller and will not be readable. About the Jamaica project please take a look now.
Let me know.
Regards!
in reply to: Logo Alignment on Responsive/MobileHello,
Thank you that you appreciate our help and the theme.
Regards!
in reply to: Links open to new windowsHello,
Please check it out now.
Regards!
in reply to: Logo Alignment on Responsive/MobileHello,
Please can you check it out. Let me know.
This is the code that i have added.
@media(max-width:480px){ #logo img { max-height: 80% !important; margin-top: -83px !important; margin-left: -68px; } }Regards
in reply to: header / navigation helpHello,
You have to edit the first row in by click on the pencil icon and check how you can edit it: https://codeless.co/documentation/main.html#vc_elements the row.
If you can’t fix it let us know.
Regards!
in reply to: Menu desktop and mobile problemsHello,
Please can you add also this custom css:
main#main{z-index:-9; position:relative;} nav:not(.cl-dropdown-inline) .menu > li > ul.sub-menu{position:absolute; z-index:9999}Let us know.
Regards!
in reply to: Can the icon in service link be clickable?This reply has been marked as private.in reply to: Testimonial (Cycle) SpeedHello,
Please try to edit the file main.js and replace the function testimonialCycle()
function testimonialsCycle() { "use strict"; var $ = jQuery.noConflict(); $('.testimonial_cycle').each(function() { var $self = $(this); var container_width = $self.parents('.wpb_wrapper').first().width(); $('.item', $self).width(container_width + 'px'); $self.carouFredSel({ auto: true, scroll: { items: 1, fx: 'fade' }, }); }); }replace with:
function testimonialsCycle() { "use strict"; var $ = jQuery.noConflict(); $('.testimonial_cycle').each(function() { var $self = $(this); var container_width = $self.parents('.wpb_wrapper').first().width(); $('.item', $self).width(container_width + 'px'); $self.carouFredSel({ auto: true, scroll: { items: 1, fx: 'fade', duration:500 }, }); }); }Save the file.
Let us know.
Regards!
in reply to: header / navigation helpHello,
I see the row below the header have an animation this cause this issue. If you can’t find the effect by editing the row, share with us your wp creds so we can do this for you.
You can share the creds into your profile details.
Let us know.
Regards!