Title: marktrader's Replies | WordPress.org

---

# marktrader

  [  ](https://wordpress.org/support/users/marktrader/)

 *   [Profile](https://wordpress.org/support/users/marktrader/)
 *   [Topics Started](https://wordpress.org/support/users/marktrader/topics/)
 *   [Replies Created](https://wordpress.org/support/users/marktrader/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/marktrader/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/marktrader/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/marktrader/engagements/)
 *   [Favorites](https://wordpress.org/support/users/marktrader/favorites/)

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Remove Order Number from customer emails](https://wordpress.org/support/topic/remove-order-number-from-customer-emails/)
 *  Thread Starter [marktrader](https://wordpress.org/support/users/marktrader/)
 * (@marktrader)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/remove-order-number-from-customer-emails/#post-18047755)
 * Hi [@shameemreza](https://wordpress.org/support/users/shameemreza/), thanks for
   the links. I managed to sort it out.
 * 
   I overrode & edited the template, basically displaying only what I want in the
   email template. Here’s an example of the template. Maybe it can help someone 
   in need:
 *     ```wp-block-code
       <?php// Check if the order object is availableif ( ! defined( 'ABSPATH' ) ) {    exit;}do_action( 'woocommerce_email_header', $email_heading, $email );// Get order items$items = $order->get_items();?><div style="margin: 0 auto; padding: 0; width: 100%; max-width: 600px;"><p><?php printf( esc_html__( 'Hi %s,', 'woocommerce' ), esc_html( $order->get_billing_first_name() ) ); ?></p><p><?php printf( esc_html__( 'We have received your order and it is now being processed. One of our consultants will be in touch with you shortly.', 'woocommerce' ) ); ?></p>    <!-- Start creating the custom order details table -->    <h2 style="margin: 0 0 16px; padding: 0;"><?php echo __( 'Order Details', 'woocommerce' ); ?></h2>    <table cellspacing="0" cellpadding="6" style="border: 1px solid #eee; width: 100%; max-width: 100%; margin: 0 auto; border-collapse: collapse;">        <thead>            <tr>                <th style="text-align:left; border: 1px solid #eee; padding: 12px;"><?php echo __( 'Product', 'woocommerce' ); ?></th>                <th style="text-align:left; border: 1px solid #eee; padding: 12px;"><?php echo __( 'Quantity', 'woocommerce' ); ?></th>                <th style="text-align:left; border: 1px solid #eee; padding: 12px;"><?php echo __( 'Price', 'woocommerce' ); ?></th>            </tr>        </thead>        <tbody>            <?php            // Loop through the order items            foreach ( $items as $item_id => $item ) {                $product = $item->get_product();                $product_name = $product ? $product->get_name() : $item->get_name();                $quantity = $item->get_quantity();                $price = $item->get_total();                ?>                <tr>                    <td style="text-align:left; border: 1px solid #eee; padding: 12px;"><?php echo esc_html( $product_name ); ?></td>                    <td style="text-align:left; border: 1px solid #eee; padding: 12px;"><?php echo esc_html( $quantity ); ?></td>                    <td style="text-align:left; border: 1px solid #eee; padding: 12px;"><?php echo wc_price( $price ); ?></td>                </tr>                <?php            }            ?>        </tbody>    </table></div><?php// Footerdo_action( 'woocommerce_email_footer', $email );?>
       ```
   
 * Here’s the output
 * ![](https://i0.wp.com/i.postimg.cc/SRMbmQDN/Order-Email.png?ssl=1)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MapGeo - Interactive Geo Maps] Slow loading on Mobile](https://wordpress.org/support/topic/slow-loading-on-mobile-2/)
 *  Thread Starter [marktrader](https://wordpress.org/support/users/marktrader/)
 * (@marktrader)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/slow-loading-on-mobile-2/#post-16052975)
 * Hi [@carlosmoreirapt](https://wordpress.org/support/users/carlosmoreirapt/). 
   Thanks for the response.
 * I’m also not too sure what could be causing it. I’ve noticed that some elements
   load just fine (In this case, the menu toggle bar and page background), but everything
   else just waits.
 * I’ll play around with it and also see if a cache plugin works once we’re on the
   production server.
 * If I win, I’ll post an update
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Searchable Coverage Checker Map](https://wordpress.org/support/topic/searchable-coverage-checker-map/)
 *  Thread Starter [marktrader](https://wordpress.org/support/users/marktrader/)
 * (@marktrader)
 * [4 years ago](https://wordpress.org/support/topic/searchable-coverage-checker-map/#post-15903415)
 * Hi [@bcworkz](https://wordpress.org/support/users/bcworkz/), thanks for that 
   quick response.
    Most of what you’ve said there is way above my current expertise,
   so I’m going to have to upskill myself a bit.
 * I’ve found a few tricks I can use to get the same general result using some plugins,
   but I’m still customizing it. I’ll update this post when I’ve made decent headway.
 * Thanks again for offering a starting point.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Unusual fake users issue](https://wordpress.org/support/topic/unusual-fake-users-issue/)
 *  [marktrader](https://wordpress.org/support/users/marktrader/)
 * (@marktrader)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/unusual-fake-users-issue/#post-15821294)
 * Hi [@teepeenomad](https://wordpress.org/support/users/teepeenomad/)
 * 1) So the link I sent is broken down as follows:
 * **[yourdomain.com/]** – Your domain.
    **[community/] ** – Your Forum Base URL.
   It’s “Community” by default but You may have changed this to something else in
   your wpforo settings. **[?foro=signup]** – Links to the wpforo signup form within
   the forum page.
 * This is the WPforo registration form (looks something like this – [https://wpforo.com/wp-content/uploads/2020/04/wpForo-User-Registration-Form-Email-Confirmation-Enabled-and-Disabled.png](https://wpforo.com/wp-content/uploads/2020/04/wpForo-User-Registration-Form-Email-Confirmation-Enabled-and-Disabled.png))
   and it’s what was allowing those bot registrations on my site.
 * 2) When you install WPForo it creates the “Forum” Page, which is where your forum
   is displayed. I used UM to restrict that page to users who are logged in. In 
   that way, anyone who wants to view the forum (Including the standard WPforo registration
   form) has to sign up using Ultimate Member.
 * I hope I was a little clearer this time and it helps.
 * All the best
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Dynamic Pricing and Discount Rules for WooCommerce] Prices not calculating correctly on product page](https://wordpress.org/support/topic/prices-not-calculating-correctly-on-product-page/)
 *  Thread Starter [marktrader](https://wordpress.org/support/users/marktrader/)
 * (@marktrader)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/prices-not-calculating-correctly-on-product-page/#post-15665879)
 * [@thisisirene](https://wordpress.org/support/users/thisisirene/) thank you for
   your quick response.
    I’ve submitted the above as a ticket through the link you
   sent.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Unusual fake users issue](https://wordpress.org/support/topic/unusual-fake-users-issue/)
 *  [marktrader](https://wordpress.org/support/users/marktrader/)
 * (@marktrader)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/unusual-fake-users-issue/#post-15581357)
 * So it turns out my fake accounts were coming through from wpForo’s registration
   form.
    (yourdomain.com/community/?foro=signup).
 * I had hidden this form from the menu and had WpForo set to use a custom login
   URL, but when you type the URL above in your browser, it sends you to the WpForo
   registration form somehow. Then these registrations are automatically set to “
   approved” by Ultimate Member.
 * I fixed it by doing the following.
 * 1) Added a redirect so that the above link is permanently redirected to the proper
   login form.
    2) Added ReCaptcha to that WpForo form anyways and set it to 10,
   just in case some of the bots got through somehow. 3) Made the whole Forum page
   restricted through Ultimate Member.
 * Not sure which of the 3 changes did the trick (I suspect 1 & 3), but haven’t 
   had a bot registration since.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Unusual fake users issue](https://wordpress.org/support/topic/unusual-fake-users-issue/)
 *  [marktrader](https://wordpress.org/support/users/marktrader/)
 * (@marktrader)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/unusual-fake-users-issue/#post-15580050)
 * I’m having the same issue.
 * Almost 10k fake accounts were instantly approved in about 2 weeks.
 * I had the following installed:
    – Ultimate Member – WPForo – Wordfence
 * I have the website set to approve members manually so this is really troubling.
   
   What should I do here?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Using Author archive as member profile](https://wordpress.org/support/topic/using-author-page-as-member-profile/)
 *  Thread Starter [marktrader](https://wordpress.org/support/users/marktrader/)
 * (@marktrader)
 * [5 years ago](https://wordpress.org/support/topic/using-author-page-as-member-profile/#post-14737760)
 * Thank you [@champsupertramp](https://wordpress.org/support/users/champsupertramp/)!!
   This works perfectly.
    Reakky appreciate the help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Some form fields not showing after website migrate](https://wordpress.org/support/topic/some-form-fields-not-showing-after-website-migrate/)
 *  Thread Starter [marktrader](https://wordpress.org/support/users/marktrader/)
 * (@marktrader)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/some-form-fields-not-showing-after-website-migrate/#post-14017906)
 * Hi. Couldn’t really resopve the issue but I figured out what was wrong.
 * The problem was some html text formatting I had in the field labels. This caused
   an issue so ended up recreating the forms with no formatting.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Menu - Create Mobile-Friendly Menu] Sticky Header (Elementor) is jumpy on Internet Explorer/Edge](https://wordpress.org/support/topic/sticky-header-elementor-is-jumpy-on-internet-explorer-edge/)
 *  Thread Starter [marktrader](https://wordpress.org/support/users/marktrader/)
 * (@marktrader)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/sticky-header-elementor-is-jumpy-on-internet-explorer-edge/#post-13349483)
 * Hi Kriti
 * I created an export using the plugin’s export button.
    Here is the son file.
 * [https://trexdigital.co.za/filehub/index.php/s/qasKYdSCgs6NLWL](https://trexdigital.co.za/filehub/index.php/s/qasKYdSCgs6NLWL)
 * Please let me know if this will suffice.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Menu - Create Mobile-Friendly Menu] Sticky Header (Elementor) is jumpy on Internet Explorer/Edge](https://wordpress.org/support/topic/sticky-header-elementor-is-jumpy-on-internet-explorer-edge/)
 *  Thread Starter [marktrader](https://wordpress.org/support/users/marktrader/)
 * (@marktrader)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/sticky-header-elementor-is-jumpy-on-internet-explorer-edge/#post-13340014)
 * Hello
 * Thanks for your quick reply. Please see the video in the link below.
    The whole
   sticky header is jumpy and not smooth.
 * [https://trexdigital.co.za/filehub/index.php/s/J3BWqADX6nrsbWs](https://trexdigital.co.za/filehub/index.php/s/J3BWqADX6nrsbWs)
 * I shape this clarifies what I’m referring to.
 * Regards

Viewing 11 replies - 1 through 11 (of 11 total)