Title: rigwald's Replies | WordPress.org

---

# rigwald

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[eStore] Can’t Check Out From Cart Page (Empties Cart)](https://wordpress.org/support/topic/cant-check-out-from-cart-page-empties-cart/)
 *  Thread Starter [rigwald](https://wordpress.org/support/users/rigwald/)
 * (@rigwald)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/cant-check-out-from-cart-page-empties-cart/#post-15898513)
 * Hello [@bikku](https://wordpress.org/support/users/bikku/),
 * As I tested it today, the issue appears to be gone. I truly have no idea what
   caused it or what has fixed it.
 * Thank you for your time.
 * Brian Rigwald
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[eStore] Can’t Check Out From Cart Page (Empties Cart)](https://wordpress.org/support/topic/cant-check-out-from-cart-page-empties-cart/)
 *  Thread Starter [rigwald](https://wordpress.org/support/users/rigwald/)
 * (@rigwald)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/cant-check-out-from-cart-page-empties-cart/#post-15879179)
 * I have opened the store again, but the problem persists. (I have a notice at 
   the top of the page as people enter, so they are aware of the issue.)
 * The website is: [https://store.dolina.org](https://store.dolina.org)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login No Captcha reCAPTCHA] [woocommerce_my_account] shortcode support?](https://wordpress.org/support/topic/woocommerce_my_account-shortcode-support/)
 *  [rigwald](https://wordpress.org/support/users/rigwald/)
 * (@rigwald)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/woocommerce_my_account-shortcode-support/#post-15785894)
 * I was looking for dealing with the same issue. Have you found a solution?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] Relevanssi Losing Weglot Translations](https://wordpress.org/support/topic/relevanssi-losing-weglot-translations/)
 *  Thread Starter [rigwald](https://wordpress.org/support/users/rigwald/)
 * (@rigwald)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/relevanssi-losing-weglot-translations/#post-13296000)
 * Thank you for your reply. It turns out that it was a code snippet that Weglot
   had me put in place, when we were trying to avoid it translating Woo Advanced
   Search product names in the search results. We couldn’t prevent Weglot from translating
   the product names in the search, which led me to try your, non-AJAX search plugin.
   When I went through and turned off the code snippet, the translations options
   for the search page returned.
 * Sorry for any inconvenience.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Change Only Font Size via functions.php?](https://wordpress.org/support/topic/change-only-font-size-via-functions-php/)
 *  Thread Starter [rigwald](https://wordpress.org/support/users/rigwald/)
 * (@rigwald)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/change-only-font-size-via-functions-php/#post-13294810)
 * Thank you. I got it working. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Change Only Font Size via functions.php?](https://wordpress.org/support/topic/change-only-font-size-via-functions-php/)
 *  Thread Starter [rigwald](https://wordpress.org/support/users/rigwald/)
 * (@rigwald)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/change-only-font-size-via-functions-php/#post-13294633)
 * Perhaps I have just entered the info incorrectly into the functions.php. Here
   is what I put as just a first test run:
 *     ```
       /* Change Packing Slip Font / Appearance */
   
       add_action( 'wpo_wcpdf_custom_styles', 'wpo_wcpdf_custom_styles', 10, 2 );
       function wpo_wcpdf_custom_styles ( $document_type, $document ) {
           ?>
       	.header
       		font-size: 5pt;
       	.shop-info
       		font-size: 5pt;
       	.order-data-addresses
       		font-size: 5pt;
       	.order-details
       		font-size: 5pt ;
   
           }
           <?php
       }
       ```
   
    -  This reply was modified 5 years, 9 months ago by [rigwald](https://wordpress.org/support/users/rigwald/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Change Only Font Size via functions.php?](https://wordpress.org/support/topic/change-only-font-size-via-functions-php/)
 *  Thread Starter [rigwald](https://wordpress.org/support/users/rigwald/)
 * (@rigwald)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/change-only-font-size-via-functions-php/#post-13294377)
 * Thank you. I will see what I can do.
 * Is there a way to clear out an already generated packing slip to see the changes?
   It appears to simply reload the original one for the order. I have a fake order
   that I’m playing with.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Change Only Font Size via functions.php?](https://wordpress.org/support/topic/change-only-font-size-via-functions-php/)
 *  Thread Starter [rigwald](https://wordpress.org/support/users/rigwald/)
 * (@rigwald)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/change-only-font-size-via-functions-php/#post-13294230)
 * I haven’t looked carefully at the elements. When I did a test run, I saw the 
   top of the slip (“Packing Slip”, business address, shipping address, and order
   details) being to large for the columns and forcing the items onto a second label.
   I figured I’d have to play around with the sizing, but if I can do each element
   separately, that would work. If I need to do it all at once, I’d make do. I’m
   not a programmer, but I am comfortable tweaking code, when I understand what 
   needs tweaking.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce script causing issues with Weglot translation plugin](https://wordpress.org/support/topic/woocommerce-script-causing-issues-with-weglot-translation-plugin/)
 *  Thread Starter [rigwald](https://wordpress.org/support/users/rigwald/)
 * (@rigwald)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/woocommerce-script-causing-issues-with-weglot-translation-plugin/#post-13232827)
 * [@helgatheviking](https://wordpress.org/support/users/helgatheviking/)
 * Thank you for your reply (and I appreciate you trying). It worked at first, but
   I didn’t celebrate too soon. I tried going in and out of the page, turned translation
   on and off and eventually it was translated again when I viewed the page source.
 *     ```
       <script type="application/ld+json">{"@context":"https:\/\/schema.org\/","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"name":"Strona g\u0142\u00f3wna","@id":"https:\/\/store.dolina.org"}},{"@type":"ListItem","position":2,"item":{"name":"Christmas Ornaments (Ozdoby Choinkowe)","@id":"https:\/\/store.dolina.org\/product-category\/christmas-ornaments-ozdoby-choinkowe\/"}},{"@type":"ListItem","position":3,"item":{"name":"Diamond Pendant","@id":"https:\/\/store.dolina.org\/product\/diamond-pendant\/"}}]}</script>
       <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
       ```
   
 *     ```
       <script type="application/ld+json">{"@context":"https:\/\/schema.org\/","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"name":"Strona g\u0142\u00f3wna","@id":"https:\/\/store.dolina.org"}},{"@type":"ListItem","position":2,"item":{"name":"Christmas Ornaments (Ozdoby Choinkowe)","@id":"https:\/\/store.dolina.org\/product-category\/christmas-ornaments-ozdoby-choinkowe\/"}},{"@type":"ListItem","position":3,"item":{"name":"Diamentowy wisiorek","@id":"https:\/\/store.dolina.org\/product\/diamond-pendant\/"}}]}</script>
       <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
       ```
   
 * I haven’t gotten any replies on Slack, but I did receive [a reply on the WordPress Stack Exchange](https://wordpress.stackexchange.com/questions/372548/wc-structured-data-class-causing-needless-translation/372701#372701)
   that I forwarded to the plugin developer.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[eStore] Prevent Autogenerating alt=”” for images](https://wordpress.org/support/topic/prevent-autogenerating-alt-for-images/)
 *  Thread Starter [rigwald](https://wordpress.org/support/users/rigwald/)
 * (@rigwald)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/prevent-autogenerating-alt-for-images/#post-13232036)
 * [@tgboy](https://wordpress.org/support/users/tgboy/)
    Hi Ankit,
 * I already have a child theme. I don’t know, however, what is causing the alternative
   text for the images to be generated automatically. That is the issue. I purposefully
   left the alt text blank, but it appears the theme is generating it automatically.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[eStore] Text widget with shortcode spanning full width of page](https://wordpress.org/support/topic/text-widget-with-shortcode-spanning-full-width-of-page/)
 *  Thread Starter [rigwald](https://wordpress.org/support/users/rigwald/)
 * (@rigwald)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/text-widget-with-shortcode-spanning-full-width-of-page/#post-13221911)
 * Ok, thanks. Like I said, it is only a test site. It worked fine on the real site.
 * Thanks for pointing out that the class isn’t the same on each site, so I will
   keep that in mind in the future. 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[eStore] Script Issue When Translating Using Weglot](https://wordpress.org/support/topic/script-issue-when-translating-using-weglot/)
 *  Thread Starter [rigwald](https://wordpress.org/support/users/rigwald/)
 * (@rigwald)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/script-issue-when-translating-using-weglot/#post-13221847)
 * [@tgboy](https://wordpress.org/support/users/tgboy/)
 * Hi Ankit,
 * Thank you for the information. Is thee a way to tell which plugin is controlling
   that code, because I don’t have a specific SEO plugin installed.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[eStore] Text widget with shortcode spanning full width of page](https://wordpress.org/support/topic/text-widget-with-shortcode-spanning-full-width-of-page/)
 *  Thread Starter [rigwald](https://wordpress.org/support/users/rigwald/)
 * (@rigwald)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/text-widget-with-shortcode-spanning-full-width-of-page/#post-13217594)
 * Again, it is working fine on my real site, just not the test site. I don’t know
   why.
 * [Image](https://drive.google.com/file/d/17oUU59xwW_vZKlwA1o8FwqgWYxXXUTXD/view?usp=sharing)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[eStore] Text widget with shortcode spanning full width of page](https://wordpress.org/support/topic/text-widget-with-shortcode-spanning-full-width-of-page/)
 *  Thread Starter [rigwald](https://wordpress.org/support/users/rigwald/)
 * (@rigwald)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/text-widget-with-shortcode-spanning-full-width-of-page/#post-13215149)
 * So ignore this message, because the test site isn’t important.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Free WooCommerce Products Slider/Carousel Pro] Is there a way to slow the scroll?](https://wordpress.org/support/topic/is-there-a-way-to-slow-the-scroll/)
 *  Thread Starter [rigwald](https://wordpress.org/support/users/rigwald/)
 * (@rigwald)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/is-there-a-way-to-slow-the-scroll/#post-13215098)
 * [@sajjad67](https://wordpress.org/support/users/sajjad67/)
 * Hi Sajjad,
 * Sorry, I didn’t realize that the “speed” was a new parameter that I had to add
   to the code, since it wasn’t built in. I have added it, put the shortcode in 
   a text widget and it is now working.
 * (I have a message for my theme’s support, because the slider is going full page
   width, instead of lining up with the other widgets on the page.)
 * Thanks!

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

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