• Resolved bjrnet21

    (@bjrnet21)


    Love your plugin. Currently using it at https://www.blackjackreview.com/wp/.

    I needed to align the images generated. So I made a mod:
    Located in random-image-gallery-with-pretty-photo-zoom/random-image-gallery-with-pretty-photo-zoom.php

    … about mid-way in the file

    // Dalton mod align = left and give it a margin
    $rigwfz = $rigwfz . ‘<img align=”left” style=”margin: 0px 10px” src=”‘.$mainsiteurl.’crop-random- …

    ALSO, I agree with previous poster regarding the duplicate check for .GIF. I assume this is a typo and should be .PNG:

    // Dalton mod check for .PNG (previously duplicate .GIF check)
    if(strpos(strtoupper($file), ‘.JPG’) > 0 or strpos(strtoupper($file), ‘.GIF’) >0 or strpos(strtoupper($file), ‘.PNG’) > 0 )

    SO….
    1) Request ability to provide alignment to images
    2) Request ability to provide margins to images
    3) Fix the duplicate .GIF issue

    In addition, all the images have a link to themselves. I would love to be able to provide
    1) No link to image
    2) Link to image
    3) Custom link to image pointing to some website or page

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bjrnet21

    (@bjrnet21)

    Looks like I have had to deactivate this plugin on my site. There are conflicts with two other plugins I use. This has nothing to do with my mods.

    Conflicts:
    Contact Form Email by CodePeople
    Poll, Survey, Quiz, Slideshow & Form Builder by OpinionStage

    I’ll keep trying to fix it or at least understand why.

    Plugin Contributor gopiplus

    (@gopiplus)

    Noted.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Request for allowing alignment of images’ is closed to new replies.