1303 comments found.
Hi There.
I’m having a few colour issues. one of the pages, i’m working on the content is coming up a different colour on different laptops. It’s the original tone on an Ipad but on a laptop all the colour of the images looks yellow and really dark.
Also having some button problems. I have a home page with buttons and one of the main buttons seems to be redirecting the content when it feels like. So sometimes it will go to the correct child page and other times to a completely different one that is under another button.
Would be great to sort this out asap. Thanks
Hi,
I’m not sure how difference it is but the color and tone of images are not related to the theme. This is a general problem when you’re working on different screens. This also happens on my end, when I design the theme on iMac, everything looks good on my iMac, Macbook and iPhone but when I try it on my PC (Dell monitor), the image looks different tone and color. This is a screen color settings issue, different manufactures might have different colors settings.
Regarding the button issue, we’ve never seen this problem before. Try to remove that button and add it to the page again. If it doesn’t work, please PM me your site URL: https://themeforest.net/user/wyde#contact
Hi! I’m translating my website using WPL. Everything is fine except one thing: how can I translate custom description fields in portfolio pages? Thank you! Serena
Hi,
Normally when you translate the page or post, it will copy the post meta data fields to the translated page and you can edit them individually.
I’m not sure on the Custom Description fields because we use the CMB2 metabox library to build these fields. We’re working on this to try it and find how to translate these fields so I will get back to you later after I figured it out.
Yes, the custom description fields were copied ( from englisht to italian version ) but even if I change the text withe the italian traduction, when I update the page the english text returns. Thenk you
Thank you for your detailed explanation. We’re working on it so this issue will be fixed in the future update.
Thanks again for taking the time to reporting this issue.
Portfolio: Is there a way to order listings in grid? or make sticky items?
When you edit the Portfolio Grid element, you will have the Custom Post option, click on Build query to change the order. If you’d like to change the order for some items, you should edit the Published Date of each item instead so the latest date will display first.
Unfortunately, the portfolio grid do not support sticky items.
You are awesome! Thank you!! By far, the best theme I have come across
It’s my pleasure
Thank you for your nice comment!
Quick question. Is there a way to rename portfolio “skills” to “disciplines”?
Of course! All static words are included in the POT file. You can edit this file by using POEdit ( https://poedit.net/ ) and any other translation plugins.
However, the easiest way is using the Loco Translate plugin as follows:
1. Please make sure you have the Overlap Child theme installed and activated. You can find the child theme in the main downloaded package.
2. Install the Loco Translate plugin ( https://wordpress.org/plugins/loco-translate/ )
3. Navigate to Loco Translate, and then select “Overlap Child” in the Active Theme list.
4. You will see the default language “English (United States)” in languages list, select it to edit.
5. Find the word “Skills”, and then put the new word “Disciplines” into the Translation box at the bottom.
6. Save changes.
You are awesome!!!
Hi, I’d like to replace the word “Portfolio” throughout the site/theme. Is this possible? Thanks!
Of course! All static words are included in the POT file. You can edit this file by using POEdit ( https://poedit.net/ ) and any other translation plugins.
However, the easiest way is using the Loco Translate plugin as follows:
1. Install the Loco Translate plugin ( https://wordpress.org/plugins/loco-translate/ )
2. Navigate to Loco Translate -> Plugins, and then select “Wyde Core”.
3. Click on “New language” and choose the current language of your WordPress website such as “English (United States)” (see the current language of your WordPress site in Settings -> General -> Site Language).
And then choose a location as “Other: languages/plugins/wyde-core-en_US.po”. Click on “Start translating”.
4. Find any words you’d like to edit (i.e. “Portfolio”, “New Portfolio”, etc.) one by one and then put the new word into the Translation box at the bottom.
5. After you edit those words, save changes.
Thank you, worked perfectly!
On an unrelated note, after updating Overlap to the most recent version, part of my homepage is showing pieces of code instead of content. You can see what I’m referring to here, just scroll down a little. http://dev.artisansvillage.com/
Please make sure you have updated all bundled plugins too.
After you update the theme, you will see a notification message at the top of your WordPress admin page letting you know if there is an update available for the bundled plugins.
Hi,
Since the update, all my headings have gone: http://www.whiteradishevents.co.uk/
The coding is now showing.
Thanks.
I’ve fixed the headings – I just had to update the WP Bakery and Wyde plugins. However, I also updated Revolution slider and now all my sliders have gone…
Hi,
I’m not sure but we have tested this plugin before releasing the new update, everything works fine on our demos.
After I inspect the error on the browser console. There are JavaScript errors from Google Maps APIs, it says “You have included the Google Maps API multiple times”. I suppose this is causing the slider doesn’t work.
Seems like you have another Google Maps plugin, maybe it came from some plugins on your website. Try to deactivate other plugins one by one to see if it works.
If it still doesn’t work, please PM me your admin login credentials so I can investigate this issue and help you out: https://themeforest.net/user/wyde#contact
Hi Wyde,
I have done the update today, i update the theme, then wyde core, but i couldnt update VC via plugin installer, telling me that i need a licence.
So i desactivate it in the goal of uninstalling it, it just crash my whole site… Error 500.
I
Ho sorry, was not the theme, just a code that VC team give me to delete the meta that was crushing the website… Did we can desactivate it with the theme in this update ?
We’ve tested this plugin on our demos before releasing the new update, we can update it without any problem.
Hi, we cross post
Like i say, problem fixed, it was from VC ^^
I’m searching now for your option to disable VC meta.
Regards.
To remove the VC meta, you have to add PHP code to functions.php in your child theme as below:
function overlap_visual_composer_metadata( $metadata = '' ){
return '';
}
add_filter( 'wyde_visual_composer_metadata', 'overlap_visual_composer_metadata' );
Working great ! like always ^^ But last question, i see that Wyde title have new great option to select the strengh, great job on that, couldnt be more simple than that, just perfect ! But i didnt find the option to move up or down the strengh of post title in blogs.
Regards.
Here’s the code to set the post title tag, you can add it to functions.php in your child theme:
function overlap_get_blog_post_title_tag( $tag = '' ){
if( is_single() ){
/* Blog Single Post */
$tag = 'h2';
}else{
/* Blog Posts list */
$tag = 'h4';
}
return $tag;
}
add_filter('overlap_blog_post_title_tag', 'overlap_get_blog_post_title_tag');
I will test that soon, btw if you change wyde heading strengh, you lost the little color bar that is associate with this module.
Also on this page : https://www.brockwayproduction.fr/blog/ You get an error on the facebook widget.
Regards.
Hi, for a strange reason, when i am connected, i dont see the blue lines in the headings.
If i try not connected, i see them, but they should be red and not blue (by default before update they be the same color than the Color Scheme in Theme Options.
Also the facebook widget is fine in looks, it’s just that open dev console on any page that have this widget, you will see an error.
Regards.
Unfortunately, by default the theme sets the color scheme for H2 in the heading, when you change it to others, you lost the color.
I just sent the code to fix the color of the Wyde Heading to your email.
For the Facebook widget, I checked the browser console from your website but there is no error at all.
Hummmm, seems that clearing my cache (personnal and website) fiw almost all issues exept colors. So you right no console errors.
For the custom bugfix code i just receive thank you, did this change will be integrated in next update ?
Sure, it will be integrated in the next update too.
I apply the changes, but nothing seems to change on the color side…
Apology, try the new one from email.
Thank you ! It’s working fine now
Really cool support, like always !
It’s my pleasure
Thank you!
Hi Wyde,
1) Is it possible to override the custom theme colour for the full page menu background colour to something else?
For example I’m using a custom colour #726544 which is great for text but is pretty dominating for a menu background colour. Are we able to make a sexy menu colour?
I still think you should use this overlap feature as a plugin, because it’s amazing….
2) Where do we change the size and text for Heading Titles please? I’m not sure the title heading element in Visual composer is picking up H1. So not sure if this is configurable in the Theme options????
Thanks,
Tomo
Hi,
1) To change the color of the fullscreen menu to different color from the theme color scheme, you have to add custom CSS into Theme Options -> Advanced -> Head Content as below:
<style type="text/css">
.w-dark #full-nav .vertical-menu li:hover > a,
.w-dark #full-nav .vertical-menu .current-menu-ancestor > a,
.w-dark #full-nav .vertical-menu .current-menu-item > a,
#fullscreen-nav.w-dark .social-icons > li:hover a,
.w-light #full-nav .vertical-menu li:hover > a,
.w-light #full-nav .vertical-menu .current-menu-ancestor > a,
.w-light #full-nav .vertical-menu .current-menu-item > a,
#fullscreen-nav.w-light .social-icons > li:hover a{
color: #8accff;
}
</style>
Change from #8accff to any color as you please.
2) The Heading element is H2, you can change the font styles in Theme Options -> Typography -> H2.
Hi Wyde,
Thanks for your reply.
Would you mind checking your code for item 1 please as this isn’t working for me?
Thanks very much,
Tomo
My apology, I thought that you’d like to change the menu color.
Here is the code to change the menu background color:
<style type="text/css">
#fullscreen-nav.w-light:before{
background: #8accff;
}
</style>
Perfect, Thanks 
Hi there, my mobile header doesn’t work anymore. www.inbalansmedia.nl
Also when I use the Slider Bar function i’m getting a hastag # at the end of my URL, what to do?
Hi there,
Actually nothing works. All scripts on your website don’t work at all.
Your minify plugin is causing this issue, it adds invalid attribute to all scripts files so there are script errors and they didn’t work when you click on any buttons.
I suppose this plugin is adding a defer attribute to the script but add to the wrong position.
Try to deactivate your cache or minify plugin to see if it works.
I’m not sure what minify plugin you’re using but we use W3 Total Cache on our demos and they are all working fine.
Hi Wyde,
There seems to be a problem with animations not showing on mobile devices. We’ve tried all animations and they only show on desktop. I noticed a user reported this as a bug over a month ago and you’ve mentioned that this will be fixed in the last update, which I guess was missed. Any chance this can be fixed as this is a big look and feel element of our website?
Thanks,
Tomo
Hi,
We’re sorry, this is a bug of the animations on mobile, it will be fixed in the next update that will be released in a couple of days.
To work around this, please turn on Animation on Mobile in Theme Options -> General so those elements will show up on mobile too.
I apologise, this seems to work fine if the animations is active in the mobile ptions….Is it really a bug?
Yes, it’s a bug on mobile when you disable Mobile Animation option. Actually it should show up without transitions.
Is it possible to change the slide-in effect of the icons on the info boxes? Or at least disable it on mobile? It looks nice on the desktop, but it can feel a little glitchy on mobile (not saying it is actually glitchy, it just appears to be a glitch sometimes when your finger touches during scroll).
It’s difficult to change the effect, there are many CSS classes need to be edited. Anyway, we will disable it on mobile in the next update. Thank you for reporting this issue.
Dear Support Team, I have a couple of questions:
I have issues with the mobile view:
1. – The menu does not show up any more ( shows no menu buttons ) when I want o navigate back from a subpage.
2. Titles that are placed in a framed section- run over the frame- but layout wise they are supposed to stay in the frame.
(see it both happening at (mobile view!) http://art2arrange.com/wedding-services/)
Another question: The logo in the footer and loader looks unsharp- I tryed lots of versions of files and sizes – what is the recommended size for the logo in the footer and in the loader?
Last question: In the portfolio the button at the bottom that shows 4 cubes to navigate back to all portfolio items leads me to a site I do not want to use, I would like to link it back to the site I defined as main portfolio site ( i have called ” showcases”) The same happens when I click on one of the categories in the sidebar – I always want o link back to the main portfolio page I have build. How can I change it?
Can you help me out ?Thanks in advance!
Hello,
1. This issue has been fixed in the recent update, try to update the theme to see if it works.
2. That’s because we have set the size of H2 on mobile as 36px. Normally when the title has space between words, it will break and wrap onto the next line automatically. Unfortunately your title have only one word and have no space. To work around this, your should add custom CSS into style.css in your child theme as below:
@media only screen and (max-width: 599px){
.w-custom-heading h2 {
font-size: 22px!important;
line-height: 28px!important;
}
}
3. The certain size of the loader image is 84×84px, it doesn’t look good because the original size you uploaded is too large. BTW, the logo in the footer displays as uploaded. Also, it looks good on my end because it displays in 227×227px as the original size.
However, if you’re using the retina screen, please make sure the retina version of your footer logo is exactly 2x larger than the normal size, your retina footer logo should be 454×454px so it will display as the best quality on retina screen.
4. You can set the URL of the button in the portfolio navigation in Theme Options -> Portfolio -> Portfolio Single Post -> Portfolio Home Page.
Regarding the link of portfolio categories, the category is the built-in taxonomy of the portfolio post, it always brings you to the portfolio category archive page where it displays only items in that category you selected, you couldn’t change the URL of it.
However you can set the layout and other options of the category archive page in Theme Options -> Portfolio -> Portfolio Archive so it will display look like your portfolio home page.
Great thank you – lot’s of thing solved 
The only thing that did not work is the custom code for issue No2 . I have placed the code in the childtheme css stylesheet but the titles still stay the same ( still too big). I placed the the code you provided here, and the code you provided in the mail. ( they differ a little). Tried adding this:
@media only screen and (max-width: 599px){
.w-custom-heading h2 {
font-size: 22px!important;
line-height: 28px!important;
}
}
And tried adding this:
@media only screen and (max-width: 599px){
.w-custom-heading h2 { font-size: 22px!important; line-height: 28px!important; }
}
I have placed the code above the text which is in the css stylesheet already and I also tried it with placing it under the text. Nothing changes.
Do I miss something here?
When I provide the code, please DO NOT copy the code from your email but do it on the comment page instead. When you copy from email, you will have PRE tag that is an invalid code for CSS, it’s for displaying the comment text as the preformatted text with frame.
To solve this issue, you should remove PRE tag from your CSS in style.css. The code I provided should start with ”@media” and end with “}”.
I know and as I I said I tried the code you provided without the pre tags. The child theme CSS stylesheet looks like this rightnow, but it still does not work:
@media only screen and (max-width: 599px){
.w-custom-heading h2 { font-size: 22px!important; line-height: 28px!important; }
}
/* Theme Name: Overlap Child Description: Child theme of the Overlap. By using a child theme you will ensure that your modifications are preserved. Author: Wyde Template: overlap Version: 1.0 */
Seems like the current settings are more important than the new one.
Try to add below CSS to Theme Options -> Advanced -> Head Content instead:
<style type="text/css">
@media only screen and (max-width: 599px){
.w-custom-heading h2 {
font-size: 22px!important;
line-height: 28px!important;
}
}
</style>
Great thanks a lot for your support – it works now!
I am totally confused with the portfolio section. Though I see at the bottom of the “post” a location for adding/deleting gallery images, the add/delete buttons do absolutely nothing.
Is there a secret handshake that I am missing?
Normally, you can add/delete images in the Gallery Options so they will appear in the portfolio gallery images on portfolio details page.
Sounds like there was a script error when you edit the portfolio post so the button do nothing. I suppose there was a plugin conflict, if you have other plugins installed, try to deactivate them all to see if it works.
If it still doesn’t work, please PM me your site URL and admin login credentials: https://themeforest.net/user/wyde#contact
login sent!
Thank you for your message, I just replied to your email!
We had a server crash and have to reinstall.
upon installation, I am receiving this message for demo import:
Import demo content requires Overlap Demo Content plugin. Please make sure you have this plugin installed and activated. See more details in our documentation. Where do I get this plugin?
Nevermind…. Found the answer! 
Hi there,
I thinking of buying this beautifull theme. Is there somekind of tutorial online, on Youtbe, or provided by you?
I need more information about the configuration of the templates, I think
Regards.
Hi there,
Thank you for interesting in our theme. We’re sorry but there is no online tutorials for the theme, out documentation is included in the downloaded package. However, this theme comes with Visual Composer page builder so you can find the online & video tutorials of this plugin here -> https://vc.wpbakery.com/video-tutorials/
Hi, I’ve read through the comments and understand that Parallax is not enabled on mobile for performance reasons, but that it can be enabled with your help. Can you provide instructions on how to enable it so I can see what it looks like performance-wise?
Unfortunately, the latest update of this theme doesn’t support parallax section on mobile since it doesn’t look good and doesn’t work properly.
Anyway, if you’d like you can try it by adding custom JavaScript into Theme Options -> Advanced -> Body Content as below to see if it works:
<script type="text/javascript">
jQuery(window).on("wyde.page.ready", function () {
if ( wyde.browser.touch || (wyde.browser.sm || wyde.browser.xs) ) {
setTimeout(function () {
$(".w-section.w-parallax, .row.w-parallax").wydeParallax();
}, 500);
}
});
</script>
Thank you! Are there plans to add Parallax into the theme officially and address bugs/performance?
Sure, we will add new option to disable/enable Parallax on mobile in the next update.
Hi! I would like to know if it’s possible to change the footer area color and if it comes only with that irregular shape.. (in this case if the color is the same of the page background does that shape disappear or there’s stung like a border remaining?) Thank you for the help!
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.
Hello Wyde,
I hope you are doing all well!
My name is David Jackson representing Protect Original Products.
Your various Themes (especially your Overlap – High Performance WordPress Theme) has become fairly popular on the internet which is very good for your business. Unfortunately I have come across many leaked and cracked versions of your product online recently on file sharing websites.
Of course, this is probably not too surprising to you, it can still come to a shock as you have put hard work and dedication into the production, marketing, and release of your product. Would you be surprised if I said that your product has over 500 downloads on a single forum alone? These downloaders could be potential customers as they are already interested in your software. If the product was not already available online for free, about 30% of people statistically would have bought the product legitimately! Even if only 10 users purchased the software from you, we are still talking hundreds of dollars.
Here is a few links I found with a quick search of Google. As you can see, your product is leaked on many file sharing sites!
https://null24.net/dl-overlap-v1-2-2-high-performance-wordpress-theme/ https://themelot.net/overlap-v1-2-2-high-performance-wordpress-theme.html http://all4share.net/wordpress/themeforest-overlap-v1-2-2-high-performance-wordpress-theme.html https://www.themebu.net/overlap-v1-2-2-high-performance-wordpress-theme/ https://unlockpress.com/wordpress-themes/creative/overlap-v1-2-2 https://www.1nulled.com/overlap-v1-2-2-high-performance-wordpress-theme/ http://wordpresslocker.com/wp-themes/download-links-overlap-v1-2-2-high-performance-wordpress-theme-wp-template/ http://www.ngmtechnology.com/2016/10/overlap-v1-2-2-high-performance-wordpress-theme.html http://www.wpnulledthemes.com/download-overlap-theme-v1-2-2/I have found several other links on the internet that are also giving your product away for free.
In a recent study saw that people tend to see if they can get something online for free before paying for it. If they can then they obviously do not pay for it, but, if they can’t, over 30% of those people go on to buy the product.
We are able to practically completely wipe these links off of the internet making it almost impossible to get your software for free. With our process we remove the easy to find links that potential buyers may find. Then, we continue to remove the links from the underground membership sites, these private forum sites make it so their files are only visible to forum members. We have accumulated hundreds of memberships on underground forums over our time in the industry so we are able to REALLY make it impossible to get your software from a file hosting site.
Sincerely, David Jackson Protect Original Products
Hello there,
Thank you so much for informing us! Of course we have also found many leaked versions of our products on file sharing websites.
Actually we have also tried to contact some of those sites to remove the download links but as you know there are too many sites we have found.
If you have any solution, please provide me the details and how much does it cost via the contact form: https://themeforest.net/user/wyde#contact
Thanks again for taking the time to report us, we really appreciate it.
Hi there, I’ve just installed this beautiful theme and checked it on google pagespeed insights. Even while using WP Total Cache and Speed Booster Pack Plugins to speed it up, the default “Food Stylist” page isn’t coming up with more than 51% on page speed. I’ve even enabled an image compression to take down all image sizes on desktop but this is still the result. I’ve managed to get the mobile site to score 72% which is just about acceptable, but is there anything I can do about the load speed on desktop without dramatically changing things? Thanks!
Hi there,
To increase the page speed score, you should follow the suggestions in the page speed results. If you’d like you can PM me your site URL: https://themeforest.net/user/wyde#contact
If I follow some of the google resources and change the CSS references etc, would mt changes not be wiped out the next time the theme is updated?
I tested the default template Food Stylist template for speed just to check – http://wydethemes.com/overlap/onepage/ and it’s coming up with 41/100 on desktop. Could that be possibly be improved at the template level?
Thanks for your link!
As seen on the results, there are only 2 issues. To solve them, please follow this:
1. Compress and resize your images before uploading. If you’ve imported our demo content, almost of demo images are high resolution images you should replace those images with yours.
2. Compress CSS and JS files, if you’re using W3 Total Cache plugin, you have to enable Minify feature to compress all static resources files. I just sent you the configuration file of this plugin directly to your email, it will increase your page score too.
Regarding the score of our demo sites, of course it seems too low that’s because almost of images on our demo sites are high resolution. As you can see on the results, actually there is only 1 issue that is the image size is pretty large. It’s just easy to solve this, if we compress and resize images or use the smaller ones, this will increase the score but we didn’t because we prefer to use the high resolution images.
Fantastic. I did try the minify feature (and a whole combination of others too!) but it made the site hang. I’ll go and give it a shot with your settings and hopfully that’s the key! Thanks for the quick response! 
Sure, it’s my pleasure 
Ok, so I followed your instructions and uploaded the config json file. It’s sped up the desktop page now, although the mobile page has now gone from 72/100 to 63/100….(!) I know google’s probably a fickle beast, so is there any other way I can do this without sitting for hours switching things on and off to test…? Thanks again
Ok, using the speedbooster plugin, I’ve got the mobile site up again to 72/100. I’ll optimise a few images in the desktop version and see where that gets me.
Also, after you made changes on your website, please purge all caches before testing with Google page speed to see the exactly results.
hi there, i need the contact number to be clickable when viewing the site from a mobile phone. but when i add href=”tel:// to the phone number..it either disappears or the text appears really super small on my screen. can you assist?
Hi there,
I’m not sure where did you add the phone number but actually you can add it to the mobile menu in Theme Options -> Navigation -> Contact Info Items as follows:
<a href="tel:+1111888000"><i class="ol-phone" /> +1 111-888-000</a>
As seen on our demo site: http://wydethemes.com/overlap/
When you visit our demo site on mobile you will see the mobile number and email in the mobile menu and they’re all working fine.
If you’ve added it to other parts, please PM me your site URL: https://themeforest.net/user/wyde#contact so I can inspect the code to find if there was something wrong.
that worked perfectly!!! thank you!
No problem 
Hello there!
The themes was so nice and just finish installed to my hosting. Currently I’m facing a problem which is I cannot edit the homepage content? For example, I want to move the profile on top and remove the skill portfolio. Can I know how to edit it? Please let me know ya.
Thank you so much!
Regards, CM
Hello,
You can edit all of them by using Visual Composer page builder.
If you are logged in as admin or any roles who can manage content, you will see the Edit Page icon in the admin bar to edit the page. Or navigate to Pages on your WordPress admin, select the home page “Personal Portfolio” to edit it with Backend Editor.
If it still doesn’t work, please PM me your site URL and admin login credentials: https://themeforest.net/user/wyde#contact