If you are searching Alvar – Minimal and Modern Portfolio Theme for Photographers for free download, nulled and updated on 7 January 19 you can download from our website for free. Alvar – Minimal and Modern Portfolio Theme for Photographers is one of most popular wordpress templates from Creative category in the last 30 days by our internal search.
Download Alvar – Minimal and Modern Portfolio Theme for Photographers for free
Below this text you will find link to download nulled Alvar – Minimal and Modern Portfolio Theme for Photographers wordpress theme for free, just click on the link and save on your desktop, unzip and upload on your website. Process is simple. Our wordpress templates are not locked, you will not need pasword to use Alvar – Minimal and Modern Portfolio Theme for Photographers WordPress template.
Alvar – Minimal and Modern Portfolio Theme for Photographers Nulled [Latest Version]
Instead of paying for $49 to UXBARN and giving 50% of their earnings to Envato. We are giving you for free Alvar – Minimal and Modern Portfolio Theme for Photographers working latest version.

About Alvar – Minimal and Modern Portfolio Theme for Photographers
Alvar is the perfect combination of minimalism and modernism. It is a one-of-a-kind portfolio theme you can use to showcase your beautiful works and your identity.
Feature List
- 100% responsive design
- Minimal, modern, professional and content-focused design
- Lightweight, fast and very easy to use
- Three options for the logo and tagline location
- Both logo and tagline in the left bar
- Only logo above the menu (tagline remains in the left… Read More
avoktv
Question before purchase, can the gallery be changed to scroller?
UXBARN Author
Hello!
Thank you for your interest, but I am afraid there is no option for that, unfortunately.
Tiranox
Does your theme support subcategories for portfolio? They have seo friendly url?
UXBARN Author
Hi there!
Thanks for your interest, but, unfortunately, the theme will only display the first-level portfolio categories on the front-end.
Tiranox
What about pages for regular content? For example Projects/Project1 Projects/Project2
UXBARN Author
Yes, you can create pages and sub-pages and put them into the site menu (not portfolio category menu) as usual.
michaelthoss
guys, questions up front – I like your template alot, however, one questions: Would it be possible to have the logo always on the top right or middle? if the window size gets smaller resolutoin, it is in the middle, otherwise on the left and a normal logo can’t be placed there (but that font logo).... is that possible at all?! other than that, I really like your template!!
Thanks! Michael
UXBARN Author
Hello Michael!
I am so sorry for the slow reply. The theme does not have the option to change the location of the logo to top, right or middle, unfortunately. But you can move it to be above the menu using the customizer (screenshot: https://cl.ly/c84e9abb3290 ).
Once done, you will be able to use a normal logo image there (screenshot: https://cl.ly/70d642eaa15e ).
dylesid
Hello, I have 2 questions.
1.The items in portfolio, can they be the same size, I mean pics squares the same size, regular. If so, Can I set the number of rows and columns, for example 4 columns and 11 rows of pictures?
2. Is this theme supports Yoast SEO premium plugin?
Thanks
UXBARN Author
Hello!
Thanks for your interest.
1. The featured image of portfolio items can be the same size, but the number of columns and rows will be automatically calculated by the theme. There are no options for specifiying that I am afraid.
2. Yes, the theme can work with the plugin.
rudnev
Love the theme so much! My only frustration is I don’t see a function to change the padding between between project imagery?
UXBARN Author
Hello!
Did you mean the gap between images in the portfolio’s flexible grid layout? If so, then you can try this custom CSS to reduce the space:
.flexible-grid .portfolio-item { margin-left: 5px; margin-right: 5px; }pors
Hi, is it possible to have all content scroll horizontal like on the frontpage?
UXBARN Author
Hi there!
Unfortunately the horizontal scrolling is only available for the portfolio list. Other content (pages and posts) have only normal vertical scrolling.
dywang
Hi team,
I would like to make a few adjustments of the portfolio page and nned your support.
1. How can I change the caption format of the photo? The defult setting is italic.
2. Can I adjust the width of the whole page? I feel the photos are all too big now and would like to smaller all of them.
Many thanks for your help.
UXBARN Author
Hi there!
1. You can use custom CSS to change that. Please try:
.image-caption, .fancybox-title { font-style: normal; }2. Did you mean only the photos on the portfolio single pages? If so, you can try this:
.inner-image-wrapper { max-width: 63.8%; }I hope it helps!
AndBonsai
Is it possible to change scale down dimension on images on portfolio single page for portrait orientation to 900px?
AndBonsai
Default scale down option for portrait orientation is 590px width but I want to change it to 900px width. How can I change that?
UXBARN Author
Hello!
I am so sorry for the slow reply. For your question, it is possible, but there is no easy workaround for that, unfortunately. Please follow these steps to customize the code:
1. Create a new child theme for this customization. For how-to instruction, please see: https://uxbarn.ticksy.com/article/8649/
2. Add this code into the “functions.php” file of the child theme:
function alvar_get_portfolio_single_image_size( $orientation = 'landscape' ) { return 'full'; }3. Apply this custom CSS for the new width:
.image-wrapper { width: 900px; }That’s it. I hope it helps.
AndBonsai
Thanks I will try. One more question. If I want avoid blurry images on home page (carousel), it looks to me that height of the feature image must be 600px?
UXBARN Author
By default, the height of the image is set to 600px. You can change that by overriding a function in the “functions.php” file of the child theme. Please try adding this code in the file:
function alvar_register_theme_image_sizes() { add_image_size( 'alvar-port-list-large', 9999, 1200 ); add_image_size( 'alvar-port-single', 1090, 9999 ); add_image_size( 'alvar-port-single-portrait', 590, 9999 ); }Note that the height of the “alvar-port-list-large” is now set to “1200” instead of “600”.
After that, run this plugin: https://wordpress.org/plugins/regenerate-thumbnails/ to regenerate all the uploaded featured images to use the new height.
AndBonsai
First of all I was wondering about my first question I have added code into the “functions.php” and got good results on my PC but on mobile version pictures are stretched. What can I do?
UXBARN Author
Could you please send me the URL? I will help you check it.
AndBonsai
UXBARN Author
Could you try replacing the code I gave you in step 3 above with this one?
@media only screen and (min-width: 1400px) { .image-wrapper { width: 900px; } }It should help.
AndBonsai
Thanks, it’s working. I really like your theme but I will be really thank full if you could explain a bit more my second question and blurry images on home page (carousel). Is it the only way to have sharp images on home page by uploading pictures height 600px and setting them as feature images?
UXBARN Author
Hmm. I am not sure if you mean you are currently have an issue about the blurry carousel images on the retina display? If this is the case, please try using this plugin: https://wordpress.org/plugins/wp-retina-2x/
AndBonsai
It looks that blurry images are only on my Eizo monitor. I tried to install WP Retina 2x but this message I got: “This plugin doesn’t work with your version of PHP.” I checked my site with “PHP Compatibility Checker” and I got this 2 warnings:
AndBonsai
UXBARN Author
Strange. I couldn’t now see your homepage (it’s now under construction), but as I remember when I first visited your page, there was no problem about the blurry images here on my screen.
For the PHP issue, I am wondering which version of PHP are you using on the server? Could you contact your hosting provider and ask them to upgrade it to the newer version?
AndBonsai
Try to see now my home page. I upload two same photos, first one is 600px height and second one is 900px height. On both of mine monitors I see difference.
UXBARN Author
Thanks for the details. I was able to see the issue now. The reason is because when you upload an image that is larger than the theme defined size (600px height in this case), WordPress will compress and scale down the image so it can look a bit more blurry.
But if you upload an image with the exact 600px height, there will be no compression applied to the image.
That’s why I suggested you in my reply earlier to customize the code via a child theme by increasing the height of the “alvar-port-list-large” image size to “1200” (or more) instead of “600”.
After that, run this plugin: https://wordpress.org/plugins/regenerate-thumbnails/ to regenerate all the uploaded featured images to use the new defined height.
Then clear all the cache and check it again. This should help.
AndBonsai
Now is perfect. Thanks!
UXBARN Author
You’re welcome!
FayDavey
I am considering purchasing your theme but I have one question with regards to single portfolio pages first:
I see there is option to add header and text in a white box at the top of every page, and an option to create comments under each image.
1) Is there a text limit to these comments?
2) Is there an option to add additional text under the main image (perhaps as a comment) also in the white box format.
Many thanks.
UXBARN Author
Hello!
Thank you for your interest!
For your questions:
1. The text under each image is actually a caption of the media (screenshot: https://cl.ly/5eeef8421ed5 ). It can handle quite a long text (I am not sure about the max length WP allows though, sorry about that). But it only supports plain text, any new lines and formatting will be removed.
2. Unfortunately, there is no styling applied to the caption by default. I am afraid you would need to manually customize the CSS of the area and make it look like the content’s white box.
ozgealtinova
Hello there!
I will buy the site Alvar. But i have a question. I looked the reviews but no one wrote about that. There is a problem with slider which in main page. When the arrow on the slider, it grows and shrinks. Did you notice it?
Sincerely
UXBARN Author
Hello!
Thanks for the feedback, but I could not seem to find the problem here and never got a comment about that as well. :-/
Could you please send me more details about the issue you found, perhaps with a screenshot?
ozgealtinova
Hello again! I think i cant explain it with pics but i can send a small video. Where can i send it? Thanks for your response
UXBARN Author
You can send it to ‘support @uxbarn.com’. Thanks!
muluchun
hi there,
I’m thinking about purchace your theme. My main interest are videos. and i have some questions..
The horizontal slideshow in the front page is showing the template images from the portafolio page right?. I wonder if i have vimeo videos embed in my portafolio, Can i choose this image from my video? or in that case what image the theme is going to show in the front page horizontal slideshow? Can i just upload indep. pictures for this slideshow? thanks a lot
UXBARN Author
Hello!
Thank you for your interest in the Alvar theme!
The images you see on the front-page slider are actually the Featured Image of the portfolio items. If you click on an image, you will see its single page with more text content and more images (or videos) of that item.
So, yes, you can upload and use any images for the Featured Image of an item. But the theme will not automatically capture an image from an embed video I am afraid.
etikom
Hello,
First of all, it’s been a nice theme, congratulations. The portfolio images are 900 pixels. Can I make it 1200 pixels? ( Homepage Slayt)
lunarestrepo
Hi !
I would like to purchase this theme, and I have some pre-sale questions.
- Can we have directly the sliders without clicking a first time on the category and then a second time, on the image to get the slider? - Is it possible to add client proofing? - And is it possible to have square thumbnails below the slides or somewhere in the page?
Thank you so much for your help and time and great design!!
UXBARN Author
Hello!
Thanks for your interest, but, unfortunately, the theme does not have such features I am afraid.