Noelle Steegs
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook for WooCommerce] Changing FB PixelThanks for letting me know. Could you link me to a screenshot of the popup that appears when you click Manage Connection?
Forum: Themes and Templates
In reply to: [Astra] AP Mega Menu in Astra set transparentHappy to hear it’s working @mamandis!
Forum: Themes and Templates
In reply to: [Astra] AP Mega Menu in Astra set transparentThanks for sharing the link. Please try this snippet:
.wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-horizontal { border: none; } .wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before { display: none; }
Let me know how it goes. ??
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Shop Page CustomizationHappy I could help @cac92. ??
Forum: Plugins
In reply to: [Woo Align Buttons] Prices too close too titleHey @sunnysonic, that’s great! Does this mean your issue has been resolved?
Forum: Plugins
In reply to: [Contact Form 7] Align checkbox options into one columnHi @davejeff66,
I just tried the CSS from the CF7 website, and it did result in the layout you’re looking to create. It seems that your website’s CSS currently doesn’t include that snippet.
Did you perhaps remove it for any reason? Or if not, could you tell me where/how you added it? Perhaps it’s not applying to the site.
Forum: Themes and Templates
In reply to: [Astra] AP Mega Menu in Astra set transparentHey @mamandis,
I may be able to write a custom CSS snippet for you to fix the issue. In order to do this I please need a link to your website. Could you share it with me please?
Thanks!
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Shop Page CustomizationHey @cac92,
This adjusted snippet should do the trick:
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 30%; margin-right: 5%; margin-bottom: 4%; } .woocommerce ul.products li.product:nth-child(3n), .woocommerce-page ul.products li.product:nth-child(3n) { margin-right: 0px; }
Please remove the previous snippet and replace it with the one above. Let me know how you go. ??
Forum: Themes and Templates
In reply to: [Chaplin] Menu transparentHey @jonasschoen,
I visited your website and see the menu has a background.
Does that mean the issue is resolved? ?? I hope so! Let me know.
Forum: Themes and Templates
In reply to: [Leto] Checkout fields appearing too smallHey @suvamss,
Some custom CSS will solve the issue. ??
.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 { max-width: 100%; } .woocommerce-checkout .form-row { display: block; }
Please don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated. Instead, include it in your child theme (if you have one) or add this code in the custom CSS editor (usually titled Additional CSS) included in the Customizer.
Let me know how it goes.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce – order-received endpoint issueThanks for letting me know @dinorex.
This may be a plugin or theme conflict. On a staging site, please attempt to disable all plugins except for WooCommerce, and use one of the default (Twenty*) themes. Then test checkout again. If the redirect then works correctly, enable your plugins and theme one by one to identify the source of your troubles.
Forum: Plugins
In reply to: [Facebook for WooCommerce] Changing FB PixelHi @firewood80,
Yes, you can definitely change the Facebook Pixel after installing it.
To do so, go to WooCommerce > Settings > Integration > Facebook For WooCommerce. Then click Manage Connection. A popup will open up. Click on Facebook Pixel on the left-hand side. You’ll then see Current Pixel with a dropdown underneath. Click Edit, then select the new Pixel and click Save.
Let me know how it goes. ??
Forum: Fixing WordPress
In reply to: Social image on post shares is incorrectJust to let you know – I tested sharing your link and it pulled in the correct image.
Regarding the redirect, it’s redirecting from https:// to https://. When looking at your source code I see that the og:url meta tag indeed starts with https://. I’d look into forcing HTTPS everywhere on your site. Your host may have a switch in the dashboard for that. If not, you can ask them for assistance with achieving this or use a plugin like Really Simple SSL.
Let me know how it goes. ??
Forum: Plugins
In reply to: [WooCommerce] Download Pending Orders as an Excel fileHi @h3li,
I totally understand it would make your life easier to have a printed list when you’re fulfulling orders.
What I’d recommend is using the WooCommerce Customer / Order / Coupon Export extension. I’ve used it before for a client project, and it works great! You can schedule exports as well, so you can have that list ready to print every morning for example.
Hope that helps. ??
Forum: Plugins
In reply to: [WooCommerce] Woocommerce – order-received endpoint issueHi @dinorex,
Let’s see if we can get this sorted out together. ?? Which payment gateway(s) are you using? If you’re using multiple ones, does it happen with all of them or just a specific one?