Forum Replies Created
-
AuthorPosts
-
Actually, sorry to confuse you, but for me, using the title fields would be ok — there’s an advantage there for me in that I can use some html in the title fields (html gets stripped out of the alt fields), so I can italicize the title of the artwork in these galleries. SO, if I can just hide the tooltips, that’s all I really need. So I updated to 4.5.7, but the remove tooltip function still doesn’t seem to be working — I’m using the title field on the first image here http://l2f.0b8.myftpupload.com/f-r-a-g-m-e-n-t-s-chaos-mixed-media/ and the tooltip is showing.
Oh, but we have to be able to update — I can’t be stuck in 4.5.6 forever ;) — so please don’t waste time trying to find a solution that only works for 4.5.6 and below — at least not on my behalf.
Thanks, Guenni007 — I have some code that seems to be basically taking what I have in the alt tags and duplicating that to the title tags (as long as the title tags are empty — that’s the first function, below — I thought I got that from you, no? So that lets me leave the title fields blank and still shows captions in the lightbox (eg http://l2f.0b8.myftpupload.com/f-r-a-g-m-e-n-t-s-chaos-mixed-media/). But, since it also basically creates title tags, the tooltips still show ;) . And unfortunately, your additional code from above doesn’t seem to hide the tooltips. So, here’s what I have — again, the first function lets me leave the title field blank and still shows captions in the lightbox, but the second function doesn’t seem to hide the tooltips. Seems to me, if we could somehow get the lightbox to actually pull the captions from the alt tag — as opposed to just duplicating the alt tag to the title field/tag — then just leaving the title fields blank would prevent the tooltips from showing. Anyway, let me know if you figure anything out — and thanks!
function gallery_title_fix(){ ?> <script> (function($){ $(window).load(function() { $('.lightbox-added img').each(function(){ var lin = $(this).attr('alt'); $(this).attr('title',lin); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'gallery_title_fix'); function remove_standard_tooltip(){ ?> <script> (function($) { $(window).load(function(){ $('a.lightbox-added .av-masonry-image-container').hover( function() { $(this).attr("orig_title", $(this).attr('title')); $(this).attr('title', ''); }, function() { $(this).attr('title', $(this).attr("orig_title")); } ); }); })(jQuery); </script> <?php } add_action('wp_footer', 'remove_standard_tooltip');
Yes, but it seems to still be pulling from the title tag — the script seems to just duplicate the alt tag to the title field, and the captions still pull from the title — I was asking if you had a snippet that would actually pull from the alt tag, so I could maybe get rid of the titles and thereby avoid having the tooltips pop up over the thumbnails.
June 2, 2019 at 6:56 pm in reply to: How to Remove Caption or Description HTML from Image Hover in Masonry Gallery #1106416Hmm, I’m surprised, but ok, thanks anyway.
Thanks, Victoria. Actually, Guenni007’s script seems to duplicate the alt tag to the title tag, if the title tag’s left blank. But that causes the tool tips to show when hovering over thumbnails in the masonry gallery. What I really need is to somehow have the lightbox actually pull the captions from the alt tags, so I can leave the title fields blank and thus prevent the tooltips from showing. Do happen to have a function or filter that tells the lightbox captions to pull from the alt tags instead of title tags?
Thanks again!! Here’s an example of the galleries I’m working on http://l2f.0b8.myftpupload.com/natural-and-organic-oil-paintings/
June 1, 2019 at 5:57 pm in reply to: Enfold Masonry images, once expanded (lightbox), don't load full size image. #1106154Golden — thanks, Mike!
June 1, 2019 at 8:16 am in reply to: How to Remove Caption or Description HTML from Image Hover in Masonry Gallery #1106003Is there a way to have the lightbox captions pull from the alt tag instead of the title tag? That way we could prevent the tooltips from showing by just leaving the title fields blank, right? Thanks!
Thanks, Guenni007 — just what I needed to pull from the alt tags instead of titles!
June 1, 2019 at 2:26 am in reply to: Enfold Masonry images, once expanded (lightbox), don't load full size image. #1105900I just realized I’m having the same issue with the lightbox versions of individual images, using the Media > Image element — for example, the first two images on http://l2f.0b8.myftpupload.com/migrations-custom-4-col/ — do you know how I can modify that filter to include those versions as well? Thanks!!
May 23, 2019 at 8:51 pm in reply to: Enfold Masonry images, once expanded (lightbox), don't load full size image. #1103784Awesomesauce, cyrusis — THANK YOU!
Ah, sorry, I figured it out yesterday and forgot to let you all know — my apologies! It was just that particular project somehow wasn’t connected to my billing account in google. Not sure how that happened — and it was hard to even find where the project-specific billing settings were — but connecting it did the trick. Thanks anyway.
November 30, 2018 at 8:22 pm in reply to: Vimeo embed with autoplay doesn't seem to be working #1039423No, if you click on that svg it takes you to the Films section, then if you click on any of the films they autoplay in Safari.
November 27, 2018 at 7:50 pm in reply to: Vimeo embed with autoplay doesn't seem to be working #1038165On the link I provided above, for http://crownsandowls.com — if you click through to any of the Films from their home page, they DO autoplay in Safari — you just have to click through from their home or Films page http://www.crownsandowls.com/film (you can’t go directly to the link). But even if I click through on my site http://a48.f29.myftpupload.com/motion/ (click on Shaun Ross, lower-right) — it doesn’t work.
If Crowns & Owls is getting it to work, there must be a way.
November 26, 2018 at 8:07 pm in reply to: Vimeo embed with autoplay doesn't seem to be working #1037754Thanks, but, isn’t that on the user’s end? I can’t provide instructions on the site, telling users to change their Safari settings ;) . This site seems to have figured out how to get Vimeo to auto-play in Safari — any idea how they might be getting around it?
November 20, 2018 at 8:29 pm in reply to: Vimeo embed with autoplay doesn't seem to be working #1035780Thanks, Victoria — that did turn out to be the issue — chrome and safari are apparently blocking vimeo videos with audio from autoplaying. What worked for me in Chrome was simply adding allow=”autoplay” to the embed code. If I add &background-1 to the src tag, the video autoplays in Safari, but it’s muted. I can’t seem to find how to get Safari to autoplay the video WITH audio — any of you know that workaround?
Thanks again.
November 14, 2018 at 7:25 pm in reply to: masonry not showing under advanced layer slider with parallax #1033624Thanks, but I don’t have the time or need to play with this right now. The issue seems pretty consistent (or at least very frequent) on my machine (High Sierra/Chrome/Safari), if you’re somehow able to test on a mac. Otherwise, thanks anyway and maybe I’ll revisit this a the client requires this set-up in the future.
https://screencast.com/t/RR76ECPQvyl
https://screencast.com/t/DLVi9oozQHZoNovember 12, 2018 at 11:04 pm in reply to: masonry not showing under advanced layer slider with parallax #1032776No prob — you should be able to see the issue on this page: http://a48.f29.myftpupload.com/home-portfolio-items/
Thanks and let me know if you have any questions.
November 8, 2018 at 8:19 am in reply to: masonry not showing under advanced layer slider with parallax #1031135I no longer need this answer, now — we’ve decided against using the parallax — thanks anyway.
November 8, 2018 at 2:08 am in reply to: masonry portfolio items perfect grid no switch to column count screen options #1031051That seem to work — thanks!
I was having the same issue, but when I clicked the Save All Changes button (where the loader was just hung/spinning), reloaded the page (and cleared the cache), went back to the Them Update pane, and got the “last we checked could not validate” error, I just clicked the Revalidate or remove token button and then it validated.
-
This reply was modified 6 years, 7 months ago by
sky19er.
Sorry, that was just a typo — the folder name never changed — just the css file. So, any idea how I can get my options panel functioning again? And what’s all this stuff in this dev folder — https://screencast.com/t/d7vNGkuwHSZ2 — is that stuff you guys put there? Can I get rid of all that now?
And I can handle the breadcrumb issue with the Breadcrumbs Hierarchy option in the Portfolio Items — I don’t need that function.
-
This reply was modified 6 years, 8 months ago by
sky19er.
Hey, I just noticed/remembered today about the option to set a Breadcrumb Hierarchy for portfolio options — that’s the only reason I was trying to run a child theme on this site — because I thought I had to implement this code to handle the issue with my portfolio items not showing the right breadcrumb hierarchy: https://kriesi.at/support/topic/portfolio-items-shows-wrong-category-in-breadcrumbs/#post-185969.
So, I switched back to the parent theme and renamed that css file in the dynami_-avia folder to enfold.css, but now my theme’s still not registering changes to the General Styles pane.
Can you help me get back to where I was?
OK, I updated to 7.2, disabled all plugins, and changed the logo area Primary and Highlight colors to black, but the change had no effect on the front-end. Any other ideas?
Thanks.
Thanks, but I followed your instructions — disabled all plugins and changed the logo area primary color from red to blue and it doesn’t seem to have any effect on the front end.
September 20, 2018 at 1:03 pm in reply to: Custom Map Marker Image Size : Won't Display at 80x80px #1012280Thanks, but now I seem to be having an issue implementing child themes (see https://kriesi.at/support/topic/child-theme-has-no-css/#post-1012180).
Sure… FYI, I just tried switching to a child theme on another site and ran into the same issue. Maybe something about a recent update… or, of course, could be some new combination of things I’m doing/using.
Thanks!
-
This reply was modified 6 years, 8 months ago by
sky19er.
September 19, 2018 at 7:19 pm in reply to: Custom Map Marker Image Size : Won't Display at 80x80px #1011989Finally got around to trying this — the thumbnails do seem to have changed to 160×169 — a thumbnail that size even shows in the Edit Location dialog box (see screen grab: https://screencast.com/t/g89g0UQ8FmnY ), but the largest option in the dropdown is still 80×80, and it’s still showing as 40×40 on the front end.
Any other ideas?
Thanks!
I didn’t hear back from you for a bit, so I restored that dynamic_avia folder and reactivated the parent theme, so the site doesn’t look broken in the time being. Please let me know if/when I can try something else. Thanks.
OK, I tried that but it doesn’t seem to be working. The folder doesn’t seem to be recreating. I tried moving the old folder up to the root, too, FYI. Now neither child nor parent is working, of course.
-
This reply was modified 6 years, 7 months ago by
-
AuthorPosts