Hello, I have installed the plugin, very good, thank you.
But if I change any information, it is not reflected in the QR when I scan it again with the phone. How to do this?
And unfortunately the photo does not show on the phone.
Any idea?
]]>iv been using this plugin for a while now and its been great but on the latest update it is now in a different language. please explain how to fix this ?
]]>Hi Support, i installed today plugin but it is not in english language. How can i transfer it to english language?
]]>When your plugin is activated I can no longer edit fields in the Advanced Custom Fields version 6.2.5 release. I have tried on several browsers with the same problem.
]]>Hello! Great plugin!!
I’m using Formidable forms to create a form where users can register and edit his personal data: for example user fill the form and it generates a new post/contact in the Me/QrCode list.
When I put a data in the field about telephone (custom field: wqm_tel) nothing happens and the field remains empty. I can’t understand why, because all other custom fields work fine!
Can you help me solve this issue? Thank you!
]]>Great plugin!
How can I add my own dynamic shortcode, created with the WP code plugin′s PHP snippet (it’s a custom long numeric value created from timestamp and user id) to the Note field?
If my shortcode has the value 123456789, I would like to see it stored in the MeCards Note field. Simply pasting the shortcode into the form field does not work. A much uglier option would be to add it to the end of the URL as a tracking code (?123456789), but I prefer the first option if possible.
If it′s possible to create that above I then would like to show the created MeCard in several places in my design, controlled with a shortcode.
]]>I’m having problems with the QR code image generator and I’m not entirely sure what is wrong. This error only happens on the hosting server and not my local dev environment (all setup is pretty basic). Upon saving the vcard entry (qr code options default), the site crashes with the message “There has been a critical error on this website. Please check your site admin email inbox for instructions”. When I refresh the page, I can see the vcard entry is being saved and the vcf file is usable, there’s just no QR Code image.
I tried activating WP_Debug and it didn’t help me see anything except for the default error message. But I deactivated error_reporting(0)
on class-wqm-qr-code.php and here is what I’ve got.
Fatal error: Uncaught Error: Call to undefined method Endroid\QrCode\Exception\GenerateImageException::get_error_message() in /home/user/public_html/sitename/wp-content/plugins/wp-qrcode-me-v-card/controller/class-wqm-common.php:51 Stack trace: #0 /home/user/public_html/sitename/wp-content/plugins/wp-qrcode-me-v-card/model/class-wqm-qr-code.php(485): WQM_Common::print_error(Object(Endroid\QrCode\Exception\GenerateImageException)) #1 /home/user/public_html/sitename/wp-content/plugins/wp-qrcode-me-v-card/model/class-wqm-qr-code.php(205): WQM_Qr_Code_Generator->generate_qr_code(Object(Endroid\QrCode\QrCode)) #2 /home/user/public_html/sitename/wp-content/plugins/wp-qrcode-me-v-card/model/class-wqm-qr-code.php(97): WQM_Qr_Code_Generator->generate_vcard(false) #3 /home/user/public_html/sitename/wp-content/plugins/wp-qrcode-me-v-card/controller/class-wqm-qr-code-type.php(340): WQM_Qr_Code_Generator->build() #4 /home/user/public_html/sitename/wp-content/plugins/wp-qrcode-me-v- in /home/user/public_html/sitename/wp-content/plugins/wp-qrcode-me-v-card/controller/class-wqm-common.php on line 51
I would appreciate any help. Thank you.
]]>Hello, I’m currently working on a website where I need to use your plugin. Right now only you’re plugin fit my need without having to install another plugin dependency to work. It has been great while I’m working on it locally. But then I encountered a problem when using it on production site.
I’m just adding a vCard as normal and used vCard v3 with QR code config on default then filled the information as needed (also did it with meCard and no luck). When I save or update the entry wordpress crashes and get the message “There has been a critical error on this website. Please check your site admin email inbox for instructions.”
I’m not able to see the debug info when I activated WP_DEBUG so I tried disabling your error_reporting(0) to check where the error might be coming from and this is what I’ve got. Fatal error: Uncaught Error: Call to undefined method Endroid\QrCode\Exception\GenerateImageException::get_error_message() in /home/sitename/public_html/sitename/wp-content/plugins/wp-qrcode-me-v-card/controller/class-wqm-common.php:51 Stack trace: #0 /home/sitename/public_html/sitename/wp-content/plugins/wp-qrcode-me-v-card/model/class-wqm-qr-code.php(485): WQM_Common::print_error(Object(Endroid\QrCode\Exception\GenerateImageException)) #1 /home/sitename/public_html/sitename/wp-content/plugins/wp-qrcode-me-v-card/model/class-wqm-qr-code.php(147): WQM_Qr_Code_Generator->generate_qr_code(Object(Endroid\QrCode\QrCode)) #2 /home/sitename/public_html/sitename/wp-content/plugins/wp-qrcode-me-v-card/model/class-wqm-qr-code.php(93): WQM_Qr_Code_Generator->generate_mecard(false) #3 /home/sitename/public_html/sitename/wp-content/plugins/wp-qrcode-me-v-card/controller/class-wqm-qr-code-type.php(340): WQM_Qr_Code_Generator->build() #4 /home/sitename/public_html/sitename/wp-content/plugins/wp-qrcode-me-v in /home/sitename/public_html/sitename/wp-content/plugins/wp-qrcode-me-v-card/controller/class-wqm-common.php on line 51
I’d tweak this myself but I’m not sure where to look at. I’d appreciate any help. Thank you.
Additional info: I tried downloading the VCF file from the created entry and the VCF file is fine, I can open it with contact apps and the information I filled in are all there. The issue really is with the QR Code Generator but I’m not sure what’s so different with my local environment, and the hosting site since my local environment setup is pretty basic, and the production site runs on a regular hosting service with cPanel and has pretty basic setup as well. File write permissions on uploads folder is open for WordPress.
I read some of the other topics about the vcard images not working on some devices for various reasons. I made two vcards and one showed the image just fine while the other one didn’t. When I downloaded the vcard files and opened them in sublimetext, the one where the vcard showed the image showed quite a lot of coding next to “PHOTO;ENCODING=b;TYPE=JPEG:” while the one that didn’t show any image, simply didn’t even have the “PHOTO;” line in the vcard file – seeming to imply that the photo didn’t save in any way to the vcard file at all.
I was only able to get the vcard file to effectively save the image to work properly once. All other attempts result in a vcard file that doesn’t have any “PHOTO;” line.
I tried downloading the image that worked and reuploading it to see if it had something to do with the file type or size but the reuploaded image didn’t work either.
Is this a glitch? Or something on my end?
]]>Hi there,
I am currently working on a project that uses this plugin and after setting up multiple vCards for member profiles, I’ve run into some issues.
Firstly, when I download a vCard what I have generated and try to open it with the default Windows app (People), it opens and then immediately crashes. After poking around, I’ve found that if I open the .vcf file in VS Code, and press save without actually changing anything, the card functions as expected and opens the People app with the relevant information contained in the card.
Another issue is when I’m trying to add an image to the card. I upload and press save but the images doesn’t save and the image field is empty on refresh.
I am running this site on PHP 8.2 WordPress 6.3.1.
Happy to provide and additional information if required.
Thanks
Jake
]]>Unfortunately this plugin blocks the selection of my HTML tab in woocommerce plugin.
]]>The following vCards are not working on this page. I receive a “Safari cannot download this file.” I did recreate MERIBETH CULVER from scratch and has the same error. Do you have any suggestions?
JUSTIN ANDERSON
COURTNEY JORDAN
MERIBETH CULVER
MARIO & CAROL VILLAR
when using the direct .vcf link, it will download a vCard.vcf
is there any way i can customise the filename to the be “title”.vcf instead?
How do I add some links to the social media ?
]]>Installed vCard plugin hoping for efficient contact management, but it backfired. Received relentless scam calls despite taking precautions.
]]>HI,
by the way, congratulations for this plugin.
And please, a help.
I had created a vCard on a website.
But I lost the installation of the site, and now, with a new installation, I would like to redo the same shortcode, as I had already created printed material with the previous qrcode.
So see. On the initial site, I had ended up with a shortcode following “4165”.
and now it ends with “6466”.
Anyway, is it possible to edit the shortcode so I don’t lose the printed material?
Thank you for any guidance on how I can proceed.
until later,
]]>Such a nice plugin. I just wonder whether this support rest api by default?
Cheers,
Naz.
]]>When i scan the QR code, the card photo i put doesnt appear.
Do you have an idea why ?
]]>Hello. I have this question. I put an extension number for the phone number, take the link to the vcf in the admin panel, put it in the button and when downloading the vcf file on an iPhone and newer, the android opens, but on not very new ones, the phone merges with the extension like this (+78669899999134), and for me need (+78669899999,134). Open this file on the PC through the editor, where the phone is separated by a comma. If you place the qr on the page and download it like this, then everything also works correctly, but I need the card to be downloaded by clicking the button, can you tell me what could be the problem?
I also tried manually, in the downloaded vcf file, put divisions for example: ( TEL: +79281591535;123 )(TEL: +79281591535\,123)(TEL: +79281591535 ext. 123)(TEL: +79281591535;ext=123) .
Removes all elements and connects numbers.
I will attach a link, you can download the vcf source on the “add contact” button
https://neis-team.ru/anastasija-andreevna-irinarkhova/
Hi,
For some reason, even when I enter the address and save it, when I go to test the vcf card, the address is never saved, tried several times but nothing shows up. Can you please help? Thanks
]]>Hello,
Thank you already for your work, it’s simple and effective.
However, I have a problem with the color of the qrcode.
I enter an RGB 06999 format but this does not occur.
In general, when I enter another RGB format, it’s always next to it and I didn’t understand the logic.
Is there a particular semantics to use?
Thanking you
]]>Hi, Can you please help me out with the problem on some pages I am getting issues without making any changes.
Warning: file_get_contents(https://saveitcards.com.au/wp-content/uploads/2022/07/Abhinav-Bijavara-Naga= raj-300×300.png): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/customer/www/saveitcards.com.au/public_html/wp-content/plugins/wp-qrcode-me-v-card/model/class-wqm-qr-code.php on line 323
It was working fine before. But suddenly it shows such errors.
]]>Dear Developer and Community,
Is there an option or a way to add various fields like LinkedIn, Facebook, Snapchat, Google Maps etc?
]]>Hello
I am creating an archive page and a single page. But it is not working.
it is showing 404 But another Custom post type is working collectly.
Please help me.
Thank you
]]>Hi, Hope you doing greet. Dear Member, i want to help when we get direct vCard link, the all data showing but the only image is not come with link. As i added image on both logo and Photo.
Looking forward to hear from you.
Regards
]]>I am exploring the plug in, but don’t know why none iphones that we tried to read with have succeed.
Can you help me?
]]>Hello,
Leveraging your plugin, when a BuddyBoss/BuddyPress member is added to my site, can your plugin be used to automatically create a QR code for that member? If so, how?
Cheers,
Quint
Hey,
I was doing some tests with the consideration to use the plugin. The photo and logo field are not working… You can pick file for upload, but after save they are not actually saved. I noticed there are some error messages regarding color pick script. I’m uploading a screenshot https://ibb.co/XSy3xMj
The WordPress is fresh new installation without any other plugins. Just stock 5.9.1 version. Does it have any special requirements to use the photo feature?
Cheers and thank you in advance!
]]>Hi guys,
your problem currently has a big problem if used with the popular avada theme. If your plugin is activated, the colorpickers in the whole avada theme builder are broken.
Could you check and fix that please?
]]>Dear Team,
How to active QR code pointing URL module