Blueflyingfish
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms Sticky Form] fileupload issueI finally figured out the reason that the file link points to 404 page.
The new record was deleted after the old record was updated. The file was actually uploaded to the server in the new record when it was created. When the new record was deleted, the uploaded file was deleted too in the file folder.
I created a new method in Gravity Forms Module. If the $delete_file is set to false, the new uploaded file will not be deleted.
Hope it helps for others.
Forum: Plugins
In reply to: [Gravity Forms Sticky Form] fileupload issueI have worked it for a while. I checked the front end of file upload and the _Files() which are all correct. I don’t know how to keep checking it. Any suggestions.
Thanks,
QingForum: Plugins
In reply to: [Gravity Forms Sticky Form] fileupload issueI kept testing it today. I noticed that if it is a new record, the file can be uploaded to the right folder with the right file name. If the setting of Enable multiple entries from same user while form is sticky is enabled, a new record will be created, the file can be uploaded to the server. If the record is existing, when you remove the file and upload a new file which can not be uploaded to the server.
Is there anybody faced the same issue?
Many Thanks if you can help me.
Thanks,
AmyForum: Plugins
In reply to: [Lead Form Data Collection to CRM] Can this plugin work in the subsitesI am wondering if the pro version has this issue too. I am going to buy that Pro version. I am sure if I can buy the pro version and apply it for all the sites on the network.
Thanks Tom:
I found the reverse option.
Many Thanks,
Thanks, Tom:
It is terrific. Now it is moving from bottom to the top. Is it possible to make it moving from top to bottom?
Many Thanks,
I installed the meta slider the only plugin in a wordpress. Even in the preview, it goes from left to right.
Forum: Themes and Templates
In reply to: Category archive sidebarCould you please suggest one widget to do it?
i am facing the same problem and trying to get rid of the Ads
I am facing the same issue.
Forum: Plugins
In reply to: [Plugin: Twitter Goodies] Troubleshoot spacing around nameI am having the same problem.
Forum: Themes and Templates
In reply to: Twenty Eleven – remove margin top of page?Thank you very much. It is working. 🙂
Forum: Themes and Templates
In reply to: Twenty Eleven – remove margin top of page?Yes. You could see as the following:
Forum: Themes and Templates
In reply to: Twenty Eleven – remove margin top of page?Sorry. It is only working for Chrome not for firefox and IE.
Forum: Themes and Templates
In reply to: Twenty Eleven – remove margin top of page?I added
html {
margin-top: -28px
}it is working. the space disappeared.