1303 comments found.
Perhaps a silly question, but do you have recommendations for updating the theme? Other purchased themes have been updated through WP, but this one does not show. I am hesitant do delete and reinstall new version
This theme support both automatic update and manual update, please follow the instructions in our documentation.
Perfect!
Thank you! And thank you for a great theme!!
No problem 
Thanks for your work
I want to know how to put a horizontal space between team members pictures when i use the Grid view
Thank you in advance for your answer
Try to add below CSS to Theme Options -> Advanced -> Head Content:
<style type="text/css">
.w-team-slider .w-grid-layout{
margin-right: -20px;
}
.w-team-slider .w-grid-layout .team-member{
padding: 0 20px 0 0;
}
</style>
Awesome Theme/Site Style! #muchrespect indeed Curious, is it possible to activate parallax and animations on mobile? and any way to see how you build the overlap elements and sections before purchasing?
You can enable animations on mobile by turning on Mobile Animations option in Theme Options. But can’t for parallax effect, the parallax effect will be disabled by default on mobile, this is for improving site performance and your site will work smoothly on mobile.
Unfortunately, we have no backend demo to show you how to build the overlap elements but this is just an option of the row and column. When you edit the row/column you will have the Overlap option that allows you to manage where this element will overlap another one.
Hi, first of all congrats for the fantastic theme. I have a question, is possible “hide” the featured image in a portfolio single post gallery ? I notice that in the single portfolio item if i add images to the gallery i can see all of them plus the featured one. I’d like to hide it, how can i do that ? Thanks
Hi,
Thanks for your nice words. In the current version, there is no option to hide the portfolio featured image since some portfolio layouts such as “Overlap” requires the featured image to display at the top of the single post. We will look into this, maybe we will add an individual option to hide the featured image for each portfolio post in the future.
However, you can add custom CSS to style.css in your child theme to temporarily fix it now:
.portfolio-gallery .post-media{
display:none;
}
Thank you infact we need to hide it only in the gallery one and keep that in the overlap. There is a template file for the different portfolio styles where i can hard-code that css trick ?
<style type="text/css">
.portfolio-gallery .post-media{
display:none;
}
</style>
Please use the custom CSS instead of editing the template file directly. If you edit any theme file directly, your changes will be lost when you update the theme.
Great! i’ll try it. Another suggestion for next update: if you can add a custom “back link home” button on each portfolio item panel, instead only in the theme options, this could be useful if you have different pages for different portfolio categories and you want to link each single item to it’s proper category home
Thanks for your suggestions, we will look into it.
Hi, I use the Creative Studio-template. The slider doesn’t work,
Revolution Slider Error: Slider with alias creative-studio not found. Maybe you mean: ‘creative-agency’
What’s wrong? Greetings!
Hi,
When you import demo content in Theme Options -> Home, you will receive only one demo slider. You can see all demo sliders in the folder “Demo Content” in the main download package. Import slider “creative-agency.zip” in Slider Revolution on your admin page to fix this issue.
hello, The menu doesn’t show up in Safari, have you had this issue before? Thank you, Annmarie
Hello,
This issue has been fixed in the next update that will be released within 24 hours.
Hello, I have added the update, and still no change 
Actually, it shows on my computer, but then on other versions of safari, the menu doesn’t show, and if you click on inspector, it shows half of it. Its very strange.
Also, Is there a way the lightbox can show captions? I have a photo gallery, but we want to show the title at least of the image that is being shown.
My apologies, the menu issue on Safari was not included in our latest update. We will add it in the next update. Also, the lightbox will show the image captions in the next update.
Thank you for reporting this issue!
Hi – I’m having an issue where some of my H2 and H3 titles are not wrapping onto a second or third line, they just keep extending beyond the edge of the page. You can see this for the Transforming Early Learners book under “Books” – http://goo.gl/KrYOe4
Do you know how I can get this text to wrap instead of continuing on past the edge of the page on both desktop and mobile devices?
Thanks, Erik
Hi,
Normally, titles will wrap automatically when having spaces but we’ve found there are non-breaking space ( ) in your titles instead of normal space ( ). Maybe if you copy some titles or texts from another source and paste them into the text editor, they will have some special HTML characters like this.
There are a couple of ways to solve this issue:
1. You’ll need to remove spaces between words in titles, and press a space bar on your keyboard to add new (normal) space.
2. Re-type titles yourself.
3. Use Custom Heading element instead of Text Block element.
Yes, you are right, there was an   between the words. I have re-typed and now everything is working correctly. Thank you!
Happy to hear that the problem has been resolved 
I like the food stylist homepage! Is it possible to also use this style for the blog?
Sure, you can add blog posts element to any section on that homepage. Also, all features from different demos can be combined.
I hope we are on the same page. So the style of the sections with the video (is a feature?) and/or House Story can be used for the blog? And can you achieve this in the admin or do you need to change/ code one of the php pages?
My apologies, if you’re talking about the blog post detail page (single post), you can’t use the style in the first section (with the video) for the blog single post since there is no full-width page layout for the blog single post and we have only one layout as you can see on this demo -> http://wydethemes.com/overlap/onepage/at-some-point/
Only blog pages that show the blog posts can use the page layout as that home page.
Do you have a sandbox where I can play and try with all functions?
We’re sorry but we have no backend demo at all. You can build your pages with the Visual Composer Page Builder and customize any theme functions in Theme Options panel. You can also import demo content to receive all predefined pages as you can see on our demo sites.
Okay thanks for pointing that out!
Hi – I have a section of my site that does not show up on mobile sites and I can’t figure out why this is happening. My “Companies” section of this page shows up as a blank white section on mobile devices:
http://goo.gl/0TsDroCan you please let me know how I can enable this on mobile devices?
Thanks, Erik
Hi,
There are responsive settings that hides this section on mobile and tablet. You should edit the column settings as below:
1. Go to "Pages" on your admin page, then edit the "Companies" page. 2. Edit the first column in the first row and then click on the Responsive Options tab in the Column Settings window. 3. Uncheck all checkboxes in "Hide on device?" option. 4. Save changes and update the page.
Perfect – that fixed it. Thanks.
Hi, i love this theme! I have a question: (sorry for my bad english) How can i remove the gradient white (over the picture) from the slider? Thanks!
Hi,
In order to remove the white gradient from the Overlap Slider, you’ll need to add below CSS to Theme Options -> Advanced -> Head Content:
<style type="text/css">
.w-slide{
padding-bottom: 0!important;
}
.w-slide:after{
display:none;
}
</style>
The first post doesn’t show post-summary. What is wrong?
Thx a lot for a quick feedback.
5d7f5a43-e602-47e6-b6ca-c54d8c456789
me again. I love the theme you have I just want to be able to use it, and put it together. In the past the themes have had photos and words on them and then I just replace the spots with my words and photos, and colors. 435-467-1824
If you import demo content in Theme Options -> Home, you will not receive any images since they’re all for demo purposes only and are not included with your purchase.
Also, you can import full demo content manually as we’ve provided in the documentation so you will receive some demo images and it’s easier to edit. However, it can take several minutes to import the whole content and images, please make sure you’ve set PHP configuration limits to the minimum as follows:
max_execution_time 600 memory_limit 256M post_max_size 32M upload_max_filesize 32M
Hi does the theme have a starter templet?
Hi,
You can import demo content in Theme Options -> Home to receive all predefined templates as you can see on our demo site.
However, all images viewed in the live preview are for demo purposes only and are not included with your purchase. You will not receive those images and will need to replace with yours.
wonderful theme, I’m very happy! I would like to know how I can put the favicon? Thank you.
Hi,
Since WordPress 4.3 and above come with their own settings for Favicon, you can set it in Appearance -> Customize -> Site Identity -> Site Icon.
If you’re using WordPress 4.2 or below, you can set your Favicon in Theme Options -> Favicon.
Hello! Love love love the theme. I am new to WordPress and can’t seem to switch out the google map correctly. Is this something that I can use Google Maps iframe embed coding with? I am trying to embed a place in PA and it keeps showing as a place in Kansas lol. Your help is greatly appreciated!
Also, do you find that your changes to the theme are immediate? I put several pages on private several hours ago, but they are still available for the public to view. (This could be a simple item that I am overlooking #n00b) Many thanks!
Hello,
You can use Google Maps element from this theme instead of an iframe embedded. With our Google Maps element, you can add multiple markers on one map as you can see on our demo site -> http://wydethemes.com/overlap/contact/
Simply add an address to the address field in the Google Maps settings window, then drag a pin to the right location.
However, if you’d like to use iframe embedded code instead, you should add your embedded code to a Raw HTML element.
If you’ve made changes on your site but nothing has changed, I suppose this is a server caching issue. If you have any cache plugin, please make sure you clear all caches after changing the pages.
If it still doesn’t work, please send us your site URL and admin login credentials in the contact form -> http://themeforest.net/user/wyde#contact
Hi, the visual composer doesn’t work. I only see html-codes. Whats wrong?
On the pages
If you have a Backend Editor at the top of the text editor, you should click on it to switch to Page Builder mode. If not so please make sure you have permission to use it. Navigate to Visual Composer -> Role Manager then enable it on your role and on post types you’d like to use this plugin.
If it still doesn’t work, maybe there was a plugin conflict, try to deactivate other plugins one by one to see if it works.
Hi, still doesn’t work. I deactivate the other plugins one by one…
Could you please send us your site URL and login admin credentials in the contact form -> http://themeforest.net/user/wyde#contact
I sent it, greetings!
Is there also a options for custom fonts, no google webfonts.
Hi,
I just re-installed this plugin and this issue has been resolved.
For the custom fonts, you can add custom CSS to style.css in your child theme, see more -> https://css-tricks.com/snippets/css/using-font-face/
Hi again,
I’m wondering if it is possible to link a portfolio item to an external url?
At the moment I am using the ‘Portfolio Overlap Full Width’ display. I would for users to be able to click on an item and be routed to a stand alone project url – not a portfolio sub-page. These links could be external links in some cases.
Is this possible?
Thanks!
Hi,
Each item in portfolio grid will go to its own single page like a blog post. You should add your link to Project Url field that will display as an external link in portfolio single page.
hmmm… This theme is not very customisable. I appreciate that it is new though! Do you have any more releases planned which might address portfolio styling & behaviours..?
Thanks
This is a standard function that it should link to its own page since it is just a portfolio post that will display your project detail as you can see on our demo site. I believe that portfolios from other themes in the market also work like this.
No problem. I’ve tested dozens of themes though and linking to a remote url is standard feature on the vast majority of theme portfolio layouts. Would make a nice addition to this theme in the future…
Thanks.
Thanks for your suggestions. We will look into this. Maybe we will add it in the future 
Hello,
First time doing this. I really like your site design- clean etc.
My question is – can one add a selling tab? in case we want to sell things in the future? I see other designs that have it but I like everything else about yours. If so – how? cost?
Thanks
Hello,
This theme is fully compatible with WooCommerce plugin that allows you to create online shop and comes with shop/product tools to display your products on your site. See more on our shop page demo -> http://wydethemes.com/overlap/shop/
Hi! I love Overlap but I have an issue that never happened before with other themes. In my laptop everything is ok, but if I try to check my website in my iPhone, the Homepage content is not showing. I mean, I can see the Revolution Slider on the top, but anything else (the rest of the pages are showing right). What can I do?
My website is rosamorel (dot) com. Thanks! 
Hi,
As you can see on our demo sites, it’s working fine on mobile. But on your site there was something prevents users to scroll down on mobile. I suppose it came from another plugin, you should deactivate other plugins one by one to see if it works.
Ok, thanks.
Hi there, Great theme! Really liking it…
‘Just a couple of very basic questions on the ‘Portfolio Overlap Full Width’ display;
I’m using the ‘Overlap’ hover effect. Is it possible to change the colour and style of the text which appears when the hover effect is active? Are these H1 or H2 titles?
Thanks!
Hi there,
It’s difficult to edit the hover effect styles, you’ll need to add custom CSS to your child theme and we do not recommend. Please choose another one from 7 different effects instead. Edit the Portfolio Grid element, change the Hover Effect option in settings window.