Discussion on ART - Portfolio WordPress Theme

Discussion on ART - Portfolio WordPress Theme

Cart 2,823 sales
Recently Updated
Well Documented

SeaTheme supports this item

Supported

This author's response time can be up to 1 business day.

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.comTwitterFacebook

Hi there, your feature list says “Fullscreen background video.” – How can I do that as there are no instructions to do so

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.comTwitterFacebook

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.comTwitterFacebook

Is it possible to have the featured images on posts be aligned left instead of center?

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.comTwitterFacebook

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!

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!

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.

Please paste the custom css code to “Appearance > Customize : Additional CSS”
@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!

well done! good luck to you! ;)

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!

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.comTwitterFacebook

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.comTwitterFacebook

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…

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-request

If 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.comTwitterFacebook

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.comTwitterFacebook

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 D1

Their 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) via
my profile contact form (you need login on ThemeForest), I’ll log in to check it.

Regards!
Bwsm – uiueux.comTwitterFacebook

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.comTwitterFacebook

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.comTwitterFacebook

Hi, so I tried this and it doesn’t work :( It is still two columns..

www.sorinav.com

thanks in advance

Please update the css as:
.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.
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