291 comments found.
Hi! I bought your theme and I’d like to know if it’s possible in the Font Settings panel to assign system fonts to the various elements. Thank you very much.
Hi, thank you for purchasing our theme.
The font setting is listed only Google fonts. It is not possible to add custom font with Google font in selector. There is maybe other solution. Please give more tips for your requirement(You don’t use any Google fonts? or only part of for Google font? which font is for Google font?...)
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
I’d like to use Baskerville for headings and Lato for paragraphs
The Baskerville and Lato you talked is Google Font, are they? Which fonts use for other section?
I’m in Aspect/Theme Options/Font Settings, I’ve updated to new Google Font Data but I don’t see Baskerville listed below any of the sections. Am I doing something wrong?
Did you talk this “Libre Baskerville” font?
Baskerville is slightly different from Libre Baskerville, it has more contrast. Is it possible to use it in Air theme? If not I’m going for Libre Baskerville version.
There is not “Baskerville” within Google font. So you can not see it in font selector.
I got that, but you told me that maybe there’s another solution to use fonts that are not Google fonts, so I wonder if there’s a way to use Baskerville with CSS code.
Hi,
You need upload the “Baskerville” font files to the site server.
define the font by the custom css code:@font-face {
font-family: Baskerville; font-weight: normal; font-style: normal;
src: url('styles/fonts/Baskerville.woff') format('woff'), url('styles/fonts/Baskerville.ttf') format('truetype');
}
set the font for class like:
h1,h2,h3,h4,h5,h6 {font-family: Baskerville;}
Regards!
Great, thank you very much for your support.
Regards!
Welcome!
Hi, is it possible to change to a 2 column layout on mobile rather than single column?
Hi,
Please edit the js/custom.theme.js, line 1064:
GridWith = Math.floor(ListWidth / 1);update as:
GridWith = Math.floor(ListWidth / 2);
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
Hello BWSM,
I’ve noticed every time my homepage loads a new page the logo goes too far down and when the transition is complete it jumps to it’s right position.
I’ve been trying to figure out how to fix this but nothing seems to work. Do you guys have any clue what is causing this?
Sincerely Alexander
Hi Alexander,
I visited your site, didn’t see the issue. This is the screencast. Did I miss something?
Regards!
Bwsm – uiueux.com – Twitter – Facebook
Hi again,
I’ve recorded the issue for you. I’m using Safari 10.0.3 
Thank you!
Hi, I think you talked the header animation, it could be disable by the custom css(Appearance / Theme Options / Custom Css):
.page-loading.visible ~ #wrap-outer #header {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
Regards!
Bwsm
Hi, I really like the theme so far. I would like to control to opacity of the On hover mouse effect so the white mask is 50% opacity. Can I do this in the custom CSS?
Hi, thank you for purchasing our theme.
Please login wp-admin, Paste the style code to Custom Css(Appearance / Theme Options / Custom Css):
.grid-mask-filled-left .grid-item-con:hover:after, .grid-mask-filled-center .grid-item-con:hover:after {
opacity: .5;}
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
Thanks for the fast response!
And what is the CSS code for the bordered left mask?
.grid-mask-filled-left .grid-item-con:hover:after, .grid-mask-filled-center .grid-item-con:hover:after {
opacity: .5;}
@-webkit-keyframes boxed-effect {
0%{ -webkit-transform:scale(1.5); opacity: 0; }
40%{ -webkit-transform:scale(1.5); opacity: .5; }
70%{ -webkit-transform:scale(1.5); opacity: .5; }
100%{ -webkit-transform:scale(1); opacity: .5; }
}
@-moz-keyframes boxed-effect {
0%{ -moz-transform:scale(1.5); opacity: 0; }
40%{ -moz-transform:scale(1.5); opacity: .5; }
70%{ -moz-transform:scale(1.5); opacity: .5; }
100%{ -moz-transform:scale(1); opacity: .5; }
}
@keyframes boxed-effect {
0%{ transform:scale(1.5); opacity: 0; }
40%{ transform:scale(1.5); opacity: .5; }
70%{ transform:scale(1.5); opacity: .5; }
100%{ transform:scale(1); opacity: .5; }
}
@keyframes boxed-effect-anti {
0%{ opacity: .5; }
100%{ opacity: 0; }
}
Love this theme. Happy with my purchase. However, my visual editor both on wordpress and through the plugins is missing, making all the text appear white as well. Fix?
Thanks, glad you like our theme
please send your wp-admin(url/user/pass) via my profile contact form , I’ll log in to check it.
Regards!
Bwsm
Anyway to grayscale the portfolio thumbnails on the homepage?
Hi,
Please login wp-admin, Paste the style code to Custom Css(Appearance / Theme Options / Custom Css):
.grid-item .ux-background-img {
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(100%);
}
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
Hello Bwsm.
I’ve been trying forever to figure out how to edit the thumbnails with css so they will be displayed as a square instead of a rectangle. How can I do this?
They looks like this right now: http://grote.graphics And I want them to look like this: http://grote.graphics/feed-me/
Sincerely Alexander
Hi,
Please try to use the custom css (Appearance / Theme Options / Custom Css):.grid-list .grid-item:not(.filter-in-grid) .ux-lazyload-wrap {
padding-top: 100%!important;
}
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
Hi there!
Thanks for your great theme. I want to fix a small problem – for the BM slider text .top-slider .carousel-des-wrap-inn its position is left: 50%... as a result the position keeps changing when browser size changes. However, i want to fix the position just like the logo and the menu icon. How can i do it? Thanks!
Hi, thank you for purchasing our theme
Sorry, I don’t understand your question. The left50% is for the slider test position. It is not right on your computer? Could you paste a screenshot?
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
thanks for your fast reply! i will email you a screenshot 
Hi, please check http://www.uiueux.com/forums/topic/bm-slider-caption-position/
Hi, I cannot import the demo, it fails immediately after I click “agree”. I really need the demo, how to solve?
Hi, thank you for purchasing our theme
Please try to follow this post to import data again.
If it doesn’t work, please send your wp-admin(url/user/pass) via my profile contact form , I’ll log in to check it.
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
Hi,
First of all, great product! I’m so satisfied with it, but I’m having trouble with the page width in the PageBuilder mode. I’m trying to use a “General Wrap” in a page with no selected template, and the page width are always been Fullwidth. What can I do to build a page without template, in PageBuilder mode, that fits in the 1170 fixed width.
Thank you so much!
Hi
Hi, thank you for purchasing our theme
please send your wp-admin(url/user/pass) via my profile contact form , I’ll log in to check it.
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
Hi, thank you for your theme, it’s really nice. I purchase it, but is it possible to center the logo on the header? I suppose i need to change css. I need help, please. Thank
Hi, thank you for purchasing our theme
If only center the logo, please try to use the custom css(Appearance / Theme Options / Custom Css):.navi-logo {
float: none;
text-align: center;
}
But there maybe is other things need to adjusted like: is the menu center? is the mobile layout logo center? the padding problem …
I suggest you hire a developer, or please consider to use our customization service.
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
Hi, is it possible to edit some pages of the theme to have, for example center text, or boxed layout? If you look at the product page for example, on 27” it’s all TOO wide. My question is, is it possible to make only the product page boxed?
Example: http://i.imgur.com/cjvzM3k.png
Hi, thanks for reminding, it is possible by this custom css.
@media (min-width: 1200px) {
body.single-product .ux-woo-wrap.container-fluid {
width: 1170px; padding-left: 20px; padding-right: 20px; margin-right: auto; margin-left: auto;
}
}
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
Hi!
Please, how can we create a homepage with BMSlider and nothing more? It means: logo, menu and full width and height bmslider, it all.
Thank you so much!
Hi, thank you for purchasing our theme
Please login wp-admin, go to Appearance / Theme Options / Custom Css, Paste the style code to Custom Css:
body.home #content,
body.home #footer{ display: none; }
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
Thank you so much! It works perfect.
Congratulations, Air theme is awesome!
Welcome! Have a nice weekend!
Hello, I have trouble with Wpml. Page doesn’t translated separately. I duplicate page and after with I make them “translated independent”. I Made some test and the issue is within your building page plugin. Do you have a solution ?
Hi, thank you for purchasing our theme
Please don’t use origin modules, please clone or create new one module to edit for copied pages.(this video maybe help you)
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
Thank you, indeed very helpful. Marie
Hey BWSM,
I’m trying to apply the nice fade in Masonry grid effect on my Instagram feed grid. Do you know which class tag there controls it? My frontpage grid elements has the animation (http://grote.graphics/), and I would like to apply it to my Instagram grid elements (http://grote.graphics/feed-me/). I hope you can help me with this brainwrecker!
Have a nice day 
Best regards, Alexander Grote
Hi,
The fade animation in Masonry grid by adding(javascript) the className “grid-show”, you could check the css here.
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
Hello, May I ask how to deactivate the “Block List Template” in the page builder?Thanks
Hi, thank you for purchasing our theme. What’s “Block List Template” you talked about? Could you give more tips(better paste a screenshot)?
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
Hello, I add a new slide type in BM Slider, and it work. It’s image slider. if you can, I’ll send the revised file for you refer. And I wish it can be used in formal. Is that OK?
(Sorry my English is not very good, I come from Taiwan.)
Hi,
I don’t understand where do you use the slider. What or where is “in formal”? If there is a screenshot, it will be great. Sure, you can send file to me. please send it via my profile contact form
Fw: Did you use another account to buy theme or buy another theme?
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
I mean after my modification, there may be a lot of mistakes, or a mess. I hope you can improve it into better, so that can be supply to other user.(new version)
And this theme was bought by my boss, I just a little programmer.
And I still modifying plugin now. If it has an end for the time, I’ll send you the file.
btw, is my English ok…?
Hi,
Very sorry, we don’t review any changed codes, it isn’t included free support service. What’s function you want to add? Maybe you could use other plugin, like Revolution Slider…
If you want to add new feature still, please submit your requirements here.
Hello, i mistakenly activated my account, how do l deactivate it please?
Hi,
Sorry, could you give more tips? What account?
Hello, Your theme is really amazing. Very clean and beautiful!! I would like to put several video in the same post. Do you have a solution? I tried with “pagebuilder” but the videos are not visible
Thanks
Hi, thank you for purchasing our theme.
Please let me know what format post be inserted the videos. standard format post? If is, I’ll make some test later.
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
With a gallery format post. Thanks 
I tested, You could use BM Pagebuilder – Video module, there is some issue on play icon css:
Please go to Appearance / Theme Options / Custom Css Paste the style code to Custom Css:.moudle .video-play-btn {
cursor: pointer;
position: absolute;
left: 50%;
top: 50%;
background: rgba(255,255,255,.7);
width: 60px;
text-align: center;
line-height: 60px;
border-radius: 50%;
margin: -30px 0 0 -30px;
}
If it doesn’t work, please send your wp-admin(url/user/pass) via my profile contact form , I’ll log in to check it. 
Hello, Your theme is really amazing. Very clean and beautiful.
I purchase it and I have a big issue with the slider texte than I am not able to fixe. My text seems to be too big and the background doesn’t fill all of it. So half of the text is not visible. Please heeeelp.
Thanks Marie
Hello, thanks for buying the AIR theme. Please send your site admin info and this comment to uiueux@gmail.com . I’ll check and fix it.
Bwsm
Hi! this theme have incluid visual composer and woocommerce?
Thanks for your interest in the Air theme. It supports woocommerce. There is our self-developed drag&drop BM Page Builder within theme file.
Cheers!
Bwsm – uiueux.com – Twitter – Facebook