wambrose
Forum Replies Created
-
Hi @tortitudo. I had this issue and then remembered that I was using the Admin Columns plugin to customise the Orders screen and had to manually enable the Shipping Labels column – since I’d changed it from default. That might help.
Forum: Plugins
In reply to: [WooCommerce] Regenerate Download Permissions in bulkA much needed feature for Woocommerce. This worked for me: https://stackoverflow.com/questions/36418522/how-do-i-bulk-generate-grant-download-permissions-on-woocommerce?rq=1
Forum: Fixing WordPress
In reply to: WooCommerce Password Reset Issue: RESOLVEDThank you. Also with WP Engine. This tip-off saved a lot of time.
- This reply was modified 7 years, 5 months ago by wambrose.
I actually think this might be to do with incompatibility with PHP 7 (which my server is running).
I have the same issue. It hasn’t been updated for quite a while so I guess it’s broken until further notice.
Forum: Plugins
In reply to: [Simple Countdown Timer] insert using template tag?answering own question:
wordpress has a solution for this:
<?php echo do_shortcode("[shortcode]"); ?>
Forum: Plugins
In reply to: [Simple Countdown Timer] insert using template tag?Simple Coundown Timer
If your text is displaying under the image then you need to ‘float’ the image in order to get the text wrapping around it. Google ‘css float’ for more info.
irta:
the CSS quoted is just to style the widget (not to help display to images).
The code should work if placed in your theme’sstyle.css
Forum: Fixing WordPress
In reply to: Custom select query (IF meta_key has value….)Ok, so having thought about this query for a while I think I can simplify it to this:
GET POSTS:
ordered by meta key: START DATE
AND meta key: START DATE >= TODAY
OR meta key: END DATE >= TODAYbtw: There is always a start date but I want the ‘OR’ part for cases where the start date has passed (< TODAY) but the end date is still in the future.
I just need help turning it into a custom select query.
***I should have read my post before submitting! Corrections:***
I thought I should revisit this topic to share my solution:
I didn’t use Event Manager! Drastic I know but I didn’t need THE booking facility so I just create a custom post TYPE with Custom Post Type UI plugin, created a box for entering event info with Verve Meta Boxes plugin and then followed a few tutorials to create the page templates to display the info.
EM is fantastic out of the box but I can see how having events as posts is of major benefit. Hope that helps someone ??
I thought I should revisit this topic to share my solution:
I didn’t use Event Manager! Drastic I know but I didn’t need to booking facility so I just create a custom post time with Custom Post Type UI plugin, created a meta box for entering event info with Verve Meta Boxes plugin and then followed a few tutorials to create the page templates to display the info.
EM is fantastic out of the box but it may need to embrace custom post types at some point. Hope that helps someone ??
Forum: Plugins
In reply to: Sorting custom post type columns in adminTrying to post the link but not having much luck:
Forum: Plugins
In reply to: Sorting custom post type columns in adminForum: Plugins
In reply to: Sorting custom post type columns in admin