Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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 5 years, 11 months ago by dameonjamie. Reason: add humanity to post
    #941703

    Hey 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,
    Basilis

    #941769

    Hi 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;
     }

    SOURCE

    #942475

    Hi,

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.