vladnice
Forum Replies Created
-
Same problem here, Glider stopped working :/
Hi,
To be honest, I think the UI/UX could be better.
I’m not fond of the way it opens full screen without the wordpress menu being accessible, for example.
When you add a recaptcha to the form, if you haven’t already saved the keys, it takes you out of the form to do that.
The checkbox or multiple choice fields accept html which is good but a simple editor could help (to add links, text colors and such).
There are several things like this but I don’t remember them all.Best regards.
Forum: Plugins
In reply to: [Custom Post Type UI] Can’t create a new custom post typeI solved this by changing the type’s name.
For some reason it wouldn’t let me create it with my first name choice. So I just changed it after creation with a different name.Forum: Plugins
In reply to: [Email download link] Telephone # Field requiredIf it can help, I found it myself. You need to modify a file.
1. Open ed-shortcode.php (in classes folder)
2. Search for line 129:
$ed_phone_html .= ‘<input type=”text” name=”phone” id=”phone” placeholder=”‘ . __(‘Phone’, ’email-download-link’) . ‘” value=”” maxlength=”20″ />’;3. Replace it with:
$ed_phone_html .= ‘<input type=”text” name=”phone” id=”phone” placeholder=”‘ . __(‘Phone *’, ’email-download-link’) . ‘” value=”” maxlength=”20″ required/>’;That’s it.
Forum: Plugins
In reply to: [Email download link] Telephone # Field requiredI need this too. But it seems that the developper hasn’t come here in a while.
Can you help?
Hello,
As said earlier, I’ve already done that.
Can you please help me with this issue?
Hello,
Were you able to look into this?
Thank you.
Hi @wfdave,
This message is displayed on the plugins page:
Plugin could not be activated because it triggered a fatal error.
In the debug.log file, I have:
[30-Nov-2019 10:01:07 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4198400 bytes) in /var/www/vhosts/***.com/httpdocs/wp-includes/functions.php on line 687
Thank you.
Hello @sygnoossupport I have deleted it. It didn’t fix the issue.
For info, I have also disabled wp cron and configured it server based.
I still have your sgpbGetNotifications cron task running every few seconds, even though it’s configured to run once a day.
It’s calling this file: wp-content/plugins/popup-builder/com/classes/NotificationCenter.php:57
Can I make a change there maybe? And what?Thanks!
PS: everytime you answer my thread here, I see that you have answered but it takes 8-9 hours to display your answer on the thread. Weird!
Dear @sygnoossupport unfortunately this has not fixed the issue for me.
Can you please direct me to a solution on how to disable the sgpbGetNotifications cron task.
When I run wp-crontrol, It’s barely opening and it displays 68361 (!!!) of those notifications. It’s running every 3 or 4 seconds!Please see:
https://i.ibb.co/wCfJ0J7/sgpb1.jpg
https://i.ibb.co/RSqXJwH/sgpb2.jpgThank you.
As I said earlier, I have uninstalled the plugin to try to fix the problem. But even uninstalled, it still messes up my site!
Ok, in that case, I will need to reinstall the plugin to fix the issue?
I have already installed that plugin, that’s how I got to know your plugin was causing my site to have critical issues.
Only to load the cron events pages takes minutes to load because of the so many cron jobs.Please take a look at this screen shots:
https://ibb.co/vPg5JN7
https://ibb.co/k0N32zfPlease assist me with this. As I said my site is basically dead because of this issue.
I need a fixture ASAP.Thank you.
- This reply was modified 5 years, 3 months ago by vladnice.