rigwald
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [eStore] Can’t Check Out From Cart Page (Empties Cart)Hello @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
In reply to: [eStore] Can’t Check Out From Cart Page (Empties Cart)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
Forum: Plugins
In reply to: [Login No Captcha reCAPTCHA] [woocommerce_my_account] shortcode support?I was looking for dealing with the same issue. Have you found a solution?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Relevanssi Losing Weglot TranslationsThank 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.
Thank you. I got it working. ??
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 4 years, 7 months ago by rigwald.
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.
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.
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 that I forwarded to the plugin developer.
Forum: Themes and Templates
In reply to: [eStore] Prevent Autogenerating alt=”” for images@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
In reply to: [eStore] Text widget with shortcode spanning full width of pageOk, 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
In reply to: [eStore] Script Issue When Translating Using WeglotHi 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
In reply to: [eStore] Text widget with shortcode spanning full width of pageAgain, it is working fine on my real site, just not the test site. I don’t know why.
Forum: Themes and Templates
In reply to: [eStore] Text widget with shortcode spanning full width of pageSo ignore this message, because the test site isn’t important.
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!