1305 comments found.
Dear, I am struggling about my menu styling. Here is what I would like to do : – A full screen layout template (enabling hamburger appearance for the menu display) on my home page – A center layout template (enabling a normal horizontal menu bar) on all my other pages.
Do you have any suggestion to help me please ? Lisa
Here’s a quick guide:
1. Make sure you have installed and activated overlap-child-theme.zip.
2. Go to Appearance -> Editor to edit the Overlap Child theme.
3. Add the code below to Theme Functions (functions.php):
if( !function_exists('overlap_set_option') ){
/* Set theme option value */
function overlap_set_option( $option = '', $value = '' ){
global $overlap_options;
if( $option ) $overlap_options[$option] = $value;
}
}
function overlap_set_nav_layout(){
if( is_front_page() ){
overlap_set_option('nav_layout', 'fullscreen');
}
}
add_action( 'wp_head', 'overlap_set_nav_layout', 0 );
Also, you have to set default menu layout in Theme Options -> Navigation to “Center”.
Thanks a lot for your answer. I have now another point related. On my pages with horizontal menu bar (all BUT home), I would like to put in black the text of the menu. Hence I put the light foreground but the text remains white. Any idea ?Please note that I would like to keep the dark foreground as per default to enable a white hamburger in my home page.
Can you please let me know how to custom the full width gallery at the top of the portfolio n°12 ?
1. The easiest way to change the menu text to black is to change the “Header Background” in Theme Options -> Navigation -> Top Navigation to “Light” so the menu text color will be black by default.
Anyway, if you’d like to change the hamburger menu on the home page to white, you will need to edit your home page to change the “Foreground Style” in Overlap Options -> Header to “Light”.
2. The gallery layout of the single portfolio always displays full size (original size) of the featured image at the top of the page. The recommended size of the featured image for this layout is 1600px wide or greater.
Dear, I am struggling about my menu styling. Here is what I would like to do : - A full screen layout template (enabling hamburger appearance for the menu display) on my home page - A center layout template (enabling a normal horizontal menu bar) on all my other pages.
Do you have any suggestion to help me please ? Lisa
Unfortunately, the menu layout is a global setting. That means you couldn’t choose different layouts for each page.
However, to work around this, you can put the custom code in your child theme to set the menu layout for your home page as below:
1. Make sure you have installed and activated overlap-child-theme.zip.
2. Go to Appearance -> Editor to edit the Overlap Child theme.
3. Add the code below to Theme Functions (functions.php):
if( !function_exists('overlap_set_option') ){
/* Set theme option value */
function overlap_set_option( $option = '', $value = '' ){
global $overlap_options;
if( $option ) $overlap_options[$option] = $value;
}
}
function overlap_set_nav_layout(){
if( is_front_page() ){
overlap_set_option('nav_layout', 'fullscreen');
}
}
add_action( 'wp_head', 'overlap_set_nav_layout', 0 );
Also, you have to set default menu layout in Theme Options -> Navigation to “Center”.
Thank you for the previous answer. I am facing now a different problem. At the home screen there are some products available. However if i try to sort the items than the result is displaying me the posts that are from the demo content instead of sorting the products accordingly. Please advice me how to correct this issue. I am including also the link http://click-home.com/wordpress
If you’d like to show the shop on the home page, you should set it as Shop Page in WooCommerce -> Settings -> Product -> Display. See more here: https://docs.woocommerce.com/document/configuring-woocommerce-settings/#section-5
Also, you don’t need to add a Shop Page element into your shop page, it will automatically display all products from your site. That Shop Page element is only available for creating a custom shop page. Actually you don’t need it if you have only one shop page on your site.
If you display all products on your home page but haven’t set it as Shop Page, when you change the products sorting option, WordPress will display your blog posts instead because WordPress displays blog posts by default.
Hi team,
How can I have a full screen row and have a video as background of it?
Thanks!
If you’d like to show a full screen video background. We would recommend you to put it in a slider instead.
Here’s a quick guide:
1. Create a full screen slider. Choose “Full Screen” for the Slide Layout, see more here: https://www.themepunch.com/revslider-doc/slider-setup/#slidelayout
2. Set a video background: https://www.themepunch.com/revslider-doc/main-background/?tab=youtube
3. Edit the page in Pages, add a Slider Revolution to the page. Choose the slider created from the step above.
4. Edit the row settings to set the “Content Width” to “Full Width”, and then edit the column settings to set the “Padding Size” to “No Padding”.
Thank you!
Hello,
how do I get this stroke away!
http://www.nafetsbass@nafetsbass.bplaced.net/stroke.pdfThanks.
Regards Stefan
Hello,
I’m sorry but I couldn’t find any thing in the link you provided.
Make sure that link is correct. If you’d like to provide a link or screenshot, you can send them in the contact form on the profile page: https://themeforest.net/user/wyde#contact
Hi dear Team,
in
http://wydethemes.com/overlap/portfolios/portfolio-standard-masonry/there is a pretty photo feature to view the images in a gallery. Unfortunately the looking glass does not show up.
I made these changes to get the functionality running:
<style type=”text/css”> @media only screen and (min-width: 1200px){
.w-view.w-effect-duke figure figcaption > span { display: inline-block; top: -50%; left: 50%; } } .w-view figure figcaption > span > a { display: inline-block; background: rgba(0, 0, 0, 0.5); } </style>
Can please tell me what your original solution was?
Thank you very much, David
I’m sorry but the magnifying glass icon and prettyPhoto are not available in the Duke Hover effect by default. This is on purpose, not a bug. Different hover effects have different styles and features. If you’d like to show a magnifying glass icon with prettyPhoto, we would recommend you to choose other hover effects like this one instead: http://wydethemes.com/overlap/portfolios/portfolio-grid-2-columns/
Thank you for your incredible fast answer (on a Sunday)!
Well, my solution is working, so I’m happy : )
Thanks again, David
Great job!
Cheers 
Hie, I installed this theme fine and started setting up the pages but everytime I try to publish a portfolio I get ‘page can not be found’. I really need help with this
Try to update the permalink setings in Settings -> Permalinks, select Post name and then save changes.
If it doesn’t work, try to check the Portfolio Slug in Theme Options -> Portfolio -> Portfolio Single. Make sure you’ve set the slug to different value from the page slug.
Could you please let me know the “wrapper class-name” of the page title or content area of the theme? I have installed a portfolio plugin and I cannot see the title area, but I can add the wrapper class of overlap theme to fit in. Thanks in advance.
The wrapper class name of the main content is “main-content”. And the page title is “title-wrapper”.
I would like to add a filter to the gallery. Is this possible? Or any work around to use the filter on portfolio, but instead of having a page behind each image, only the lightbox view would appear?
I’m sorry but you couldn’t add the filter to the Image Gallery. The filter is for choosing the category of posts but as you know the image does not have a category.
You can remove the link that brings you to the portfolio single post so it just displays the image in the lightbox instead.
To remove that link, you have to add custom CSS below to Theme Options -> Advanced -> Head Content:
<style type="text/css">
.w-view figure figcaption > a {
display: none;
}
</style>
Thats working, thanks!
I really would like to change the single image view (after clicking on an image) into full width or full height. I’m a photographer and its important to have a good single image performance. How can I change it? At the moment, there is at least 100px padding around the image.
Actually the image in the lightbox would be completely full the screen when the screen size is 1200px wide or larger. If it’s smaller, you will have 30px of the paddings around it.
However, you can remove those paddings on other screens by adding custom CSS below to Theme Options -> Advanced -> Head Content:
<style type="text/css">
@media only screen and (max-width: 1199px){
#pp_full_res {
padding: 0;
}
}
</style>
Thanks for the quick reply! Unfortunately, no changes after implementing the CSS in Theme Options -> Advanced -> Head Content. Any other idea?
I’ve tried it before I provide that code. Of course it works fine on my site.
However, when you click on the image the lightbox will display the original size of it. Make sure your image is larger than the screen size so it will be completely full the screen.
If it still doesn’t work, please provide me your site URL: https://themeforest.net/user/wyde#contact
Hello Wyde,
is it possible to activate comments on portfolio posts?
Kind reagrads
I’m sorry but comments are not available in the portfolio posts. The portfolio is a custom post type and it doesn’t support comments.
Hi!
When I log-in I get this message;
Your site could be faster and more secure with a newer PHP version. Hey, we’ve noticed that you’re running an outdated version of PHP. PHP is the programming language that WordPress and Yoast SEO are built on. The version that is currently used for your site is no longer supported. Newer versions of PHP are both faster and more secure. In fact, your version of PHP no longer receives security updates, which is why we’re sending you to this notice. Hosts have the ability to update your PHP version, but sometimes they don’t dare to do that because they’re afraid they’ll break your site.
To which version should I update? You should update your PHP version to either 5.6 or to 7.0 or 7.1. On a normal WordPress site, switching to PHP 5.6 should never cause issues. We would however actually recommend you switch to PHP7. There are some plugins that are not ready for PHP7 though, so do some testing first. We have an article on how to test whether that’s an option for you here. PHP7 is much faster than PHP 5.6. It’s also the only PHP version still in active development and therefore the better option for your site in the long run.
Can’t update? Ask your host! If you cannot upgrade your PHP version yourself, you can send an email to your host. We have examples here. If they don’t want to upgrade your PHP version, we would suggest you switch hosts. Have a look at one of our recommended WordPress hosting partners, they’ve all been vetted by our Yoast support team and provide all the features a modern host should provide.
Is theme Overlap compatible with this message?
Greetings!
Of course, this theme is compatible with PHP 7.0. Our demo sites are also running with PHP 7.0 that’s working fine.
Hi, where can I find the silider just like the personal portfolio – homepage? greetings ASGO
Hi,
You will receive the slider of the Personal Portfolio home page when you import demo content of the Personal Portfolio demo in Theme Options -> Home.
However, if you have imported other demos, you can import only Sliders so you will get only sliders from that demo.
In Theme Options -> Home, select only Sliders option, and then click on a Personal Portfolio demo to import. You can also do the same thing to import the sliders from other demos.
Hi – I have imported the One Page demo content. I can see that the home page is made up of other pages out into order, but I can’t see where I change that order. Could you let me know how to do this?
Thanks
Hi,
The home page loads the pages from the primary menu. You can change the order by editing the menu order in Appearance -> Menus.
Hello,
I bought a Visual Composer license. Now I would like to activate this, but unfortunately the data field for the activation is dimmed. How can I make this visible? Thanks.
Regards Stefan
Hello,
We’re sorry but the activation option is available for enabling the automatic update feature. Unfortunately, that feature was disabled by default since the plugin was packed with the theme and it needs to be updated by the theme author to make sure it will be compatible with the theme.
You can normally use that plugin without registering and activating the product code. To enable the activation field, we will need to enable the automatic update feature for the Visual Composer plugin but it’s not recommended for this theme.
Hi There,
I was trying to add a new client’s work to the portfolio section of my Overlap theme, but all the options for adding work are completely white (General, Display Control, Header, Title Area, etc.). I cannot add or edit anything at all.
Can you please point me in the right direction to solve this problem. Thank you.
Jaclyn
Sounds like there is a plugin conflict on your site. Try to deactivate other plugins to see if it works.
If this doesn’t work, please provide me your site URL and admin login credentials: https://themeforest.net/user/wyde#contact
That worked like a charm! Thank you so much! I have already purchased this theme twice (once for me, once for a client) and I will continue to purchase from you. Your themes are gorgeous AND your customer service is the bomb! 
Thank you for supporting us! And thanks for your nice comments 
The required update of the plugin “Contact Form 7” is not available. How can we fix this problem?
It tells:- installed version: 4.8.1
- required version: 5.4.3.1
The latest Version of Contact Form 7 seams to be 4.8.1, but it can’t be activated, because the update to the required version 5.4.3.1 is not available.
I’m sorry, this is a bug of the theme. Actually, the latest update is 4.8.1. You can ignore that notification message. Thank you for reporting this issue, it will be fixed in the next update.
Hello Wyde
Is it possible to open custom links in the main menu in a new tab? I cannot see the option when adding them to the menu.
All the best
Pepijn
You have to select the Link Target in the Screen Options in the right top so you can set it to open in a new tab.
Hello Wyde,
Thanks for your quick answer. However I cannot find this… the links are in my primary menu as subitems. Any idea what i am doing wrong?
All the best
Pepijn
Here’s a quick guide video: https://www.youtube.com/watch?v=K3bKrCNbNwA
If that option is not available. There may be a plugin conflict on your site, try to deactivate other plugins to see if it works.
Thank you! That was exactly the problem
The map works fine on another site that I use Overlap on, but it just keeps breaking on the newest site I’ve installed Overlap on. http://sheepshead.whiterabbitstudio.us/contact/ As soon as the page opens, the map appears for a split-second, and then it breaks… stating that there’s a Javascript error. Can you help?
The browser console says “Google Maps API error: RefererNotAllowedMapError”. Please make sure you’ve added your new site URL to the API referer in the Google API console.
If you’re using the same API kay as another site, you have to add new domain to the referer settings. Otherwise, just create a new API key for your new website.
OK, great! Thanks! That fixed it. Now, the icon is appearing at the default location, and not at the point in which I dragged the red marker. Can you please help with that issue?
I have no idea why it doesn’t work on your site, try to remove the Google Maps element from your Contact page first. Add new one and then set the address and location again to see if it works.
Hello,
I have a problem with the representation “TEAM MEMBER”. I have created a few team members. Unfortunately they are not displayed as the team members you created. I am nowhere but a place to adjust?
I can also send a screenshot. Thanks.
Regards Stefan
Sorry for the delayed response!
Could you please provide me that page URL or screenshot, you can send it in the contact form: https://themeforest.net/user/wyde#contact