sjonvugt
@sjonvugt on WordPress.org
- Member Since: March 18th, 2021
-
Posted a reply to Disable email for status on hold to pending, on the site WordPress.org Forums:
Hi, Thanks for the info. The email notification I'm trying to unhook is not included… -
Posted a reply to Updating homepage issues, on the site WordPress.org Forums:
Hi, and thanks for the instructions on your great theme! I'll simply copy the contents… -
Posted a reply to Disable email for status on hold to pending, on the site WordPress.org Forums:
Hi, I can use for instance this: add_action( 'woocommerce_email', 'unhook_those_pesky_emails' ); function unhook_those_pesky_emails( $email_class )… -
Created a topic, Disable email for status on hold to pending, on the site WordPress.org Forums:
Hi there! When an order with the status 'on hold' is m… -
Posted a reply to Footer: Neve | Powered by WordPress, on the site WordPress.org Forums:
This will probably work: footer .builder-item:last-of-type{ display:none; } However, anyone got a php solution for… -
Posted a reply to Custom breakpoint layout, on the site WordPress.org Forums:
You can change the breakpoints in functions.php, see my earlier topic here. Breakpoint names are… -
Posted a reply to [Visual Portfolio, Photo Gallery & Post Grid] Responsive Breakpoint, on the site WordPress.org Forums:
I managed to change the breakpoint in functions.php: function update_mobile_breakpoint( $default_sm ) { $default_sm =… -
Created a topic, Responsive Breakpoint, on the site WordPress.org Forums:
Hi there, I'm currently using a grid layout with four… -
Posted a reply to Query future posts, on the site WordPress.org Forums:
@dcooney I suspect post status future means these posts are scheduled and not published yet,… -
Created a topic, Query future posts, on the site WordPress.org Forums:
Hi, Thanks for this plugin! I'm trying to show future… -
Created a topic, Does what is says., on the site WordPress.org Forums:
Simple plugin, yet super effective. No hassle whatsoev… -
Created a topic, Number of images in popup, on the site WordPress.org Forums:
Hi, I currently have a grid of images with a pop-up o… -
Created a topic, Thumbnail Titles / excerpts, on the site WordPress.org Forums:
Hi there, I'm working on a portfolio page using carou… -
Created a topic, Link to filter on page with multiple galleries, on the site WordPress.org Forums:
Hi there, and thanks for this great plugin. I have an…