Lock-N-Load
Forum Replies Created
-
Forum: Plugins
In reply to: [Visual Form Builder] File upload.. what actually happens?Linux server permissions?
php limitations?
directory permissions?
conflict with the plugin and your theme, WP version?several possibilities.
Awesome, I will try and report back. Thanks!
It doesn’t work that way. There is no link you set for the button and the picture. There is only 1 link you can set…. and it is for the button.
Forum: Plugins
In reply to: [Visual Form Builder] File upload.. what actually happens?no problem. I always try to follow up when I find an answer.
And BTW, it also adds said link into the DB of “Entries” so you can see it and click it there from your end in the CMS.
So you may see image Upload 1, image Upload 2, image Upload 3, etc and a link next to it. I allow 4 image uploads.
Forum: Plugins
In reply to: [Visual Form Builder] How to upload few files at one time?What? I did help you.
I have a form. I have 4 image uploads possible. This is done with 4 “file upload” fields.
It is simple, easy, fast and works perfect.
So it seems like you didn’t ask the proper question you want an answer to and what you want to know is “how to upload multiple files with 1 click”. You cannot. So, time to move along if you really think it is an issue to have as many File Upload fields as you want.
Forum: Plugins
In reply to: [Visual Form Builder] File upload.. what actually happens?Answer… it adds a clickable link to the image in the emailed results as it uploads the image to the Upload directory.
Forum: Plugins
In reply to: [Visual Form Builder] How to upload few files at one time?Why not just had 2-3-4 instances of the upload option and call them Upload 1, upload 2, upload 3, etc.
The share counts are not showing for share prior to the migration. share counts seem to be sharing for all shares since the migration.
“As long as you retain the URL” – not sure what this means. All we did was migrate servers so https://www.blahblahblah.com is still https://www.blahblahblah.com
without posting here publically, which I do not want to do, how would I get you a URL?
thanks!
Ok.. that’s to bad, but understood.. thanks anyway then.
Even if we are willing to pay to get support?
We no longer have a relationship with those developers.
Please don’t leave us hanging.
This ability REALLY needs to be cooked into the front end plugins settings. Setting up the ability to block and exclude pages and posts by ID is so so basically needed, and the only way to do it with your plugin is so cryptic and bulky.
How about a simple new front end option of: “Exclude these ID’s:” and we can put in the ID’s we want to block. Simple, easy, all on the front end like everything else.
ps – thanks Rudolph Smits, this helped me doing it somewhat easier than what is needed to be done using this plugins method of blocking IDs.
Forum: Plugins
In reply to: [Easy Social Icons] Short code displaying instead of social iconssame here
Forum: Plugins
In reply to: Custom plugin is revealing blog posts that are set as Draft or PendingNope. you nailed it…
there are 2 references to
$args = array( ‘numberposts’ => ‘5’ );
I changed the first one and it did not work. I changed the second one and presto…
Thanks for the solution, I will now know forever!
Forum: Plugins
In reply to: Custom plugin is revealing blog posts that are set as Draft or PendingYou nailed it!!!
I changed
$args = array( ‘numberposts’ => ‘5’ );
to be
$args = array( ‘numberposts’ => ‘5’, ‘post_status’ => ‘publish’ );
and no more issue. Thanks!
Forum: Plugins
In reply to: Custom plugin is revealing blog posts that are set as Draft or PendingAnyone have any ideas? I can provide the full “tips.php” file if needed.