Discussion on Minimal Portfolio WordPress Theme - Arnold.

Discussion on Minimal Portfolio WordPress Theme - Arnold.

Cart 2,121 sales
Recently Updated
Well Documented

SeaTheme supports this item

Supported

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

195 comments found.

Hi there, is there any chance to extend the Main Container Width? Thank you.

Hi,

Please go to set Appearance > Theme Options > Layout: Main Container Width (px). The max value is 1170 in the selector.

If you want to more than 1200px, please use the custom css(“Appearance > Customize : Additional CSS”) like:

@media (min-width: 1300px) {
.container {
    width: 1270px;
  }
  .pagebuilder-wrap > .container-fluid { 
      width: 1790px; 
  }
}

Regards!
Bwsm – uiueux.comTwitterFacebook

Great theme, I purchased it a few days ago. Can the space between the portfolio grid and the header(logo) be decreased? If so, how? Thank you.

Amazing support from your end, thank you so much! Using the re-direct link was my original plan but it wasn’t working until now that the featured image is enabled via CSS! The mouse-over doesn’t work on that thumbnail but that really doesn’t bother me so it’s all good. I’m happy I can link it to pages now.

I noticed that if you are a bit lower on the page and you click on any of portfolio thumbnails, the page scrolls/jerks up before it fades and opens the linked post. (At least it does on Chrome and Edge on a PC) Do you know if this can be helped? I noticed that live demo does the same thing. Thanks again, great work!

Please try to add the custom css to improve scrolling:

.ux-start-hide #wrap-outer{height:auto;}

Works great! Thank you.

LAYOUT 5: can you add a filter (category) and more to the homepage? sort of like you have in your Air theme. when you click the image it goes to the post not just a lightbox image

Hi,

Yes, it is possible, please set “What Thumbnail Does” as “Open portfolio item ” :

What-Thumbnail-Does

Regards!
Bwsm – uiueux.comTwitterFacebook

Hi there,

I am about to purchase this theme but i have a pre-sales question. In the shop section is it possible to have categories? For example shoes (10 items) t-shirts (13 items) etc…

Thank you in advance!

Hi,

Thanks for your interest in our theme.

Yes, please use the WooCommerce shortcodes in page https://docs.woocommerce.com/document/woocommerce-shortcodes/

[product_category] – Will display products in a specified product category.

Regards!
Bwsm – uiueux.comTwitterFacebook

Hi We like your theme but we need to know if we can have a Portfolio category sub-menu which can enable easier navigation… eg Branding Packaging Industrial Design – we need about 9 categories…

Hi,

Thanks for your interest in our theme

Did you talk the filter like the demo page? There is the filter option.

Regards!
Bwsm – uiueux.comTwitterFacebook

Hi, I love the theme but I have some questions. I didn’t figure out yet, how to change and add (fullframe) background images/videos on the sites. For some reason the background is always white. And is it possible to make the header transparent? I removed the color of the header so that it should be transparent, but there is still a white background. TIA

There is not the BG image option for whole page. It needs the custom css( paste the custom css code to “Appearance > Customize : Additional CSS”) code like:

/*content, header and footer transparent*/
#wrap-outer, #header, #wrap, #footer {background: none;}
/*set the image url as background img*/
.wrap-all { background-repeat: no-repeat;  background-size: cover;
background-image: url(the-image-url.jpg);}

It will affect all pages, if you only set it for one page, set page id(if this page id is 907) like:

/*content, header and footer transparent*/
.page-id-907 #wrap-outer, .page-id-907 #header,.page-id-907  #wrap, .page-id-907 #footer {background: none;}
/*set the image url as background img*/
.page-id-907 .wrap-all { background-repeat: no-repeat;  background-size: cover;
background-image: url(the-image-url.jpg);}

thanks a lot!

Welcome!

Hello, I saw on an earlier question/response that the custom grid portfolio will only show gallery/link posts. I LOVE the custom grid portfolio – how can I make it also show other post types (all within a single category)? I have featured images for each of these posts, so they would look the same as the gallery posts in the main feed and then simply go to each post page on click. Thanks!!

Hi,

Thanks for your interest in our theme.

It needs the custom job to show other post types within Arnold theme. But there is the default option to show 7 post types(standard, image, gallery, audio, video, link and quote) within our Art theme. There is latest version BM Builder built in Art theme. There is custom grid builder within masonry grid module.

happy holiday!

Bwsm – uiueux.comTwitterFacebook

Hi,

I’m interested in purchasing the ARNOLD theme and just wanted to ask if I can link images in the portfolio to external urls?

Thanks,

Hi, thank you for purchasing our theme

It is possible, there are 2 solutions:

1. Install a plugin to re-direct page url: https://wordpress.org/plugins/simple-301-redirects/

2. use link format post, paste the css(Appearance > Theme Options > General Settings: Custom Css) to show featured image:

.filter_post-format-link .grid-item-con-text, .filter_post-format-link .grid-item-con:after {opacity: 0;}

Regards!
Bwsm – uiueux.comTwitterFacebook

That’s great, thanks very much!

Hi, just bought Arnold, can’t find how to change the grid layout and images ratio of WooCommerce products pages. Thanks

Oups, said “AIR” in my request but meant “ART”

Just got the refund approval (thanks), when the Envato credit comes in, I’ll get the ART Theme.

Best Regards! Dan

Hi, love the theme but can all the fly in/out stuff be disabled so the pages just load like a normal site? Thanks

Hi,

Thanks for your interest in our theme, yes, it is possible, there is the option(Theme Options > Layout).

Regards!
Bwsm – uiueux.comTwitterFacebook

Hi, how do I change the size of the sticky header? I’d like it to be thinner. Thanks!

Hi,

Did mean that change the logo size only when in header sticky? Could you please leave your page url, thanks!

Regards!
Bwsm – uiueux.comTwitterFacebook

Can I change News section layout? how?

Hi,

What’s the News section you talked about? Single post? (Better paste a page url with the News section, thanks!)

Regards!
Bwsm – uiueux.comTwitterFacebook

Question, In terms of layout Template, I like the ‘Standard’ but I also like how “big title’ used the header image in the background of the text. Can I duplicate this effect while using the ‘standard’ layout?

I.E. It will start with the header image and then as you scroll down and read info about the project the title on the left will have the header image behind the text rather than a solid color.

Thanks!

Hi,

It is possible to add text mask effect for standard layout by custom css (“Appearance > Customize : Additional CSS”), like:

/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
.backgroundcliptext .postid-97 .title-wrap-tit {
color: transparent !important;
    background-size: cover;
    background-attachment: fixed;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-position: 50% 50%;
background-image: url(http://******.jpg);
}

The 97 is post id, you need change it, how to find the post ID?

Also change the background-image as the post featured image url.

Cheers!
Bwsm – uiueux.com
Twitter Facebook

Hello bwsm, maybe i will buy the theme but before i want to know if is possible to custom gallery post layouts for project item with the custom portfolio builder. I would like to show projects like >> item spacing = no spacing // list width = fullwidth filled. I could insert a vimeo?

Thanks!!

i´m just wondering if in the single gallery post (project item) also could be mansorid grid like this > http://www.mrmatthews.ie/portfolio/qqi/

and if i insert a simple slider like in this example > http://www.mrmatthews.ie/portfolio/eumetsat/

No more questions :)

Thanks!!!

You are welcome! :)

1. The post slider(BM Slider > Post Slider) could be set “auto play”, there is not the height option. It is possible by custom css, like:

.top-slider, .top-slider .carousel-img-wrap, .top-slider .carousel-des-wrap {
    height: 300px; 
}

There is not the parallax option like the page url you pasted

2. The page is single gallery(format) post, the 1st image can be disable. There is not the height option. It is possible by custom css, like:
.post-cover.fullscreen-wrap{
    height: 300px; 
}

There is “Header Bar Sticky Top” option in theme option

3. There is not the masonry grid and slider option.

Regards!

Thanks bwsm!! Great theme!!

Hi, great theme. Wondering if you have a horizontal slider that allows you to slide fluidly from one image to the next? Visually it would be similar to this (http://themes.uiueux.com/arnold/2016/12/04/inter/) but wouldn’t stop on each image and preferably you could scroll with your mouse and not have to click to advance… thanks

Thanks for your interest in our theme

There are 2 slider templates for single gallery post: http://themes.uiueux.com/arnold/2016/11/04/sofisticada-visual-identity/
http://themes.uiueux.com/arnold/2016/12/04/inter/

Fullscreen slider tempalte:
http://themes.uiueux.com/arnold/slider2/
http://themes.uiueux.com/arnold/slider1/

It also supports Revolution Slider plugin(not included) and other slider plugin supported Shortcodes.

Regards!
Bwsm – uiueux.comTwitterFacebook

Thanks, not really what i’m looking for… More specifically like this: https://www.format.com/themes#horizon Anything like this in the works for an update?

Also, is there an option for the menu text so that the line doesn’t cross through the text? I like the design but might want something more simple like a slight color change on hover.

Hi, sorry, there isn’t the plan to add the slider.

It is possible disable “cross through” for menu hover effect.

Regards!

Hi There

Pre-sale question: LOVE this theme. However, I need a title to be visible on my individual portfolio images on the portfolio page, rather than having it appear only on hover. Is this possible?

Kind Regards Alfred

Hi,

Thanks for your interest in our theme. There is default option: “Image + Text” like: http://themes.uiueux.com/arnold/home8/

If you want to shown the title over image by default, it is easy to achieve by custom css.

Regards!
Bwsm – uiueux.comTwitterFacebook

Hi again,

I’m just wondering, is there a way to remove the + in between the Previous and Next on the post page?

Cheers, Alex

Welcome! If you like Arnold theme, please rate it. Thanks! :)

Not a problem, just one it :)

just done it even

Hello,

Firstly, great theme! Very easy to install and works brilliantly.

I was just wondering, is there a simple way to turn off the lightbox feature on posted images?

Cheers, Alex

Hello,

Thanks for the reply – Unfortunately there isn’t an option within the ‘edit homepage’ secton for me to disable the categories. See screenshot…

http://whothefuckisalex.co.uk/images/Screen%20Shot%202017-09-04%20at%2013.53.21.png

Is there any code which would remove this instead?

With the second question I posed, I have attached another screenshot of the projects areas I mentioned…

http://whothefuckisalex.co.uk/images/Screen%20Shot%202017-09-04%20at%2013.53.37.png

Example 1 shows how the hover state shows on the homepage and I was wondering if there was any code so the transparency could be amended on the footer overlay which expands out so that it’s not a solid white block? So that it shows like it does on example 1.

Thank you for your time.

Cheers, Alex

1. Please paste the custom css(paste in Appearance / Theme Options / Custom Css):
.grid-item-cate {
    display: none;
}
2. For the transparency, use the custom css, the opacity could be set (0.1 – 1, 1 is default)
.ajaxed-grid-item .grid-item-con:hover:after {
    opacity: 0.5;
}

Brilliant! Thanks again for help on this, much appreciated!

Cheers, Alex

Hi,

Excellent theme and options, just a few questions;

1) How do I enable foot widgets for Pages not just to Posts?

2) With the ‘Blog Masonry’ page template is it possible to have the ‘introduction section’ display above the blog posts and not below?

3) With eight or more items in the top menu I noticed the menu/header line breaks below 1006px until the mobile menu kicks in at 800px – is it possible to raise the point at which the mobile menu starts so the menu does not line break?

(EDIT – I tired registering for the support site but was stuck on a ‘signing in, please wait’ message for several minutes)

The intro section displays but it displays ‘under’ the blog posts not above them – is that correct?

It is note correct.

Please check the Arnold theme version on your site. It is should be 1.5.0. If not, please download from Themeforest and re-install it.

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.

Thanks for the reply. I’m using V1.5.0. Where can I e-mail/contact you to send on secure wp-admin(url/user/pass) details?

Hi there. Could you tell me what font you are using in ARNOLD logo?

Hi, thank you for purchasing our theme.

Main font: Poppins
Heading font: Libre Baskerville

Regards!
Bwsm – uiueux.comTwitterFacebook

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