stasionok
Forum Replies Created
-
Forum: Plugins
In reply to: [QR code MeCard/vCard generator] Causing problems with ACF pluginOk, moredator absolutely right.
@fscbmwcca Can you disable all plugins, turn on qrcode and acf and check is error shown?
if yes:- your version of WP
- your theme
if no:
turn on other plugins one-by-one and find from which one error appears
Forum: Plugins
In reply to: [QR code MeCard/vCard generator] Causing problems with ACF pluginHello!
Just setup clear WP + QRCODE + ACF
i can`t reproduce issue.- Can you describe all steps toget isssue
- Can you update ACF to last version (6.2.6.1)
- If you can reproduce, do you have ane errors in browser console?
- Do you have installed any cache plugins? which one?
Forum: Plugins
In reply to: [QR code MeCard/vCard generator] Formidable formsTG in readme, mail like login with @gmail.com
Forum: Plugins
In reply to: [QR code MeCard/vCard generator] Formidable formscan you write to my email or TG and send me your form export, and maybe describe more detail there and I will try to help you!
Forum: Plugins
In reply to: [QR code MeCard/vCard generator] Formidable formsI never used that plugin. If you provide detail guide how to reproduce your usecase i will try to find and fix that issue.
Forum: Plugins
In reply to: [QR code MeCard/vCard generator] WP Shortcode in MeCard Note fieldTo increase max photo size – you can override qr-code thumbnail with following code in your theme functions.php file
add_action( 'after_setup_theme', 'change_qr_code_photo_size' );
function change_qr_code_photo_size() {
// Override the image size
add_image_size( 'qr-code-photo', 600, 600 );
}
- This reply was modified 1 year, 4 months ago by stasionok.
I will add check for enabled GD extension with next update
Hope so too.
do you have installed php GD extension ?
It looks like plugin can`t build image with that extension cause it not installed
Forum: Plugins
In reply to: [QR code MeCard/vCard generator] vcard image not generatingPlugin update deployed, I added new thumb for photo but unfortunately WP do not create it for exists images (only for new)
so if you need thumb for exists img please use any regeterate thumb plugin or re-upload imageForum: Plugins
In reply to: [QR code MeCard/vCard generator] vcard image not generatingFirst of all – thanks for your research!
I checked on my WP sites and i can download vcf with images much more greater than 300×300
But! I think no sense to set so big images in vcf file, so i will made changes to reduce image size to 300 at bigger side.
- This reply was modified 1 year, 4 months ago by stasionok.
Forum: Plugins
In reply to: [QR code MeCard/vCard generator] vcard image not generatingI retest now on a few WP sites with different WP version and if i attach photo it already available in vcf file.
Check please empty space on server or rights to upload folder (and is uploaded file present in it)
Forum: Plugins
In reply to: [QR code MeCard/vCard generator] Generated vCard crashed contacts appItshown that you do not attach image to qr code post
May be you image broken? I need more details. Please.