Forum Replies Created
-
AuthorPosts
-
Perfect, awesome, thank you so much! I also added my own class to the columns and added some css to adjust the height to taller than the max 500px allowed in the options (just in case this helps anyone else):
.taller .avia-fold-unfold-section .av-fold-unfold-container.folded { max-height: 1000px !important; }
Thanks again!
June 19, 2024 at 8:01 pm in reply to: add categories to default (business) style blog post element grid layout #1452033Thanks again, Guenni! I’m running the simpler solution by my client — I think it will suffice, but I sure do appreciate you providing these options! And thank you again, Ismael — very much appreciated!!
June 19, 2024 at 8:43 am in reply to: add categories to default (business) style blog post element grid layout #1451939Thanks Guenni — that’s cool — Do you know how to get the categories to show in the same line as the date (like on the single posts) or below the date?
June 19, 2024 at 8:36 am in reply to: add categories to default (business) style blog post element grid layout #1451937Nice — thanks, Ismael! It looks like this is adding it to the entry-content-header, above the date/slide-meta — (see https://capture.dropbox.com/n0V8ei2BrNWlpnaG or Latest News on https://century.org/ ) — Is it too hard to get it in the same line as the date (like on the single posts) or below the date? Thanks again!
February 10, 2024 at 7:29 pm in reply to: match layerslider text container with Enfold max-width margin auto #1433941OK, thanks anyway for trying all those things!
January 4, 2024 at 7:13 am in reply to: full page overlay menu tablet portrait view – scrolling page in background #1429240Looks good — thanks as always, Ismael — embarrassed I didn’t figure that one out myself ;)
Thanks, but the code you posted there (pasted below) actually seems to be for the solution in this thread, so I think continuing here makes more sense. This is the thread asking if it’s possible to break the overlay/burger menu into columns — the other thread is asking if the 3-column mega menu can span the full site width. The code below refers to the burger menu, so I guess continuing here makes more sense, no?
Your code seemed to target one level too deep — maybe because I hadn’t actually changed this nav to a burger menu, yet (it was still a regular/text nav, set as a mega menu with everything nested under a “menu” button). So I switched to the burger and removed the last ul in your 2nd rule. Then I added a float: left, to get the lis/columns to layout horizontally. But the 4th column was sort of tucking up under the 3rd, so I added a “break” class to the 4th menu item and added a rule to clear: left on that item.
That seems to get me close enough — I think now I can just play with the theme options/styling and refine the css to make everything look better (and of course disable these columns on the phone version, since three columns won’t work there) — so, thank you! Unless you have any other comments, feel free to close this thread.
Your code:
#av-burger-menu-ul li.menu-item-86 { display: flex; flex-wrap: wrap; } #av-burger-menu-ul li ul { display: flex; flex-flow: column; flex-grow: 1; width: 33%; }
My version:
#av-burger-menu-ul li.menu-item-86 { display: flex; flex-wrap: wrap; } #av-burger-menu-ul li.av-width-submenu { display: flex; flex-flow: column; flex-grow: 1; width: 33%; float: left; } #top #wrap_all #header #av-burger-menu-ul > li.break.av-active-burger-items { clear: left; }
Sorry — credentials are now in Private — The header is 150px, but the scrolling doesn’t seem to change when the header is shrunk. I figured it was probably some offset for the header, but even if that’s true I don’t really understand what’s happening with that calculation. But that’s ok — again, it seems to be working, and it’s certainly not your job to help me understand the code ;). Feel free to close this thread.
Thanks, Rikard — I get that; I just don’t understand why we’d have to subtract from the max height, and why it seems necessary to subtract more in order to get more scroll — like, why did I have to change that number from 20 to 120? But again, I’m just curious — it seems to be working, so don’t feel obligated to answer.
Thanks, Rikard — this is also for https://dtpc.wpenginepowered.com/ (pw in private content) — I have multiple tickets open for this; trying to find the best viable option — the full page overlay menu option in question here would be my first choice, if I could just break the nav into columns within that. Thanks!
Sorry about that — here you go…
Nice, Guenni007 — it didn’t scroll down far enough with 20px, but I changed that to 120px and it seems to work now….but I don’t really understand why — what is that calculation doing, anyway? I mean, you’ve done enough — you don’t have to also explain it to me ;)
Perfect — thanks again, Ismael!! Feel free to close this thread.
NIce — thanks again, Guenni!!
Awesome, Guenni — thanks so much!! I never thought to dissect the font file like that — makes perfect sense, obviously! Thanks for all the detailed info — you’re the bomb!
Ah, ok, thanks for explaining. I think I did originally exhaust the possibility of using their shortcode, including their extra Filter Bar plugin, and then that other ECS (Events Calendar Shortcode) plugin, but in the end using your Blog Posts element was what finally did the trick — but I can’t say I’m positive we ever had the recurring events working correctly. And that was several years ago, now. So, I’ll bounce your explanation back to tribe and see if they either have an solution or if some improvements in tribe events and/or ECS since then might get us what we need. Thanks again for all your help!
Nice, getting so close. But the recurring events still only seem to be showing the one/next future event — we need to show the other days for those events — can we get more of those recurring events to show? Also, thanks for pointing out the two two spots for updating the number of posts — I had tried the first one but missed the second — but now that number overrides the Pagination option in the Blog Posts element, eh? That may not be critical, but I know the client would like some pagination, especially if we can get more recurring events to show. Thanks again, SO much!!
Thanks again, Ismael. I hate to keep pestering you about this, but, for a couple of years we did have the events dates showing instead of the publish dates — did we somehow lose that code along the way, or could it have something to do with the // ADD POST SORT OPTIONS TO ENFOLD ELEMENTS code at the bottom of our functions.php file? Let me know if I’m asking too much. We also need to be able to show more events, farther into the future.
Nice! Any idea why only four events show, and why they seem to be out of order?
Thanks Ismael, I bounced it over to them and they responded with this:
Though customizations like this are technically, not covered by support, we always do all we can. The place to start with setting up queries for our recurring events is here: https://docs.theeventscalendar.com/apis/custom-tables/events/ . Hope this helps and Please let me know if you have any questions.
Can you work with that or is it too minimal/vague? Thanks again.
Thanks, Ismael. Looks/sounds a little over my head — unfortunately I still don’t actually *know* php. But I think I found a workaround: I can save my Elementor footer section as an Elementor “template”. The problem is, updates to those “templates” don’t apply to every page containing the template — Elementor wants you to use the Theme Builder to do something like that — and if I use the Theme Builder to create the footer, it cancels out the Enfold header (the reason for this ticket). BUT Elementor does provide shortcode for those “Saved Templates” (see https://capture.dropbox.com/N8yakpTKi7pSjcLE ), so if I just save my Elementor footer section as a template and drop the shortcode in at the bottom of every page, then, when I make a change to my footer via the Saved Templates, it applies to every page containing the shortcode. So then I have my goal: Enfold headers with Elementor footers (updatable from one file)!
Thanks so much for sticking with me on this — I think exhausting the possibility of using Elementor’s Theme Builder to handle the footers helped/forced me to look at the problem from a new angle and discover this workaround.
- This reply was modified 1 year, 2 months ago by sky19er.
Thanks again, Ismael, but it’s not even showing all the non-recurring events — it’s only showing one event at a time, even if they’re just separate, single/one-time/non-recurring events. Just making sure — did you understand me on that? Thanks again.
OK, but in crafting my ticket for them, I also noticed, even with single day events, I can only get one event to show at a time — only the next upcoming event. For example, I set up a “test single” event for 9/24, we have the September Resident Meeting on 9/26, and I added a “test single 2” event for 9/30 — if those are all assigned to Casa Domingues, only the 9/24 event will show ( as I have it now https://gobhdev.wpengine.com/property/casa-dominguez/); if I unassign that event, the 9/26 event will show; and if I unassign that event, the 9/30 one will show. Does that offer any clue, or should we get that sorted out before I submit my ticket to tribe?
Also, btw, I removed the All Properties taxonomy from the Blog Posts element for Casa Dominguez, to avoid confusion (see https://capture.dropbox.com/99EZcqUs4lQKSboL ).
And I forgot to mention, I noticed previously it looked like you’d checked the Events > Settings
> Condense events in Series option, but I think it’s better to leave that unchecked (https://capture.dropbox.com/UHDCW3rrEp2dLByu ) to make sure folks can see there are events available throughout the week, for example.I also forgot to mention that I noticed previously it looked like you added an _bak to the shortcodes folder in the child theme (see https://capture.dropbox.com/WHiEPCI64AzsbJns ) — that _bak was lost when I recopied the live site to dev, awhile back, to get the latest WLM (WishLIst Member) update — should we add the _bak to that folder? I hope I didn’t screw you up by recopying the live site like that.
Thanks again so much for sticking with me on this, and lmk if you have any questions.
Thanks, Ismael. I can try bouncing over to tribe events support, but looking at the display that only uses their elements — https://gobhdev.wpengine.com/resources/virtual-events/ — everything seems to be working properly. Have you already seen that display / does that offer any clues?
Also, just in case it helps, I’ve noticed the single events seem to come and go on a property as I play with the recurring events assigned to the same property. For example, it seems like if I add more than three days to the After-School Program recurring event — depending on which days of the week I add — the single event on Casa Dominguez disappears. But again, regardless, https://gobhdev.wpengine.com/resources/virtual-events/ shows everything.
Thanks again.
Thanks, but that didn’t seem to do it — still nothing showing on https://gobhdev.wpengine.com/property/casa-dominguez/ . I set up the Dev site and gave you admin and sftp info so you can troubleshoot without me being in the middle, if you want. Thanks again and lmk if you have other questions.
Hmm, I don’t see the setting you’re referring to — you mean in Events > Settings > General? You can see the recurring events showing in the Calendar view (eg After-School Program on https://gobhdev.wpengine.com/resources/virtual-events/ ). And on the live site, with the custom code disabled, the recurring events seem to show on the Calendar, but only the past recurring events seem to show in the listings on the property pages (eg After-School Program on https://gobeyondhomes.org/property/casa-dominguez/ ). Does that offer any clues? Thanks again!
No prob — thanks so much, Ismael — makes sense. Seems like a long-shot, but any chance I might be able to add a snippet in the Theme Builder header template that would call/get the Enfold header or code? Thanks again.
Great — thanks so much, Mike (and the team)!!
Ah, ok, well, thanks for trying — is there anyone else you can run it by? Maybe Ismael could take a look? :)
Hmm, you sure? I just tried it in multiple browsers, private windows, etc. — seems to be working, no? Oh, I guess you’re referring to the sftp info? But that seems to be working, too — I can’t reveal the pw in filezilla, but I just double-checked it with the pw I gave you and it seems to be working — here’s a screenshot, in case that helps: https://capture.dropbox.com/xpPsJaSF5AWS4lnY — lmk if you’re still having trouble.
-
AuthorPosts