Profiles

  • Member Since: September 24th, 2014
  • Find me on:
  • Posted a reply to Separate Thank You page after submiting resume, on the site WordPress.org Forums:
    Can't it be done just by DOM events? document.addEventListener( 'wpcf7mailsent', function( event ) { but…

  • Created a topic, No confirmation via email to an Apllicant, on the site WordPress.org Forums:
    I have installed the Easy SMTP, test email is send, bu…

  • Created a topic, Separate Thank You page after submiting resume, on the site WordPress.org Forums:
    Is there any possibility or option to have a separater…

  • Created a topic, Is there a pipe ‘|’ possible?, on the site WordPress.org Forums:
    Is there an option to have this kind of field as an au…

  • Posted a reply to How to limit number of products to display, on the site WordPress.org Forums:
    function woo_check_logged_in() { if ( (is_product() || is_shop() ) && is_user_logged_in() ) { } else…

  • Posted a reply to How to limit number of products to display, on the site WordPress.org Forums:
    add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 15;' ), 20 ) if ( is_page('products') && ! is_user_logged_in()…

  • Created a topic, How to limit number of products to display, on the site WordPress.org Forums:
    Two questions: a) in what file I can add some code tha…

  • Created a topic, Redirect for unregistered visitors from “My Account” to a page id or slug, on the site WordPress.org Forums:
    How to create a re-direct rule, that will redirect unr…

  • Created a topic, Easy Modal + Contact Form 7 – no callback/thank you message, on the site WordPress.org Forums:
    I'm using a contact form shortcode with Easy Modal. Ev…

  • Created a topic, Postcode with a dash, on the site WordPress.org Forums:
    Hi there, I'm using it for Polish invoices and in Pola…