No content to show
User Activity
Does this work with shopify's node template that uses shopify.processWebhooks({ webhookHandlers: PrivacyWebhookHandlers }) to process the webhooks?
Are you using the shopify's node template for your app? If are have you done any webhook verification for it?
Hi, Were you able find a solution for this?
06-14-2024
Hi, My node app is failing the hmac verification for mandatary webhooks. Is there a solution for this problem.this is the code for webhook in my appapp.post( shopify.config.webhooks.path, shopify.processWebhooks({ webhookHandlers: PrivacyWebhookHan...
Add target="_blank" to to your href like this also rel for security purposes <a href="link" target="_blank" rel="noopener noreferrer">Content of the link</a>
04-14-2023
This should work for you.Keep the "Show content below images" checked.then edit code and go to the file "component-slider.css"On line 133 of this filereplace the original code ...slider.slider--everywhere .slider__slide {margin-bottom: 0;scroll-snap-...
04-14-2023
Uncheck the checkbox that says"Show content below images on mobile"on the slideshow section.Here's how it looks.
That's easy just add this css to your header.liquid in the style tag,(while making sure logo position is 'Top-center')@media screen and (min-width: 990px){.header--top-center {grid-template-areas:"left-icons navigation icons ""heading heading heading...
If you need to add a link you can wrap your image with ahref tag like this<a href="link_here"><img src="some_source" /></a>
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
585 | 04-15-2023 02:43 PM | |
407 | 04-14-2023 02:47 PM | |
611 | 04-14-2023 02:32 PM |