Tagged: ajax portfolio
-
AuthorPosts
-
April 13, 2018 at 7:27 am #941301
Hi Kriesi,
1. I would like to display the Ajax Portfolio focus image ( the big image) uncropped. Right now focus images are cropped.
2. When I click a focus image to enlarge it I am seeing the description text instead of the title. I need to see the title.
3. I would like to remove the overlay when hovering on the focus image in the Ajax Portfolio.
Thank you.
Best,
Dameon- This topic was modified 6 years, 7 months ago by dameonjamie. Reason: add humanity to post
April 13, 2018 at 10:52 pm #941703Hey Dameon,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
BasilisApril 14, 2018 at 12:55 am #941769Hi Basilis,
I was able to accomplish number 3. How about we take a crack at number 2?
1. I would like to display the Ajax Portfolio focus image ( the big image) uncropped. Right now focus images are cropped. NOT COVERED
2. When I click a focus image to enlarge it I am seeing the description text instead of the title. I need to see the title. I THINK WE CAN
3. I would like to remove the overlay when hovering on the focus image in the Ajax Portfolio. SOLVED
.image-overlay { visibility: hidden; }
April 16, 2018 at 9:23 am #942475Hi,
2.) This is possible but you need to modify the config-templatebuilder > aviashortcodes > gallery.php file. Look for this code around line 322.
$output .= "<a class='avia-gallery-big fakeLightbox $imagelink $crop_big_preview_thumbnail $custom_link_class' href='".$link[0]."' data-onclick='1' title='".$description."' ><span class='avia-gallery-big-inner' $markup_url>";
Replace it with:
$output .= "<a class='avia-gallery-big fakeLightbox $imagelink $crop_big_preview_thumbnail $custom_link_class' href='".$link[0]."' data-onclick='1' title='".$title."' ><span class='avia-gallery-big-inner' $markup_url>";
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.