Tanvir Roky
Forum Replies Created
-
Thanks for the reply.
I tried all of those and couldn’t make it work.
I am using astra theme with elementor pro. The website is currently under development and all cache are disabled. After each edit I regenerate the elementor CSS.
I found a solution for all media selected when adding new 360 gallery.
in the file happy-elementor-addons/widgets/threesixty-rotation/widget.php
line 75, instead of adding a placeholder,'default' => [ [ 'url' => Utils::get_placeholder_image_src(), ] ],
keep it blank.
'default' => [ ],
This way the gallery will behave like elementor gallery and no images will get selected the first time and don’t have the pain of deselecting all.
Please add this on next update.
This problem is still there.
This because the popup was there. I removed the popup and there is no duplicate IDs. Please check now. One is “um-notice err um-error-code-invalid_username” another one is “um-field-error”
Thank you so much. But what about error message?
The message “Password is incorrect. Please try again.” is showing on top of the form with close button also showing under the password form. Both messages has the class um-notice.
You can check the password field in login form. If the password minimum and maximum length is set to 8 and 30 remove it and save the form and try again. Hope it will work
Thank you so much
You can try HTML widget in that page (at the beginning) and write the code in it.
Forum: Themes and Templates
In reply to: [Astra] finding change logsthanks
Thank for your concern. Woodmart team told that they will fix this issue on the next update.
Thanks a lot.
Thanks for your concern.
Yes, the password is in plain text in the database in both of my screenshots (?%_______%%). The screenshot you shared is also showing in plain text i guess. One more thing, If the password is encrypted oneway in the database how could it be used next time when need to connect. Encryption on database is not nessacery i thing. You can add a function to ask FTP password/access key when retrieving a backup file from the remote server or trying to download it. Because if password is not encrypted and someone downloads the backup file and restores it on another host, they can get the FTP information there. Asking FTP password to retrieve or download backup file will be another level of security.?? you call this encrypted? It can be shown as plain text just by changing the type to text from inspect element option of any browser. It’s just hidden by CSS. https://snipboard.io/jDefmY.jpg
Also not encrypted in the database. https://snipboard.io/1SBWKc.jpgForum: Plugins
In reply to: [Post Views Counter] Add option for todays view and total view bothNo I want something like this- Total View:560 Today’s View:5
And this is for each post. If I set Reset Data Interval to 0 to save view data regardless of its age like youtube view, how could I show today’s view?Forum: Plugins
In reply to: [Happy Addons for Elementor] Issue with 360 image widgetWell… Thanks a lot…