joomapp
Forum Replies Created
-
Forum: Plugins
In reply to: [Product Bundle Builder for WooCommerce] Images not visibleHi Guys
I cannot find it. I have read the documentation here:
https://www.asanaplugins.com/create-dynamic-woocommerce-product-bundles/
Hereby the screenshot, i cannot select a default product
https://screenpal.com/i/c0X02BVG96C
JoepForum: Plugins
In reply to: [Product Bundle Builder for WooCommerce] Images not visibleHi,
Ah clear, but that option is not enabled in the free version, bummer as i wanted to display that to the end client. Gonna show it this way then.
JoepForum: Plugins
In reply to: [Product Bundle Builder for WooCommerce] Images not visibleHi there,
Thanks for the reply. Still not seeing the first image:
– cleared browser cache
– incognito browser windows (IE/Firefox/Chrome)
– devtools with cache disabled
Please check the screenshots:
No main image visible:
https://screenpal.com/watch/c0XrqhVG7OK
On click there is a popup which has images
https://screenpal.com/watch/c0XrqhVG7OM
JoepForum: Plugins
In reply to: [Product Bundle Builder for WooCommerce] Images not visibleHi there,
Well yes and no … in the popup the images are shown. But how do i get the initial image? (which is visible on product page)
JoepForum: Plugins
In reply to: [Product Bundle Builder for WooCommerce] Images not visibleHi here,
Thanks for the reply. I disabled all caching, JS defer etc. When clicking the main image getting the popup it shows the products selected. But still there is no image present in the initial bundle showcase. From which product should the first image appear to be selected in the backend?
JoepForum: Plugins
In reply to: [Product Customer List for WooCommerce] *Email all* not workingCheck the URL link sourcecode ??
Forum: Plugins
In reply to: [Product Customer List for WooCommerce] Cannot get any outputHi,
Ah great thanks. Yes, the globals were the issue, need to set them in the shortcode too. Also “seperated by comma’s” meant without a space (in the FAQ there is a space between “wc-completed, wc-processing”.
Anyways, works!Thanks!
Forum: Plugins
In reply to: [WooCommerce] VAT change for completed orderHi Steph,
I have exact the same problem. Any idea why it happened?
Jasper
Forum: Plugins
In reply to: [Easy Updates Manager] Email notifications on plugin updatesPlease add these strings to EUM to disable plugin & theme status emails ?? I love the simplicity of the EUM interface compared to the manual “enable updates” clicking of each plugin which will probably be problamatic in the future if i miss one.
Forum: Plugins
In reply to: [Bio Links] Profile image does not show upHi there,
Sorry to have keep you waited; here a fresh install (09.04.2020) with bio links on WP 5.4. If you firebug into the page source code and remove the URL from srcset and data-srcset the image is shown.
https://www.jeroenrietvelt.nl/links/bio/
Jasper
- This reply was modified 4 years, 11 months ago by joomapp.
Forum: Plugins
In reply to: [Bio Links] Profile image does not show up@pyronaur hi there, same issue for me. I can give you access/ view if you want. You can contact me directly with my avatar name info in front and com behind.
Forum: Plugins
In reply to: [Bio Links] Profile image does not show upHi,
This cannot go wrong when you remove the line:
“<?php biolinks_current_meta()->the_thumbnail() ?>”and inserts the absolute path to your image (like mine, but without the space after the first < next to img tag)
It’s hardcoded in the file then.
Jasper
Forum: Plugins
In reply to: [Bio Links] Profile image does not show upI edited the reply with instructions
Forum: Plugins
In reply to: [Bio Links] Profile image does not show upHi Anja,
Same problem here. It appears that the auto added srcset=”” by wordpress is the issue. Once I remove that from the source through firebug it works.
As a workaround i have set the logo hardcoded in the following file:
/httpdocs/wp-content/plugins/bio-links/public/templates/default/content.php
Remove: <?php biolinks_current_meta()->the_thumbnail() ?>
And then insert your logo path, like:< img src=”https://www.website.com/wp-content/uploads/2020/02/Asset-8-min-150×150.png” alt=”PWA logo” width=”150″ height=”150″ />
But i have no idea how to change it dynamically ??
Jasper
Forum: Plugins
In reply to: [Redux Framework] Blank afte install – kicked out of siteYes, uninstalling everything worked. Thanks