[Plugin: Instapress] Pagination not working?
-
I LOVE this plugin, and I’m really happy to try it out, but I’m having a couple of problems that I can’t seem to resolve.
The first is that by following the styling guidelines in the plugin FAQ, I cannot get the thumbnails in my Instapress gallery to display at the size I’ve chosen—they display at 150px. I’d like them to display at 140px so that a row of 4 will fit across in my content column. You can see my in-progress gallery here:
https://www.doorsixteen.com/instagram/This is the CSS I tried, per the FAQ (as well as setting the size in the shortcode):
.instagram-image img { width: 140px !important; height: 140px !important; }
Interestingly, the code output indicates that the image height and width are set to 140px, but they are actually displaying at 150px.
The only way I’m able to get the images to display at 140px is by adding the following:
.fancybox img { width: 140px !important; height: 140px !important; }
This works, but it’s counter to the FAQ.
The other issue I’m having is with the pagination. It doesn’t work for me! I have it spec’d to be active in the shortcode, but the link that’s output just leads to my homepage. Any suggestions?
Also, this isn’t related to my site, but I did notice that the demo page is throwing a 403 error:
https://demo.instapress.it/
- The topic ‘[Plugin: Instapress] Pagination not working?’ is closed to new replies.