1305 comments found.
Hi, where do I set the background colour for the shop sidebar (currently its set to ‘light’ (so shows as white), I’d like it to be a grey or tan…). Thanks.
In Pages, edit your Shop page. In the Overlap Options at the bottom of the page edit screen, change the Sidebar Style option in the Page tab from Light to Dark.
Perfect. Thanks! Also, is it possible to add a space between the search field and the button in the sidebar? It looks a bit cramped…
I’m sorry, this is a bug of the theme. Actually, that button shouldn’t show up.
Thank you for reporting this issue, it will be fixed in the next update.
However, you can add custom CSS below to Appearance -> Customize -> Additional CSS if you’d like to fix it now:
.widget_product_search .woocommerce-product-search button {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 35px;
margin: 0;
min-width: 0;
background: none;
border: none;
z-index: 99;
line-height: 30px;
color: inherit;
padding: 0;
cursor: pointer;
text-indent: -999px;
overflow:hidden;
}
Hi, I’d like to make my header menu ‘crisper’ – either by heavier font weight or bolded…where do I set this please?
You can set the font styles of the header menu in Theme Options -> Typography -> Primary Menu.
Hi!
It’s possible to remove the “title” attribute of the Instagram Feed elements ?
In some cases there is so much text and it’s over the photo and it’s non good visual effect over the photo.
jQuery(window).on("wyde.page.ready", function () {
setTimeout(function(){
jQuery(".w-instagram-photos li a").attr("title", "");
}, 2000);
});
However, I couldn’t post a script tag here, the comment box doesn’t allow. You will need to add the code above inside the script tag to make it work.
Hi,
i installed the theme and unfortunately i can’t work with. If i wanna edit a page, i just see the code and could not found the drag & drop page builder – How can i change it? Thanks a lot in advance Berthe
Please contact us from the account that purchased the Overlap theme to make sure you’re currently in the correct product page that corresponds to what you have purchased.
Hi, In my portfolio, I wondered if there was a possibility to choose on which image I could put the video rather than automatically on the first image.
In addition, for some project, I would like to put more than one video and I can not at this moment …
My website is www.orijine.com
Thanks!
It always displays the featured video on the featured image (the first image).
If you would like to put the video elsewhere, you may need to add a video to the portfolio content by using the page builder. If it is not currently enabled on the portfolio edit screen, you can enable it in WPBakery -> Settings -> Role Manager. In Post types, choose “Custom”, and then select “wyde_portfolio”.
I’m having a problem with the blog page. It is not the home page in my instance. I have upgraded to the new version, but still have no control over the blog page no matter what I do. Can you provide any insight?
Please ensure that you have set your blog page as the Posts page in Settings -> Reading. Also, you don’t need to add any content into that page. You can change the blog settings in Theme Options -> Blog.
You can find more details on how to setup the blog page in our documentation.
Hi, where do I adjust the settings of the 404 error page?
Thanks, Carrie
You can edit the 404 template file in your child theme. Copy the template file from the Overlap theme “wp-content/themes/overlap/404.php” to your child theme “wp-content/themes/overlap-child-theme/404.php” and then edit it.
Hi, I’ve just recently updated my theme and so I’m not sure if the following problem relates to this or not:
On an individual page level, there is the ability to set the header, title, title image, background and footer(at the bottom of the page in the backend). Those headings are still on my page but there’s no ability to adjust or edit these settings now. The previous settings that were in place are still active but it’s not showing any of the information?
Your suggestion/help would be appreciated. Regards Carrie
Please ensure that you have updated the Wyde Core plugin and other bundled plugins to the latest update too. The latest update of the Overlap theme (1.4.4) comes with Wyde Core 3.7.7, WPBakery Page Builder 5.4.7 and Slider Revolution 5.4.7.3.
After you update the theme, you will see a notification message to update the bundled plugins at the top of your WordPress admin page, click on “Begin updating plugins” to see the update list. You can find more details on updating the theme and bundled plugins in our documentation.
Hi there, I have a few questions regarding this site.
1) for some reason the hamburger menu is now showing up on mobile devices – only on a larger screen
2) I am wondering if it is possible to left align the logo on a mobile device, and then have the mobile menu show on the right.
Thank you! Sara
ps – I got my map working, thank you!
I forgot to include the link… http://2554smallman.com/full-site/
Hi there, sorry for the multiple messages. One more thing – when the hamburger menu does appear (on an ipad), it seems to be located below another div, so it is not clickable. Thanks!
1) It seems like you have edited the main CSS file from the theme and removed a line of code in order to show the hamburger menu on mobile. You may need to update the theme to fix this.
Also, please do not edit any files in the theme directly, your changes will be lost when you update the theme. You should add custom CSS into Appearance -> Customize -> Additional CSS to override the default styles from the theme instead of editing the theme directly.
2) You can add custom CSS below to Appearance -> Customize -> Additional CSS to achieve this:
.mobile-nav-icon {
left: auto;
right: 15px;
}
@media only screen and (max-width: 1079px) {
#header-logo {
float: left;
margin: 0;
}
}
3) It is working well on our demo site. You should update the theme and rollback your changes first, and then add custom CSS I provided above to move the logo to the left and hamburger menu to the right on mobile.
Hi there, thanks for your help with this. I have come across another issue – on the backend of my site. One one page, the visual composer is not displaying properly. For some reason one of the text boxes from the visual composer has shifted over and is now displaying in the right column of the wordpress console. (this is hard to explain so I have included links to two screenshots).
I deactivated every plugin except for WP Bakery and the problem still persisted. I also looked at the debugger and there are no errors there. Let me know if you need me to supply you with a login for the site.
The page it is effecting is here: http://2554smallman.com/full-site/virtual-tour/
Screenshot 1: http://2554smallman.com/full-site/wp-content/uploads/2018/06/Screen-Shot-2018-06-07-at-1.54.11-PM.png Screenshot 2: http://2554smallman.com/full-site/wp-content/uploads/2018/06/Screen-Shot-2018-06-07-at-1.54.26-PM.png
I have checked this in both firefox and safari and the error persists.
Thank you
Hi there,
Thank you for the screenshots you provided!
Everything is working properly on our demo site. It might be a plugin conflict issue.
In both screenshots, it seems like you are still having some plugins, for instance, Ninja Form and Yoast SEO. Try to deactivate them all to see if it works.
If it still doesn’t work, please give me your WordPress login details so I can take a closer look. You can send a private message in the contact form on the profile page below:
https://themeforest.net/user/wyde#contactHi! How can I change the color of subheading at testimonials slider in custom CSS?
The color of that subheading is always the same as the theme color scheme, you can change it in Theme Options -> General -> Color Scheme.
If you’d like to change it to different colors from the theme color scheme, you have to add custom CSS below to Appearance -> Customize -> Additional CSS:
.w-testimonials-slider .subheading {
color: #000 !important;
}
Ah, I forgot the !important tag, thanks!
Hi, I’ve just realised I didn’t active my child theme! Agh! Rookie error. What’s the best way to activate without losing all my custom css and styling? Thanks in advance
When updating the theme, it will replace all files in the theme folder (wp-content/themes/overlap) on your web server, please do not edit any files in that folder directly.
If you’ve added your custom CSS into Appearance -> Customize -> Additional CSS and haven’t edited the code in the PHP and CSS files in the theme edit screen (Appearance -> Editor), your changes won’t be lost even you didn’t activate the child theme.
Hi there, I have set up a Google Map API for my map – but for some reason it is still not working. Google has changed their API set up so just wondering if you could instruct me what API I need to enable for the map. You can view my map on this page: http://2554smallman.com/full-site/contact/
Thank you Sara
In the APIs tab, you need to enable the Maps JavaScript API to use Google Maps on your site.
However, I just visited your Contact page and the map seems to work correctly on my end.
Hi! Is this template compatible with PHP7?
Sure, our demo sites are also running on PHP7.2.
Hi, how can I set custom text to be responsive for mobile (or specify the size the text needs to be for mobile?) – I have a custom heading in the footer, which displays far too large on a mobile phone… thanks in advance.
The easiest way is changing the Element tag to another one. For example: h6 or p, so it will be smaller than h2 on mobile.
However, if you would like to use h2, you will need to add custom CSS below to change the font size on mobile device:
@media only screen and (max-width: 599px) {
body h2 {
font-size: 16px !important;
}
}
Hi, the link in the side bar, when hovered, goes white/invisible and can’t be seen. I’m not sure why and it needs to be fixed. Any suggestions please. Happy to send web link via private message.
This issue has been fixed in the latest update of the theme (1.4.4).
After you update the theme, you will need to replace the old shortcode in the text widget with the new one below:[wyde_link_button size="large" style="none" title="Browse the Range" link="url:http%3A%2F%2Fjillysteas.inversit.com%2Fshop%2F|||" color="#e3bd96" hover_color="#2a314b"]
Perfect. thanks.
HI, I’d like to hide some images for mobile…can you provide a css snippet for this theme? Regards and thanks.
There are 2 ways to achieve this without using additional CSS:
1. Add single image into the column because there are responsive options in the column settings so you can hide it on each device, see the picture below:
2. Put the extra CSS classes below into the Extra CSS Class field of the Single Image element:
Hide it on small screens (mobile devices):hidden-xsMedium screens (tablet & small laptop):
hidden-mdLarge screens (desktop):
hidden-lg
Hi, I’m following up on an earlier ticket where the “read more” button was going to be able to be adjusted with a theme update (so it could be changed to “shop now”...has this happened yet?
Sure, it has been fixed in the Overlap 1.4.4 that was released on 10th May.
Hello, How do I make the homepage readable on a mobile device? The draw to this template was that it was mobile ready. Please help.
http://www.horowitzgroup.net/version2/There are the responsive settings on that page that hide the content on mobile device.
All you have to do is:
1. Edit the settings of the columns on that page one by one.
2. In the Column Settings window, select the Responsive Options tab.
3. Uncheck all boxes from the “Hide on device” option to show it on any devices.
Each column (row settings) on page do have all boxes unchecked. But under the “Responsive Options” Tab only shows the Devices and an option to reverse columns order (which are all unchecked). I don’t see an option to hide the device.
You will need to click on a pencil icon in the center top of each column to change the column settings, see the picture below:
Hi there, I’m back with some question again!
1. I tried adding a background to my blogpage: https://ilsewolf.nl/test/blog/ I tried both ‘cover’ and ‘contain’ but both results in a non sharp background. Any idea what resolution I should upload to get a sharp background?
2. On a masonry blog layout, how do I remove the titles of the posts but keep them on other blog layouts? see: https://ilsewolf.nl/test/publicaties/ Can I also remove the ‘white gradient overlay’ on the bottom of the posts? And is it possible to make the top post a lot smaller, just like the other posts?
3. When using the overlap blog layout on the homepage, to show recent news. Is it possible to have to posts next to eachother? I tried using two seperate blog elements, but there is no way to add an offset so now it shows two time the last blog post.
4. When using a portfolio overview grid, one of the porfolio thumbnails doesn’t show as a square see: https://ilsewolf.nl/test/portfolio-vrij-werk/ any idea how to fix this?
1. If you have a texture background image, you should repeat it across the page. Unfortunately, the background repeat option is not available in the page background options, you will need to set the background to the row instead. You should remove the page background image from the Overlap Options -> Background. Then, set it to the row and choose the Background Style to Repeat.
2. You can add custom CSS below into Appearance -> Customize -> Additional CSS to hide the titles from the blog masonry:
.w-blog-posts.w-masonry .post-title {
display: none;
}
3. No, it is not available in the custom posts options. You may need to put the post titles into the field “Individual Posts/Pages/Custom Post Types” to show specific posts in each blog element.
4. That one is smaller than the squared thumbnail size (640×640px), you should upload the bigger one to fix it. The recommended size are 940*940px or larger.
1. OK, when I do that there’s a white space above the row, is there a way to have the background without white spacing above it? 2. But how do I remove the white overlay on the bottom of the masonry blog items? And how can I make the first post of the masonry, just as small as the rest and remove the grey area on the left of the first post? 3. OK, would love to have an offset in a future update. Other themes do have that option. 4. OK, will fix that.
1. It is suitable for the full-width page without sidebar. When you have a sidebar on the page, it will have white space around the main content area. Please look forward to the next update of the theme, we will add a Repeat option to the page background.
2. You will need to add custom CSS below to Appearance -> Customize -> Additional CSS to remove it:
.w-blog-posts.w-masonry .post.has-cover .post-media:after {
display: none;
}
3. Unfortunately, that is a built-in option from the WPBakery Page Builder plugin so we couldn’t add an offset to the existing options/fields. Hope the plugin author would look into this in the future.
Hello. It appears that the images that I upload, especially any that become a background image, in the slider, or use in parallax etc, the quality is being reduced. Please let me know how to maintain the image resolution quality.
Thank you Jessica
By default, when you set the Background Style to “Cover”, it will stretch the image to full the container width, if your image is smaller than its container, it will look a bit blurry.
Your image should be bigger than the background area, the recommended size are 1920×1080px or larger. Try to use the bigger one to see if it works.
Also, you can change the Background Style to “Contain” to maintain the image ratio and resolution quality. For the slider image, you have to change the Background Fit to “contain”, see more here: https://www.themepunch.com/revslider-doc/main-background/#image-sourcesettings
If you’d like you can send me your site URL so I can take a closer look.