Title: ab's Replies | WordPress.org

---

# ab

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 65 total)

1 [2](https://wordpress.org/support/users/maml/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/maml/replies/page/3/?output_format=md) [4](https://wordpress.org/support/users/maml/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/maml/replies/page/5/?output_format=md) [→](https://wordpress.org/support/users/maml/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShopLentor – All-in-One WooCommerce Growth & Store Enhancement Plugin] delete please](https://wordpress.org/support/topic/shopify-style-checkout-recapcha-badge/)
 *  Thread Starter [ab](https://wordpress.org/support/users/maml/)
 * (@maml)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/shopify-style-checkout-recapcha-badge/#post-18251901)
 * thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] woocommerce store notice not on pages, only shows on catergories and products](https://wordpress.org/support/topic/woocommerce-store-notice-not-showing-on-homepage/)
 *  Thread Starter [ab](https://wordpress.org/support/users/maml/)
 * (@maml)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/woocommerce-store-notice-not-showing-on-homepage/#post-17705004)
 * [@rwky](https://wordpress.org/support/users/rwky/) My issue was caused because
   in the past I had disabled a bunch of woocommerce scripts. After several updates
   I started getting issues and had to get rid of the code disabling the scripts.
   If you have disabled any woocommerce scripts I suggest you re enable them one
   by one to see if this fixs the issue. I’ve pasted the old code I had, I can’t
   remember exactly which one was causing the issue with the store notice but I 
   ended removing all of them as I was getting other issues too. Hope this helps
 *     ```wp-block-code
       /** Disable All WooCommerce Styles and Scripts Except Shop Pages*/
       add_action( 'wp_enqueue_scripts', 'dequeue_woocommerce_styles_scripts', 99 );
       function dequeue_woocommerce_styles_scripts() {
       if ( function_exists( 'is_woocommerce' ) ) {
       if ( ! is_woocommerce() && ! is_cart() && ! is_checkout() ) { Styles
   
       wp_dequeue_style( 'woocommerce-general' );
       wp_dequeue_style( 'woocommerce-layout' );
       wp_dequeue_style( 'woocommerce-smallscreen' );
       wp_dequeue_style( 'woocommerce_frontend_styles' );
       wp_dequeue_style( 'woocommerce_fancybox_styles' );
       wp_dequeue_style( 'woocommerce_chosen_styles' );
       wp_dequeue_style( 'woocommerce_prettyPhoto_css' ); Scripts
   
       //wp_dequeue_script( 'wc_price_slider' );
       wp_dequeue_script( 'wc-single-product' );
       wp_dequeue_script( 'wc-add-to-cart' );
       wp_dequeue_script( 'wc-cart-fragments' );
       wp_dequeue_script( 'wc-checkout' );
       wp_dequeue_script( 'wc-add-to-cart-variation' );
       wp_dequeue_script( 'wc-single-product' );
       wp_dequeue_script( 'wc-cart' );
       wp_dequeue_script( 'wc-chosen' );
       //wp_dequeue_script( 'woocommerce' ); - causes store notice to stop working on manual pages
       wp_dequeue_script( 'prettyPhoto' );
       wp_dequeue_script( 'prettyPhoto-init' );
       wp_dequeue_script( 'jquery-blockui' );
       wp_dequeue_script( 'jquery-placeholder' );
       wp_dequeue_script( 'fancybox' );
       wp_dequeue_script( 'jqueryui' );
       }
       }
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Plugins Braintree For WooCommerce] Error loading paypal SDK message](https://wordpress.org/support/topic/error-loading-paypal-sdk-message/)
 *  Thread Starter [ab](https://wordpress.org/support/users/maml/)
 * (@maml)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/error-loading-paypal-sdk-message/#post-17366162)
 * Thank you guys, it turned out i hadnt put in the sandbox paypal email. Issue 
   is resolved now
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Plugins Braintree For WooCommerce] Error loading paypal SDK message](https://wordpress.org/support/topic/error-loading-paypal-sdk-message/)
 *  Thread Starter [ab](https://wordpress.org/support/users/maml/)
 * (@maml)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/error-loading-paypal-sdk-message/#post-17366125)
 * Hi thanks for the reply,the paypal and braintree accounts are already connected
   so the issue must be something else.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Side Cart Woocommerce | Woocommerce Cart] problem with amount on checkout button](https://wordpress.org/support/topic/problem-with-amount-on-checkout-button/)
 *  Thread Starter [ab](https://wordpress.org/support/users/maml/)
 * (@maml)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/problem-with-amount-on-checkout-button/#post-17340824)
 * sorted it, just had to change some woo commerce settings
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] woocommerce store notice not on pages, only shows on catergories and products](https://wordpress.org/support/topic/woocommerce-store-notice-not-showing-on-homepage/)
 *  Thread Starter [ab](https://wordpress.org/support/users/maml/)
 * (@maml)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/woocommerce-store-notice-not-showing-on-homepage/#post-17338731)
 * Issue fixed, it was something in the themes function file stopping the notice
   displaying
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] woocommerce store notice not on pages, only shows on catergories and products](https://wordpress.org/support/topic/woocommerce-store-notice-not-showing-on-homepage/)
 *  Thread Starter [ab](https://wordpress.org/support/users/maml/)
 * (@maml)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/woocommerce-store-notice-not-showing-on-homepage/#post-17338680)
 * Thank you for the response, I tried with the storefront theme and the notice 
   shows on all pages at the bottom of the page. So it must be a theme issue
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] woocommerce store notice not on pages, only shows on catergories and products](https://wordpress.org/support/topic/woocommerce-store-notice-not-showing-on-homepage/)
 *  Thread Starter [ab](https://wordpress.org/support/users/maml/)
 * (@maml)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/woocommerce-store-notice-not-showing-on-homepage/#post-17338049)
 * hi thank you for your reply. I think you misunderstood the problem. The store
   notice shows on all woo commerce generated pages such as product pages, and categories.
 * the problem is it doesn’t show on other pages such as the homepage. I think this
   could be solved my adding something to the page template? Or adding something
   to the functions file to force the notice to show site wide? I don’t know what
   exactly though.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mobile Menu - The Mobile-Friendly Responsive Menu] change icon right menu](https://wordpress.org/support/topic/change-icon-right-menu/)
 *  Thread Starter [ab](https://wordpress.org/support/users/maml/)
 * (@maml)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/change-icon-right-menu/#post-17311571)
 * issue resolved
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mobile Menu - The Mobile-Friendly Responsive Menu] change icon right menu](https://wordpress.org/support/topic/change-icon-right-menu/)
 *  Thread Starter [ab](https://wordpress.org/support/users/maml/)
 * (@maml)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/change-icon-right-menu/#post-17311570)
 * found the setting for it, but the menu still does not update on the site. even
   when i disable the menu it still shows up on the site. any idea how to fix this?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Pure & Simple] add login/register links in header](https://wordpress.org/support/topic/add-login-register-links-in-header/)
 *  Thread Starter [ab](https://wordpress.org/support/users/maml/)
 * (@maml)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/add-login-register-links-in-header/#post-11442424)
 * resolved
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Pure & Simple] changing footer width](https://wordpress.org/support/topic/changing-footer-width/)
 *  Thread Starter [ab](https://wordpress.org/support/users/maml/)
 * (@maml)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/changing-footer-width/#post-11442420)
 * Thanks, I was able to find this code that did exactly what I needed
 * #bottom-wrapper{
    width: 100vw; position: relative; left: 50%; right: 50%; margin-
   left: -50vw; margin-right: -50vw; }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Pure & Simple] add login/register links in header](https://wordpress.org/support/topic/add-login-register-links-in-header/)
 *  Thread Starter [ab](https://wordpress.org/support/users/maml/)
 * (@maml)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/add-login-register-links-in-header/#post-11424799)
 * thanks that did help!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Pure & Simple] use full page template for certain categories](https://wordpress.org/support/topic/use-full-page-template-for-certain-categories/)
 *  Thread Starter [ab](https://wordpress.org/support/users/maml/)
 * (@maml)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/use-full-page-template-for-certain-categories/#post-7088408)
 * Thanks for the code WEN Solutions
    I’ll look through and see if I can work something
   out.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Widget Visibility] not all categorys showing](https://wordpress.org/support/topic/not-all-categorys-showing/)
 *  Thread Starter [ab](https://wordpress.org/support/users/maml/)
 * (@maml)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/not-all-categorys-showing/#post-7055514)
 * fixed by publishing a post in all categories

Viewing 15 replies - 1 through 15 (of 65 total)

1 [2](https://wordpress.org/support/users/maml/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/maml/replies/page/3/?output_format=md) [4](https://wordpress.org/support/users/maml/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/maml/replies/page/5/?output_format=md) [→](https://wordpress.org/support/users/maml/replies/page/2/?output_format=md)