A. Jones
Forum Replies Created
-
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Changing Font SizeHello,
It doesn’t look as though you are still using this plugin so I am not able to determine what you did wrong. In the future you will get a much quicker response if you contact us through the web site.
Best regards,
AdrianHello,
Sorry for the late reply. You will get a quicker response if you request help via the web site!
The width and height in the shortcode is probably overriding the width and height in the style sheet, since it’s an inline style. I would remove that.
I’m not an expert in responsive design but I think you might use a proportionate size instead of an absolute size. Perhaps a proportionate font size for the caption..again, this is out of my area of expertise.
I check using the web browser element inspector and make sure that your styles are being correctly applied. (For anyone reading that is not familiar with it, I use google chrome, right click on the element and choose “inspect element” to see which sizes are being applied. You can also edit the styles in the browser. Unfortunately what you see in the browser on your computer doesn’t always match what you see on your phone, so I tend to go back and forth between the browser and the phone or the simulator!)
I would ask that you share your styles once you figure it out!
Thanks so much.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Generic image for posts with no thumbnailHi, thanks so much for the tip!
This is not built into the plugin but I think that there are other plugins that you can use to set a default thumbnail image.
https://wordpress.org/plugins/default-post-thumbnail-image/
I will think about adding this to future versions.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] display post thumbnails between date rangeThis is a duplicate post. Closing.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] display post thumbnails between date rangeHello,
No, but that’s a great idea. I’ll add it in the next release.
Never mind. I figured out the problem. He entered 365 days in the section event spans ____ days.
Forum: Plugins
In reply to: [Simple Backup] RefreshWill do. Thank you!
Great!
Also
.thumbnailgridcontainer {
display: inline-block;
}Yes, I discovered this recently – display:block always is 100%
In your custom css for griditemleft, try this
.griditemleft {
float:none!important;
display:inline-block!important;
}I don’t know why this isn’t working properly with your theme, but if I set the width to a fixed value, the smaller the fixed value is, the more likely your grid is to center. I tried 700px and it centers nicely.
Yes, that helps a lot. I’m looking at it now.
How about setting the gridwidth property in the shortcode? Try 90%. A grid with a width of 100% may not have much room to center.
Hello, are you setting the gridwidth property? I checked your pages and it doesn’t look like you are. Please read the FAQ.
If so, could you post your short code?
Forum: Themes and Templates
In reply to: [Openstrap] Menu when minimizedNo, I never did. The theme also doesn’t work well with multi-site. We are phasing it out shortly.