romapad
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms Sticky List] file upload editingHow to use this plugin? I stack on the problem – users uploading files to the form, than they cannot see this files, when trying to update the form entry from sticky list. Each user has many personal form entries.
Is it possible to manage with this plugin that users will able to edit they uploaded files for each form entry. Your plugin is using shortcode with form entry id, but if there is many form entries?I added isset($_POST[“gform_submit”]) && to line 834 in file class-sticky-list.php
Hi! I’m getting the same notices. Did you find why it happening?
Hi! I got the same issue. If the date is past over, then countdown showing only for 2 second on page loading and then disappear. I tried to disable all plugins, but issue is still there. I guess that there is a conflict with site theme. If the date on countdown is in the future, then everything works well. And i also notice issue with date picker, same as mentioned above.
Forum: Plugins
In reply to: [Title Toggle for Storefront Theme] notices on 404 pageHi! Thanks. It works
Forum: Plugins
In reply to: [Contact Form DB] Problem with Google Spreadsheet Live DataHi!
– russian language
– yes
Do you need more details? I can send to emailForum: Plugins
In reply to: [Contact Form DB] Problem with Google Spreadsheet Live DataThanks for quick fix, I did update plugin, but it still showing the same problem with original URL:
https://onedrive.live.com/redir?resid=2397EBD3F320C25E!88187&authkey=!ANwp35bdBxxa6Qg&v=3&ithint=photo%2cpngwith this addition: &delimiter=, – working perfectly
Forum: Plugins
In reply to: [Contact Form DB] Problem with Google Spreadsheet Live DataThank you for super fast answer! That’s work!
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] update to 2.3.7 problemI always updating this plugin, so last update was from previous latest version.
Ok, thanks for your supportForum: Plugins
In reply to: [jQuery T(-) Countdown Widget] update to 2.3.7 problemI did adjust custom styles, now it’s working ok with the latest version.
But what will happen with the next update?Forum: Plugins
In reply to: [Lightbox Plus Colorbox] Conflict problemsI got the same bug.
try to downgrade to 2.8.5
Waiting for developers to fix itroll back to 2.8.5 solved the problem
Forum: Plugins
In reply to: [WP-PostViews] Posts for last weekHi! This is the simplest solution for that:
just go to wp-postviews.php in the plugin directory and find this code:
post_date < '".current_time('mysql')."'
change it to:
post_date >= DATE_SUB('".current_time('mysql')."', INTERVAL 30 DAY)
change 30 to whatever number of days you need.
Don’t forget to update this code after plugin update!Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] problem with style parsingHi! I use latest version of plugin, and no any other addons. I did reinstall plugin. I also had trying to deactivate all other plugins and switch to default wordpress theme. With no hope. Still getting the same error.
I have PHP 5.3 installed on server. Also same problem come up on two other websites running on different hosting (but from same hosting provider)Forum: Plugins
In reply to: [Thumbs Rating] Adding few thumbs votes in one post@mr.R4z0r, do you find a sulution? I had a similar request