jamminjames
Forum Replies Created
-
Thanks for adding the suggestions, I hope they implement them. I asked about these same issues years ago, seems like improvements like these would be more of a priority.
Okay, thanks. You gave a workaround “while we address it,” but that was only for the script loading issue. Will NextGen be addressing all the problems listed?
If we use “has_shortcode(get_the_content(), ‘ngg’)” to scope loading scripts, will this work on posts and pages with an NGG gallery, regardless if we use a shortcode or the NGG block?
Also, what scripts should we enqueue?
- This reply was modified 3 weeks, 5 days ago by jamminjames.
Forum: Themes and Templates
In reply to: [GeneratePress] Does GeneratePress support block theme styling?Hmm, amazing. Thanks!
I actually tried
add_theme_support( 'woocommerce-block-theme' );in our child theme’s function file, but it didn’t work for some reason. Do you know why that might be?Thanks for your help. Will look into doing a review.
- This reply was modified 1 month, 4 weeks ago by jamminjames.
- This reply was modified 1 month, 4 weeks ago by jamminjames.
Okay, apparently the theme does not support WooCommerce styling, so I was able to override that with this:
/* Restore WooCommerce block button appearance */
.wc-block-components-button {
display: inline-block;
background-color: var(--gp-color-button-background, #1e73be);
color: var(--gp-color-button-text, #ffffff) !important;
padding: 0.6em 1.2em;
border-radius: 3px;
text-decoration: none !important;
font-weight: 600;
border: none;
}/* Hover state to match GeneratePress buttons */
.wc-block-components-button:hover {
background-color: var(--gp-color-button-background-hover, #004a8b);
color: var(--gp-color-button-text-hover, #ffffff) !important;
}Actually, one more thing. Editing the Cart page, I see the “Proceed to Checkout” is shown as a button. Looking at the CSS of the edit page on the backend via the browser developer tools (and also the public page), the button has a class: “wc-block-components-button wp-element-button wc-block-cart__submit-button contained”, with the wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents.css file showing:
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) { min-height: 3em; }… which seems to indicate the button class it being turned into a link, correct?
Why is that, and how can I turn it back into a button?
Ok, thanks.
Yes, I know the “Proceed to Checkout” link is there, as I mentioned in my initial post, and that it leads to a place where can choose to pay by CC. Still, I wish there was a “Pay by Credit Card” button, like the Paypal and other buttons (Venmo etc), as the “Proceed to Checkout” link does not hint that they will be able to use a CC.
For the ‘WooCommerce → Settings → Payments → PayPal → Manage → Payment Method tab,’ I have “Advanced Credit and Debit Card Payments” enabled, and on the Styling tab, Location “Cart”, “Enable payment methods in this location” is checked and the Payment Methods are all checked. But “Credit Card” or similar is not listed as a Payment Method, and there is no way to include one in those settings.
Editing the Page for Cart, there is no “Continue Shopping” button. I was able to add a link for that purpose by editing the block, however.
We’re using the GeneratePress theme.
The website is: https://jennrogar.com/shop/
Thanks for your help!
V4.0.5 seems to be working fine for us, you can get it here.
I went to the archives page and downloaded Nextgen v4.0.5, and it seems to be working again. I deactivated and deleted the plugin from the plugins list on the backend, then uploaded the plugin via the upload option for installing. I didn’t delete the plugin folder first from the server, and I guess due to that, the plugin list shows it as the new version (4.1.1), but I think the files are from the older version, as the plugin is working now without the problems we were experiencing before.
Still, I think Imagely needs to look into this issue and upload an update asap.
- This reply was modified 2 months ago by jamminjames. Reason: added archives link
Forum: Plugins
In reply to: [MWW Scheduled Post Trigger] Server load on busy site?Okay, thanks. I see it’s open source, so I adapted it to check every half hour using Action Scheduler.
Can I get any kind of response from the plugin authors? We cannot activate this plugin as it is.
This is a major problem and should be looked into immediately. Any response? Thanks!
Ok, we’re not even using that at this point. If we decide to, we’ll check it out. Thanks!