Ian
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms Sticky List] multi pageSeems there is a bit of a mix up? I issued the pull request here:
https://github.com/wp-plugins/gravity-forms-sticky-listI’m guessing this is the wrong place? Do you want me to issue it again to the repo above?
Forum: Plugins
In reply to: [Gravity Forms Sticky List] multi pageHi again fried_eggz, just wondering what is happening with the multi page solution I created? I issued a pull request on GitHub 11 days ago, did you receive a notification?
Would be great to get some feedback, good or bad.
Regards
Ian
Forum: Plugins
In reply to: [Gravity Forms Sticky List] multi pageHi again fried_eggz, yes I noticed that this was a popular feature request and I fully appreciate that time is always an issue.
I have never used Git before, another thing that has been on the list for a while. I have now installed GitHub Desktop app and have forked your plugin. I think I’m almost at the stage where I feel comfortable enough to try integrating my code with sticky list.
Can I ask for just one bit of advice? In GitHub Desktop, when I click the Compare button, I can see 2 branches, the Default Branch: master and Other Branches: wp-plugins/master. I’m a bit lost here, is there a difference between these? Should I be comparing my changes against one of these in particular?
Hope to issue a pull request on this within a few days. Any feedback from your testing of the code I posted previously would be great.
Thanks in advance, Ian.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] multi pageHi Guys,
I am new to Gravity Forms and Sticky List, a great plugin, thanks fried_eggz. For an upcoming project I really need users to be able to view but not edit Multi-Page forms.
Since this plugin doesn’t support this feature I decided to see if I could do something about it. I came up with a solution that has the following features:
- Allows read-only navigation through all pages in a multi-page form
- Updates the forms Progress Indicator if set to Progress Bar (See Note below)
- Updates the classes used by the forms steps if Progress Indicator if set to Steps
- Hides the datePicker icon beside date fields in both single and multi-page forms when in View mode.
NOTE: When the Sticky List Progress Indicator option is set to show a Progress Bar, Gravity forms only writes the first page title to the page, so we can’t access other values as we navigate. This meant that I had to remove the name of the step from the Progress Bar title. I’m sure their will be a GF hook available that will allow this to be added back in but it’s not a priority for me.
You can find the solution on my blog: Multi-page fix
Hope this helps, Ian.
Forum: Plugins
In reply to: [Gravity PDF] Template Sub FoldersSounds great I’ll look into it,
Thanks again,
Ian
Forum: Plugins
In reply to: [Gravity PDF] Template Sub FoldersI was beginning to think it wasn’t possible, thanks for the help. Maybe a future feature?
Does the method described in effect allow me to create a main template file and then include sub templates, as in a modular approach? If so, i like the idea. 🙂
Ian
Forum: Plugins
In reply to: [Portfolio Gallery - Photo Gallery] Portfolio Width issueAs stated in my last post I already have the most up to date version of the plugin, 1.8.3, therefore there is no update available.
Forum: Plugins
In reply to: [Portfolio Gallery - Photo Gallery] Portfolio Width issueI already have version 1.8.3, I only installed the plugin yesterday.
Forum: Plugins
In reply to: [Portfolio Gallery - Photo Gallery] Portfolio Width issueI’ve just discovered that the above hack has resolved the issue for all the different view options.
I’m sure that this is a bug that needs addressed. Obviously my solution is only a temporary one and only fixes the 2nd portfolio, I would need to repeat the hack for any additional galleries that I add.