Discussion on Portfolio WordPress Theme | Air

Discussion on Portfolio WordPress Theme | Air

Cart 2,305 sales
Well Documented

SeaTheme supports this item

Supported

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

289 comments found.

Hi, In my home page I’d like to get some shadow for each of my project/button how can I do that?

Like the buttons here https://eu.udacity.com

Best, Jacopo

Hi Jacopo,

You could try add the CSS to Appearance > Customize : Additional CSS

.grid-item { 
    box-shadow: 8px 9px 20px 0 rgba(0,0,0,0.1);
} 

PS: We didn’t test it fully, I am not sure if there would be other problems.

Regards!
Bwsm – uiueux.comTwitterFacebook

Hi! I’ve been very happy with my purchase. However, “Hide Categories” isn’t working for me. Categories continue to show in the box of each portfolio featured image box, and I want it to simply show the title of the project. Is there a simple fix? EDIT: And yes, I’ve just installed a fresh download of the latest version of the theme.

Hi, thank you for purchasing our theme. :) That’s ok, please let me know if you have new question.

Regards!
Bwsm – uiueux.comTwitterFacebook

I do have one more question! I cannot for the life me figure out how to put a headline over the contact form on the contact page. In the demo it reads GET IN TOUCH. How do I put words over that form? A text box adds tons of spacing I don’t need. I can’t get the spacing of that page quite like your demo does.

You can see here: www.cesaravallejo.com/contact

Please refer the screenshot: https://drive.google.com/open?id=1pEQH1YzVDx1WW7gifTNQJY-QmUQSItuj

I don’t know what’s ” tons of spacing ” you mentioned, you could try to edit the Divide mould below the Google Map.

Congratulations, this is a beautiful and clean theme. I would like to put a fullwidth background video in the home page, I have tried all the video options I’ve found but I haven’t been able to. Could you help me, please?

Hi, I did it that before writing but it doesn’t work. Simply it do not show anything. (Using page builder in a no template page)

Hi, please send your question and wp-admin(url/user/pass) via my profile contact form, I’ll log in to check it.

Solved. Thank you very much.

Hi,this theme change completely my portfolio, it’s amazing. I’d like to change the header layout from A to B how can I do that?

https://ibb.co/gBHUPq

Best,

Hi, I mean I want to check your website. It seems you use Header Sticky. Please to to Appearance > Theme Options > Layout, set “Header Sticky” as “Sticky Disable”.

Best

Hi, I’ve got another problem regarding upload the .svg files. I installed svg support, it seems to work but it doesn’t show me the .svg file upload. Is there any specific plugin to support svg files for the air’s theme or is it just my problem? Best,

Hello, What happens if you put a portrait/vertical image in the slider, or images of different widths? http://www.uiueux.com/wp/air/red-room/

There is not prev/next icon on touch screen. Because it support dragged.

How would the viewer know that there is more than one image? It doesn’t show the edges of next and previous images either

There is option “Show Swipe Icon on Touch Screen”, it is enable on the demo page now.

Hi,

Beautiful theme! I’m just looking at buying but quite new to everything, just had a couple of questions before purchasing? 1. I dont really know how to write code, would you still advise this theme and will it still be fully customisable? 2. I cant see any clear stages on how to install, is it simply once ive paid for it do i just download and then upload theme via zip file on wordpress? 3.Mainly want to use this as a blog site, but want it to have creative elements hence why i love your theme. However im just wondering if I can have the blog page to be a continuous scroll through posts for a user? Rather than having to click next? And can i set a blog page as the home screen?

Thanks so much! Victoria

Hi Victoria,

Thanks for your interest in our theme

1. It don’t need coding for the default demo layouts. If you needs some light custom like font-size / padding. We can guide you how to do. It is not free service for the deep custom job.

2. There is a guide for how to install, please check: https://www.uiueux.com/documentation/air/index.html#installation If you met any question, please create support ticket on our support forum https://uiueux.com/forums/ or send question via my profile contact form.

3. There is “Blog Masonry” template, it is for blog page, there is “Infiniti Scroll” for “Pagination”. It can be set homepage

Regards!
Bwsm – uiueux.comTwitterFacebook

Is it possible to have a small arrow (like the ‘back to the top’ arrow but flipped around) appear in the full width feature image of posts and pages as a direction for users to scroll up to see the rest of the content?

Hi,

There is not the option for now.

Regards!
Bwsm – uiueux.comTwitterFacebook

http://angelandanchor.apps-1and1.net/about

How do I make my footer permanent fixture. So that it doesn’t get covered by the content above it. At the moment when I scroll to the bottom, the page it’s weird

Hi,

Please paste the custom css code to: Appearance / Customize : Additional CSS


#footer {
    position: relative!important;
}
#wrap { 
    margin-bottom: 0!important;
}

Regards!
Bwsm – uiueux.comTwitterFacebook

http://angelandanchor.apps-1and1.net

How can I add margin padding to the main header for desktop only?

Hi,

Where is the padding? From header bottom?

Regards!
Bwsm – uiueux.comTwitterFacebook

http://angelandanchor.apps-1and1.net On the menu on this page how do I make the animation underline thinner? and spaced a little more from the text above it?

Hi,

Please paste the custom css code to: Appearance / Customize : Additional CSS:

#navi_wrap a:before, .footer-menu a:before, .socialmeida-text:after, #navi li.menu-item > a:before { 
    bottom: -2px; 
    height: 1px;
}

Regards!
Bwsm – uiueux.comTwitterFacebook

http://angelandanchor.apps-1and1.net

On this home page the ‘work’ dropdown has the text white? It should be the same blue colour found on ‘light’ menu.

Hi,

Please paste the custom css code to “Appearance > Customize : Additional CSS”

#navi-header .sub-menu {
    background-color: transparent;
}

Regards!
Bwsm – uiueux.comTwitterFacebook

This isn’t working for me

Please update the CSS as:

#navi-header .sub-menu {
    background-color: transparent!important;
}
http://angelandanchor.apps-1and1.net/

How do I make my header navigation the same Futura-PT type found everywhere else? It’s a standard sans-serif font but it should be from my typekit integrated kit.

Hi,

Please refer this post: https://www.uiueux.com/forums/topic/using-a-different-font/#post-14794

The post is for hosted font, the typekit should supply the @font-face also.

Regards!
Bwsm – uiueux.comTwitterFacebook

http://angelandanchor.apps-1and1.net/about

How do I make the Full-Width-Wrap image background above the ‘meet the founder’ section start in the middle? Rather than the top?

And how do I make a version of this wrap for mobile that is bigger than the desktop version

Hi,

Please paste the custom css code to: Appearance / Customize : Additional CSS

@media (min-width: 769px) {
.back-background-img {  margin-top: -10%; }
  }

I suggest you set fullwrap height as “browser height” instead of static value, you could remove the blank divide module.

Regards!
Bwsm – uiueux.comTwitterFacebook

On mobile my site doesn’t work properly when I hit ‘back’ to go to the previous page. it shows the loading graphic.

http://angelandanchor.apps-1and1.net

There is issue on your site, did you upgrade the Air theme. Please reinstall BM PageBuilder plugin.

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.

http://angelandanchor.apps-1and1.net/about

In the bottom blue wrap on this page i’ve made the text block beside the headshot 70% wrap, so that the text fits the length of the photo perfectly. On mobile however the width is 70% also. What I’d like is for the width of that text block to be 100% inner width on mobile only.

I’d also like to add a gap after the photo on mobile so that the text isn’t so tight after it.

Please paste the custom css code to “Appearance > Customize : Additional CSS”

@media (max-width: 768px) {
 .fullwrap-inn-width-70, .fullwrap-inn-width-70.row { width: 100%; }
}
@media (max-width: 767px) {
 .page-id-2 .fullwidth-wrap  .single-image {margin-bottom: 20px; }
}

After seeking support I’ve been recommended to change the following two settings:

Max Execution Time = 150 Memory Limit = 512M

So that… “The Max Execution time will allow that your plugins have the time to process the functions, and the Memory Limit, will increase the PHP memory so it will make sure your plugins and theme have enough memory to execute.”

Which could correct why my website keeps reloading because of an error.

I don’t know if it works.

I added a .htaccess file to the FTP to allow me to do a GZIP compression which helped this issue a lot. In doing so, I’ve wiped all my custom CSS! That’s ok though, as I have most of everything on record.

BUT, the weird issue with this is the slider doesn’t appear on the home page. Any way to resolve that?

Did you upgrade the theme? Please reisntall BM PageBuilder plugin.

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.

How can I make a custom sized version of my logo for mobile? So that when it shrinks responsively the logo is a defined pixel size.

Hi,

Please try to set the max height by CSS , the default is 80.

@media (max-width: 767px) {
.responsive-ux .logo-image { max-height: 60px; }
}

Regards!
Bwsm – uiueux.comTwitterFacebook

I’m seeing little tiny lines in my portfolio grid. It differs between mobile and desktop. http://angelandanchor.apps-1and1.net/

I didn’t find the CSS on your site. Did you remove it?

It’s still there. I didn’t remove it.

Is the gap at new place? Could you please send some screenshots again? Thanks!

On pages with a ‘see more’ button on it… on mobile there’s no gap between the underline and the footer. See links for desktop and mobile version:

Desktop: http://angelandanchor.apps-1and1.net/the-emerald-armada Mobile: https://www.dropbox.com/s/cuitqxedgh1o6zs/Screen%20Shot%202018-10-17%20at%2018.13.35.jpg?dl=0

Please paste the custom css code to “Appearance > Customize : Additional CSS”:

@media (max-width: 767px) {
body.single.responsive-ux #footer { margin-top: 60px; }
}

Regards!
Bwsm – uiueux.comTwitterFacebook

Hi there,

Post Layout, show button, query;

Currently….for the ‘show button’ I can enter in to the ‘title’ and ‘link’ boxes…

this link will show up as regular font size….

Looking ahead functionality wise, do you think it would possible to have another ‘box’ option before the ‘title’ and ‘link’ boxes?

I ask as I love the way ‘show property’ options appears on posts…with bold font title and then text.

I would love to be able to have a bold title, followed by the link for the ‘show button’ option.

Again, fantastic theme, love it!

Regards,

David

Hi,

Is same the title for all posts(like: Location)? If is same, don’t use ID please. The css will affect all posts:

.gallery-link p:before {
    content: 'Location';
    display: block;
    font-weight: bold;
    font-size: 1.5em;
}

If is not same, please give more tips, we will try to give your other solution.

Regards!

Hi there,

Thank you so much, exactly what I wanted!

Plus using the first css example, I can change the ‘title content’ for individual posts.

Really appreciate you helping me out so quickly, I have been trying to incorporate this functionality in my website for ages.

Regards,

David

Welcome! :)

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