Marchetti Design
Forum Replies Created
-
Cool i think this will improve the ux for coder and dev a lot!
Forum: Fixing WordPress
In reply to: Theme.Json broke Default Font Backend WordPressThis exercise solve the issue:
https://fullsiteediting.com/lessons/creating-theme-json/Thanks
Forum: Plugins
In reply to: [WooCommerce] Email product list orderby SkuNo, unfortunately you don’t understand. When a user buy 10 products they will appear in the confirmation email of the administrator in a random order;
I need for shipping purposes that the list of the products in the email are ordered by sku number.
Thanks!
Hi @wpmudevsupport13 thanks for the reply!
If i create a registration form to pay something when a user is new, he see the form ok, but if is already register? i need to duplicate the form as a login form?
Not so clear for the user than need to buy from the same page…
Any news? maybe the pdf file is generate before the code bar generation is finish?
- This reply was modified 3 years, 7 months ago by Marchetti Design.
Any news on that?? thanks
Yes, also in my local enviroment the librabry works, on the live site it was working for some months, but two weeks ago the generation only in the pdf version not works anymore. if i have to make tests i’m here, thanks.
Hi @yordansoares i had try your code, but unfortunately doesn’t works. What i can do?
Any news on this?
allow_url_fopen is enable, the strange thing is that for some month the pdf with the generated image wordked correctly.
I set the url of the library use absolute path with this code:
echo "<img alt='testing' src='". get_stylesheet_directory_uri() ."/woocommerce/barcode-library.php?text=testing'/>"
I can open a ticket in the hosting service, but i haven’t clear what i have to ask…
- This reply was modified 3 years, 7 months ago by Marchetti Design.
- This reply was modified 3 years, 7 months ago by Marchetti Design.
- This reply was modified 3 years, 7 months ago by Marchetti Design.
- This reply was modified 3 years, 7 months ago by Marchetti Design.
Hi, thanks for the reply, the image is created with this library:
https://github.com/davidscotttufts/php-barcode/
is very popular here the article with some examples:
https://davidscotttufts.com/2009/03/31/how-to-create-barcodes-in-php/The image created is a png files. Basically you pass the string you want transform in the barcode with this sintax:
<img alt="testing" src="barcode.php?text=testing" />
barcode.php is the library, i don’t understand why it works in html and not in pdf mode..
- This reply was modified 3 years, 7 months ago by Marchetti Design.
Forum: Reviews
In reply to: [Block Guide Lines] Was struggling to get to work, now perfectThe new version it’s out let me know ??
Forum: Reviews
In reply to: [Block Guide Lines] Does not work with 5.5The new version fix that ??
Forum: Reviews
In reply to: [Wlow] Solid with flawsHi Jaaarne, thanks for the feedback:
1) can you please tell me wich are the javascript files that cause the problem?
2) for the font i use a standard google font, do you know a google font that support non latin languages?
Thanks,
Andrea.- This reply was modified 7 years, 4 months ago by Marchetti Design.
- This reply was modified 7 years, 4 months ago by Marchetti Design.
Forum: Plugins
In reply to: [Polylang] Not able to create Custom Post type after install the pluginok i find the problem the attribute:
‘menu_position’ => 24,
was the same on 2/3 custom post type now it works!
thank you,
have a nice day.