lilbunny
Forum Replies Created
-
This has been solved. It was a template issue, and not a plugin issue.
Forum: Plugins
In reply to: [Adminimize] How to hide Yoast icon in backend menuHow do you hide the left hand side Yoast menu for editors?
Hi Fernando,
It sounds like you may not be familiar with Woocommerce plugins and Stripe Elements. We’ve been using Stripe/Woocommerce for years without any failed legitimate transactions using only:
first/last name
email
cc number
exp. date
cvvIf you look at the Stripe Elements example page it shows a setup where ZIP is also added, and NOT the full address. https://stripe.dev/elements-examples/
(3rd from top, yellow pay button.)That is the setup we would like to use, but the woocommerce stripe plugin doesn’t seem to facilitate this setup correctly using the checkout field editor.
I’m willing to pay a dev with experience to assist with the correct setup noted in the Stripe Elements example.
https://github.com/stripe/elements-examples/#example-3
Example 3:
JavaScript
CSS
Example 3 shows a form that uses individual cardNumber, cardExpiry, and cardCvc Elements with a custom web font.
The form also collects postal code outside of the payment form.Forum: Themes and Templates
In reply to: [OnePress] Remove Empty Mobile Menu?Thank you, that’s perfect.
Forum: Plugins
In reply to: [Firelight Lightbox] Load plugin only on certain page(s)Thank you, that works great!
Forum: Plugins
In reply to: [Firelight Lightbox] Load plugin only on certain page(s)To clarify, can it be disabled on BOTH, posts and pages?
e.g. Post ID 20, Page ID 21Forum: Plugins
In reply to: [Firelight Lightbox] Load plugin only on certain page(s)Thank you for showing me that, that’s really cool.
It doesn’t seem to be working on posts though. When we add page IDs it disables, but if we add a post ID or custom post type ID FancyBox isn’t disabling.
Can FancyBox be disabled on posts?
Forum: Plugins
In reply to: [Firelight Lightbox] Load plugin only on certain page(s)Hello,
How does the code look to disable on more than one page? eg.
domain.com / news-updates / news-page-1
domain.com / about-us
etc.thanks
Forum: Plugins
In reply to: [Yoast SEO] Rebuild permalinks from titleHello,
I tried that, but it didn’t rebuild the permalinks. I’m looking for a way for wordpress to rebuild all the permalinks from the title.
Forum: Plugins
In reply to: [Yoast SEO] Title outputs apostrophe and special characters as HTMLHello,
There’s really nothing to show except my explanation above.
Symbols are turned into HTML in the Title. So you if you view source, symbols in the title tag:
That’s an apostrophe
Forum: Plugins
In reply to: [Yoast SEO] Title outputs apostrophe and special characters as HTMLI can’t, it’s a private project. Is there something you’re interested in knowing specifically?
Forum: Plugins
In reply to: [Yoast SEO] Title outputs apostrophe and special characters as HTMLGeeze, even code tags are rendering the HTML.
Well, I’m not sure what to do, here it is with spaces between each character
So an apostrophe looks like: isn & # 0 3 9 ; s t
It should look like: isn’t
& = & a m p ;Forum: Plugins
In reply to: [Yoast SEO] Title outputs apostrophe and special characters as HTMLSeems the editor rendered the code. Here it is again with proper tags
So an apostrophe looks like:
isn'st
It should look like: isn’t
& =&
Thanks for your help!
Does Yoast use the PHP redirects method?
Sorry, I’m not always clear on the language.
Is there a maximum limit to the number of redirects that htaccess can reasonably handle?
There is a chance we will have root access to the hosting server, and may be able to use a different method. Like exporting redirects form Yoast for a server config file (I saw this as an option on Yoast website), but I don’t see instructions for this setup. Do you know of instructions for server config file setup?
Thanks,
Forum: Fixing WordPress
In reply to: Can't click or drag/drop widgets after upgrade to 3.8Ok, it was a font-resizer plug-in that was disabling the click and drag/drop ability.
Thank you for your support.