1306 comments found.
Hi there,
Love the theme! I am having 2 issues though:
1. It seems that I suddenly have an issue editing the pages.. I am using Visual Composer and all themes and plugins are up to date.
Also, the settings of Visual Composer are not saving properly. I do not have a license key though so I do not think I can ask them for support.
2. Also, I am having a hard time with the contact form setting. I am using 2 contactforms: 1 newsletter form on the homepage and 1 contact form on the Contact page. It seems that the emails are not being send properly. Maybe it has something to do with the fact that this website was moved from test.laurablagogee.com to laurablagogee.com.
I would like both contact forms to be sent to info@laurablagogee.com (in stead of sasha_ayoub@hotmail.com)
Website: www.laurablagogee.com Purchase license code of the theme: 2ef41c44-ccb6-47b3-9936-c152714e7373
Please find attachments for more details.
Looking forward to your respond. Thank you in advance.
Hi there,
1. There may be a plugin conflict. If you have other plugins installed, try to deactivate them to see if it works. If it doesn’t work, please provide me your admin login: https://themeforest.net/user/wyde#contact
2. You have to put your email info@laurablagogee.com into the “To” field in the Mail settings for those contact forms. Also, you have to set the correct email address in the “From” field, it should be in the same domain as your website such as wordpress@laurablagogee.com
You can find more details on setting up mail here: https://contactform7.com/setting-up-mail/
Also, please make sure your WordPress site can send out an email. See more on how to check it here: https://www.youtube.com/watch?v=DlNym2rAMKo
Hi there,
Love the theme! I am having 2 issues though:
1. It seems that I suddenly have an issue editing the pages.. I am using Visual Composer and all themes and plugins are up to date.
Also, the settings of Visual Composer are not saving properly. I do not have a license key though so I do not think I can ask them for support.
2. Also, I am having a hard time with the contact form setting. I am using 2 contactforms: 1 newsletter form on the homepage and 1 contact form on the Contact page. It seems that the emails are not being send properly. Maybe it has something to do with the fact that this website was moved from test.laurablagogee.com to laurablagogee.com.
I would like both contact forms to be sent to info@laurablagogee.com (in stead of sasha_ayoub@hotmail.com)
Website: www.laurablagogee.com Purchase license code of the theme: 2ef41c44-ccb6-47b3-9936-c152714e7373
Please find attachments for more details.
Looking forward to your respond. Thank you in advance.
We’re sorry but the theme support is only available for users who have purchased this theme.
Please contact us from the account that purchased this theme to make sure you’re currently in the correct product page that corresponds to what you have purchased.
Hi, my clients grid don’t save more than 3 logo. how can insert all my clients (30 +o-)
Sounds like this is a server issue. It couldn’t process many requests at the same time. If you have other plugins installed, try to deactivate them all to see if it works.
If it doesn’t work, please PM me your site URL and admin login: https://themeforest.net/user/wyde#contact
Hi there,
I was wondering if there was some way of only using the mobile menu as the only main menu?
thanks!
I’m sorry but there is no option to enable the mobile menu on other screen sizes, it automatically displays when the width of screen smaller than 1080px.
Thanks for letting me know! I wish there was some way of having them both the same. Would there be any way of styling the mobile menu to appear the same as the larger one?
Unfortunately, the mobile menu is different from the top menu (main menu). It displays menu items vertically because the size of mobile screen is too small to show all menu items horizontally in the top menu.
So we have 2 versions of the menu, one for the main menu and another one for mobile only. The main menu will be disabled and hidden automatically on small screen and show the mobile menu instead.
It’s too hard to show the top menu on mobile as the one on desktop. You have to edit the main CSS to remove all mobile menu styles and edit the main script file directly to remove the mobile menu script but this is not recommended because after you edit that code, you won’t be able to update the theme anymore.
However, even if you remove that code to show the top menu on mobile, you will have this:
Of course it doesn’t look good as expected.
Ah, I see your point. Ok, sorry – I should have said before though – I’m working on the hamburger style main menu from the “Personal Portfolio” which I’ve styled to look like this: https://tinyurl.com/y8plxq2d Would that not still be ok on mobile with a little CSS trickery?
My apologies, I think that you mentioned to the classic top menu.
Here’s the custom CSS to set the menu text on mobile to center, you can add it to Theme Options -> Advanced -> Head Content:
<style type="text/css">
#side-nav,
#side-nav .social-icons {
text-align: center;
}
#side-nav {
padding-top: 30%;
}
</style>
Brilliant! Thanks very much. I know this is pushing it a bit, but can I change the side that it comes it (i.e. from the right rather than from the left). Or is that hard coded into the theme….?
I think it would be a really useful feature for people to be able to choose in future updates.
By default the mobile menu always slides from the left because we also have a sliding bar widget in the right side and slide from the right.
However, you can add custom CSS below to Theme Options -> Advanced -> Head Content to change it to the right side:
<style type="text/css">
@media only screen and (max-width: 1079px) {
#side-nav {
max-width: none;
-ms-transform: translateX(100%);
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
}
}
</style>
This is brilliant. Thanks!
Hello,
I have created a website for a client and they failed to tell me the admin side using Server 2008 R2 with IE11. When they go to the site, it doesn’t look how it is suppose to look (on Firefox, Chrome, Safari they all show up fine).
Would you be able to guide me what’s causing this issue? I can email you a screenshot of what it looks like and what they are seeing.
Thanks
The IE on Windows Server 2008 R2 and on other Windows Server OS are different from the ones on regular Windows, they have a built-in Enhanced Security feature and high security level configurations that decrease the exposure of your server to potential attacks that can occur through web content and scripts. That means some features and JavaScript are disabled, this makes some websites may not display or perform as expected, see more details on Enhanced Security here: https://technet.microsoft.com/en-us/library/dd883248(v=ws.10).aspx
Actually, we would not recommend you to use Windows servers to browse general websites over the internet as stated on “Browser security best practices”: https://technet.microsoft.com/en-us/library/dd883248(v=ws.10).aspx#Anchor_12
If you’d like to browse the web on Windows Server, we would recommend you to use Chrome instead. It is typically the most highly regarded for security and safer than IE.
Hi Wide team,
I like your great theme design (Overlap) very much. Thank you for your great works.
Now, I have a question, how can I use below code to set up my Chinese fonts? Where can I put belows codes? Would you please help me? I want to let all my Chinese content use google fonts called cwTeXYen.
http://fonts.goolgleapis.com/earlyaccess/cwTeXYen.css font-family: ‘cwTeXYen’, serif !important;Thank you in advance.
Regards, Nicole
There are 2 ways to add that code:
1. Add it to style.css in your child theme as below:
@import url(//fonts.googleapis.com/earlyaccess/cwtexyen.css);
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'cwTeXYen', sans-serif !important;
}
2. Add it to Theme Options -> Advanced -> Head Content as below:
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/earlyaccess/cwtexyen.css" media="screen">
<style type="text/css">
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'cwTeXYen', sans-serif !important;
}
</style>
However, your custom font won’t show up in Theme Options -> Typography and the fonts list in other settings. You have to set it to any elements manually as the sample code above. You can change from body, h1,... to specific elements and any parts on your site to fit your needs.
You can find more details on how to add Google Fonts in WordPress theme here: http://www.wpbeginner.com/wp-themes/how-add-google-web-fonts-wordpress-themes/
WooCommerce update shows that the Overlap shopping cart files are out of date. Will there be an update in the near future?
Of course we will add the new WooCommerce template in the next update of this theme.
However, this won’t affect your shop page, you can ignore that notification message. Your site is still working fine without any compatibility issue even you’re using the old version of WooCommerce templates.
Hey, I’m sorry for this question but I don’t have experiences with many WP themes. How do I update the theme on my WP? Doo I just upload the theme once again? Won’t it override my settings? Thank you very much!
Hi,
Actually, you can update the theme on your WordPress dashboard too. However, unlike other free themes from WordPress, the premium themes from ThemeForest require Envato Market plugin.
After you install that plugin, you can also download and install the new updates from your WordPress dashboard.
We have provided both manual and auto update in our documentation, you can find more details on auto updating the theme by using Envato Market plugin in there.
H,
I’m trying to display custom posts (generated with WCK) using the Portfolio Grid shortcode. I realise that I can’t just call the custom post with the existing shortcode, but would it be possible to duplicate the current Portfolio Grid shortcode, rename it, and then get it to call my new custom post? I can see the existing one is hooked up in a few different places, so if possible, could you give me some guidance on how I’d go about creating a duplicate?
Thanks,
Alex
I’m sorry but the Portfolio Grid is only available for portfolio post type. You couldn’t modify it to display the other post types but will need to create new shortcode instead.
Not only duplicating shortcode but you will need to register it for the Visual Composer too since all elements and shortcodes in this theme are based on Visual Composer elements.
It’s too hard to provide the full details but here are some tips and a quick guide:
1. Add your shortcode function into functions.php in your child theme, see more on creating new shortcode here: https://codex.wordpress.org/Shortcode_API
2. Use vc_map() to register your shortcode so it will be available in the Visual Composer, you can find more details here: https://wpbakery.atlassian.net/wiki/pages/viewpage.action?pageId=524332
However, this requires WordPress development skills, it’s very hard and is not recommended. We would recommend you to install the third party plugin instead, you can find some plugins here: https://www.elegantthemes.com/blog/resources/8-best-wordpress-grid-plugins-to-keep-your-site-looking-sharp
Anyway, we have never tested the theme with those plugins so we couldn’t confirm that will work properly.
I need to have my Contact section (http://terrastonepr.com/contact/) displayed exactly as your Contact 2 sample page, the problem is that it did not imported with the demo data and my customer wants it badly. Please assist, this is the format of the sample contact page the I need to use (Overlap Main Demo – Creative Agency – Contact 2 page)
Actually all contact forms should be imported when you import demo content. You can find it in Contact menu on WordPress admin, it’s called Contact 2.
However, if it is not available. You can create a new one as below.
1. Create a new form, set the form name to “Contact 2”. 2. Put the code below to the Form tab and then save changes.<div class="row"> <div class="col col-6"> <p>[text* your-name placeholder "Name *"]</p> <p>[email* your-email placeholder "Email *"] </p> <p>[tel your-tel placeholder "Phone"]</p> <p>[text* your-subject placeholder "Subject *"]</p> </div> <div class="col col-6"> <p>[textarea your-message 40x12 placeholder "Message"]</p> </div> </div> <div class="col col-12 clear text-center"> <p style="padding-top:15px;"><input type="submit" value="Send Your Message" /></p> </div>3. Edit your Contact Us page to choose the form created from above.
Thanks, but I am not referring to the Contact form, instead I am referring to the Contact page. When I imported the demo data it only imported one Contact page, the one imported is not working and the customer loved the (Overlap Main Demo – Creative Agency – Contact 2 page). I just need help in creating that page so I can edit it with my customer’s info. Thanks
My apology! Here’s the code to create the Contact 2 page.
1. Create a new page, switch to Classic mode.
2. Select the Text mode for the Text Editor.
3. Put the whole code below to the Text Editor:
[vc_row row_style="full-width" equal_height="true" vertical_align="middle" padding_size="no-padding" css=".vc_custom_1464352490549{padding-top: 0px !important;}"][vc_column padding_size="no-padding" width="1/2"][wyde_gmaps height="900" values="%5B%7B%22address%22%3A%22Mountain%20view%22%7D%5D" gmaps="%7B%22locations%22%3A%5B%7B%22address%22%3A%22Mountain%20view%22%2C%22position%22%3A%7B%22lat%22%3A37.3860517%2C%22lng%22%3A-122.0838511%7D%7D%5D%2C%22zoom%22%3A12%2C%22type%22%3A%22roadmap%22%2C%22center%22%3A%7B%22lat%22%3A37.3860517%2C%22lng%22%3A-122.0838511%7D%7D"][/vc_column][vc_column overlap_index="500" width="1/2"][vc_row_inner overlap="left" overlap_distance="100px" overlap_index="100" css=".vc_custom_1464352524251{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}" background_color="#ffffff"][vc_column_inner width="1/2"][vc_custom_heading text="Get in Touch" google_fonts="font_family:Playfair%20Display%3Aregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:700%20bold%20regular%3A700%3Anormal"][/vc_column_inner][vc_column_inner text_align="right" width="1/2"][vc_column_text]1234, Mountain View, CA 94043
Tel. +1 111-888-000
E-mail. email@domain.com[/vc_column_text][vc_empty_space][wyde_icon_block style="none" icon="fa fa-facebook" link="url:http%3A%2F%2Fwww.facebook.com||target:%20_blank" color="#507cbe" css=".vc_custom_1453204209203{padding-right: 5px !important;padding-bottom: 5px !important;}"][wyde_icon_block style="none" icon="fa fa-dribbble" link="url:http%3A%2F%2Fwww.facebook.com||target:%20_blank" color="#d97aa6" css=".vc_custom_1453196243589{padding-right: 5px !important;padding-bottom: 5px !important;}"][wyde_icon_block style="none" icon="fa fa-twitter" link="url:http%3A%2F%2Fwww.facebook.com||target:%20_blank" color="#63cdf1" css=".vc_custom_1453196255413{padding-right: 5px !important;padding-bottom: 5px !important;}"][wyde_icon_block style="none" icon="fa fa-pinterest-p" link="url:http%3A%2F%2Fwww.facebook.com||target:%20_blank" color="#f16261" css=".vc_custom_1453196265781{padding-right: 5px !important;padding-bottom: 5px !important;}"][wyde_icon_block style="none" icon="fa fa-instagram" link="url:http%3A%2F%2Fwww.facebook.com||target:%20_blank" color="#b0947c" css=".vc_custom_1453204204507{padding-bottom: 5px !important;}"][/vc_column_inner][vc_column_inner padding_size="no-padding" el_class="clear"][vc_empty_space height="10px"][contact-form-7 id="4937"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner offset="vc_hidden-lg vc_hidden-md"][vc_empty_space height="95px"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]
4. Switch back to the Backend Editor to build the content with the page builder.
Thanks it worked! The only odd thing is that although I have an API for Google Maps and using the customer’s location coordinates the map is still displaying the default marker (Mountain View). Please check – http://www.terrastonepr.com/contactanos/
Secondly, the masonry portfolio I am using on the Home page is not working, if you click on categories it is not bringing the correct items. Please check – http://www.terrastonepr.com
Thirdly, I’d like to know how to work with image resolution for masonry image gallery as the ones I have set up look blurry, although when you click on the image it looks fine. Please check – http://www.terrastonepr.com/galeria-de-colores/
Lastly, the portfolio items are giving a 404 error when clicked, Please check – http://www.terrastonepr.com/nuestras-cocinas/
I created an admin account for you just in case, just let me know where to send it privately.
Thanks a bunch!
1. Try to update the theme and Wyde Core plugin to see if it works.
2. If you disable the pagination of the portfolio grid, it won’t load more items when you select a category in the category filter but just show/hide the current items (from the first load). If you’d like to load more items you should select “Infinite Scroll” or “Show More Button” for the “Pagination Type” option so you can click on “Show More” to load more items in that category.
3. The image gallery will stretch your images to fit the masonry layout. As you can see on your gallery, it displays small thumbnails in 4 columns. Try to change the “Image Size” in the Image Gallery settings to “Medium” to see if it works.
4. This is a permalink caching issue, go to Settings -> Permalinks, select “Post name” and save changes to refresh the permalinks caches.
Wyde, I updated the theme and worked with the image resolution (instead of thumbnail I selected original) and all is solved now. Thanks a bunch!
Wyde, I forgot to mention the only thing not working is the Google Map. It is still displaying the default Mountain View location
Map solved
Happy to hear that it has been resolved 
Hi there,
loving the theme! I was wondering how can I make the top menu transparent on the ‘Food Stylist’ theme?
thanks!
And also, change the top menu height? Cheers!
Hi there,
I’m sorry for the delayed response!
1. You can enable the transparent header in the Overlap Options. Edit your home page, scroll down to the Overlap Options box, select the Header tab and then change the “Transparent Header” to “Enable”.
2. The top menu height is not available in the theme settings, you have to add custom CSS below to Theme Options -> Advanced -> Head Content:
<style type="text/css">
#header .container {
height: 100px;
}
</style>
Dear theme Creator Hello, I am facing a problem withe icons like next, prev buttons social media icon etc. I have changed one button with the use of css but the problem is that even more icons are displayed wrong. Could you please investigate? A good example is the following http://vnconsulthess.gr/2017/06/23/putting-vietnam-map/
This is a cross-origin request issue. Seems like you’ve changed your site URL from the first installed.
Your icons are on the old domain ( http://vnconsulthess.gr.88-99-26-12.my-website-preview.com ) but your server does not allow browsers from different domain ( http://vnconsulthess.gr ) to load those icons.
Please make sure you have changed all URL settings to the new one. Go to Settings -> General, try to change both Site Address and WordPress Address to new domain: http://vnconsulthess.gr
You can find more details on changing the site URL here: https://codex.wordpress.org/Changing_The_Site_URL
Hello, since the last update the maps of my site have disappeared, here is the error message:
Uncaught TypeError: Cannot read property ‘LatLng’ of undefined at HTMLDivElement.<anonymous> (shortcodes.js:196) at Function.each (jquery.js:2) at a.fn.init.each (jquery.js:2) at a.fn.init.$.fn.wydeGMaps (shortcodes.js:183) at HTMLDivElement.<anonymous> (shortcodes.js:989) at Function.each (jquery.js:2) at a.fn.init.each (jquery.js:2) at initGMaps (shortcodes.js:862) at shortcodes.js:1210 at dispatch (jquery.js:3)
what should I do ?
Thank’s
Please make sure you have already updated Wyde Core and all bundled plugins.
Also, if you have a caching plugin, please do not forget to purge all caches after updating the theme.
Everything is up to date …
The map is displayed if there is another one above. The top one is not displayed but the second yes! As in this page: http://aqua-confort.fr/contact/
To the left, where there is nothing, normally there is the map that does not display. The second, the one underneath, is simply duplicated from the first.
Actually you can add multiple maps on the same page. Anyway, try to remove the one above and add a new one again to see if it works.
If it doesn’t work, please PM me your admin login: https://themeforest.net/user/wyde#contact
There are two maps because the second only works if there is a first one above. !!
Of course you can add 2 maps and more. However, I guess that there may be something wrong on the map settings for the first one above. So please remove both maps first, and then add new maps to the page again.
If I create a page with a map, it does not work, the parameters are the same as before the update … I wrote to Wyde ..
Hi, we have created our website with your theme and everything was great. Until yesterday when we have tried to replace an image on the existing page. The whole layout breaks. I’m sending you a link with our original restored layout: https://slingshotlondon.com/about/ and this is a copy of the page after I’ve tried to change the photo on it: https://slingshotlondon.com/about-slingshot/
Actually it’s working exactly as you have set.
You have set custom color for the whole text to white so you couldn’t see any text but the white space. You should edit the settings for those columns one by one to change the Text Style to Dark.
I don’t think you understand me. Please take a look at the first link. I’m just changing (swapping) a photo from it and the whole page breaks. I don’t understand why does this happens? I have a perfectly working page – I want to change a picture on it and everything breaks and I have to go column by column to fix it again?
I’m not sure I understand. The first link ( https://slingshotlondon.com/about/ ) is working fine on my end (it’s not broken). However, the second one ( https://slingshotlondon.com/about-slingshot/ ) looks different, some texts won’t show up but this is a text color issue, because you have set the white text color for those columns, you should change the Text Style to fix this issue.
The second link is the exact same copy of the first one. Just one image is changed and the whole code is changing. I’m trying to understand why this is happening. I have replaced the image with the visual composer and everything breaks. Can I send you the login details so you can check it yourself?
You can send us the login credentials in the contact form: https://themeforest.net/user/wyde#contact
Thank you for the site credentials!
I just tried to edit both pages above. I couldn’t see any issue, everything is working fine. I can edit and save changes to the page.
Anyway, I see you have other plugins installed, if you’re using a shared host this can increase the memory usage and reduce your server performance so when you save changes, you would see a server error because it couldn’t process your requests. You should use them as needed. Especially when you edit the page, try to deactivate the Yoast SEO plugin to see if it works.
I’m just changing one photo!! and the code breaks. Did you try to swap a photo with the visual composer? please check this links I’ve screenshoted what is the problem – https://www.dropbox.com/s/5fsp21lg2ibrv51/Screenshot%202017-06-23%2014.41.00.png?dl=0 (here I’ve changed the photo everything seems OK in the back end site) and here is the preview that doesn’t see my colour backgrounds https://www.dropbox.com/s/leoi1bnni8s82xo/Screenshot%202017-06-23%2014.41.08.png?dl=0
I’ve stopped the Yoast plugin
Seems like there was something wrong on Visual Composer. When I change the image and save changes, it removes all background settings from the rows.
We will look into this issue to fine what’s wrong on the page builder plugin.
Actually only backgrounds have been removed so you won’t see the text that have the same color (white) as the background and it looks like your layout was broken.
However, to fix this issue right now, you will need to set the background color and image for the row manually.
I’ll wait for a while because I don’t want to be in a situation that we have to rebuild all of our pages again just because we want to swap an image. I hope that you will notify me when there is a solution for this problem. thank you:)
This is a bug of the theme with the new update of Visual Composer and Wyde Core plugin. Thank you for reporting this issue, we’re working on the new update and will release it ASAP.
i have problem with logo on the page of first post, the home page and other posts get my logo correctly.
http://www.breakingnaan.com/ – works good http://www.breakingnaan.com/boiled-and-roasted-peanut-chakna-with-raw-tomatillo-salsa/ – shows overlap logo http://www.breakingnaan.com/bukhara-style-dal/ – works goodi think was just caching, seems to work.
Hello,
I just have a tiny problem on the contact page of my site, on header, the “contact” is staying really big on smartphones and we can only see “con”...
Is there a way this text could resize on smartphones ? Thank you.
http://laurence-faure.com/Would you be kind enough to send me an email because I am not getting any notification from theme forest that you replied. And as I am leaving for 2 weeks, I might not be able to find your answer back in all the comments !
Hello,
You have custom CSS that sets the font size of page title (H1) to 140px so it’s too large on smartphones.
You should remove that CSS, try to find it in Theme Options -> Advanced -> Head Content, remove the code below if it’s there:
.title-wrapper.w-size-l .title{
font-size: 140px;
}
Also, if you send your message in the contact form on the profile page: https://themeforest.net/user/wyde#contact it will send to our email and will reply to your email directly.
OK, thank you. When I want to add a featured image on a portfolio project, the thumbnail of this featured image is usually showed in a square box but in this project “Conservatoire régional du Grand Chalon”, the featured image doesn’t show as a square. I have had to open the image in Photoshop and resize it as a square. How can fix that ? Thank you.
The portfolio grid displays squared thumbnails with the certain sizes. Your portfolio featured images should be larger than 640×640px (both wide and tall) so they will be cropped properly.
The featured image size of the project “Conservatoire régional du Grand Chalon” is 715×600px, it’s smaller than the squared thumbnails target size.
Hi there. The Clients Grid content block isn’t working for us. Can you please advise? Photos added and options selected, but the area is just blank as if doesn’t exist. Thanks
Same issue for us.
Hi there,
There may be a plugin conflict on your site because we have never seen this issue before.
Try to deactivate other plugins one by one to see if it works.
If it doesn’t work, please provide me your site URL: https://themeforest.net/user/wyde#contact
Hi there Wyde, Seems that i lost my contact forms, could you please send the contact form for this page : http://wydethemes.com/overlap/contact-2/ and the footer newsletter ?
Regards
<div class="row"> <div class="col col-6"> <p>[text* your-name placeholder "Name *"]</p> <p>[email* your-email placeholder "Email *"] </p> <p>[tel your-tel placeholder "Phone"]</p> <p>[text* your-subject placeholder "Subject *"]</p> </div> <div class="col col-6"> <p>[textarea your-message 40x11 placeholder "Message"]</p> </div> </div> <div class="col col-12 text-center"> <p style="padding-top:15px;"><input type="submit" value="Send Your Message" /></p> </div>And here’s the Newsletter in the footer:
<div class="row"> <div class="col col-10 no-padding">[email* email-913 placeholder akismet:author_email "Your E-mail"]</div> <div class="col col-2 no-padding"><input type="submit" value="Send" style="margin:0; width:100%;" /></div> </div>
Thanks a lot 
Hi Wyde, it is possible to add to the title area a youtube video ? I try to but it doesnt display, maybe it has to be a direct url file ?
Regards.
This theme doesn’t support YouTube video background for the title area. It allows only HTML5 video (MP4 file). YouTube and Vimeo videos are only available in Aoraki theme: https://wydethemes.com/aoraki/about-us-2/
Ok, thanks. Also on my website i have a big blank space that goes off after some slider pass : http://prntscr.com/fp2ibs It’s really weird !
Regards
I’m not sure, try to check if you have set the Overlap for the row above. It would be easier if I can inspect the code on your site. Could you please provide me your site URL?
Hi there, I have just updated the WP site and now I have a flicker once you open the webpage. Can you assist. my website is https://www.lovecreativemarketing.com. My web guy says the below:
The flicker is due to the website theme loading external assets. Not really much I can do without a lot of work. Also you won’t be able to update the theme in the future.
Thanks Marvin
We have never seen this issue before. We’ve also updated WordPress on our demo site to the latest update. Everything is still working fine.
I guess that this is a plugin issue. There are many custom CSS and JS on your website. Try to deactivate all other plugins (except 3 bundled plugins) to see if it works. If this works, activate them one by one to find the problematic plugin.
If it still doesn’t work, please send me the login credentials in the contact form: https://themeforest.net/user/wyde#contact
Thanks for your help, think it was the an analytics plugin that was updated. All is working fine now.
Hello!
I’m having a helluva time trying to get my site to look good on mobile.
Here’s the link http://www.kindredgrown.com/dev
I’d like everything to be justified to center when viewed on mobile phones, but the overlap is making this difficult for me.
Any suggestions?
It’s not the overlap feature that is making this difficult but you have set the custom paddings for your rows and columns.
Normally the Overlap feature won’t affect the layout on mobile. As seen on our demo site: http://wydethemes.com/overlap/home/home-creative-agency/ even we have enabled the Overlap feature on the rows and columns but everything is working fine on mobile.
However, if you have manually set custom paddings in Design Options tab, this will affect your layout on any devices and any screen sizes.
To fix this issue, you should edit the rows and columns to remove those custom paddings in Design Options tab. If you’d like to move any columns to the left or right, please use the Overlap option instead.