mysticminimalistartisan
Forum Replies Created
-
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Hide Shipping AddressWeird, I just received a reply to this post, but there’s no reply here. It was from moksha shah.
Anyways, I added the functions to my themes function file, but I get the following eror:
Your PHP code changes were rolled back due to an error on line 90 of file wp-content/themes/oceanwp-child-theme-master/functions.php. Please fix and try saving again.
syntax error, unexpected ‘&’
I have no idea which & to remove. Help? Thanks!
Forum: Plugins
In reply to: [WP24 Domain Check] Hide register & whois links on individual form?Hey @wp24dotorg I just noticed that the form on my other page isn’t showing the links now though. So I have a form on 2 different pages, https://www.walstonnet.com/utah-domain-names and https://www.walstonnet.com/utah-e-commerce-website-design
I only want to disable the links on the form on the utah-domain-names page. So just for the heck of it, I did go ahead & give the forms different ID’s (1 & 2) & on the utah-domain-names page I didn’t add the custom css, so it shouldn’t be hiding the links on that page correct? It is though. Any ideas how to fix this? Thanks so much!!!
Forum: Plugins
In reply to: [WP24 Domain Check] Hide register & whois links on individual form?Thank you SO MUCH! From that I was able to figure out how to hide the whois too. And they’re on different pages so I probably didn’t need the id, but I used it anyways LOL! Thanks again!
Forum: Plugins
In reply to: [WooCommerce] Checkout button says add to cartGreat, thanks.
Forum: Plugins
In reply to: [WooCommerce] Checkout button says add to cartI found a function to put in my functions file but I still would like to know why it did that you know.
Forum: Themes and Templates
In reply to: [OceanWP] Display Popup Login In A Different MenuI did @abhishek I opened all those tickets last night, including for this. Just waiting to hear back.
Forum: Themes and Templates
In reply to: [OceanWP] Display Popup Login In A Different MenuOk, I feel a little stupid cause it was right there in the customizer, but I figured it out. I do have a question still though, how can I change some settings for the popup buttons (radius) and at the bottom where it has the “not a member sign up” how can I change the “not a member” text and the text for the button from “sign up” to “signup”? That’s not in the customizer. Also, the “forgot your password get help” text?
Thank you!
Hmm, how can I delete this???
Yes you’re right I accidentally posted this in the wrong forum, LOL! Whoops! I’ll move it. Sorry guys!
Forum: Plugins
In reply to: [WP24 Domain Check] WHOIS CSSNope ??
Forum: Plugins
In reply to: [WP24 Domain Check] WHOIS CSSOk, I got it fixed, but closing that tag, THANK YOU!!!!! The only issue I have now is that the top of the modal window gets stuck under the sticky header. Do you know if there’s a way around this? If not, I’ll just make it wider, but I wanted to check first.
Forum: Plugins
In reply to: [WP24 Domain Check] WHOIS CSSOh wow, I wonder how I managed that, LOL!
So would I just change it to this:
@media only screen and (max-width: 480px) { } .site-breadcrumbs { display: none; }
Just seems weird to me because the first one is basically empty, right.
Forum: Plugins
In reply to: [WP24 Domain Check] WHOIS CSSOMG, you’re right! I can’t believe I didn’t catch that! I feel like such an idiot, LOL! Anyways, I deleted the duplicate, so now there’s only one again, cleared cache on both ends but the problem persists. IDK what to do. I know that you have done everything within your power to help me out so I’ll either just live with it (which will be hard because I’m a perfectionist with ADHD!) or keep looking & hope for a solution. Thank you SO MUCH!!!
Forum: Plugins
In reply to: [WP24 Domain Check] WHOIS CSSUGH, you’re right, I hadn’t cleared the server cache, so I did so in wp super cache, then cleared the browser cache again & refreshed & it’s still not working. BUT, this is the css that shows in the inspector:
.whois-info pre { margin: 0 !important; max-height: 500px !important; white-space: pre-wrap !important; overflow: scroll !important; }
but this is the css added to the custom css (BTW, I add/edit my custom css via the theme file editor as opposed to doing it in the customizer, not sure if it matters, but thought I would mention it) :
.whois-info pre { margin: 0 !important; max-height: 500px !important; white-space: pre-wrap !important; overflow: scroll !important; font-size: 12px !important; color: #000000 !important; }
I am baffled!
Forum: Plugins
In reply to: [WP24 Domain Check] WHOIS CSSWell unfortunately that didn’t work ?? But if I view it in the inspector & change it to this (in the inspector), it works. But then when I add it to the custom css, it doesn’t work again.
.whois-info pre { margin: 0 !important; max-height: 500px !important; white-space: pre-wrap !important; overflow: scroll !important; font-size: 12px !important; color: #000000 !important; }
Any ideas why it won’t work? TIA!!!