ingenuity
Forum Replies Created
-
Ok.
That’s very disappointing. What about the other three function questions? Can we put the description in
the margin below the image?1) to move the meta info about the images so it does not appear above the art image. It should appear beneath the image, like a caption.
2) restyle the black backgrounds to something that looks better/goes with the new theme of the site. Probably a clear or a very transparent dark background.
And 3) I’d like the image to occupy more space horizontally, as close to full-screen as possible.KK
Forum: Plugins
In reply to: [Volunteer Sign Up Sheets] Seeking demo of Eldercare Volunteer signupForgive me. I confused your plugin with another similar one that had a demo at fetchdesigns. I was asking if there was a demo I could see of how your plugin for WordPress volunteeer sheets was being used a real-world application. And I described what I wanted to create without reinventing something that already exists.
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Multi select results in nothing foundThanks for your prompt response.
I wish what you said was true, that the multiple select does work, but it does not. I don’t want conditional OR, I want multi-select, AND.
If you select landscape, you’ll see 4 products.
Select military, and you’ll see 2 products.
Select both landscape and military and you see the message I use instead of “Product Not Found”
Here is a link to a screenshot: https://angelwingdesigns.com/eraser/wp-content/uploads/2021/09/themify-category-menu.jpg
When I first started building the filter, the boxes came up square, with parent/ child relationships without any custom CSS. Now they give me these odd round fields and the indents don’t reflect the hierarch. Civilian and Military are the parent categories, all the others are children.
Forum: Fixing WordPress
In reply to: Lazy Load turned offUgh, this looks like it will be a lot of work. Thank you for your detailed explanation of what must be done. Would you please explain: How can I know if/when the problem has been resolved? Is it simply by looking for the word, “lazy” in the code seen in the lightinnerlight.com/feed ? And, if it does not appear, it was successful?
Forum: Fixing WordPress
In reply to: Lazy Load turned off@jnashhawkins, Thank you for your advice. I deactivated the plugins you recommended along with several others that were not needed. I checked ShortPixel, Shift8 CDN, and W3 Supercache and none was using Lazy Load. Jetpack is not in use. The theme has been in use for years and the images only began to not display on July 14th, around when I installed the Shift8 CDN and AutoOptimize. I just now purged the cache on the server and the browser but I still see Lazy Load in the /feed code. Could it be that the posts that were published when Lazy Load was active can’t have the lazy load removed? I’m still stumped.
Thank you! I have replied via email and will unsubscribe from this forum topic.
Forum: Plugins
In reply to: [Divi Accessibility] aria-label on linksI have not assigned any ARIA landmarks. Does Divi do that automatically? I just started using Divi Accessibility and my site gets terrible scores from the SiteImprove Accessibility checker. What can I do to improve my score? The only documentation I have found for this plugin is How to Install and this forum.
Forum: Plugins
In reply to: [YAWPP (Yet Another Wordpress Petition Plugin)] English pleaseThank you for the English version. The submit button is not in English. It says Valider. How can I find the file to edit to have it say, Sign the petition” or “Submit”?
Also, I see that my test signatures has been recorded, when I use the short code [yawpp-signs-1]. I don’t wish to display the signers publicly, but I do want a private notification when someone signs and a tally of how many have signed. Is that possible?
The form is on this page (not yet linked to the site’s menu)
https://changeaustin.org/make-growth-pay-sign-petition/@tumptyteapot, as I understand it, the problem is with the plugin and it pertains ONLY to the thumbnails for albums. You should be able to resize the thumbs for the gallery. For the album thumbnail problem, the only resort is to roll back to an earlier version of the plugin or to wait for the next beta or full release of the plugin. If that is not correct, I hope someone will please explain to us both.
@photocrati When will the next (beta) release be available and how can one be notified of its release? Is there nothing that can be done in the meanwhile to enlarge the album thumbnails and hide the white borders? Thanks.
The site with the NGG album size issue can be seen on https://andersenceramics.com/showcase/
Using the compactbox, I’m unable to hard-code a larger thumbnail as @photocrati instructs above. I edited this code to make the album thumbs bigger:
// legacy templates expect these dimensions $image_gen_params = array( 'width' => 240, 'height' => 180, 'crop' => TRUE ); } else { // use settings requested by user $image_gen_params = array( 'width' => $displayed_gallery->display_settings['thumbnail_width'], 'height' => $displayed_gallery->display_settings['thumbnail_height'], 'quality' => $displayed_gallery->display_settings['thumbnail_quality'], 'crop' => $displayed_gallery->display_settings['thumbnail_crop'], 'watermark' => $displayed_gallery->display_settings['thumbnail_watermark'] ); }
I also tried editing the css as @baspisa suggested. I was able to make the thumbs larger and not display the white margin, but I could not get the gallery titles and page text below to go further down the screen, so I gave up on that.
The host resolved the problem by editing the database directly.
I posted a question about what I thought was a similar problem, but I don’t have a solution. Did not mean to be rude. I’ll post separately. Hope you find an answer.
It was a cache problem, now resolved. I’d like to delete this post but don’t see a way.