Home › Forums › Air WordPress Theme › gallery question!
- This topic has 23 replies, 2 voices, and was last updated 9 years, 2 months ago by
SeaTheme.
-
AuthorPosts
-
January 14, 2017 at 12:49 am #11719
Hi, I really like this theme
One question can I make the photos in gallery to be unclickable?January 14, 2017 at 12:51 am #11720Also I do not want to numbers to show up when my curse is hanging on the photo! Thanks a lot.
January 15, 2017 at 3:05 am #11728Hi, thank you for purchasing our theme.
I don’t know what “gallery” you talked. Please give more tips(Better paste a screenshot or page url). Did you talk the lightbox(see screenshot)?
If you talked the lightbox:
Please login wp-admin, go to Appearance / Theme Options / Custom Css
Paste the style code to Custom Css:.pswp--zoom-allowed .pswp__img { pointer-events: none; } .pswp__counter { opacity: 0!important; }Cheers!
Bwsm – uiueux.com – Twitter – FacebookJanuary 15, 2017 at 4:39 am #11733Oh, I mean in this page http://menghui.design/2017/01/15/test/ I do not want the photo to be clickable!
Thanks!
January 15, 2017 at 4:40 am #11734I just want them to be static and when I hover my curse on it nothing happens.
January 15, 2017 at 4:46 am #11735Please try to paste the style code to Custom Css:
.list-layout-inside .single-image.mouse-over, .list-layout-inside .single-image.mouse-over .lightbox-item {pointer-events: none;}January 15, 2017 at 4:52 am #11736damn it works, amazing!!
January 15, 2017 at 5:04 am #11737Also any chance I can hide the title on the bottom of the gallery? which refers to “test” in this case.
January 15, 2017 at 5:56 am #11740Please try to paste the style code to Custom Css:
body.single-format-gallery . title-wrap {display: none;}January 15, 2017 at 6:46 am #11747I tried to paste on the same place but dose not work.
I also inserted a video in this post, but seems it does not work.
same link here http://54.187.171.49/2017/01/15/test/
Sorry for so many questions!January 15, 2017 at 7:46 am #11748sorry, plz update the css:
body.single-format-gallery .title-wrap {display: none;}please use this custom to fix video issue:
.wp-video-shortcode.lazy-hidden {opacity: 1!important;}Please don’t say sorry 🙂 it is our job
January 16, 2017 at 3:37 am #11749Thanks!!
I found that the largest width is 1170? Can I shift it to 1500 cause I am trying to display it in a monitor with high resolution!
January 17, 2017 at 3:15 am #11767Please add the custom css:
@media (min-width: 1900px) { .container, .bordery20px .container, .bordery30px .container, .bordery40px .container { width: 1500px; } }January 22, 2017 at 5:01 am #11859Hi,
I uploaded a logo on page, but it is extremely huge, I just want it to be the size as same as footer logo. help help!
my link is menghui.design
Thank you!January 22, 2017 at 5:06 am #11860I mean if I up load the logo itself the logo become very big, but if I upload it with the text “menghui there” in the same image, them it would be fine. So weird.
January 23, 2017 at 2:02 am #11861Hi,
The css is for the logo size on header:
If the logo is huge, change the 2 values..logo-image { max-width: 240px; max-height: 120px; }January 27, 2017 at 9:09 pm #11902Hi, I think I asked you before. I put photo in gallery in post, but it is a little bit faint in my computer which is 2560×1600, The picture I generated was high resolution like 2560x. But once I put the picture into the gallery in post then it become a little bit faint. Is there any way to fix it?
Thanks a lot!
January 28, 2017 at 4:14 am #11903Please login FTP: find /air-theme/functions/interface/interface-functions.php
line 1273:
case 'list_layout_1': $col_class = 'list-layout-col1-item'; $image_size = 'airtheme-standard-thumb-big'; break;
update to:
case 'list_layout_1': $col_class = 'list-layout-col1-item'; $image_size = 'full'; break;February 1, 2017 at 10:06 pm #11948Hi,
I put the photo in gallery in slide template. When I click on it the photo switch. But as you can see there is an animation when switching photo.(slide from one to another). What if I want to delete this animation and want the photo to change instantly when I click on it?
here is the link to help you understand what I am saying. http://menghui.design/2016/02/01/test/Thanks a lot!
February 2, 2017 at 2:48 am #11949Please try to use this custom css:
.single-portfolio-fullwidth-slider .owl-carousel .owl-stage { transition: all 0s!important; }February 3, 2017 at 4:21 am #11960Thanks a lot, it is good now. Though I have another question that the resolution of the photo posted in gallery under template slide is a little bit low, can I make it clear? The original photo has a high resolution. see example here http://menghui.design/2016/02/03/test/ I posted one photo in gallery under slide template.
Thank you!!
February 3, 2017 at 7:06 am #11961Welcome! 🙂
Please find
/template/single/gallery/portfolio-slider.php, line 15:
$thumb = wp_get_attachment_image_src($image, 'airtheme-standard-thumb-medium');
update as:
$thumb = wp_get_attachment_image_src($image, 'full');FW, If you like Air theme, could you please give it a 5 stars rating when you goto themeforest ( “download” in drop-down menu when logged )? I would greatly appreciate .
March 17, 2017 at 11:30 pm #12343Hello, Hello,
I put the picture directly in paragraph, but I feel like their are too much white space on both sides, can I make the photo wider?
See example here:
http://menghui.design/2017/01/07/bean/Thank you
March 18, 2017 at 1:04 pm #12350Please add the custom css:
@media (min-width: 1200px) { .single-portfolio-fullwidth .gallery-des-center.gallery-post-des .entry { width: 100%; } } -
AuthorPosts
- You must be logged in to reply to this topic.
