MillaN

MillaN

@millan

Viewing 15 replies - 16 through 30 (of 254 total)
Author
Replies
  • in reply to: list of sidebars not displayed #5057

    Hello,

    Do you use some form of database related caching?

    Milan

  • in reply to: Trying to exclude specific pages from displaying sidebars #5039

    Hi,

    In the settings for rules (Custom) you can specify ID’s of posts/pages to show sidebars, but this can be used to display not exclude posts. The only other way to do that is using custom code and filter to modify the rule using example from documentation, into functions.php or via mu-plugins custom code file.

    Milan

  • in reply to: Using Polylang to Translate Content #5031

    Hi,

    Honestly, I have no idea how that would be possible. My plugin registers the sidebars, and you place the content inside. I have no control over how the translation plugin can handle that. Only idea I have is to register multiple sidebars, and show different one for the different translations.

    Regards,
    Milan

  • Sorry for the late reply on this.

    I really have no idea how can you do that. These buttons effect the plugin object on page, and in general, it is not possible for one browser window to manipulate another without being created one from another. This is not really related to my plugin, but in general how JavaScript works in browsers, and I never attemped something like that, and I have no idea if and how it can be done.

    Milan

  • It is possible that your code is not executed when it is needed. Plugin checks for the activation on ‘wp’ action, and I plan to replace that in the next update, but right now it requires more testing. I recently published 2.9 version, so this change is expected in 3.0. But, problem is that the action I need to use will be always run before individual template is loaded, so this code can’t be run inside the template, it has to be added before the template.

  • in reply to: Shortcode Button in Gutenberg Editor #4667

    Hi,

    Plugin doesn’t have support for Gutenberg blocks, but it still works with the Gutenberg editor ‘Classi Block’, because Classic Block is basically just TinyMCE, so you can use that block, and you can generate shortcode via that block.

    Regards,
    Milan

  • in reply to: alignment and rotation #3857

    You should not make changes to the plugin, a lot of CSS is generated. So, it is best to use the browser inspector and identify element you need to modify, create style for it, and add to your theme.

  • in reply to: alignment and rotation #3855

    Hi,

    Sorry for the the late reply on this.

    To rotate the text, you need to use the CSS right now (plugin also does that, but right now there is no option to change the rotation side). As for the middle alignment, that is very tough to do, due to the differences in how devices work, and so far I was not successful to do that. If I manage to do it, it will be implemented.

    Regards,
    Milan

  • in reply to: Multiple QR VCards #3838

    You can create QR code dynamically for each user (for instance, to show in the user profile), but you need to use PHP function plugin has to add to your profile page, to feed it the vCard information for that user. There is no way to do that without using function, becuase there is no standard way to supply vCard data to users, and WordPress doesn’t have profile pages for users. But, using function and your own method to supply vCard, it can be done.

  • in reply to: Multiple QR VCards #3835

    Hi,

    I am not exactly sure what you asking here, but plugin adds widget, shortcode and function that can be used to generate the QR code. If you have static information to show in sidebar, use widget, if you have static information in content, use shortcode. Function is available to use inside the PHP templates (plugins or themes) and it can generate the QR code based on any data any where. Function is explained in the user guide along with some examples.

    Milan

  • in reply to: Installation does not load app correctly #3833

    Everything you described point to an error, so it has to be there. Can you describe exactly what you did, and how you added QR code at all?

  • in reply to: Installation does not load app correctly #3831

    Check browser console for JavaScript errors and server PHP error log for errors in code, and post it here as screenshots or uploaded ZIP with errors. Also, please, provide screenshots of the widgets since I don’t understand how it is working if widgets are not there.

  • in reply to: Issue to output QR-code with 25K characters in string #3829

    Hi,

    QR Code specification has a limit of around 3Kb – that is 2953 8bit binary characters, 4296 alphanumeric characters (normal text) or 7089 numerical characters. If your content contains 16bit unicode characters, the limit is even lower. For normal text you can assume limit of between 3000 and 4000 characters on the safe side.

    Milan

  • in reply to: Sidebar Not Displaying #3826

    Can you post the link on the website so I can check it out?

  • in reply to: Browser size activation #3809

    Mobile browsers have high resolutions these days, similar to desktops, so the resolution option is not that useful anymore. I will see if I can add some more reliable method of detection in future versions.

    Milan

Viewing 15 replies - 16 through 30 (of 254 total)