klpiazza
Forum Replies Created
-
Forum: Plugins
In reply to: [Timetable and Event Schedule by MotoPress] Stop Rounding Start TimeHey @liocubs, Thanks. I’m not sure I understand your question but the simple answer is that it worked right out of the box for us. Specifically, we made the “columns” the dates of the festival. The “events” are the festival stages. Then use this shortcode:
[mp-timetable col="581" events="603,592,602,604,601,591" event_categ="21,22,23,24,25,26" title="0" time="0" sub-title="1" description="1" user="1" row_height="45" font_size="1.2em" view="tabs" label="All Events" hide_label="0" hide_hrs="0" hide_empty_rows="1" group="1" disable_event_url="0" text_align="center" text_align_vertical="middle" id="doodl-tt" custom_class="doodl-tt" responsive="0" increment="0.25"]
Where the col=”xx” is the date and events=”xx” are the stages. Everything else is pretty self-explanatory. Make sure your dates and times are in the near future. It should work.
Is that what you’re asking? Hope that helps.
Forum: Plugins
In reply to: [Gallery PhotoBlocks] Full Width BreakingThanks for responding, but I have found another solution that fulfills our needs for now. Take care.
Forum: Plugins
In reply to: [Gallery PhotoBlocks] Image Settings “On Click” Target Not workingFigured it out ??
You have to go to LIGHTBOX and choose DON’T USE LIGHTBOX in order for the link to behave properly. It is still a blank target though, so that’s kind of confusing, but it is working now.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] 2023 theme mobile menu break point@uxl Thanks! That’s a lot of work. I thought there might be a simpler option. Much appreciated. Take care.
Forum: Themes and Templates
In reply to: [Astra] Remove “Archive:” TextWorked like a charm ?? Thanks!
I’m getting too old for this stuff ??
Forum: Fixing WordPress
In reply to: Video pluginGreat ideas. Not exactly what I’m looking for ??
This is why it’s so hard. And I’m probably not explaining it well. I’m not sure anything like this exists ?? Maybe it is just a separate WP install that users log into and update manually, though that is not ideal either since I don’t want the questions to change.
A better explanation: For example, say there are 20 bios I need to create on my site. Each bio would have its own page. One page might look something like this on the frontend:
(I establish the person’s name in the title)
ie. Joe Montana’s Biography(I establish the questions that can’t be edited)
Question #1 – When did this person live:
(there is a comment box for just this question)Question #2 – When and where was this person born?
(again there is a comment box for just this question)Question #3 – How many children did they have, if any?
(etc, etc)
—I just need frontend page info to be updated live on each page by a logged in user. I’m not wanting to create new posts or send any kind of email forms, though that may be part of it. Mostly just want live page updates (kind of like comments, but multiple per page). Maybe that explanation helps better. Sorry if I’m not clear.
Thanks for your suggestions and help, those are cool. I really appreciate it.
Forum: Themes and Templates
In reply to: [Fukasawa] Fukasawa 1.20 and WP 5.0.1 don’t get on to wellTo chime in – Just had this issue myself and after trying everything here I found that Jetpack was causing an issue for me. A quick ‘deactivate’ and ‘delete’ and reinstall and all is well. Not sure if there’s a way around that, or if that will help someone else figure out what’s wrong. Great theme! Love it.
Still trying to figure this out – does anybody know which file contains the
<head>
meta tags? Thanks.Forum: Themes and Templates
In reply to: [Blog Way] Sidebar has disappearedSame here!
Looking for a follow-up solution.
Thanks.
Started working again after restarting my iMac. Probably a local issue and not a Security Ninja issue. Great support, though. Thanks, guys!
Thanks. I’ll email you and hopefully post any clarifying info here.
Forum: Themes and Templates
In reply to: [Gridsby] Full Width VideoFigured it out, thanks to CSS-TRICKS:
.embed-youtube { position: relative; padding-bottom: 59.25%; height: 0; overflow: hidden; z-index:0; margin-bottom:20px; } .embed-youtube iframe, .embed-youtube object, .embed-youtube embed { padding:0; position: absolute; top: 0; left: 0; width: 100%; height: 95%; z-index:0; }
adjust to taste.
Forum: Themes and Templates
In reply to: [Gridsby] Full Width VideoWith a little research, here is what I came up with based on CSS-Tricks (https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php).
.embed-youtube { position: relative; padding-bottom: 59.25%; height: 0; overflow: hidden; z-index:0; margin-bottom:20px; } .embed-youtube iframe, .embed-youtube object, .embed-youtube embed { padding:2%; position: absolute; top: 0; left: 0; width: 100%; height: 94%; z-index:0; }
Seems to work great. Hope it helps someone else.
Forum: Themes and Templates
In reply to: [Gridsby] Full Width Videowith a little research, here is what I came up with based on CSS-Tricks (https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php)
.embed-youtube { position: relative; padding-bottom: 59.25%; height: 0; overflow: hidden; z-index:0; margin-bottom:20px; } .embed-youtube iframe, .embed-youtube object, .embed-youtube embed { padding:2%; position: absolute; top: 0; left: 0; width: 100%; height: 94%; z-index:0; }
Seems to work great. Hope it is helpful for others.
Forum: Themes and Templates
In reply to: [Gridsby] Full Width VideoThanks! That makes the video container 100% wide (just like I asked ?? but now I’m wondering if there is a way to make the height proportionate so that the actual video fills the space both vertical and horizontal. Right now there is a large black area on both the left and right sides of the video when played.
Thanks again – I really appreciate the help.