QR-Code Widget Plugin für WordPress
Qr Code Suite:
WP-QR-Code-widget 1.1.1 for older wordpress instalations!
WP-QR-Code-widget 2.0.1
Ticket support is avaliable on : https://scm.poluschin.info/projects/qrcodewidget
Qr Code Suite:
WP-QR-Code-widget 1.1.1 for older wordpress instalations!
WP-QR-Code-widget 2.0.1
Ticket support is avaliable on : https://scm.poluschin.info/projects/qrcodewidget
Supper dingens ich liebe es
Parse error: syntax error, unexpected ‘.’ in /usr/share/wordpress/wp-content/plugins/qr-code-widget/qr_code_suite.php on line 94
mein blog ist kaputt !
Ist gefixt …
die 2.0.0_a ist eine alpha version und sollte eigentlich nicht auf produktions systemmen eingesetzt werden. Da ist wohl irgend wo ein fehler eingeschliechen.
Multi site upgrade issue you should look at
Parse error: syntax error, unexpected ‘.’ in /home/everythi/public_html/wp-content/plugins/qr-code-widget/qr_code_suite.php on line 94
Regards,
Mike
Fixed…
When installing on the local server does not activate the plugin successfully, it gives the error:
Parse error: syntax error, unexpected $end in C:\Server\www\word\wp-content\plugins\qr-code-widget\qrcode-admin.php on line 360
Call Stack
# Time Memory Function Location
1 0.0072 552632 {main}( ) ..\plugins.php:0
2 0.5502 29351976 plugin_sandbox_scrape( ) ..\plugins.php:148
3 0.5508 29384448 include( 'C:\Server\www\word\wp-content\plugins\qr-code-widget\qr-code-widget.php' ) ..\plugins.php:146
I’m using Server Vertrigo! Will need to give permissions to the plugins folder?
I look forward to a response
Thank you very much
Hi
I am using you “QR Code Widget 2.0.1″
But my Host provider chang the php set “short_open_tag” to off
in your plugin use same “<?" and make it error. may you change to use "<?php" in next version
hi! wonderfull plugin
how can I disable the 10px padding around the QR image, please?
thanks!
The border will be generated by phpqrcode, so you need to modify source code to change this.
Hi,
how can I insert into template QR-code as embedded code using php?
thanks
you can use do_shortcode() function in your templates, like
< ?php echo do_shortcode('[qr_code_display qr_code_format=”png” qr_code_size=”3″ qr_code_ecc=”1″ qr_code_trans_bg=”0″ qr_code_fg=”00DD00″ qr_text=”string” no_cache=”0″]'); ?>Guten Tag,
Tolles Widget, danke.
We are trying to work from it so as to have users enter a Product Tracking Code (alphanumeric) and end up on a specific page.
Can it be used like this?
ie. can the QR code be replaced by an alphanumeric code for those who don’t have a mobile. The tracking code can also be regarded as a secret code to enter private pages.
MfG, bis gleich
Hi,
This plugin is a simple Widget & shortcode extension for WordPress, what you need is something totally different like a E-Comerce or Warehouse management system
Of course you can rewrite my plugin to meet the requirements, the code is open source.