harun2024
Forum Replies Created
-
Thank you! I will give that a try.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] I would like my entire webpage to be full width.I found a solution! I added the following CSS:
.so-panel {
margin-left: 1%;
margin-right: 1%;
}I used 1% instead of zero as an aesthetic choice, so it’s really 98% width not full.
I also had to change each row in page builder:
Edit Row>Layout>Row Layout>Full Width Stretched
note: previously I had only gone into Customize>Layout>Global>Site Layout>Full-width
- This reply was modified 2 months, 3 weeks ago by harun2024.
Thanks! I’ve tried a few things. What works so far is to hide it with back-end CSS, which is not ideal:
#sidebar-container, .hsds-beacon {
display:none !important;
}It is true that if I narrow the window a lot, the sidebar moves to the bottom, but with the window that narrow, I end up with narrow, tall columns again.
So I will continue to search for a better solution to use all of the lateral screen space. This is important when editing titles which use the full recommended length.
I’m seeing Yoast 26.1.1 and WordPress 6.8.3 in Chrome 141. I also have Firefox, Safari, and Opera for testing purposes.
Unfortunately, this did not work right for me. It displays recent category purchases, but the layout is wrong (a single narrow column along the right of the window.) It also displays the message “There are no recent purchases” at the left. It also displays purchases from other categories below, also in a narrow column along the right edge.
Forum: Plugins
In reply to: [Patreon WordPress] 404 Page Not FoundHey, so I figured this out (with help from patreondevelopers.com/c/patreon-wordpress-plugin-support)
I changed the permalink structure to “post name”.
Forum: Plugins
In reply to: [WooCommerce] weirdly, permanently removed Product data panelI ended up modifying the Db entry to fix. I just copied settings from another user.
Forum: Plugins
In reply to: [WooCommerce] weirdly, permanently removed Product data panelI don’t see “Reset” at the bottom of Screen Options. Can you show me a screen grab of this?
Forum: Plugins
In reply to: [WooCommerce] Image Caption ProblemNot sure if you solved this, but I updated all my empty media captions with title text in the Db, using:
UPDATE wp_posts
SET post_excerpt = post_title
WHERE post_type = 'attachment'
AND (post_excerpt IS NULL OR post_excerpt = '');Perhaps that will solve your problem as well.
Good to know! Thank you!
Forum: Plugins
In reply to: [WooCommerce] Give Shop Manager permission to change custom fieldsThank you for your input. Sounds like this is a WordPress function, not a Woocommerce function. However, I’m not finding that edit_post_meta exists as a WordPress capability:
Roles and Capabilities
If there is a link to the cited information about edit_post_meta, I’d be pleased to look at it. Otherwise, I can continue to research a solution.
Forum: Plugins
In reply to: [WooCommerce] add to cart url, adds twice (duplicate product in cart)Seems to happen regardless of product. Unfortunately this is a live site and I’m too busy selling and shipping my product to set up a test site right now. For now, I’ll simply not use this feature.
Forum: Plugins
In reply to: [Extended Coupon Features for WooCommerce FREE] Remove auto coupon?If I don’t see “allow removal of auto coupons” what does that mean?
Forum: Plugins
In reply to: [Extended Coupon Features for WooCommerce FREE] Remove auto coupon?I see the following options:
- Update order review on billing email change
- Update order review on payment method change
- High performance mode
- Debug mode
Which one of these should I have checked?

I’ve solved this! It had to do with the logic option/WP conditional tags. I fixed it by using isset($post)
Forum: Plugins
In reply to: [Recently Purchased Products For Woo] Still supported?Okay, great! I’m looking forward to it.