Home › Forums › Air WordPress Theme › Portfolio Item display components
- This topic has 20 replies, 2 voices, and was last updated 7 years, 7 months ago by
SeaTheme.
-
AuthorPosts
-
October 22, 2018 at 9:58 am #16782
Hi there,
Thanks for the beautiful theme, i’ve just purchased it and loving it so far. Just have a few issues I need help with.1. For the portfolio detail page, Is there a way to display the captions above the images instead? Otherwise, is there a way to add titles to the sections before some images?
2. I’ve also added a image gallery within the visual/text composer section of a portfolio detail page. Currently i have 6 images arranged in a 3 columns and 2 rows — which im happy with. But there is no spacing between each item and I would like to add some padding. Is that doable?
Thanks alot in advanced!
October 23, 2018 at 12:54 am #16789Hi, thank you for purchasing our theme.
1. Edit the single gallery post, enable “Show Image Caption”, the caption of image(Within Gallery Layout Builder) will show.
You should set “Caption” for the images in Media library2. I don’t know what “visual/text composer section” you talked. Could you please paste the page URL, thanks!
Regards!
Bwsm – uiueux.com – Twitter – FacebookOctober 26, 2018 at 11:59 am #168162. I created a gallery using this (see screenshot of the visual/text composer section) :
https://www.dropbox.com/s/ybtuu4gd3c9w83h/Screen%20Shot%202018-10-26%20at%2012.34.27%20PM.png?dl=0
but it shows up without any padding/spacing in between the images (see below)
https://www.dropbox.com/s/ybtuu4gd3c9w83h/Screen%20Shot%202018-10-26%20at%2012.34.27%20PM.png?dl=0How can i ensure there is comfortable spacing while using this gallery?
—
Another question:
3. How can i make the back to top button transparent instead of being on a white background?
I have modules at the bottom of the page that either have a background colour or background image, and the back to top button sits on a white background, causing a white block at the end of the page.See example: https://www.dropbox.com/s/df8tbzqvwm2u147/Screen%20Shot%202018-10-26%20at%2012.24.14%20PM.png?dl=0
In this case of the example, i would like the page to end with the blue background and the back to top button sitting on the same module.
Thank you!
October 26, 2018 at 1:44 pm #16819I need check the live page, could you please paste the page URL, thanks!
October 26, 2018 at 3:45 pm #16820This reply has been marked as private.October 27, 2018 at 6:38 am #16823The page is not found.
Plz double check the URL.October 27, 2018 at 7:06 pm #16827This reply has been marked as private.October 29, 2018 at 12:50 am #168312. Please paste the custom css code to “Appearance > Customize : Additional CSS”
#gallery-1 .gallery-item, .gallery-item { padding: 5px!important; } #gallery-1 { margin: -5px!important; }3. Please paste the custom css code to “Appearance > Customize : Additional CSS”
#wrap-outer,#footer { background-color: transparent; }October 29, 2018 at 7:54 pm #16837This reply has been marked as private.October 30, 2018 at 1:07 am #16840Please update the CSS as:
#wrap-outer, #footer { background-color: transparent!important; }4. If affect all single Gallery posts, please use the CSS, like:
body.single.responsive-ux .title-wrap { margin-top: 40px; } @media (max-width: 767px) { body.single.responsive-ux .title-wrap { margin-top: 20px; } }If affect only this post, add the post ID like:
body.single.responsive-ux.postid-1732 .title-wrap { margin-top: 40px; }October 30, 2018 at 2:10 am #168455.
The previous and next buttons at the end of the portfolio posts are also missing in the pages where i use the pagebuilder for custom pages. Is this function only available with post templates?
Find /functions/interface/interface-template.php,
line 356:
}
update to:} else { $airtheme_enable_navi = airtheme_get_option('theme_option_show_post_navigation'); if (airtheme_enable_pb() && $airtheme_enable_navi) { airtheme_get_template_part('single/gallery/portfolio', 'navi'); } }October 30, 2018 at 8:50 pm #16849Thank you, that works! Much appreciated.
As for the contact form, the input text is currently in grey colour. How do I customize it to white?
CheersOctober 30, 2018 at 8:55 pm #16850This reply has been marked as private.October 31, 2018 at 1:08 am #16852Plz set color:
Appearance > Theme Options > Schemes
Form: Text Input Box by Default#5
Please update the codes as:} else { $airtheme_enable_navi = airtheme_get_option('theme_option_show_post_navigation'); if (airtheme_enable_pb() && $airtheme_enable_navi) { airtheme_get_template_part('single/gallery/portfolio', 'navi'); } }October 31, 2018 at 1:49 am #16854This reply has been marked as private.October 31, 2018 at 10:15 am #16858This reply has been marked as private.October 31, 2018 at 3:45 pm #16861Sorry one more question >.<
Is there anyway to customize the mobile font size for body/paragraph style?
I can’t seem to adjust that from theme settings. is it a custom CSS/style sheet?November 1, 2018 at 2:02 am #16869HI,
Please paste the custom css code to “Appearance > Customize : Additional CSS”:
ps: the mobile body font size is set 16px, you can change it by css.clients_wrap .owl-dots { margin-top: 0; } @media (max-width: 767px) { body #wrap-outer, legend, label, body button, select, body textarea, .height-no-auto *, #sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a, textarea, input[type="text"], button, .ux-btn { font-size: 16px; } }Regards!
November 1, 2018 at 2:03 am #16870This reply has been marked as private.November 1, 2018 at 8:00 pm #16878This reply has been marked as private.November 2, 2018 at 2:12 am #16879This reply has been marked as private. -
AuthorPosts
- You must be logged in to reply to this topic.
