289 comments found.
Just purchased the WP version of AIR. couple things.
1) how do i disable lightbox on images. 2) how do I place 2 videos on a portfolio (left fill 3/5 template post) 3) how do i place videos second, not top or bottom (left fill 3/5 template post) 4) where in the code is the img tag for portfolio images (left fill 3/5 template post) I would like to add custom code to it
Hi, thank you for purchasing our theme
2)/3)
step a)
Use the html code for 1st image and 2nd/3rd videos in gallery post:
The html code should like:
<img alt="image tag" src="http://xxx.com/xxx.jpg" style="margin-bottom:20px;"> <div class="videoWrapper video-wrap video-post-wrap" style="padding-top: 56%;"><iframe src="//player.vimeo.com/video/67659148" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div> <div class="videoWrapper video-wrap video-post-wrap" style="padding-top: 56%;"> <iframe src="//player.vimeo.com/video/46393681" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div>step b)
please go to Appearance > Customize, paste the custom css code to “Additional CSS” box.
.single-gallery-wrap-inn > .videoWrapper {padding-top:0!important;}
4) The img tag is here: /functions/interface/interface-functions.php line 1308
If you edit the alt of img tag only, edit it here: https://www.dropbox.com/s/x40um8jerc6n237/QQ20180221-113748%402x.jpg?dl=0
Regards!
Bwsm – uiueux.com – Twitter – Facebook
Thanks for that.
3) Thanks for this the HTML code you provided worked but the image at the top was not stretched to the edge.
I fixed it by including the div around it and styles.
.........................................
Got a new one for you.
How do I change the default settings for the POST>GALLERY settings. Will make it easier for creating the new posts.
Can you direct me to where I could change those default settings?
Thanks.
Welcome.
You will find the options in /functions/theme/post/post-meta.php
new thing popped up.
1) How can I make the Masonry Grid (Home 6) all squares? instead of the 650×490 ?
2) on the project layout the bottom + (plus) I have made it turn into an X and show the grid in a three per row format. Is it possible to have it show the full width masonry grid from (Home 6)? This is the code I added.
@media (min-width: 1200px) {
.ux-portfolio-ajaxed-list-wrap.container {
padding-left: 0;
padding-right: 0;
width: 100%;
}
}
</<pre>>
</pre>
1. Please give more tips. Did you want all grids are same size? Do you use portrait type grid or landscape type grid?
2. Yes, your css could can make it fullwidth. Did you mean that make it as “Masonry Grid” layout?
RG~
1. Yes all same size square. no portrait or landscape.
2. Yes Masonry grid (all same size square as above) and how can I turn off the “category” on the hover but keep the title.
.grid-list .grid-item:not(.filter-in-grid) .ux-lazyload-wrap {
padding-top: 100% !important;
}
.grid-item {
position: relative!important;width: 33.3333%!important; top: 0!important;left: 0!important; height: auto!important;
}
@media(max-width:767px) {
.grid-item {width: 100%!important;}
}
2.
It is possible by custom css(“Appearance > Customize : Additional CSS”):
.ux-portfolio-ajaxed-list .brick-content { padding-top: 100%!important; }
.ux-portfolio-ajaxed-list .grid-item-cate { display: none; }
1. works thank you
2. the category trick worked. however this this loads not the way I was asking. I want it to display the same way as the css trick you did above in #1 (4 column) and full width no space. You folllow me?
3. where would I find the css to change the opacity of the hover color on the grid thumbnail
1. it works but when I scroll to the bottom the last thumbnail takes a few extra seconds to load and then all the thumbnails readjust and reload. in chrome mac.
Please send your wp-admin(url/user/pass) and question via
my profile contact form, I’ll log in to check it.
what about the 2 or 3?
/* It is for remove none spacing */
.ux-portfolio-ajaxed-list {
margin: 0;
}
.ajaxed-grid-item .grid-item-inside {
margin: 0;
}
/*For 4 columns*/
@media (min-width: 768px) {
.ux-portfolio-3col .grid-item, .ajaxed-grid-item.grid-item {
width: 25%; }
}
/*If the wrap has been fullwidth, you can ignore this css */
.ux-portfolio-ajaxed-list-wrap.container {
position: relative; width: 100vw; padding-left: 0; padding-right: 0; margin-left: -50vw; left: 50%;
}
3.
.no-touchevents .grid-mask-filled-left .grid-item-con:hover:after, .no-touchevents .grid-mask-filled-center .grid-item-con:hover:after, .touchevents .grid-mask-filled-left .grid-item-con.air-hover:after, .touchevents .grid-mask-filled-center .grid-item-con.air-hover:after {
opacity: 0.4;
}
0.4 is opacity, it can be changed as 0.1-1.0
PS: If still does’t work, leave you page url or page option screenshot at least please.
2. works somewhat. how can you make this 100% full browser width and control how many items to load? and order?
this is my custom css
/* PLUS GRID */
.ux-portfolio-ajaxed-list .brick-content { padding-top: 100%!important; }
.ux-portfolio-ajaxed-list .grid-item-cate { display: none; }
/* It is for remove none spacing */
.ux-portfolio-ajaxed-list {
margin: 0;
}
.ajaxed-grid-item .grid-item-inside {
margin: 0;
}
/*For 4 columns*/
@media (min-width: 768px) {
.ux-portfolio-3col .grid-item, .ajaxed-grid-item.grid-item {
width: 25%; }
}
/*If the wrap has been fullwidth, you can ignore this css
.ux-portfolio-ajaxed-list-wrap.container {
position: relative; width: 100vw; padding-left: 0; padding-right: 0; margin-left: -50vw; left: 50%;
}*/
@media (min-width: 1200px) {
.ux-portfolio-ajaxed-list-wrap.container {
padding-left: 0;
padding-right: 0;
width: 100%;
}
}
Use my css: https://www.dropbox.com/s/uhgl9s4ob8ty35s/QQ20180222-152425%402x.jpg?dl=0
Remove this css: https://www.dropbox.com/s/0m4c5kahng95pdj/QQ20180222-152437%402x.jpg?dl=0
Plz go to Appearance > Theme Options > Layout set the item number https://www.dropbox.com/s/iaksi5iklgh3m6n/QQ20180222-151750%402x.jpg?dl=0The order is depended on post date/time https://www.dropbox.com/s/iaksi5iklgh3m6n/QQ20180222-151750%402x.jpg?dl=0
thanks for this. now I just opacity on the hover background color.
where can I add more information to the HEAD?
loving this theme
Welcome, Plz go to Appearance > Theme Options > Layout: Header set the header.
1. How can I make the ajax grid plus, that you helped me with above go in ID order and Ascending?
2. I am trying to build an about page and can’t get my items in the Fullwidth Wrap to actually go full width. I us ethe the promote Tab and it has padding on either side.
3. Also when adding a single image is it possible to make it parralax? how so?
3. I think I figured out
4. How can I change the menu(nav) background color in css and text-align:center the options
5. can you change the height of the featured image (at the tope of a page) instead of full browser?
1. What’s “ajax grid plus” you mentioned?
2. Edit the fullwidth wrap, set Fit Content to Fullwidth as on: https://www.dropbox.com/s/x5l8aopw614x3xc/QQ20180223-132656%402x.jpg?dl=0
4. Did you talked the Header BG color? Appearance > Theme Options > Schemes: Header Bg Color
Could you please pate a centered menu(nav) UI or framework image what you want, it will help me understand your question.
1. what you have been helping me with. the PLUS icon that loads the grid with the alternative CSS you applied. You mentioned above in your third last post it is “The order is depended on post date/time” Want to change that order to ID and Ascending
4. When you load the hamburger menu the text is dead center in the screen which is great. but the text is left justified. I want to make it center justified.
1. It needs to change the php file(/functions/interface/interface-ajax.php) in theme folder. But it’s not included in our Free Support scope. You can hire a program engineer to work on it or use our charging services.
4. please use the custom css
#navi-wrap {text-align: center;}
Thanks
5. when using page builder I have a Fullwidth Wrap. And a single image inside. I have checked the box to fit to full width but I am getting padding added at the top and white space on the page. So when you scroll down from the featured image at the top I get white space then the image. Can you help eliminate tat white space?
5. Please edit the fullwidth wrap, click Advanced Settings to disable spacer options.
5. There is no disable space option. Only Enable Top bottom & Inner/ Outter Spacer and those are disabled.
figured it out thanks
6. Is it possible to have the Page builder sit at the top of a gallery page? currently I cant find any options for it. So it goes under the grid.
...to add to the above. Is it possible to have some above and some below as well (for another page).
I added the following code to help out with 6 above
add_action('airtheme_interface_page_content', 'airtheme_interface_pagebuilder', 9);
however on the home page I would like to use the page builder above and below the grid. Possible?
I was trying to copy just a section of the Page Builder HTML and paste it in the INTRODUCTION but that doesn’t work at full width. Maybe some CSS I amissing to make it happen?
Thank you for all your help.
Maybe some CSS I amissing to make it happen?
Try to use the custom css:
.ux-portfolio-template-intro.container {width:100%!important;padding-left: 0!important; padding-right: 0!important;}
If not work, please leave your page url.
Thanks, works had to add some margin 0 css.
New issue.
1. In Page builder I add Fullwidth wrap then place a single image at 1/1 That is 1920×992. The image on a 27” screen does not get stretch to full browser width when the screen size is bigger than the image even with the correct options check. Can you help? Any css to force this to full width but keep its aspect ration.
Is it possible to have the featured images set for the page to be 100% width height auto. so none of the images get cut off when rezing the browser?
2. A similar thing happens when making a parallax bg when you resize the browser chrome or safari it doesn’t resize past the images original size
2. Where can I find the Open Graph setting? OG
thank you
New issue:
1. please use the custom css to force single image fullwidth:.fullwidth-wrap .col-md-12 .single-image,
.fullwidth-wrap .col-md-12 .single-image-img,
.fullwidth-wrap .col-md-12 .single-image .ux-hover-wrap {width: 100%;}
yes, it is possible, but the cover image can not be fixed. use the css:
body.page .post-cover .ux-background-img{background-size: 100%; background-position: 0 0; }
body.page .post-cover.fullscreen-wrap{ height: 50vw; }
body.page .post-cover .ux-background-img { background-attachment: scroll;}
the 50vw is cover image height/width * 100, like if a image size is 1000×600px, it should be 60vw. If image ratio is not same for different pages, use page id like:
body.page.page-id-57 .post-cover.fullscreen-wrap{ height: 50vw; }
2. I don’t understand, plz give more tips.
3. There is not Open Graph settings.
2. Single Image background Parralax image if it is 1920×996 and I amon a 27” monitir and resize the browser the image does not respond past its width of 1920. Can you make this also force width?
Did you talk “Background Image” of fullwidth wrap? But it has been fullwidth. Could you paste you page url?
1. Mobile: I applied the code below for the featured image, however on mobile the container is full browser height and the image height is perfect. how do I make the container the same height as the image and remove all the space under the image before the next section?
body.page .post-cover .ux-background-img{background-size: 100%; background-position: 0 0; }
body.page .post-cover.fullscreen-wrap{ height: 50vw; }
body.page .post-cover .ux-background-img { background-attachment: scroll;}
4. Mobile: Page – Is there a way to have Page builder Fullwidth 1/4 1/4 1/4 1/4 (single images) when on mobile display 1/3 1/3 1/3 or 1/2 1/2? This resizes properly on chrome or safari but not on an iphone.
5. Mobile: Post – Gallery on Left: Is there way to have the images in the gallery show full width on mobile or tablet? They have padding on the right and left on the device and a resized browser.
6. Mobile: Page – Portfolio Grid(thumbnail) it is currently set to 4 column via the code provided, on mobile how can i get this to display 2 column? If I alter the @media grid-item width it works on the resizing of chrome or safari, but not on the mobile device (iphone).
.grid-list .grid-item:not(.filter-in-grid) .ux-lazyload-wrap {
padding-top: 100% !important;
}
.grid-item {
position: relative!important;width: 25%!important; top: 0!important;left: 0!important; height: auto!important;
}
@media(max-width:767px) {
.grid-item {width: 100%!important;}
}
Thank you for all your help on this.
to add to the above…
7. it seems like the mobile version is not enabling on an iphone. I have removed all the custom css. and it still doesn’t work even with cleared cache. that might solve a lot of the issues above.
@media (max-width: 768px) and (orientation: portrait) {
.responsive-ux.page .fullscreen-wrap.post-cover, .responsive-ux.single-portfolio-fullscreen-slider .fullscreen-wrap,body.admin-bar.responsive-ux.page .fullscreen-wrap.post-cover {
height: 50vw; }
}
4. Mobile: It maybe possible, you need add name for fullwidth, or it will affect all pages. But it will affect iphone also.
5. Mobile: add custom css:@media (max-width: 767px) {
body.single.single-portfolio-2c-body.responsive-ux .blog-unit-gallery-wrap { padding-left: 0; padding-right: 0; }
}
6. find the custom css:
@media(max-width:767px) {
.grid-item {width: 100%!important;}
}
update to:
@media(max-width:767px) {
.grid-item {width: 50%!important; }
}
@media (max-width: 480px){
.grid-item-cate-a {
font-size:10px;}
.responsive-ux .grid-item-con-text h2 {
font-size: 14px; }
}
7. please use your iphone to visit the demo http://themes.uiueux.com/air, is ok? what’s your ios/phone version?
None of the provide solution changed anything IOS. The demo you provided works fine. IOS 10.2.1
Seems something is disabling the mobile. Like I said I deleted my custom CSS and it still doesnt work. I reToggled the mobile layout enabled on. Nothing.
Any idea?
Check if enable it? https://www.dropbox.com/s/9z10hps1v3r2wu2/QQ20180227-133217%402x.jpg?dl=0
Yes it is enabled. and does not work
Please leave your page url, I need test it.
just sent you a message on your profile contact form. check it out on a device and in the browser. see what is happening.
Got it, have replied.
Hi,
Can’t find where I can change the color of the background when I click on a picture ?
Thanks!
Hi, thank you for purchasing our theme.
Did you mean that the mask color when mouseover on portfolio item?
Please login wp-admin, go to Appearance > Theme Options > Schemes, pickup color for: Portfolio List / Mask for Item
Regards!
Bwsm – uiueux.com – Twitter – Facebook
Hello,
Thank you so much for your reply!! And your amazing theme!
I was not clear in my question, sorry, I mean the background of a picture when you click, for exemple on a picture in a gallery list for seeing it more clearly, I want to change the color of this background, when the picture appear alone, is it possible?
Thanks!
Best
Welcome!
Please login wp-admin, go to Appearance > Theme Options > Schemes, pickup color for: Portfolio List / Mask for Item
RG~
Thanks again!
But that doesn’t work :/
Do you want a screenshot?
Best!
Please send your wp-admin(url/user/pass) and question via
my profile contact form (you need login on ThemeForest), I’ll log in to check it.
Hi there. I have a pre-purchase question.
I have a site (purbeckwallpaper.art) that uses custom post types and taxonomies. I really love the layouts of this theme and know that it would look great. Will this work with post types and taxonomies that I have? My main concern is how the products will be linked to the photographers that I have.
Also how adaptable is the theme if I needed to include search? This would need to search for tags and categories of products.
Thanks in advance.
Hi,
Thanks for your interest in our theme.
If the custom post types and taxonomies are belonged current theme running on site, they can not be maintained if you change any other theme.
If the custom post types and taxonomies are belonged plugin like WooCommerce. The custom post types(product posts) will be maintained, but the taxonomies maybe not shown on page, it needs to test.
Regards!
Bwsm – uiueux.com – Twitter – Facebook
Many thanks for getting back to me. The custom post types and taxonomies are all registered in a child theme that I will copy across to a new child theme of Air. I will download and give it a test.
Thank you for purchasing our theme. If you have question, please let me know 
Hi, I creative a page, and use the Portfolio Page. I follow the Documentation. But it doesn’t work. I don’t know how to do. Thanks !!!
Hi, thank you for purchasing our theme.
Please check if there are featured image set for each item post. If the each post is set as “Gallery” format post.
If it doesn’t work, please send your question and wp-admin(url/user/pass) via
my profile contact form (you need login on ThemeForest), I’ll log in to check it.
Regards!
Bwsm – uiueux.com – Twitter – Facebook
Hi, I’m trying to find a call out for the masks on the portfolio page (not including the text in it) to change the opacity, but can’t find any class name that responds. What’s my best bet?
Thanks in advance
Hi,
Please use the CSS to set the mask opacity:
.no-touchevents .grid-mask-filled-left .grid-item-con:hover:after, .no-touchevents .grid-mask-filled-center .grid-item-con:hover:after, .touchevents .grid-mask-filled-left .grid-item-con.air-hover:after, .touchevents .grid-mask-filled-center .grid-item-con.air-hover:after {
opacity: 0.9;
}
Regards!
Bwsm – uiueux.com – Twitter – Facebook
Hi again, The code you gave me is working on the mask, but unfortunately, not working on the text as well. How could I bypass this? Thanks!
Sorry, I meant that it IS working on the text. (I don’t want any effect on the text)
Please send your wp-admin(url/user/pass) via
my profile contact form (you need login on ThemeForest), I’ll log in to check it.
Good Morning UIUEUX team,
I’ve sent an email regarding the same Q & A attached with images yesterday.
Here I have a few technical questions 1. My menu page “font” style is different from the demo, and it exists by default. May I know how to change the font as the demo? 2. For the Shop page, on top of the product images, I could see the title of each product and where to click, but now I only see the black screen when I click, how do I change this with a lighter background with a black title? 3.I have my 1st product with the “Portrait” orientation and the automatic slide button, how can I make the rest of the product with “Portrait” orientation, as the second image I’ve uploaded is displayed in “Square” instead of “Portrait”, and how not to have the auto slide button? 4. Can I reduce the size of the title “Shop”?
Thank you for reading all my silly question and I am looking forward to your reply.
Hi,
Please check: https://www.uiueux.com/forums/topic/random-technical-question-for-beginner/#post-14405
Regards!
Bwsm – uiueux.com – Twitter – Facebook
Thank you for your reply,
The Solution for the 1 and 4 question is solve perfectly.
Do you mind to elaborate the 2 and 3 as I have no idea what do u mean by leaving the shop page URL, please provide the steps on “How”?
One more question I’ve discovered when I was posting on my blog, is it possible to change the color of “Recent Comment”, “Archives”, “Categories” and “Meta” font to black font and clear background?
Welcome!
I mean that I need to check your page. Please paste your page url here or support forum.
Please go to Appearance > Theme Options > Schemes, set color for Widget or other section.
Regards!
No problem. (https://wabisabi.one) go to SHOP and the password to view the product is :1234
Hi, I checked you shop page, there is not black screen when click the thumbnail. Did I miss somethings?
For the thumbnail size, suggest you use 1:1(Width : Height) ratio like 1000px * 1000px.
Regards!
Morning,
I was experimenting with the function at theme option, found a button to set everything back to default then everything back to square one again.
So now I only need to figure how to set the product image to portrait instead of square. You mentioned 1:1 (width: Height) that’s for the setting of display in the shop is it? Because images I refer to is the image orientation when you click the display image and the product gallery images will auto slide. I have 2 types of image size for 2 different product, one is the portrait, the other is square.
My question is how to set all the images to portrait instead of square? And how to remove the auto slide for the product gallery.
Hi,
Yes, it is possible to keep the original ratio of the images, please try to change the 2 files manually:/woocommerce/single-product/product-image.php
/woocommerce/single-product/product-thumbnails.php
find:
airtheme-image-thumb-1update to:
airtheme-standard-thumb-medium
Regards!
Thank you for the swift reply. Can you please tell me where to change? Editor page? Woo Commerce page? or? Cause I can’t seem to find what you’ve mentioned, kindly assist. 
Plz find the files flowing the steps:
Thank you for the steps,
I’ve dive into the step 1 and 2, look for /woocommerce/single-product/product-image.php and /woocommerce/single-product/product-thumbnails.php
instead of what you’ve mentioned I only found (which is the closest)
woocommerce/templates/single-product/product-thumbnails.php (active) and woocommerce/templates/single-product/product-image.php (active)
and for both, I couldn’t find
airtheme-image-thumb-1
to update
Is there any way I could send my image to you via your email to have a better view of my screen?
Please send your question and wp-admin(url/user/pass) via
my profile contact form (you need login on ThemeForest), I’ll log in to check it.
Good afternoon,
Manage to upload my file to Dropbox, here’s the link
instead of what you’ve mentioned I only found (which is the closest)
woocommerce/templates/single-product/product-thumbnails.php (active) and woocommerce/templates/single-product/product-image.php (active)
and for both, I couldn’t find
airtheme-image-thumb-1
Here’s the screen shot
https://www.dropbox.com/preview/Screen%20Shot%202018-02-02%20at%2012.50.10%20PM.png?role=personal https://www.dropbox.com/preview/Screen%20Shot%202018-02-02%20at%2012.53.01%20PM.png?role=personalHere’s a screen shot of my menu in Editor
https://www.dropbox.com/preview/Screen%20Shot%202018-02-02%20at%2012.58.22%20PM.png?role=personalKindly assist.
Have a nice weekend ahead!~
Hi, the 3 dropbox links are not existed, please double check.
ps: there is not the woocommerce/templates/ folder, the right path: https://www.dropbox.com/s/908r48l0qflgdcv/QQ20180204-160303%402x.jpg?dl=0Hi, so sorry about the link. Thank you so much to reply me over the weekend.
I did the Screenprint again here with the instruction you’ve given in the previous message.
https://www.dropbox.com/s/yziv0whj5nmlz71/Screen%20Shot%202018-02-04%20at%204.15.46%20PM.png?dl=0 https://www.dropbox.com/s/mvaos796uaiiclz/Screen%20Shot%202018-02-04%20at%204.16.28%20PM.png?dl=0The information that you showed in the previous message doesn’t exist, am I missing anything?
The files are in theme folder (NOT plugins folder):
The path in wp-admin is: Appearance > Editor
https://dl.dropboxusercontent.com/content_link/aV7JiZSL2N9LyAdMQEVTqcDQvqO59oCQ7xoPbm6Yw3YEn6BwRoDpNgcHZqZ65NuF/fileGood afternoon, found it already! Thank you so much for the follow-up, much appreciated with your kind service. 
Welcome 
Good Evening Bwsm team,
I have a question regarding to the menu. I am using “menu style” and when I expand my menu the title seems to overlap with each other, may I know how to fix this? Cause I suspect there might be “bugs” around these area. Kindly advice.
Hi, I need check your page, please leave the page URL, thanks!
Hi, I’ve created my first website using your theme and wordpress. I can’t access my website anymore and I see 500 Internal Server Error error. Are you aware of any issues that could cause that in relation to most recent updates from Wordpress and compatibility of the plug ins?
Hi, please give more tips, where(or when) do the 500 error show? Can you login wp-admin?
Regards!
I’m unable to log in to wp-admin. When I initially put my log in details that’s when the error message appeared for the first time. Now it goes directly to the message. It also appears when I try to view the page. I tried using Chrome, Safari browser and android mobile device. I was able to view the page over 24 hours ago, therefore I’m wondering if possibly there was any update that could have caused it.
issue solved, there was some error .htaccess file
Good for you, if you other question, please let me know. 
Hey, about to purchase either Arnold or Air but finding so hard to choose as both look so great! Quick question before i purchase:
Is there anyway possible to add a password entry on a portfolio item? This is something I am hoping to add in my portfolio site and would be good to have some confidence in knowing it can be done.
Many thanks Kush
Hi,
Thanks, glad you like our theme.
It is possible by the WordPress password option: https://www.dropbox.com/s/y3x02cgmt0ot8de/QQ20180127-132805%402x.jpg?dl=0
Regards!
Bwsm – uiueux.com – Twitter – Facebook
Hi there,
I like this theme a lot but I have a pre-purchase question.
Loading the pages takes a very long time to me. Can you tell me why? I have a very fast internet connexxion. So that can’t be the problem.
Thanks a lot, Jas
Hi,
Thanks, glad you like our theme
The speed is caused by demo server position. Please check another demo http://www.uiueux.com/wp/air/
Regards!
Bwsm – uiueux.com – Twitter – Facebook
hey great theme, but please fix mobile for start with slider (home4) to be excacly what you promise. In mobile it appear center cropped, it should be proportionally fit the width like this.
and can i integrate this with slider revolution?
Hi,
Thanks for reminding, we’ll update in next version.
Please quick fix by custom css “Appearance > Customize : Additional CSS”:@media (max-width: 767px) and (orientation: portrait) {
.responsive-ux .top-slider, .responsive-ux .top-slider .carousel-img-wrap, .responsive-ux .top-slider .carousel-des-wrap {
max-height: calc(60vh - 120px);
}
}
Yes, it supports Slider Revolution here.
Regards!
Bwsm – uiueux.com – Twitter – Facebook
Hi bwsm! Can You pls help me. Why I can’t see my Video Post in portfolio list? It seems only Gallery Posts can be seen. How to fix it?
Never mind. I found the problem.
Good for you
If you have new question, please let me know.
Hello there, I purchased your AIR wordpress theme a day ago, and I am having some issues installing the demo HOME4 as is. I created an account on your support forum and I am having issues logging into that as well. Could you please help? Thanks
Hi, thank you for purchasing our theme
You could send your wp-admin (url/user/pass) via
my profile contact form , I’ll log in to check it.
Regards!
Bwsm – uiueux.com – Twitter – Facebook
Hi, I love this theme! This is my first time with construction website. I would like to control h1-h2-h3-h4-h5-h6 font size, font-type and color. I found this following solution: .entry h1 {font-size: 56px;} .entry h2 {font-size: 46px;} .entry h3 {font-size: 36px;} that you suggest to an other buyer in costum CSS for change h1-h2-h3 font size, but it doesn’t works. Could you suggest me another solution? At the moment I’m working in remote control. Thanks!
Hi,
Hi, thank you for purchasing our theme, please try to change the custom css as: .entry h1,
.text_block h1,
.ux-portfolio-template-intro h1 {font-size: 56px;}
.entry h2,
.text_block h2,
.ux-portfolio-template-intro h2 {font-size: 46px;}
...
If still doesn’t work, please leave your page url, I’ll check it.
Happy Holiday!
Bwsm – uiueux.com – Twitter – Facebook
Thanks a lot for your fast reply! it works. Thanks again and Happy Holiday you too!
Welcome!
Hi there! Thanks for your awesome theme! very easy and clean!
I would love to insert some basic code in the custom post field, for example:
In the the DEMO there is a “WEBSITE” button at the bottom of the portfolio post I would love to use a open link in new tab tag
but if I do this, the link doesn’t work and redirect me to the homepage
—
same thing in the footer, I would love to use a “mailto” code with my email address instead of a social icon same problem.
Is there a way to allow code in the custom fields?
thanks
Hi, thank you for purchasing our theme.
Please let know how and what custom codes you added? Better leave the your wp-admin(url/user/pass) by my profile contact form, I will check it.
Regards!
Bwsm – uiueux.com – Twitter – Facebook
Hi! Is there any way to have multiple Home page feature image thumbnails leading to the same portfolio? Custom work perhaps If not Air, would Arnold allow this? Thanks!
Hi,
There is not the option in Air or Arnold. You could use a 301 re-direct plugin(like https://wordpress.org/plugins/simple-301-redirects/ )
Regards!
Bwsm – uiueux.com – Twitter – Facebook
thank you!
Hey, I love your theme, but I have troubles embedding youtube videos. The y look nice, but they don’t play. I always get an error message. I tried different sizes, dimensions, what ever nothing worked so far. Do you have any recommendations?
Hi, thank you for purchasing our theme
Where do you insert the embed Youtube? In single post?
please send your wp-admin(url/user/pass) via
my profile contact form (you need login on ThemeForest), I’ll log in to check it.
Regards!
Bwsm – uiueux.com – Twitter – Facebook
I found the problem, thx. But I need help with deactivating the “download” option when I click on one of the pictures from the gallery (in the right corner). Can I somehow deactivate it, or the whole share/dowload option? thank you
please go to Appearance > Customize, paste the custom css code to “Additional CSS” box.
/*
You can add your own CSS here.
Click the help icon above to learn more.
*/
.pswp__share-tooltip a.pswp__share--download {
display: none;
}
Great! Thank you!
hey there. I’m new to the theme and was just wondering how I can set my homepage to resemble ‘Slider + Masonry Grid’- thanks!
Hi,
Please add a new page, enable “Show Slider”, choose “Masonry Grid” for Portfolio list type, refer:
Set this page as frontpage: https://www.uiueux.com/documentation/air/index.html#!/frontpage
Regards!
Bwsm – uiueux.com – Twitter – Facebook
hello, thanks for this amazing theme, I´m so happy using it, but i need help to get something like this : http://themes.uiueux.com/air/contact/ can you help me?
Hi, thank you for purchasing our theme.
Did you mean that how to create this page? It is built by BM PageBuilder, it is built-in Air theme. Please install/activate it. Please refer: https://www.uiueux.com/documentation/air/index.html#!/page_builder
If you still don’t how to do, please send your wp-admin(url/user/pass) via
my profile contact form (you need login on ThemeForest), I’ll log in to check it.
Regards!
Bwsm – uiueux.com – Twitter – Facebook
Is it possible to add more items to the Air homepage? I like the portfolio but I would also like to add some testimonials, extra text, some text/mail forms and maybe a few widgets. Thanks in advance!
Thanks for your interest in our theme
It is possible by BM Pagebuilder built-in Air theme.
Regards!
Bwsm – uiueux.com – Twitter – Facebook
Thanks for your fast answer, this helps me to pick a good theme.
Welcome.
Hello, dear support team, I am trying to make a page like this one http://themes.uiueux.com/air/home5/ But as a result I’m getting this http://mycytruslife.com/cyprus-like-local/ What am I doing wrong or there is a bug? Thank you
Hi, thank you for purchasing our theme.
I visited your page url, it is “coming soon”. Please send your wp-admin(url/user/pass) via my profile contact form. Thanks!
Regards!
Bwsm – uiueux.com – Twitter – Facebook