267 comments found.
Hi! I love your theme. I’m currently interested in this layout
https://www.uiueux.com/wp/art-theme/demo-4/Is it possible to link a page to the images instead of having the light box?
thanks
Hi,
Thanks, glad you like our theme.
Sure, it is possible.
Regards!
Bwsm – uiueux.com – Twitter – Facebook
Hi there, your feature list says “Fullscreen background video.” – How can I do that as there are no instructions to do so
Hi, thank you for purchasing our theme.
Very very sorry, This text of item should not be in the feature list. This feature is not currently available, but we will ensure that it will be added during the next upgrade.
If you hurry to use it, please contact me(uiueux@gmail.com), I will give your quick solution.
Sorry again!
Regards!
Bwsm – uiueux.com – Twitter – Facebook
Thank you. I can see that you’ve mentioned that the background video and image is added on the next upgrade. Do you have instructions how to do it?
Welcome!
Please add “Text” module, set Container Height.
click “Advanced settings”, set “hosted video” for background:
Click “save”
Click “” / ”-” to increase / reduce the columns. Each module could be set 1-12 cols width. When the module is 12 cols already, click “”, the module will be fullwidth.
Thanks, It seems as text can not be on top of the video and not scalable base on browser width? The image background with text works though
If set browser height, the text will be centered automatically.
I need check the video scalable problem, could you please leave the page URL? thanks.
Ahh yes – had to clear the cache. So the video is scalable if the video has a small resolution but if they video is on 1080, the video does not scale.
http://dev.orbitmotion.com.auPlease edit the origin video file to remove the black area, re-upload a video without black area. https://www.dropbox.com/s/3fg9t07bq4a5uf9/QQ20180427-164523%402x.jpg?dl=0
Hi that’s not the issue. If the video does not centring horizontally and vertically when resizing browser like how images.
It is caused by this video file. You can enter this video file http://ximudesign.com/project/bgvideo.m4v There will not be black area.
Hi – I’ve uploaded your video. It is 960 by 540 so the video will stretch (it doesn’t centre though) my original video is 1920 by 1080 and its doesn’t resize by width if my browser is less than 1920. Does that make sense?
Hi,
I got what you said now, it need more function to calculate the video size maybe. Before we find a perfect solution, please use custom css solution.
please go to Appearance > Customize, paste the custom css code to “Additional CSS” box:
.background-video video {
position: absolute; min-width: 100%; min-height: 100%; max-width: none; width: auto; height: auto; top:50%; left: 50%; z-index: -100;
-webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
}
@media(max-width:1920px) {
.background-video video{width:100%;}
}
@media(max-aspect-ratio: 16/9) and (max-width: 1920px) {
.background-video video {
height: 100%; width: auto;
}
}
You could use className(ID of module) for different Text module like:
@media(max-width:1920px) {
.module-id-1503557308373 .background-video video{width:100%;}
}
@media(max-aspect-ratio: 16/9) and (max-width: 1920px) {
.module-id-1503557308373 .background-video video {
height: 100%; width: auto;
}
}
Hi bwsm, I really like your theme! I have a question though : is there a slider showing just one image on the screen, not full screen (so one image, without the previous one on the left and the following one on the right – minimal and simple) and basic click on screen to slide? Thank you!
Hi,
Thanks, glad you like our theme
It is possible by the simple css, I will guide you(Please contact us by uiueux@gmail.com) when you create it.
Regards!
Bwsm – uiueux.com – Twitter – Facebook
love the design…. giving me thoughts on changing my web site…. BWSM.. you naughty naughty… gotta hold on to my 55 bucks!!!! lol
Thanks, glad you like our theme 
Hi, I have a couple presale questions: 1. Is it possible to make the footer multi-column? 2. Does the slider has parallax effect?
Thanks!
Hi,
Thanks for your interest in our theme
1. Yes, it supports multi-columns layout
2. No, there isn’t parallax effect on slider, but there is parallax effect for cover image.
Regards!
Bwsm – uiueux.com – Twitter – Facebook
Is it possible to have the featured images on posts be aligned left instead of center?
Hi,
Please paste the custom css code to “Appearance > Customize : Additional CSS”
.single-featured-image {
text-align: left;
}
Regards!
Bwsm – uiueux.com – Twitter – Facebook
Thanks for the quick response. Site is almost done. https://paperfoxsf.com. Beautiful theme. Just a bit more tweaking. 
Couple more questions. Is there a way to disable the post date under the title? And is there a way to reduce the spacing between the sidebar widget items?
https://paperfoxsf.com/blog/sean-and-kelsey-san-francisco-conservatory-of-flowers-wedding/In: Appearance > Theme Options > Layout: Show Meta On Post Content Page
Please paste the custom css code to “Appearance > Customize : Additional CSS”ul.sidebar_widget {
margin-top: -40px;
}
ul.sidebar_widget>li {
margin-top: 40px;
}
The default is 80px
Hi, how to change the image caption font color with the Lighbox Color Skin set to “Light”? It needs to be a bit darker.
Thank you
Hi, thank you for purchasing our theme.
Please paste the custom css code to “Appearance > Customize : Additional CSS”.pswp__caption__center {
color: #333;
}
The default color is #ccc
Regards!
Bwsm – uiueux.com – Twitter – Facebook
Works, thanks!
Sorry, I have a few more questions:
1. Any chance to add another line to the text-based logo? Would be great to have a subline with a smaller font.
2. For the single portfolio pages, I decided to go with the “fullscreen” mode. However, I am hitting some problems and wondering if you are able to offer me a solution. I would like to keep the video embedded as used in the “standard gallery” mode. The idea behind is, that people can just click on a thumbnail on my landing page and watch the correlating video. Once they decide to go to the Portfolio, they can click the same thumbnail and access to the project details in the fullscreen mode.
3. Also a minor but not less important thing. While using the fullscreen mode, is it possible to toggle between the gallery images with the keyboard arrows? Using the trackpad on a Macbook Air / Pro with default settings makes it impossible to shuttle thru the pictures.
Hope that makes sense. Cheers!
Hi,
1. There is not the option, it is possible to change the PHP file to add the subline (/template/global/header.php https://www.dropbox.com/s/n0gebkplikl07cq/QQ20180328-115150%402x.jpg?dl=0 ).
2. For single portfolio you can embed the video in WordPress default editor, just enter the Youtube or Vimeo URL.
3. It is possible by the js code, suggest add it in child theme js file. jQuery(document.documentElement).keyup(function (event) {
if (event.keyCode == 37) {
jQuery('.owl-carousel').trigger('next.owl.carousel');
}
else if (event.keyCode == 39) {
jQuery('.owl-carousel').trigger('prev.owl.carousel');
}
});
We will consider add this update.
Regards! Bwsm – uiueux.com
Thanks for getting back to me.
1. Works. Thanks a lot!
2. I am not sure if we misunderstood each other. I have uploaded two screenshots here: goo.gl/oDPc54 showing the available options between standard and fullscreen. My goal is to use the fullscreen mode for the detailed page. However, while clicking the thumbnails i.e. home screen the embedded video should appear (same as in the standard gallery mode) and not the thumbnails.
3. I inserted the code, unfortunately, I can’t tell a difference.
Hi, welcome
2. I am not clear your question. Did you want to click to show video in lightbox(the lightbox is screenshot3 of goo.gl/oDPc54)?
3. where is codes inserted? please send your question and wp-admin(url/user/pass) to uiueux@gmail.com, I’ll log in to check it.
Regards!
1. I hit one little issue. The hack worked, however, the color does not change with changing the pages. The Text Logo is by default dark. Once I click for instance to a detailed Portfolio page with the fullscreen mode, it switches to a bright color. Any chance to adapt it to your hack?
2. On my welcome landing page, you will notice by clicking thru the lower four thumbnails that only the first one shows a video within the lightbox. This particular one is active as “standard gallery” page, where I am able to address/link the video. The other three ones are set to the “fullscreen” template. Unfortunately, with that template, I do not have the option to embed the video which means I receive thumbs only. My wish: Using the single portfolio page with the fullwidth template and showing an embedded video by clicking on the thumbnail. Same to the standard gallery template.
3. functions/theme/js/theme.js
1. Edit the single portfolio, change as light for cover image: https://www.dropbox.com/s/ozd6okoe2l3nb8z/QQ20180329-110814%402x.jpg?dl=0
2. There is not embed video option in ‘fullscreen’ template, so there is not video shown in lightbox. If you want to open lightbox on your welcome landing page. You can use single video format post to show video, change source as “post” for Grid mod. Create a category by single Video format posts for this Grid.
3. Should put in /js/custom.theme.js
1. Does not solve the issue. Please have a look at the following screenshots, dark: goo.gl/fbsjmi light: goo.gl/ziGJJX
2. Works. Thanks.
3. Not working. Is there a specific line I have to add/change it to?
1. Did you mean that the subline is not light like the logo/menu -> goo.gl/fbsjmi
Please update your subline HTML code as:<span class="logo-text" style="font-size: 12px!important; ">Animation & VFX Producer</span>
3. Please put the js code into last line of /js/custom.theme.js Recover the /js/custom.theme.js as origin firstly.
If it doesn’t work, please send your question and wp-admin(url/user/pass) to uiueux@gmail.com, I’ll log in to check it.
Works both. Thanks a lot!
Awesome support!
Hi There! I have three questions regarding the layout:
1. How do I align the Headline / Title and Share Button with my in BM Content Builder created text? Please have a look at following placeholder page: goo.gl/U948wT
2. How do I adjust Google maps full-width size in order to keep it aligned with the home/portfolio site (with respect of 100% to keep the automatic resize function active)? Please have a look at following page: goo.gl/kybTtx
3. How do I get the “share via social media buttons” centered under my text aligned, as shown in your template? For instance here: http://www.uiueux.com/wp/art-theme/ux-portfolio/leonleon/
Many thanks in advance!
Hi, thank you for purchasing our theme.
1. / 3. Please edit the single portfolio(like: Formula E), activate “Show Share Buttons”.
There is only 2-cols(social icon left + intro text right) layout for “Layout Template: Standard Gallery”.
There are 2-cols and centered layout for “Layout Template: Standard Gallery”, you need set “Text Align: center”, activate “Show Share Buttons on Introduction Section” option.
2.Click + / – to increase / reduce the columns. Each module could be set 1-12 cols width. When the module is 12 cols already, click +, the module will be fullwidth.https://www.uiueux.com/documentation/art/index.html#bm-builder
Regards!
Bwsm – uiueux.com – Twitter – Facebook
1. It is almost what I want. By setting the layout to the standard gallery I loose the upper featured images as used in the fullscreen mode. Basically what I am trying to do is: keeping the fullscreen mode and centering the headline + shared buttons. Any chance to solve it?
2. The Google Maps app does not appear within the BM Page Builder. It’s displayed as an empty field. Once I save it, it overwrites the sourcecode so that I have to copy and paste the map ID again into the code. Bug? User Error?
Thanks!
I’ve added a layout on Dropbox (Screen Shot 2018-03-28 at 18.33.24.png), hope that helps to clarify my request: goo.gl/oDPc54
1. try to remove it the 2 lines code in https://www.dropbox.com/s/9tw0ns3g2npws4l/QQ20180328-155400%402x.jpg?dl=0 :
/tempalte/single/type-ux-portfolio.php
Ps:Suggest to use child theme.
2. Is the google map shortcode inserted into Text module of Builder? If it doesn’t work, please send your question and wp-admin(url/user/pass) to uiueux@gmail.com, I’ll log in to check it.
Thank you for the quick response.
1. The suggested solution works with the social media buttons, however, “share buttons” need to be turned off. Otherwise, you’ll have them on the bottom as well as to the right. Unfortunately, the Headline is still aligned to the left. Which line needs to be changed to center it in order to look like in standard gallery mode?
2. Works. Thanks!
I am afraid that we still misunderstand each other I have re-uploaded the previous screenshot (requested layout) and marked the headline. Please find it here: goo.gl/tz4Hct
I can’t change the Headline/Title thru the BM Editor.
@media (min-width: 768px) {
.gallery-post-des .entry {
width: 100%; }
}
body.single .gallery-post-des .title-wrap {
text-align: center;
}
Tips: you should reduce module width in single portfolio: http://www.tamburrino.de/?ux-portfolio=captain-america
Thank you so much. Works!
Hello!
Previously, you helped me set a max width for my website, so that written content didn’t become too wide on large monitors. I was wondering if it was possible to exclude the home page from the max width? That way, the homepage can be as big and beautiful as the monitor, but the actual pages with written content still have that max width?
Thanks!
Hi,
Yes, it is possible, please update
.container-fluid {
max-width: 1200px;
}
as:
body:not(.home) .container-fluid {
max-width: 1200px;
}
Regards!
Bwsm – uiueux.com – Twitter – Facebook
Thank you for the quick reply! I’ve updated the additional CSS, but the home page still seems to be maxed out at 1200px?
Nevermind, it finally updated, doh! Thank you for the quick fix!!
Welcome!
Have a question, I set up my front page to be my shop page and the menu is gone from the front page now, only the title of the page is there , i also would like to remove the title from my pages. Can you please help me with it?
Best regards!
Hi,
Please send your question and wp-admin(url/user/pass) to uiueux@gmail.com, I’ll log in to check it.
Regards!
Bwsm – uiueux.com – Twitter – Facebook
Live preview no longer shows your template… https://www.screencast.com/t/rcJHc5M6fcJz I know It worked before when I saw it few days ago but don’t see it anymore. I tried few different browsers (firefox and chrome)
Thanks for reminding, it was fixed.
hello! I can’t import the file via template > Error HTTP info when import. Can You help?
Hi, thank you for purchasing our theme
If it doesn’t work, please send your question and wp-admin(url/user/pass) via
my profile contact form, I’ll log in to check it.
Regards!
Bwsm – uiueux.com – Twitter – Facebook
BTW > My comment is deleted an i haven’t get back my money for 3 payments instead of one for A.R.T theme by bwsm…
Hi,
I have approved the 2 request 7 days ago. The money was cut from my account. The money should be back your Envato account. Please check your Envato account.
https://www.dropbox.com/s/cuoigqmuurrrkfp/QQ20180311-2222%402x.jpg?dl=0Regards!
Bwsm – uiueux.com – Twitter – Facebook
thank You. there is no money on my account
It says you should get refund in three to five business days.
https://help.market.envato.com/hc/en-us/articles/209980383-How-do-refunds-work-#processing-your-refund-requestIf still don’t received it, you could contact Envato Help Team.
It says you should get refund in three to five business days.
https://help.market.envato.com/hc/en-us/articles/209980383-How-do-refunds-work-#processing-your-refund-requestIf still don’t received it, you could contact Envato Help Team.
thank You everything is fine now!
Welcome! 
Hello, i am using A.R.T theme and there is a problem > Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 8000 bytes) in /home/users/jakubwro/public_html/MYPAGEADRESS/wp-includes/media.php on line 2836
Hi,
The PHP memory limit is too low. Please refer this post to increase it: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
Regards!
Bwsm – uiueux.com – Twitter – Facebook
Hi! Love this theme. I’m starting a blog, which demo would be the best for me?
Hi,
Thanks for your interest in our theme
There is a demo page for blog: http://www.uiueux.com/wp/art-theme/blog/
Regards!
Bwsm – uiueux.com – Twitter – Facebook
So to clarify, you’re saying that by using the grid module, I can make the blog look like A3 demo? That one is my favorite.
Yes, but the A3 demo is not a auto update grid. It is not fit a often automatically updated blog list.
Hi guys! Thank you for the great template and straight-forwarded documentation. Unfortunately, I am having issues to set up the desired layout for the landing page. I like both, the gallery one as well as the simple vertical one as shown in your demos. I can just select between A1, A2, A3, B1, B3, C3, D1, and D2 – guess that there is something missing or went wrong during the import? Would be awesome if you can get back to me soon. Thanks!
Hi, thank you for purchasing our theme
http://www.uiueux.com/wp/art2 is B1 http://www.uiueux.com/wp/art4/ is D1Their layouts are same, the images are different from demo site.
If you still don’t find them, please send your wp-admin(url/user/pass) viamy profile contact form (you need login on ThemeForest), I’ll log in to check it.
Regards!
Bwsm – uiueux.com – Twitter – Facebook
Thanks – that works. Where do I create the main slider / rotating images as shown in art4? I have an empty space towards the lower images (portfolio). Cheers!
Hi, replied your mail.
Hello, interesting theme, but your demo is broken on all browsers.
Thanks.
Hi,
Thanks for reminding, please try to visit this url: http://www.uiueux.com/wp/art-entry/
Regards!
Bwsm – uiueux.com – Twitter – Facebook
Hello, thanks,
I’am interestet in the following preview: http://themes.uiueux.com/art3/c2/
looks like css of header is missing.
Hi,
Sorry, I didn’t notice it. Have fixed, please check. http://themes.uiueux.com/art3/c2/
Thanks again!
Hi!
I am using one of your templates for my homepage but the container width on my laptop appears to be offset. I have checked all my settings and nothing is set improperly. I want to know how I can make the text and images be the full width of the container rather than be indented so I can add another column of images.
my website is www.sorinav.com
thanks!
Hi, thank you for purchasing our theme.
There is not option to set fullwidth for 2(or more)-cols in a row. But you can try this custom css, it will be fullwidth for all elements of Builder in home page.
Paste the custom css(“Appearance > Customize : Additional CSS”):@media (min-width: 768px){
.home .container-fluid.entry {
padding-left: 0px!important; padding-right: 0px!important;}
}
Regards!
Bwsm – uiueux.com – Twitter – Facebook
Hi,
so I tried this and it doesn’t work
It is still two columns..
www.sorinav.com
thanks in advance
.container {
padding-left: 0; padding-right: 0;
}
@media (min-width: 1200px) {
.home .container.entry {
width: 100%;}
}
@media (min-width: 992px){
.home .container.entry {
width: 100%;}
}
@media (min-width: 768px){
.home .container.entry {
width: 100%;}
}
If still doesn’t work, please send your wp-admin(url/user/pass) via my profile contact form, I’ll log in to check it.
