1306 comments found.
I am having an issue where my portfolio is not breaking into columns like they are supposed to. It is stacking in a single column on the left side. How can I fix this?
I am using Apollo, Grid With Space, Columns 2, 16 Post Count, Hide Pagenation, Hide Filter, No Animation, no custom CSS
Thank you for help!
We have never seen this issue before. Maybe there was a plugin conflict. 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 portfolio page URL? So I can inspect the code to find if there is something wrong. Send it through the contact form here -> https://themeforest.net/user/wyde#contact
Sent
Thank you for your prompt response.
Just replied directly to your email! Please take a look my screenshot, everything is working fine on my end.
Hello, Since the last update ( version 22 september), I don’t see my own logo anymore but the logo of Overlap. When I go to the Theme options I even do not see a section anymore where I can upload my logo?? Is it supposed to be in Theme options> Navigation or General? Its not there?
I hope you can help – thanks!
Hello,
In the recent updates, we add new option to disable/enable logo.
In Theme Options -> Navigation -> Top Navigation, click on a Header Logo option to enable/disable the logo settings.
Hi Again, another question: I have entered the following into themeoptions > social media > skype:
skype:myskypename?call
Is it supposed to work like with this kind of a link ? Right now when I click on the skype icon it loads the page I am currently watching and does not lead to skype or any action.
Do I have to fill in something else?
I appreciate your help -thank you!
Hi,
Your Skype URL in Theme Options -> Social Media is now correct.
However, in order to enable Skype call on your site, you have to add custom PHP into functions.php in your child theme as below:
1. Install and activate overlap-child-theme.zip.
2. Go to Appearance -> Editor to edit Overlap Child theme.
3. Add the below code into Theme Functions (functions.php):
//Add Skype protocol
function overlap_add_skype_protocol( $protocols ){
$protocols[] = 'skype';
return $protocols;
}
add_filter( 'kses_allowed_protocols' , 'overlap_add_skype_protocol' );
Thank you – where exactly in the functions.php code do I have to place it. I tried it and obviously placed it on the wrong line, because the site / CMS was unreachable afterwards- I had to reset the site via backup on FTP.
Thanks in advance.
You should add it at the bottom of the functions.php file in your child theme.
Please make sure you add the correct code, please do not copy the code from your email but copy from the comment page directly.
Great it works now- thanks!
I am having an issue on the woocommerce cart page: in google chrome the thumbnail is broken. I looked for the code and saw:
$thumbnail = apply_filters( ‘woocommerce_cart_item_thumbnail’, $_product->get_image(), $cart_item, $cart_item_key );
what’s the error with that thumbnail or code?
Thanks
Site is avefor.com
After I inspect the code on your site, the thumbnail output on your cart page is different from our demo. The error doesn’t come from the theme but from another code that is not included in the theme.
Try to deactivate other plugins one by one to find the problematic plugin.
If it still doesn’t work, please update the theme and WooCommerce to see if it works.
Yes, it is solved. You were 100% correct. There was a plugin that caused the conflict. Just deactivated it and the error went away. Thanks, Wyde! Regards
No problem! Glad to hear that it has been resolved 
Hi Wyde, when trying to add in a video with the ‘visual composer’ – add video player and copying the embedded link … it first appears on my ‘composer screen’ When I save it, the video is gone, the video player is still there, but the box where I have to copy the embedded link is empty again.. I redid this allready 5 times and it keeps dissappearing… what could be the solution for this?
Thanks a lot for your help my website is www.kantienkarolien.com
Hi,
I couldn’t access your site, there are too large images that take a long time to load. The image in the loader is very large. Also, please resize your page title area background image before uploading to your site because it displays all background images as original size you uploaded.
However, I suppose that there are some plugins causing this issue. Try to deactivate other plugins one by one to find the problematic plugin.
Also, if you have Jetpack plugin, try to deactivate it to see if it works.
Hey there – almost everything seems to be working great on this theme. Thank you so much for the prompt, high quality tech support! I seem to be having one last issue. On one of my pages the left-hand slide-out navigation menu doesn’t have my main menu on only ONE of my pages (mobile device view). All of the other pages seem fine! I couldn’t find an area where specific menus could be set. Any idea why this might be happening? Here’s the problem page: http://2016newsite.wolfcreekbackcountry.com/trip-planning/
Hi there,
Thanks for your nice comments!
This is a limitation of the mobile menu. It’s because you have 2 menu items with the same page URL in both parent menu and sub menu.
As you can see on your menu, the parent menu named “Trip Planning” is in the URL http://2016newsite.wolfcreekbackcountry.com/trip-planning/ and you have a sub menu named “What to Bring” that is also in the same URL http://2016newsite.wolfcreekbackcountry.com/trip-planning/
This is causing the menu doesn’t work correctly.
To work around this, you will need to remove a sub menu named “What to Bring”. If you have the page in the parent menu, you don’t need to add a sub menu with the same page URL.
However, we will find better solution to solve it in the future update. Thanks for reporting this issue.
Dear Support Team, I have a question for the overlap theme:
1. I would like to change the font size & font for the Page Title in the Title Area- where can I change it? And is it maybe possible to show the Title Area but without a title? How can I do that?
2. The visual composer all of a sudden does not work any more for the portfolio posts, but it works on the pages > Can I solve it by updating the theme to the latest version?
Thanks in advance. Kind regards
1. You can change the font for the page title in Theme Options -> Typography -> H1.
However, this theme includes 4 sizes of the Title Area and the font size of the title is set for each title area size. You should change the Size of Title Area to display the different font size for the page title.
Also, you can display the title area without title text by following this:
1) Set the title at the top of the page to blank.
2) Set the Page Title field in Overlap Options -> Title Area to blank.
3) Update the page.
2. You can enable Visual Composer on portfolio post in Visual Composer -> Role Manager, select your role, choose Custom for Post types, then select “wyde_portfolio” to enable it on portfolio post. You can also select “post” to enable it on blog post. See the video tutorial here -> https://vc.wpbakery.com/video-academy/control-user-group-access-visual-composer-wordpress/
Great! thank you for your help & quick reply!
Hi again, I’ve tried to make the title and underlingment invisible in the title area but I cannot find the option to set in to blank in the overlap option at the bottom of the page. And what do you mean with set the title to blank on top of the page-? Deleting the title where the permalink is generated does not work, but you probably mean something else I guess.
I also tried to to change the H1- but strangely enough after saving the adjusted theme options nothing changed. Anyway the the title area does not display the font I have set for H1- it shows a different font.
Any further ideas ?Thanks in advance.
1. You will need to set in all title fields to blank. 1) In the title field above the permalink. 2) In Overlap Options -> Title Area, set both Page Title and Sub Title to blank.
If it doesn’t work, try to update the theme since it works on our demo site that is running on the latest update.
2. If you have any cache plugin, please make sure the Database Caching is not enabled or try to clear your server caches. I tried on our demo and it works fine.
Hi – on my blog page, if I don’t have an image at the top, the text gets jumbled. You can see this on the “Survey says 100%...” post. Any way to make sure this doesn’t happen if there is no image?
https://goo.gl/hICcgAThanks, Erik
Here is an image of what is occurring in both Chrome & Safari on a Mac – https://goo.gl/j7lnyO
I just tried it on Mac, it works with Chrome but doesn’t with Safari.
This is a bug of the blog post without image on Safari. Thank you for reporting this issue, it will be fixed in the next update.
Also, you can fix it right now by editing the file “wp-content/themes/overlap/css/shortcodes.css” on your host as below:
Remove the below code from the line 3691:
.w-blog-posts .no-cover:not(.post.format-quote) .post-title {
background: #e6e6e6;
font-size: 26px;
}
Hmm – removing that code didn’t fix it. Do you know of anything else I can try?
Thanks
Try pressing Command+R to refresh your browser caches. It’s working fine on my end.
Cache flushed and still doing it – https://goo.gl/0b7naH
Okay, I see!
It’s because your screen is smaller than mine so on your end the post title displays in 3 lines and overlay on the post date but doesn’t on my end since I’m working on iMac and it’s showing the post title in just 2 lines.
You can fix it now by adding the custom CSS into Theme Options -> Advanced -> Head Content as below:
<style type="text/css">
.w-blog-posts .no-cover:not(.format-quote) .post-title{
overflow: hidden;
}
</style>
Thank you for taking the time to report this issue, it will be fixed in the next update.
Thanks, however, now the title is cut off. Any way to show the whole title without cutting off the title?
<style type="text/css">
.w-blog-posts .no-cover:not(.format-quote) .post-title{
max-height: none;
}
</style>
Perfect – thanks!
Hi – how can I set the font-style to normal for the h1 title on the main pages? I tried adding custom css of:
content .title h1 {font-style: normal !important;}
But that didn’t work.
Domain is – https://goo.gl/1snNaH
Thanks, Erik
Hi,
When you are using the small size of title area, the title displays in italic style, this is on purpose. You should change the title area size in Theme Options -> Title Area to Medium to show it in normal.
However, if you’d like to change the small size title to normal, you will need to add custom CSS into Theme Options -> Advanced -> Head Content as below:
<style type="text/css">
.title-wrapper.w-size-s .title{
font-style: normal;
}
</style>
Thank you
I have some issue with the sidebar in the shop http://ezkv.vaperate.club/shop/ and in here its missing completely http://ezkv.vaperate.club/shop-left-sidebar/ while on the demo page here it works fine http://wydethemes.com/overlap/shop/shop-left-sidebar/
Hi,
1. On our demo shop page, we use WooCommerce Price Filter and WooCommerce Product Categories. You should add these widgets to your Shop Sidebar instead of the current ones.
2. It’s because there is no widget in the left sidebar on that page. Please make sure you selected the Shop Sidebar for that page.
Hello My name is Christian and I apologize for my bad English. I installed the theme but I have a problem: I can not run videos. And even the google maps do not work. All the rest of the theme is ok and it is very nice. You have a solution? I thank you and I wait from you. Christian
Hello,
1. If you’re using the MP4 self-hosted videos, please make sure you added the correct MIME types for HTML5 videos, see more -> http://www.html5videoplayer.net/html5video/html5-video-mime-types-setup-apache-iis-servers/
2. Please make sure you already set the Google Maps API key in Theme Options -> Google Maps.
If it doesn’t work, please PM me your site URL -> https://themeforest.net/user/wyde#contact
Hi there,
We are having issues with visual composer. On the main page of this test website here http://ezkv.vaperate.club/ some content blocks are not displayed at all (the place where they are supposed to be is simply blank). The console does not throw any errors.
Please look into this, Thanks
Hi there,
This is an animation issue. It doesn’t play correctly.
Those elements are using Slide In animation but this animation doesn’t play correctly so they didn’t show up.
I’m not sure why it doesn’t work on your site but work on our demos.
We’re working on this, it will be fixed in the next update.
To work around this, please change the animation to other ones or remove animations from those elements.
Thanks for reporting this issue.
I use contact 7 for my form integration. It works on the desktop site no problem, but once it goes to tablet or mobile, the form isnt showing. Please help!
I suppose there was a CSS conflict issue, try to deactivate your plugins one by one to see if it works.
If it doesn’t work, please PM me your page URL -> https://themeforest.net/user/wyde#contact
Thanks for your email!
There are responsive settings for the column container of the contact form that hide this column on mobile and tablet.
You have to edit the Contact page, then edit the column container of the contact form.
Select the Responsive Options tab, then uncheck all boxes in the “Hide on device?” options so it will display on all devices.
Hi I would like the blog post layout with Overlap cuts me the title. I can increase the number of the title character in layout blog post Overlap? Thanks!
https://www.dropbox.com/s/ywo9wugvfdo7l95/Schermata%202016-10-10%20alle%2009.36.13.png?dl=0Sure, you can set the post excerpt length as follows:
1. If it’s on the default blog page (Posts page), you can set it in Theme Options -> Blog, choose Excerpt, then set the Excerpt Length.
2. If it’s on the custom blog page, edit the Blog Posts element on the page, then set the Excerpt Length in the Blog Posts Element Settings window.
the problem is the length of the title.
Apology, I i thought it’s a post summary.
To increase the length of post title, you have to add custom CSS in Theme Options -> Advanced -> Head Content as below:
<style type="text/css">
.w-blog-posts.w-overlap .post-title{
height: auto;
max-height: 90px;
white-space: normal;
}
</style>
You can change the max-height from 90px to 60px if you’d like it displays just 2 lines.
Hi,
Theme is getting better and better with updates. Keep it up 
1) On my homepage www.spagrand.com I have started building my portfolio grid. When I hover over the individual tiles the text gets chopped off at a certain length. Is it possible to extend the Portfolio title length please?
2) Also is it possible to change the text from dark grey to white as I have a dark hover background colour?
3) My tiles are different sizes i.e. one is big and one is small. Is it possible to indicate which one is big and small?
Thanks so much,
Ian
Hi,
Thanks for your nice comments!
1) and 2) Sure, you can extend the title length and change the text color by adding the custom CSS to Theme Options -> Advanced -> Head Content as below:
<style type="text/css">
/* Increase title height */
.w-view figure h3{
max-height: 90%;
}
/* Change text color */
.w-effect-overlap figure h3,
.w-effect-overlap figure p{
color:#fff;
}
.w-effect-overlap figure p:before{
background:#fff;
}
</style>
3) Unfortunately, the portfolio titles are plain text, you couldn’t indicate which one is big and small.
Hi, Thanks for your help. Re point 3 what influences the size please of the tile?
Thanks 
Please replace the first one in the previous code with the new one below:
Replace:
.w-view figure h3{
max-height: 90%;
}
With:
.w-view figure h3{
max-height: 90%;
font-size: 26px;
}
Also, you can change from 26px to any values.
Hi, Thanks for your help. Re point 3 what influences the size please of the tile?
Thanks 
It’s in the previous comments. font-size: 26px;
Sorry I meant the size of the tile, as in the background square that the portfolio title text is displayed on. Thanks again, Ian
My apologies, I though that you meant the font size of the title.
Here is the code to set the title size:
.w-view figure h3{
max-height: 90%;
}
The above code allows the title to be 90% of the height of portfolio background image.
You can also set it in pixel by: 35px = 1 line, 70px = 2 lines, 105px = 3 lines, ...
Hi,
Thanks but I meant the tile size, as in the background image on the grid. I have emailed you a picture to help.
Thanks again and great support,
Ian
Thank you for your email!
Unfortunately, the size of the background image of each item in the portfolio Overlap layout couldn’t be changed. It’s a theme design and each item should be fit in its block.
If you’d like it to be bigger, please display it on the full-width section as you can see in our demo -> http://wydethemes.com/overlap/portfolios/portfolio-overlap-full-width/
Also, this theme comes with 5 portfolio layouts, please choose the layout that suits your content.
Hi! in portfolio slider cuts me to the picture below. I have uploaded the image 640px x 640px
https://www.dropbox.com/s/mqnp9k1u4603ki9/Schermata%202016-10-06%20alle%2017.38.03.png?dl=0If you’re using the Slider Layout, it displays your images in 640×640px but the portfolio content will overlay on the bottom of the image, this is a theme design and it’s on purpose, see our demo -> http://wydethemes.com/overlap/portfolio-item/portfolio-13/
Also, this layout is suitable for 3 images or more. Please choose the layout that suits your images and content.
you can remove the hyphens to the title?
You will have the hyphens only when you use the small size of title area, it’s a theme design, please choose the different title area size or hide it so it has no the hyphens.
Hi! I would like to buy your theme but first I’ve got a question…
is it possible to delete the “charging page” thing? (In the demos it’s the circle with images inside..) Or maybe change it with something else?
Thank you for your answer!
Hi,
Thank you for interesting in our theme!
If that means the loader animation when loading the page, sure you can change the image inside it or change it to 2 other different animations or disable this option to hide it from the page.
i tried to upload plugin and theme, but shows “wordpress failure notice” and just showed link “please try again” help me. i’m really begginer
Please make sure you’ve uploaded the correct installable WordPress theme.
When you download the file from ThemeForest, if you choose “All files & documentation”, you have to extract the zip file to see all package contents. Then follow the instructions in our documentation on installing the theme.
If it doesn’t work, please PM me your site URL and admin login credentials -> https://themeforest.net/user/wyde#contact
is it free? i don’t wanna get charge. that’s my mum’s credit card. i borrowed her cc to start my first business
Sure, it’s totally free! I just want to try it on your host. To make sure your host allows you to upload the theme file.
okay, wait up
This is a server configuration limits issue. Your host has the low PHP limits so it doesn’t allow you to upload and process the large file.
You should increase those limits as I provided in an email.
Also, if you couldn’t increased those limits, you will need to install the theme via FTP or cPanel File Manager instead.
is there any tutorials to upload via FTP or cpanel?
You can follow the instructions in our documentation. Find “Install via cPanel” in the Installation section.
However, I recommend you to increased the PHP limits on your host. If you couldn’t increase them, even you can install the theme via FTP but you will not import demo content since your host has the PHP limits that are set too low to complete the long time process.
i can upgrade my php on cpanel hosting, which version should i upgrade?
This theme support PHP 5.6 and above. You can use PHP 7.0 or the newest version on your host.
BTW, it’s not a PHP version that needs to be increased. You will need to increase the PHP configuration limits that are in the file php.ini on your host, see the number 2 on this page -> http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/
yes, i can install the theme, but how can i install the visual composer and slider revolution?
After you install and activate the theme, you will see a notification message at the top of the admin page, click on “Begin installing plugins” to install them. You can find the instructions on how to installing bundled plugins in our documentation.
i want to make a website like your demo. is there any video tutorial? please help
We have no video tutorials but we’ve provided the step-by-step guide to import demo content in our documentation. After you import full demo content, you will have a site like our demo.
Also, importing everything can take several minutes to complete the process. Please make sure your host has the PHP limits as the minimum as we provided in our documentation.
i tried to install demo via FTP, but nothing happen after activated. i tried to create php.ini but doesn’t work. how?
After you activate Overlap Demo Content plugin, please go to Theme Options -> Home to see demo content options.
As I said before, if your host has the low PHP limits, you couldn’t be able to import full demo content. You should contact your hosting admin and ask them to increase those limits as the minimum as provided. If you couldn’t increase them, you should uncheck the Media option, then import demo content without images.
i almost install the demo to my website, it tooks so long, so i canceled it, and tried to read the instruction. when i check installed plugins, there’s no visual composer in my active plugins.. but there’s a visual composer menu in my dashboard. what should i do?
it took almost 1 hour
This is not a problem. I see there is a Visual Composer plugin on your plugin list, it’s named “WPBakery Visual Composer”.
However, if you import all contents, it would take 5 minutes and should be less than 10 minutes, if it’s longer than this, that means you have a timeout error on your server.
The importing depends on your server performance and limits. If it has the low limits, it couldn’t complete the long time process so your host will stop working while importing, you should skip Media option, then you will need to add your images to the content manually. Otherwise, you have to upgrade your hosting plan or move to another host.
Also, if you would like to import demo content again. Please reset your site by using WordPress Reset plugin to remove all current data first.
YESS! it works! thanks now i understand, today i will try to edit your template 
thank you so much for your help 
Thank you for your kind understanding, hope you enjoy it 
hi! next question, how can i delete another pages so, i just edit the page that i want to edit? because i tried to move some pages to trash, but nothings happen.
Hi, you can delete it normally in the Pages on your WordPress admin, the theme doesn’t handle this, it’s on your WordPress site. If you have inported demo more than one time, you will have the page with the same name more than one too, please make sure you delete the right page.
should i delete permanently? or just move to trash? because i tried to move that page to trash but nothings happen
Try to delete it permanently to see if it works.
yeah! it works! next question again haha, how can i edit the revolution slider? i just wanna edit the text 
You can edit the slider in Slider Revolution page, click on a pencil icon to edit a slide. You can click on the text to edit it.
Please see the details on how to edit slide layer here -> https://www.themepunch.com/revslider-doc/layer-styles-positioning/
hi, thanks for your beautiful website!
next question is, can i edit text of Title FAQ or accordion? so i can make the text BOLD and centered.
You can set the Text Alignment option for the column container to Center so the title of accordion will be centered.
In order to change the title to be bold, you have to add custom CSS to Theme Options -> Advanced -> Head Content as below:
<style type="text/css">
.w-accordion .acd-header{
font-weight: bold;
}
</style>
Hi there, Beautiful theme!
I am working on adding Google Maps at the moment. Is there a way, that zoom in/zoom out could happen over the scrollwheel of the mouse?
Also, I saw someone mentioning additional fields (like name or opening times etc.). This would indeed be something awesome 
Best wishes, Nic
Hi there,
In the current version, it allows only left/right click to zoom in/zoom out. We will enable the scroll wheel in the next update.
Also, actually you can add those details into the Address field with HTML code like the sample code below:
Head Office<br /> 1234, Mountain View, CA 94043<br />Office Hours: 11:00AM - 11:00PM
However, we will look into this. Thanks for your suggestions.
Fantastic news, thanks for the prompt reply!
Hi, I have a problem with my website… I work with wordpress.org
When I view my website and I scroll down my starting page – the opening page – at the end of the content of that page…. The page just repeats itself… the content starts again… So the static front page is DUBBLE…
All the other pages also add the content of the frontpage underneath the content of that specific page… I don’t want that.
In theme options – page I have the function “One Page Website Create One Page website, your frontpage will retrieve page content from primary menu automatically.” on OFF
Is there any place else I need to turn it off.. I’ve looked everywhere, but I don’t know how to fix this…
thanks!
When you turn off the One Page Website option in Theme Options, it won’t display other pages on frontpage. If you’re still having duplicated content on the frontpage, try to edit the home page to see if there was something wrong on your page content.
Also, maybe there was a plugin conflict issue, try to deactivate other plugins 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