Esch
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Square] Payment failing (Bad_request: intent_mismatch)@uxuidesign So 2.08 didn’t work for you with this issue?
Forum: Plugins
In reply to: [WooCommerce Square] Payment failing (Bad_request: intent_mismatch)No I haven’t because I’m not exactly sure where to get it. I upgraded it from within WordPress, so don’t have an old copy of it laying around offline.
Forum: Plugins
In reply to: [WooCommerce Square] Payment failing (Bad_request: intent_mismatch)Oops, sorry for leaving that out. It says 2.1.0
Forum: Plugins
In reply to: [WooCommerce Upcoming Products] Available date wrongly calculatedI know this is an old post but wanted to add that I have this problem too. It doesn’t release the product on the date you set. I’ve been having to go in and manually uncheck the upcoming product on the date so it would work, otherwise it sits there past the date I set still unavailable. :/
- This reply was modified 6 years, 5 months ago by Esch.
Forum: Plugins
In reply to: [Contact Form 7] Stacking Checkboxes For One Form OnlySigh, ok, added to my CSS but it’s not working. Need to figure out what is going on. I also tried adding !important but that didn’t help. I read that link so will go through it again and hope to figure this out. I don’t know why this ability isn’t built into the plugin. Makes no sense.
- This reply was modified 6 years, 9 months ago by Esch.
Forum: Plugins
In reply to: [Contact Form 7] Stacking Checkboxes For One Form OnlyThanks for the help @buzztone , so if I’m understanding correctly, is this the proper formatting to add this to my CSS?
#wpcf7-f5436-p6542-o1 .span.wpcf7-list-item {display: block;}
Forum: Plugins
In reply to: [WP Hide Post] Plugin generates errorIf anyone finds a replacement plugin that does the same thing as this I would love to know about it, thanks!
Also does anyone know of a way to check your posts/pages in bulk to see which ones you use this plugin on? I have a large site and have been using this plugin for years, so I have no idea what will be affected by deactivating this, sigh.
Forum: Plugins
In reply to: [VS Event List] Adjusting the columns and location formattingOk, just tried all of the above and none work. This makes me think the mobile version of the site’s theme is severely hampering any changes. I wish there was a Firebug equivalent so I could see what is going on inside the phone exactly, but it looks like there isn’t any easy way to do it.
I’ve taken up way way too much of your time and I really appreciate everything you’ve done for me. I’ll contact the theme dev and go from there and see what my options are. Like I said it doesn’t look bad on my phone, just not as good as I know I could make it.
Thank you again and a HUGE thanks for working on making links clickable using that custom fields plugin. That will expand what I can do greatly!
E
Forum: Plugins
In reply to: [VS Event List] Adjusting the columns and location formattingOn my way out the door so will try the above stuff soon. In the meantime you can email me at eschsnoats AT gmail DOTCOM, thanks!
Forum: Plugins
In reply to: [VS Event List] Adjusting the columns and location formattingAlso a side note, I have this in my child CSS..
.vsel-meta-date {clear:none; float:left; width:60%;}
.vsel-meta-time {clear:none; float:left; width:40%;}I tried to add “font-size:2em;” to both to make it bigger, but nothing I tried changed the font size. Something is suppressing that as well for some reason. Ah well.
Forum: Plugins
In reply to: [VS Event List] Adjusting the columns and location formattingThe above didn’t work either. This is rather perplexing.
I searched the child theme and main theme’s CSS for H3 references but none that I could find seem to conflict with what I’m trying to do.
I even went so far as to add this to the bottom of my child CSS to see if I could force it, but unfortunately it didn’t work either.
@media screen and (max-width: 39.9375em) {.vsel-meta-title {font-size:1.25em;font-weight:bold;color:black;text-decoration:underline;}}
I don’t have these events live yet, so if you want to give me your email address I’ll set it up so you can view them, but without any sort of Firebug solution for mobile, I’m not sure what you will be able to do with it.
On mobile it doesn’t look bad, I just know I could make it look better. If this is some freak unsolvable CSS conflict then I’ll just suck it up and live with it. 😛
Thank you again for all your help with this.
Forum: Plugins
In reply to: [VS Event List] Adjusting the columns and location formattingThanks for helping me with this. So !important didn’t work for either bold or underlined however the <h3> tag you asked to insert into the page DOES work. I changed it to be underlined and bold and both worked fine.
Great news about making the ACF url fields clickable, thank you so much for doing that!
Forum: Plugins
In reply to: [VS Event List] Adjusting the columns and location formattingThanks for the quick response. I actually disabled single event pages, so the titles to each event are no longer links. I did go through your CSS via the plugin editor and saw the above mobile code, but since it didn’t have anything specific to the title I thought maybe there was some CSS hiding somewhere else I wasn’t aware of.
I also made sure to have all my CSS changes for the plugin that are in my child theme be at the very bottom as well, thinking I had some mobile code in there conflicting with it, but it didn’t help. I’m at a loss why bold/underlined isn’t showing up on my phone but shows up on desktop just fine. :/
Forum: Plugins
In reply to: [VS Event List] Adjusting the columns and location formattingSorry to bother you again but another question related to the CSS.
For “#vsel .vsel-meta-title” I added to it to make the title bold and underlined. This works great on desktop. The problem I’m having is it doesn’t work on my mobile phone. On the phone the title is not bold nor underlined.
Is there another set of CSS used specifically for mobile phones? If so, what would those be? I’m trying to change “#vsel .vsel-meta-title” and “#vsel .vsel-meta p” specifically. Took me a while to realize there may be a second set of CSS for mobiles. Thanks for your help!
Forum: Plugins
In reply to: [VS Event List] Adjusting the columns and location formattingI actually tried this earlier today with the custom fields plugin but had issues with that. For one, even if I selected URL or LINK as the type of field, it would never be clickable. The second problem was it would list the field name next to it…
Location: http://FAKEURL.COM
instead of just
http://FAKEURL.COMand there didn’t seem to be a way to remove that. The bigger issue though is that nothing I did inside that custom fields plugin made the links clickable. :/