• Resolved coteweb

    (@coteweb)


    Hi,I choose to publish my Portfolio with look Portfolio 5 (plugin gallery-portfolio), without “Different Size Images”.

    In front, the order of my picture isn’t good.

    He create different div :
    0%,25%,50%,75% It’s okay
    but in line 2 it’s : 25%,75%,0%,50%
    Suddenly my images are mixed and I must respect an order of appearance.

    Can you help me please?
    Thank ??

    • This topic was modified 4 years, 7 months ago by coteweb.
    • This topic was modified 4 years, 7 months ago by coteweb.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Hello dear coteweb.

    Thank you for contacting us and reporting your problem.

    To solve your problem, edit our Total-Soft-Portfolio-Widget.php file. Find the code

    var array_Filt_Grid <? php echo $ Total_Soft_Portfolio;?> = [];

    After this code add

    var content_filt_grid = jQuery (‘. content_filt_grid <? php echo $ Total_Soft_Portfolio;?>’). width ();
    var g = content_filt_grid / 4 – 16;
    var h = g / 100 * 19;
    jQuery (“. slider__item img”). css (‘height’, g + h + ‘px’);

    Thank You.

Viewing 1 replies (of 1 total)
  • The topic ‘Display problem order in gallery-portfolio’ is closed to new replies.