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.
For 1 and 2. This theme comes with many styles and sizes of the title area, you can change the Size of the title area to Medium so it won’t be italic or change it to Small to hide the line below the title text.
However, if you’d like to use other sizes, you have to add custom CSS below to Theme Options -> Advanced -> Head Content:
<style type="text/css">
/* Change the title text to regular style*/
.title-wrapper .title{
font-style: normal !important;
}
/* Hide the line below title text*/
.title-wrapper .title:after{
display: none !important;
}
</style>
3. Unfortunately, the close button is not included in the lightbox of this theme, it was no longer need since you can click outside the lightbox to close it.
It’s too hard to add a button, you will need to edit the main script in shortcodes.js but it’s not recommended because your changes will be lost when you update the theme.
That is great! Thank you.
2 more question :
1> on my portfolio I have 3 categories that display like this (alphabetical order) - Cabinet - Espace pro - Habitat
Is there a way I can change this order and have instead : - Habitat - Cabinet - Espace pro
2> Is there a way I can take the dates off the blog ?
1. I’m sorry it automatically displays by WordPress and by default it orders by ‘name’.
Here’s all available fields of the order by:
‘name’, ‘slug’, ‘term_group’, ‘term_id’, ‘id’ and ‘description’
see more here: https://developer.wordpress.org/reference/functions/get_terms/
There is no option to change it to custom order.
2. You can hide the blog post date in Theme Options -> Blog -> Blog Meta -> Post Date.
OK, thank you. One more thing : on portfolio categories names, when a category is selected, it shows on each side of the category name a small horizontal line. What is the way to get rid of it ?
You can add custom CSS below to Theme Options -> Advanced -> Head Content to remove the line from category:
<style type="text/css">
.w-filter li:before,
.w-filter li:after{
display: none;
}
</style>
Hello,
1> On portfolio, portfolio titles come with uppercase “Like This For Example”. How can I just have uppercase just for the first letter of the title ?
2> On team members, when looking at the page on a phone, the second team member disappears. Is it possible to fix this issue ?
3> On portfolio layouts, I am only using 2 sorts of layouts for a single projects. What is the a way that the texts look the same in terms of font, size, bold, etc…
4> At the bottom of a single project page, appear on the bottom left previous projets and bottom right, next project. Where can I make this text regular instead of bold and also increase the space between letters ?
Thanks in advance for taking time to answer me.
<style type="text/css">
.w-view figure h3 {
text-transform: none;
}
</style>
2. I’ve tried it on my iPhone and it’s working fine. If you’re using Grid layout, the columns will be stacked as a row and display vertically. If you’re using Slider layout, you can touch and slide to see other members on the slider. Try our demo here: http://wydethemes.com/overlap/elements/team-member/
Also, if you have other plugins installed, try to deactivate them to see if it works.
If it still doesn’t work, please PM me your site URL: https://themeforest.net/user/wyde#contact
3. I’m not quite sure on this question because actually all layouts of the portfolio single project in our demos display the same text and font styles. The layout is the only thing different.
See our demos:
http://wydethemes.com/overlap/portfolio-item/portfolio-13/ http://wydethemes.com/overlap/portfolio-item/portfolio-11/ 4. You have to add custom CSS below to Theme Options -> Advanced -> Head Content:
<style type="text/css">
.post-nav h4 {
text-transform: none;
font-weight: normal;
letter-spacing: 0.6px;
}
</style>
Thank your for your reply. It has been really helpful. I have a few more questions :
1> On title area, how can I make the title bigger ? and also only uppercase for first letter of the title but no uppercase for the next words.
2> On this page : http://laurence-faure.com/contact/ On smartphone, the pictures of colorful bears disappears. 3> About my previous question N°3, you can understand what I mean if you look at this page : http://laurence-faure.com/portfolio-item/maison-pop/I would like the “Maison pop” title just above the description text, to be the same style than “categories” or “credits photos” texts.
4> Is there a simple way to make the fields of contact form in black and the stroke of the fields in white ?
5> On smartphone, on slider homepage, the slides texts disappear: http://laurence-faure.com/1. Actually you can choose different size of the title area so the title text will be bigger too. However, seems like you’re using the largest size. If you’d like it to be bigger you have to add custom CSS below to Theme Options -> Advanced -> Head Content:
<style type="text/css">
.title-wrapper.w-size-l .title{
font-size: 120px;
}
</style>
2. There are settings that hide that column on medium, small and extra small screens. You have to edit that column, select the Responsive Options tab and unchecked all checkboxes that hide the column on those devices.
3. We do not recommend you to change the size of the title text to the same as other headings. This is for SEO purposes. The portfolio title is an H2 and should be bigger than other headings that are H4. However, you can change the font styles to uppercase and reduce the font weight to similar as those headings by adding custom CSS below to Theme Options -> Advanced -> Head Content:
<style type="text/css">
.single-wyde_portfolio .post-title{
font-weight: normal;
text-transform: uppercase;
}
</style>
4. Of course, you can change the Text Style for the column container of the Contact Form to Light so the form will be changed to black instead.
5. When you enable Custom Grid Sizes, you can set different styles (font size and position) of the elements for each screen size.
See more on Custom Grid Sizes here: https://www.themepunch.com/revslider-doc/slider-setup/#custom-grid-sizes
Thank you for that. How can I set up a Favicon ?
Also, in contact form 7, I would like the text in the fields to be white instead of black. How can I do that ?
1. You can set up a Favicon in Customize -> Site Identity -> Site Icon, this is a built-in setting from WordPress.
2. Of course when you set the Text Style to Light, the text in the fields will be white. However, it seems like you haven’t set the Text Style as I provided. This option is included in the column settings.
Edit your Contact page, edit the column container of the Contact Form 7 element, change the Text Style to Light so the text color of the fields will be white and the background will be black. See it on our demo: http://wydethemes.com/overlap/overlap4 scroll down to the bottom of the page in “Say hello!” section.
That is great ! Thank you. In the title area, the title page as now uppercase for every word, how can I just have an uppercase only ont the first word ? Ex: now it looks like this “Contactez-Nous” where I want to have “Contactez-nous”.
.
On demo page, homepage “creative agency”, can you tell me what is the font’s name you used for 3Overlap” ? Thank you.
1. Here’s the custom CSS to disable the uppercase for title, you can add it into Theme Options -> Advanced -> Head Content:
<style type="text/css">
.title-wrapper .title {
text-transform: none!important;
}
</style>
2. It’s called “Hickory Jack”, we have provided the link to download it in the Read Me First.html inside the downloaded package. This is not a Web Font so you have to install on your computer and use with a graphic software like Photoshop to create a logo image to use on the web.
Hello,
I have a few more questions for you. I hope it is OK.
1> In contact form 7, I d like the text box fields not to have a stroke (or make it black as page background is black).
2> The send button is now pink, where can I change its color ? And also, I d like it to be as wide as the contact form, where can I change the size ?
3> How can I change the text color of the portfolio filters text ?
4> On team member, on mouse over, there is a white overlay, where can I make it black ? How can I change the color of the cross appearing in the middle ? Can I change the location of the cross ?
5> On homepage slider I am having an issue with some text that is cut on the top and I can’t seem to change this. This is the link : http://laurence-faure.com/For 1 to 4, I’m sorry but sounds like all of these questions are related to the theme customization. As seen on our demos, those of styles are not available in our demos and there is no option in the Theme Options panel to customize them so you have to add custom CSS to change them all.
However, as you know the theme customization and modification are not included in the product support as stated on the support policy: https://themeforest.net/page/item_support_policy#whats-not-included-item-support so I couldn’t answer these questions.
Of course I have provided custom CSS for some cases if they are easy to do as you can see previously but I couldn’t for some questions that are too difficult to do so you have to do it on your own or find some one on Envato Studio to help you out: https://studio.envato.com/explore/wordpress-customization
5. This is a line-height issue, the line-height of the text you set is not enough so show the whole text so it cuts some parts of the text out.
You can set the line-height of the text in the slide editor toolbar, see number 4 – Line Height here: https://www.themepunch.com/revslider-doc/layer-styles-positioning/
I understand. How can I change the background color when switching page ? The loader appears and right now, the background color is white.
Thank you for your kind understanding! To change the background color when switching the page, you have to add custom CSS below to style.css in your child theme:
#preloader {
background: #000 !important;
}
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!
Hi,
Thank you for your interest in our theme!
1. If it’s an issue of the size of headings, it will be fixed in the next update. However, you can use the Custom Heading element instead so you can set the size and choose the heading tag (i.e. h1, h2, etc.) to work around this.
2. Of course you can add it on any page. Our buttons come with several styles: http://wydethemes.com/overlap/elements/buttons/
3. It’s very easy, you can change it in Theme Options. You can choose any color for the footer. However, by default you can choose between Dark and Light for the menu bar, this based on the theme design but we can provide the custom CSS for you to work around this.
4. Yes, sure! You can build that hero header easily by using Visual Composer page builder or build it by using Slider Revolution if you’d like.
5. The centered logo menu is not available in the theme options. By default, it’s always in the left. You have to add custom CSS to move it to the center.
Hi Wyde,
Thank you for the fast response!
Just one more thing to help me understand better how to use a theme: If I was to install one of the premade demos, could I then swap elements from different demos to create the look I need? For example if I install the ‘Creative agency’ demo but really like how the “About Clara” section looks on the ‘personal portfolio’ demo and I want to tweak things and change positioning of some items, how flexible is that and is it all drag-n-drop page builder work or am I missing something?
Could I see the documentation for this theme anywhere before purchase?
Thanks a lot!
Ivana
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’
<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!