195 comments found.
hi again bwsm
is there a possibility on article to ONLY disable the zoom image in gallery setting ? i understand sometime images have to be presented without cropping, but according to me, in fullwidth each image seems to be big enough for presentation
in fact i just wanted on each image of the gallery setting to stay without any kind of action (blank link or lightbox… )
kimjonglebim
div[data-lightbox="true"] {pointer-events: none;}
source : http://www.uiueux.com/forums/topic/questions-and-suggestions-about-arnold-wordpress-theme/
all is resolved
Hi, thank you for purchasing our theme. If you have other questions, please let me know 
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
Hi guys,
We submitted the new version 1.3 of Arnold minimal theme. Add the useful options:
[add] Mouseover effect option for Standard Grid template
[add] Header sticky option
Cheers!
Hi,
Is it possible to change the hover colour of the post tiles on the front page? Also opacity i.e. 50%?
Thanks,
Ian
Hi, thank you for purchasing our theme.
If you talked the mask BG:
Please login wp-admin, Paste the style code to Custom Css(Appearance / Theme Options / Custom Css):.masonry-list:not(.masonry-grid-show-text) .grid-item-con:hover:after, .grid-stack:not(.masonry-grid-show-text) .grid-item-con:hover:after, .ajaxed-grid-item .grid-item-con:hover:after {
opacity: 0.5;
}
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
Hi, the latest version(1.3) was added the 50% options
Cheers!
Bwsm
Hey, great theme! But I have two simple questions.
Is it possibile to change cropping of the images in Single Image module in Page Builder, and replace it with scaling?? Right now on narrow screens I have narrow and tall fields showing only part of my image. my website: http://ggrupa.pl/?p=227Second question, is it possibile to control size of such images?
thanks, Mateusz
Hi, thank you for purchasing our theme
1) Please paste the style code to Custom Css(Appearance / Theme Options / Custom Css):.single-image-img {max-width: 100%;}
2) You could change the width by custom css, the height is auto.
.single-image-img { width: 400px; }
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
Thank you for your answer, I tried to apply those codes but it turned out to be too dificult for me. Nevermind, I’ve done my site different way and it still looks great.
I have one last question. Why social media sharing buttons dont see images from the posts they are sharing, (it seems that they see only my logo). I have to load them manually on fb.
Mateusz
Did you talk the Facebook sharing button? Please install “Yoast SEO” plugin. It will pick up “featured image” of post. Maybe you need go to Facebook( https://developers.facebook.com/tools/debug/sharing/?q=http%3A%2F%2Fggrupa.pl%2Fimpulsfera%2F ) clean the cache.
This them rocks.
What is the purpose of the child theme? The documentation tells me to unzip and activate the main.
Hi, thank you for purchasing our theme
If you don’t do customization of theme, please ignore it.
The child theme is for customization of theme. You could change the code in child theme. The main file could not be covered when theme updated.
ps: most of simple customization could be by custom css also.
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
This is my site. Your demos do not import properly. The home page is completely unstructured. Elements in the wrong places and space holders are not sized or arranged properly.
Any ideas?
I like Demo # 1: http://themes.uiueux.com/arnold/
Which Google fonts are you using?
Where are the portfolio categories importing from? I don’t see any categories in any of the side menu options.
I figured out a lot of it but the video posts with featured image will not load on to home page.
Seen here:
http://onehundredmonkeys.com/100-monkeys/gorillaz-saturnz-barz-spirit-house-360-video/How do you turn comments off?
Hi,
Q: This is my site. Your demos do not import properly. ....
...
Where are the portfolio categories importing from? I don’t see any categories in any of the side menu options.
...
A: Try to edit the page, re-select the category as “works”, 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.
Q: Which Google fonts are you using?
A: Poppins
Q: I figured out a lot of it but the video posts with featured image will not load on to home page.
A: The portfolio template will be shown the “Gallery” and “Link” format post only. Please put the video into gallery post. If you still want to use video post, I’ll find another solution.
Q: How do you turn comments off?
A: Please refer: http://www.uiueux.com/forums/topic/disable-comments/#post-9234
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
I have looked in all of those places and the UI does not look like your image on the support page.
please send your wp-admin(url/user/pass) via my profile contact form , I’ll log in to check it.
Hi BWSM
Before purchasing your fresh and delightfull ARNOLD WP theme, i was wondering if it is possible (or with button option) to upgrade the MENU (just in the same way as your AIR theme) and make it reappear on the scrollup and to appear on smartphone and tablet of course !
Or else in futur 1.3
to make appear the MENU (logo + menu only) in a fixed position without any banner but in overlay by transparency only, just like this (with or without logo) http://liner.evatheme.com
thank you from france, kim
HI
Thanks for your interest in our theme
It is possible to add the “header fixed” for part of header layout(like logo+menu left, logo+hamburg), if you buy the theme, we’ll tell you how to add the code.
Yes, we’ll consider to add the option (next version maybe) on to-do list.
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
ok !
does this code may function on smartphone and tablet also (exemples) ? because on AIR theme, i have noticed that the menu on the scrollup does not appear with smartphone and tablet, is that normal ? thank you for your consideration on the ARNOLD to-do-list
kimjonglebim
Hi,
Yes, the fixed css code doesn’t work fine on older version browser. So we disable it on Air theme. You can enable it on mobile by simple code.
Regards!
Bwsm
Hi, the “header fixed” option was added the latest version(1.3).
Regards!
Bwsm
hey bwsm ! good job for this 1.3 and theses days i am going to test all about ARNOLD thank you again for such developing and clean design
kim from france
Hi, thank you for purchasing our theme, if you want to enable the header fixed on mobile, please paste the style code to Custom Css(Appearance / Theme Options / Custom Css):
@media (max-width: 767px) {
.responsive-ux.header-sticky #header { position: fixed; }
}
Regards!
Bwsm
hi bwsm
thank you ! i am wondering if i have to replace the existing code ?@media screen and (min-width: 783px) {
body.admin-bar { margin-top: -32px; padding-bottom: 32px; }
body.admin-bar #wphead { padding-top: 0; }
body.admin-bar #footer { padding-bottom: 32px; }
#wpadminbar { top: auto !important; bottom: 0; }
#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper { top: 0px;
-webkit-transform: translateY(-100%); transform: translateY(-100%);}
}
or if i have to replace the existing code ? or if i have to paste your code after the existing code ?
kim from france
@media (max-width: 767px) {
.responsive-ux.header-sticky #header { position: fixed; }
}
but about MENU nothing really has changed (i have check up on ipad and blackberry phone) : on header no logo + menu fixed on mobile
Please leave your page url here(or via my profile contact form), I’ll check it.
hi bwsm ! i have sent the message on your profil, thank you
Please try to update the custom css as:@media (max-width: 767px) { .responsive-ux.header-sticky #header { position: fixed; } } @media (max-width: 1025px) { .touchevents .responsive-ux.header-sticky #header { position: fixed; } }If it still doesn’t work, please send the size wp-admin login info. I need login to check. thanks!
ps: what’t your blackberry phone screen size?
(oops left this comment on the HTML page instead of here)Hi there, I love the look of this theme. I’m currently looking for a masonry theme just like demo 4’s look for my lifestyle blog. The issue I’m having with so many of these ‘portfolio’ themes is that they don’t show my everyday blogposts in the masonry style thats displayed on the Home page in live preview without having to create it in ‘new portfolio’. I don’t want to add projects or portfolios with this theme so is it possible to choose this gorgeous layout and have my regular blog posts show in the exact live preview masonry style? I DON’T want it to look how it does on the ‘news’ section in menu on live preview. Really would appreciate it!
HI,
Thanks, glad you like our theme! I really want you use our theme too, but unfortunately it maybe not fit to you. The theme(especially the metro layout) is designed for portfolio, you have to add gallery format post(project item) for each item.
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
I am about to buy the theme but have a few questions: 1. Can you tell more about how look WooCommerce on this theme (page with products) maybe video or Screenshots 2. Is possible to change social media from text to icons?
Thanks for your interest in our theme
1. It is the demo page for WooCommerce. Do you want to see the admin page?
2. it is possible.
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
Congratulations, it’s a very good job. I’d like to know, first, if it’s possible to create multiple portfolio pages, with different layouts, displaying different portfolio categories. For example category one portfolio with just lightbox links, and category two with links to single portfolio items. And, second, if I can build my own portfolio page with extra text as intro along with portfolio gallery. Thanks a lot, cheers.
Thanks, glad you like our theme
Sure, it is possible to create multiple portfolio pages with different layouts and items. (but it isn’t possible to display multiple portfolios in same one page). I don’t know what’s the portfolio gallery you talked? Is lightbox?
FW: I notice you mentioned “category”, I want to remind that it is a HTML theme. If you want to a WordPress version, please check here.
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
In fact I’m writing to you from WP theme page, not HTML template. And yes, I was relating to lightbox, by the way. Thanks, I think Arnold is perfect to my project 
Sorry, I was not clear, I didn’t mean the lightbox caption – I already know Photoswipe gallery and how it works, I wanted to know if you can put a portfolio category wherever you need, for example in a default standard page, along with text and other stuff by using a page builder or shortcode, or if portfolio is just displayed automatically in a portfolio template page. Thanks.
The portfolio is template, it is not based on PageBuilder and ShortCodes. One portfolio(category) is created within one page.
Hi, I am new to wordpress and wondering if this theme supports video within the portfolio? And if so please advise on how to insert a video instead of an image. Thank you
Thanks for your interest in our theme
If you want to put the video into each one project item page, there is the video option. If you want to add video in portfolio list(video played in portfolio list directly), there is not the feature by the default option, it needs to custom coding job.
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
So, basically I would need to use a screen capture of the video on the portfolio list page and then once clicked on the video will play on that item page…correct?
yes, correct.
The Arnold theme is selected “Theme Of The Day” by Design Nominees.
Hi guys,
We submitted the new version 1.1 of Arnold minimal theme, WooCommerce compatible now!
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
Hi I just bought this theme, and I’m trying to use the demo file. but it doesn’t change. when I tried to import demo data that shows me the notice that “The demo content will be import including post/pages and sliders, the images in sliders could only be use as placeholder and could not be use in your finally website due to copyright reasons.” after check I couldn’t see any change and demo views…Can you help me to solve the issues.
+ I tried to push the import button, but it doesn’t work…
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
Hello, congratulations for this template. It’s just what I was looking for my design studio website.
I couldn’t find layout options for the “about” and “contact” section. Is there only one option available on the template?
Also, is the custom portfolio drag&drop builder made for the “portfolio” list section only, or it also can makes custom layout for each portfolio ”project” I upload?
Another question: if I have a lot of images on a portfolio project and some of them are similar, can I upload these similar images like a “carroussel” (only on it’s thumbnail), while the others images could be like full width or 2 or 3 columns, for example?
Thank you in advance.
Hi,
Thanks for your interest in our theme.
The “contact” and “about” page is built by BM PageBuilder. There in not only one option available. The BM PageBuilder is flexible.
The custom portfolio drag&drop builder is for portfolio listing, not for single project.
Normally, the single project is built by template in gallery format post. The “carousel” and “gallery list” can not be in one singe project, there is not this kind of template. Or maybe use Pagebuilder and shortcodes to build this layout.
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
Hello again,
Thanks for replying. I readed all the documentation, however I still have some questions:
What I most liked on your template, is the portfolio grid listing on the home without borders (like the template option on /arnold2/home4). But I noticed that the options for “Portfolio Page” does not include a grid portfolio without borders. For example, the Masonry is nice, but it have borders. Is there a way to customize it without the borders (exactly like /home4)?
Another question: on the single project layout, how many images can I upload? I noticed on this documentation image (http://www.uiueux.com/documentation/arnold/assets/gallery-listlayout.jpg) that there are 4 rows (1 of image, 1 of text, 1 of 2 images and 1 of another image, for example). Is it possible to add another rows? Is there a limit for it? I’m asking it because many of my projects have around 25 or 30 images.
Thank you again!
Welcome!
There isn’t limitation for rows of list layout, you could add/remove the new row (5/6/7… )for 1-4 cols image(s) or text.
Ok, I got it. Thank you. Can you answer me about the portfolio grid listing? (I edited my previous question).
One last question: how many portfolio projects can I have listed on the home layout? For example, on /arnold2/home4/ there are 6 projects. Can I add more?
Welcome 
What I most liked on your template, is the portfolio grid listing on the home without borders (like the template option on /arnold2/home4). But I noticed that the options for “Portfolio Page” does not include a grid portfolio without borders. For example, the Masonry is nice, but it have borders. Is there a way to customize it without the borders (exactly like /home4)?There is the spacer option(Spacer : 0, 10, 20, 30, 40) for both “Custom Grid”(/arnold2/home4/ ) and “Masonry” template.
One last question: how many portfolio projects can I have listed on the home layout? For example, on /arnold2/home4/ there are 6 projects. Can I add more?There isn’t limitation.
Hello, could you let me know if this theme supports Visual Composer plugin as I find that much easier than the included builder? – I have a separate license for visual composer and just want to check that its compatible before I install it.
Thanks
Hi, thank you for purchasing our theme
We didn’t test the visual composer. I think it could run with our theme. Please de-activate the BM PageBuilder firstly.
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
hi, i have installed visual composer but unfortunately it doesn’t work – as its probably the most popular layout plugin of all time is there any chance that you will make this theme compatible or should I just move on to a different theme? many thanks.
Hi, what’s other plugins installed? Please try to disable other plugin. I test the VB, it works.
Hi, First of all—a very nice template, but I have a problem: “HTTP error” on media upload (WordPress 4.7.2) I’m stuck. I need your help.
Hi, thank you for purchasing our theme.
It is normally caused by the php file limit, please try to upload a smaller size image. You could refer this article: 8 Ways to Fix the HTTP Error When Uploading Images.
If still not work: please send your wp-admin(url/user/pass) and site host FTP via my profile contact form , I’ll log in to check it.
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
Great! It works
Thank you for your help
Welcome! 
Hi bwsm,
I have one more problem—this time with custom grid portfolio. When I want show eg 10 projects (posts) then I can see only 9, when I want show 11, I can see only 10 etc. Can not display all projects as I wanted.
Hi, please check if all 11 posts are “Gallery” format post. If it still doesn’t work. Could you send the wp-admin(url/user/pass) again? I can’t find your mail now.
Ok, your email address?
please send your wp-admin(url/user/pass) via my profile contact form
Any news?
Hi, please update to the latest version of Arnold theme.
I have replied your mail 10hrs ago, you didn’t get the mail?
Hi guys,
Just found your theme and it’s fantastic!:)
Quick question:
Does your theme support infinite scroll?
If yes, does infinite scroll works at the bottom of a project under the ”+” button as well?
Hi,
Thanks for your interest in our theme
The “Masonry”,”Standard Grid” portfolio list templates support infinite scroll. The “Custom Grid” portfolio doesn’t support.
There is not infinite scroll at the bottom of single project instead of the ”+” button.
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
Thanks for the quick reply.
so under the ”+” button there can only be 6 thumbnails?
Welcome! Not only 6, you could set the item number (screenshot). It there a more items, the load more would be shown.
Hello!
Really great them you have here! Just one question:
Do you plan to introduce a standard blog layout in addition to the grid?
Thank you!
Hello!
Thanks, glad you like our theme. Did you talk the “custom portfolio”(the drag&drop builder)? It is a great idea. We’ll consider. But there is not timetable now.
Cheers!
Bwsm – uiueux.com – Twitter – Facebook
Just a traditional posts section, your “news”
http://themes.uiueux.com/arnold3/news/It’s currently a grid, I was hoping for a single column blog section, if possible?
Thank you!
It is possible, there are 2 solutions:
1) there is “1 column” option for blog template, I set it now, please check: http://themes.uiueux.com/arnold3/news/ fw: you could set with sidebar also
2) use the default category archive page: http://themes.uiueux.com/arnold3/category/news/
Hi guys,
we submitted a new version 1.0.3 , fixed WPML switcher issue. Please check update log here.
Cheers!
Bwsm – uiueux.com – Twitter – Facebook