-
MillaN
KeymasterHello,
Do you use some form of database related caching?
Milan
-
MillaN
KeymasterSeptember 4, 2021 at 3:18 pm in reply to: Trying to exclude specific pages from displaying sidebars #5039Hi,
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
-
MillaN
KeymasterHi,
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 -
MillaN
KeymasterDecember 9, 2020 at 5:16 pm in reply to: Demo 2: Number counter with manual update, button to add value and button #4973Sorry 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
-
MillaN
KeymasterJune 15, 2020 at 3:39 pm in reply to: Using the Sidebar Activation Filter with a Genesis framework template #4668It 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.
-
MillaN
KeymasterHi,
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 -
MillaN
KeymasterYou 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.
-
MillaN
KeymasterHi,
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 -
MillaN
KeymasterYou 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.
-
MillaN
KeymasterHi,
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
-
MillaN
KeymasterEverything 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?
-
MillaN
KeymasterCheck 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.
-
MillaN
KeymasterSeptember 23, 2019 at 12:35 pm in reply to: Issue to output QR-code with 25K characters in string #3829Hi,
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
-
MillaN
KeymasterCan you post the link on the website so I can check it out?
-
MillaN
KeymasterMobile 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
