• I have been at this for days and have had no success. I have done everything I can think of right now, from disabling my theme, updating the theme, reinstalling the update to the theme, and currently have every plugin except Regen Thumbnails and this one deactivated. No matter what I do, I can’t get any effect from this plugin (even resizing the window gives me no animation), and I believe it just isn’t working.

    In order to add a gallery to the page, I am going into the page, clicking “Add Media” and creating a new gallery. I am then selecting my images and the short code is coming in ( [gallery id="xxx, xxx, xxx"] ). For my gallery settings, I am leaving the image size to “Thumbnail” and setting it up as the “Simple” layout.

    The only thing I’ve been able to make any changes with is when I set the image sizes to Medium, then I actually get something like the image on your page for “without JMIG”.

    I am at a complete loss right now, and hopefully you can help me figure this out. I must be missing a step somewhere. The page can be located at: http://alexaiono.staging.wpengine.com/photos/”.

    I am going to continue working on this now, so if I resolve this, I’ll try to help out and post a more detailed instruction on how to execute this process. At the time of this post, I have made zero headway with a bunch of hours putting me over budget. Hopefully you are able to help out.

    Brandon

    https://wordpress.org/plugins/jquery-masonry-image-gallery/

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

    (@bcdgraphics)

    This appears to be a theme issue. I am getting in touch with the developer to see if I can override this. In the functions.php file I was unable to find the “add_image” function, but was able to find this:

    /**
    	 *  The thumbnails :
    	 *  We define wordpress thumbnail sizes that we will use in our design
    	 */
    	'images' => array(
    
    		/**
    		 *  max width, max height, true|false -> hardcrop or not
    		 */
    		// Slides
    		'slide' => array( 1200, 700, true ),
    		'slide-tablet' => array( 625, 450, true ),
    		'slide-laptop' => array( 676, 424, true ),
    		'slide-desktop' => array( 922, 506, true ),
    		'slide-mobile' => array( 277, 494, true ),
    
    		'classic-thumb' => array( 640, 360, true ),
    		'classic-video-thumb' => array( 480, 270, true ),
    		'portrait' => array( 600, 900, true ),
    
    		// Mosaic
    		'2x1' => array( 960, 480, true ),
    		'1x2' => array( 480, 960, true ),
    		'1x1' => array( 360, 360, true ),
    		'2x2' => array( 960, 960, true ),
    
    		// Big image
    		'extra-large' => array( 2560, 4000, false ),
    
    		// avatar
    		'avatar' => array( 80, 80, true ),
    	),

    The problem here is that when I delete this from the functions.php file, I don’t see a change, which leads me to believe this is handled elsewhere. I have even tried changing values in there, but am not seeing any changes. If you have any thoughts from the above snippet, let me know.

    Brandon

    Plugin Author phoenixMagoo

    (@phoenixmagoo)

    How did this all work out for you?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Must be missing something’ is closed to new replies.