Discussion on Overlap - High Performance WordPress Theme

Discussion on Overlap - High Performance WordPress Theme

By
Cart 1,532 sales
Recently Updated
Well Documented

Wyde supports this item

Supported

1306 comments found.

Hi there-

I am having some issues with my text being responsive. On one page the text resizes: www.tidbitcreative.com/home/

On another page, the text does not resize: www.tidbitcreativ.com/breaking-the-mold

Can you help?

Both of them are working fine on my iPhone. The text will be smaller when you’re on mobile screens.

Hi, The funciton, Row style, full-width doesn’t work anymore. Is it a bug? Greetings

The page doesn’t work anymore, Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0

We’ve never seen this issue before. It’s working fine on our demo sites.

I suppose this is a server issue. Also, if you have other plugins installed, try to deactivate them to see if it works.

Hi, How do i insert the WPML language switch in the menu into the header? Just addet do_action(‘icl_language_selector’); ?> to header.php but it doesn’t work.

Greetings!

You don’t need to add any code but just enable it in the WPML settings. Go to WPML -> Languages, in the Language switcher in the WP Menu option, select “Display the language switcher in the WP Menu” and choose your Primary menu.

Its works after two days. It didn’t load well.

If it doesn’t load or doesn’t work properly. Try to disable AJAX Page in Theme Options -> AJAX Options.

I am tasked with building a website for my quilting guild. Taking a Word Press class, but still confused about which theme would be best for me. Need pages: Home, Membership, Programs, Calendar, Newsletters, Philanthropy, About, Gallery and Contact. Will eventually need shopping cart for workshop registration and membership dues. Will want to use Essential Grids I think. Must be clean with lots of options in color and fonts. Any recommendations?

Hi,

Thank you for the great theme. I have 3 questions :

1> In title area of a page, the title text is in italic, i want it regular. Where can I change that ?

2> Also in title area, there is an horizontal line underlining the title text, how can I get rid of this line ?

3> On a portfolio project, when I click on an image, the image will get bigger with a dark overlay background. How can I add a “cross” symbol to close the image ?

I will click below on the checkbox “Email me when this comment receives a reply” but I did it before and never received an email.

Thank you. On testimonial, how can I change the opacity of the black rectangle in the background ? and the wight of the police ?

weight of the police, sorry.

Sorry for the delayed response!

Here’s the custom CSS:


/* Sets the background opacity */
.w-text-light .w-testimonials-slider:before {

background-color: rgba(0,0,0,0);

}

You can set the font weight of the heading text in Theme Options -> Typography -> H4 (for customer name), and H6 (for job title), or set it by using custom CSS below:

/* Sets the weight of the heading text */
.w-testimonial .w-customer h4 {
    font-weight: 400!important;
}

Hi Wyde,

I like the look of this theme a lot and I’m considering it for my website but I have a few questions:

1. I read about an issue with the lenght of headings and how they display and I was wondering if that is now fixed? 2. Can I add text with a button like this one http://prnt.sc/eiyhw0 on any page I want? For example if I want my homepage to have a little bit about me, then underneath that a call to action that leads to my service or shop page and so on. 3. How easy is it do change the footer and menu bar overlay colors?(not black as now) And does the footer have to be in that shape? I’d like a white footer and menu bar with a simple rectangle shape. 4. Can there be a button in the hero header instead of just text? Here’s a mockup of the type of header I’m trying to create: http://prnt.sc/eiyjzp 5. Can the logo be centered or is it just left aligned?

Thank you in advance!

Thanks for the question!

When you import demo content, you will have all predefined pages from all demos including all elements pages. You can copy the content from other pages/demos and insert it into any page, and then edit it with Visual Composer drag and drop page builder easily.

I’m sorry our documentation is included in the downloaded package, there is no online version and it’s not available to download separately.

Thank you, I think I understand a bit better now. Lastly: Is the theme compatible with contact form 7 and can I create an email subscribtion field anywhere in a page, not necessarily only in the footer?

Of course it is, all contact forms in our demos are a Contact Form 7 plugin and you can insert it anywhere on the page by using page builder.

How can I change the Text style light in the css?

Here’s the custom CSS to change the color of the Light text style:


.w-section.w-text-light > *,
.col.w-text-light > *{
color: #fff;
}

You can add it into style.css in your child theme.

However, some elements have their own color and styles when you set the Light text style so you need specific CSS for each of them.

You can find all CSS classes of the Light text style for those elements in “css/shortcodes.css” (find “SECTION TEXT STYLE” in the code). Then copy those CSS classes into style.css in your child theme to edit the color and styles as you please.

Hello. How to change a “team-member” in permalink (URL)? By default, there is: http://mydomain.com/team-member/something, so WP do not allow to change a “team-member” part of URL, only a last part of URL, any ideas? Thank you.

Hello,

Unfortunately, it couldn’t be changed. That’s because the single post page of the Team Member is not available, you shouldn’t display the member details in the team-member page.

As seen on our demos, there is no team member details page, we only display it in the Team Members Slider.

So when you go to the team member details page on yourdomain.com/team-member/something you will see it doesn’t look good, it’s showing in the blog post template instead.

Hello. I’ve already set up team members with appropriate categories (6 members belongs to category “A” and 5 members belongs to category “B”). How to put these team member slider blocks in a front page that they be categorized by their category? Now they ALL are visible in ONE slider block – not by a category. Where to find an option (or smth.) to make team members be visible by their own category and to put them in a different team member slider block? For example, in Front-End, team members should be visible in 2 different slider blocks by a category: IT and Marketing, so I want to put 2 Team member slider blocks where members belongs to a category IT, so they should be visible in IT slider block and accordingly, members in a second slider block should be visible only in a slider block with an assigned category – Marketing.

I would be very appreciate if you help me with this issue. Thank you.

Hello,

You can click on a Build query button in the Custom Posts option, and then put the categories into the Taxonomies field so it will show the members from specific categories.

Thank you for your advice – it works! That is what I needed, thank you!

Hi I have put Info Box into a row on page in the form of tabel, but the text is far below the icon. Im trying to change the row settings, kolumn settings and the box settings – overlap, margin, stack order, but it does not help. How to close up icon with the text which describe the icon? ps. thanks for great theme

Hi,

We have many styles for the Info Box element: https://wydethemes.com/aoraki/elements/info-box/

If you’re using the Large size, of course you will have the large space between icon and text. You should choose Medium size instead.

Anyway, if you’d like to reduce the space of the Large size, here’s the custom CSS to work around this:


<style type="text/css">
.w-info-box.w-large .w-icon{
    padding-bottom: 0px;
}
</style>

You can add it into Theme Options -> Advanced -> Head Content.

Hello Support Team,

I have a question about Team Members Slider. How can I turn off the Grid Layout feature that displays the first letter in the background? Only the large letter should be removed, the name should be displayed.

Thanks and best regards

Hello,

Here’s the custom CSS to hide the first letter of the name:


<style type="text/css">
    .w-team-slider .w-grid-layout .member-name h3 > span{
        display:none;
    }
</style>

You have to add it in Theme Options -> Advanced -> Head Content.

Hello Support Team, I have a problem in the overlap template. For the bullets with the small cross and for multi-line text. There I need the following CSS, or similar:

<style type=”text/css”>

ul { list-style-position: outside; }

</style>

Unfortunately, the long text always starts in the second line under the cross, not next to it. This does not look good with long text. What am I doing wrong? What do I have to do to make it work? I thank you for your help!

Best regards

Hello,

Here’s the code to work around this:


<style type="text/css">
    .w-text-block ul > li:before{
        margin-left: -20px;
    }
</style>

Also, this will work only with bullets inside the Text Block element so please make sure you’re using the Text Block element to create the bullet list.

Thank you for reporting this issue, it will be fixed in the next update too.

Hello,

Is there a way to remove the default line in the title area that appears if there is no text? I want to use an image only, without the line showing in it.

All the best :) Pepijn

Hello,

When you show the page title, the title text is required so the line always appears even you set the title to blank.

If you wouldn’t like to show the title text, you should hide the title area but set the background image to the row in the page content instead.

Anyway, if you’d like to show the page title area but hide the title text, you can add custom CSS below to the page settings:


.title-wrapper:not(.w-size-s) .title:after{
    display:none;
}

Thank you very much!!

Hello,

Is it possible to repeat the background image? I have a page on one of my website which shows over 100 blog posts, and the background image is so enlarged you can hardly see anything..

All the best :) Pepijn

Hello,

Normally the background image is not suitable for the page where you have many content so the page is too long.

As you can see on our demos, we don’t set the background image for our blog pages but just background color:

However, if you’d like to set the background image for your blog page, you can add custom CSS below to the page settings:


.bg-image{
    background-size: contain;
    background-repeat: repeat;
}

Here’s where you can add custom CSS to page settings:

thank you!!

Hello

I have added some pictures with overlap at my home page but when i try to minimize my browser there is a real mess how can i do it mobile compatible is there any option ? Second when i make overlap pictures between the last picture and footer there is a lot of white space is there any possibility to remove it so the footer will directly after the image ?

Thank you

The Overlap feature is compatible with mobile. It would be better if you show me any screenshots or provide me your site URL so I can inspect the issue and help you out. If you’d like you can PM me your site URL here: https://themeforest.net/user/wyde#contact

Hello

Thank you

Is there a way to make the “page” background image from the Footer page show up once the footer is displayed in the content area of all the other pages of the site?

When I preview the “Footer” page I see the background image. When I view the site, the footer background image is gone.

All settings in the Overlap Options will work only on the main page but won’t for the footer page, you have to set the background for the row of the footer content instead of using the Background options in the Overlap Options.

Where can I prevent items such as .w-portfolio-grid.w-layout-overlap .w-showmore a, .w-effect-overlap figure being part of the list of items that use the ‘theme color’

Those are included in the auto generated styles, you could’t remove them but you should add custom color for those CSS classes in Theme Options -> Advanced -> Head Content to set new color as below:

<style type="text/css">

.w-portfolio-grid.w-layout-overlap .w-showmore a,
.w-effect-overlap figure {
  color: #000;
}

</style>

Not all portfolio items are displaying on my homepage.

EG Category 2016

See http://gtawebb.co.uk/hanmade3/

I think it may be a memory issue as they will display here..

http://gtawebb.co.uk/hanmade3/portfolio-overlap/

Any ideas?

php.ini is set to required limits

;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;;

max_execution_time = 300

memory_limit = 128M

post_max_size = 32M

upload_max_filesize = 32M

max_input_vars = 5000

It’s not an issue but it’s on purpose.

The Overlap layout of the portfolio grid always displays only 10 items on the first load. You will need to click on the “Show More” button to load more items. Unfortunately, if you choose “Hide” for the Pagination Type option, you won’t be able to load more items.

When you enable “Show More” button, you can click on that button to show more items, as you can see on: http://gtawebb.co.uk/hanmade3/portfolio-overlap/

If you’d like to show all items on page load, please choose another Layout for your portfolio grid.

Thanks. I didn’t realise there were separate portfolio settings outside the main general settings area.

Hi – I am using an image gallery on this page – http://untrapped.staging.wpengine.com/gallery/ – that is setup as a slider with the lightbox capability. We want the user to use lightbox to scroll through the images. It is working great, but my client would like to see either the title of the image or the caption with the image in the lightbox view. Right now it only shows the next/previous arrows and an image count. Any way to do this?

Thanks!

Hi,

You have to enable the Lightbox Title option in Theme Options -> General to show the title/caption of the image on lightbox.

Also, please set the Title and Alt fields for your images so these will appear on the lightbox title.

Great, thank you. I had that enabled and had title text but it wasn’t appearing until I placed that text in the Alt field. Thanks!

Great to hear that it works!

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey