SUGGEST FOR EXTENSION DEVELOPMENT
- BaconFries
-
- Posts: 5154
- Joined: Thu Aug 16, 2007 7:32 pm
Re: SUGGEST FOR EXTENSION DEVELOPMENT
@naftalina if possible please provide a URL to a script that can be used freely, non commercial and that it allows distribution by this that it can be made into an extension and offered to others...
- BaconFries
-
- Posts: 5154
- Joined: Thu Aug 16, 2007 7:32 pm
Re: SUGGEST FOR EXTENSION DEVELOPMENT
If you can provide a URL to such a script that must be free, non commercial (Paid) as it is not possible to use paid for scripts due to license, copyright restrictions and factthey cannot be shared then maybe someone may consider making such a extension...
Re: SUGGEST FOR EXTENSION DEVELOPMENT
... so!
Apartmans Rent - Booking?!
I need something same or similar.
http://bydanimarti.com/themes/wordpress/rentyourhouse/
(click on: "Book Now".
Apartmans Rent - Booking?!
I need something same or similar.
http://bydanimarti.com/themes/wordpress/rentyourhouse/
(click on: "Book Now".
Re: SUGGEST FOR EXTENSION DEVELOPMENT
Looks like a form with calendar to me.
Good news everyone! COVID-19 is STILL here!
- protectourlands
-
- Posts: 513
- Joined: Sat May 24, 2008 2:16 am
- Contact:
Re: SUGGEST FOR EXTENSION DEVELOPMENT
naftalina
I recommend PHP Jabbers for online booking apps. They are not cheap but a single developer license allows use for multiple sites. No monthly fees! They have several booking systems available, from apartment rentals to vacation rentals to car repair appointments. Plus most of their apps are responsive and their support is excellent.
https://www.phpjabbers.com/
I recommend PHP Jabbers for online booking apps. They are not cheap but a single developer license allows use for multiple sites. No monthly fees! They have several booking systems available, from apartment rentals to vacation rentals to car repair appointments. Plus most of their apps are responsive and their support is excellent.
https://www.phpjabbers.com/
Re: SUGGEST FOR EXTENSION DEVELOPMENT
viewtopic.php?f=53&t=61379SKW wrote:upon mouse/keyboard inactivity for a given period of time, whilst on the website
-
-
- Posts: 33
- Joined: Sat Jan 10, 2015 10:07 pm
Re: SUGGEST FOR EXTENSION DEVELOPMENT
https://musefree.com/demo/animation/11/index.html
Posible to make this or something like this as free extension ?
Posible to make this or something like this as free extension ?
Re: SUGGEST FOR EXTENSION DEVELOPMENT
There is a new extension suggestion for those who create extension. This one surely will be a good seller.
Can somebody make a registration extension with the abilty to add a photo or avatar, register with facebook,twitter,google and then when the user signup he can go in protected page and then see his name, photo on the protected page. Course should have also the ability to make change of his profile and the admin should also have the ability to manage the registration.
Can somebody make a registration extension with the abilty to add a photo or avatar, register with facebook,twitter,google and then when the user signup he can go in protected page and then see his name, photo on the protected page. Course should have also the ability to make change of his profile and the admin should also have the ability to manage the registration.
-
-
- Posts: 30
- Joined: Sat Jul 02, 2016 12:20 am
- Location: Anaheim, California
Responsive Accordion Text widget/extension
Presenting descriptive text in a functional and aesthetically pleasing way is a critical and fundamental need for many websites. I feel this extension would be a well received addition to Web Builder capability.
Please implement this responsive accordion text widget as a WB Extension. Doing this myself would require a significant learning curve. However I would be happy to assist in dissecting this widget to determine configuration components and unnecessary code elements.
Unsatisfied with the functionality, capability and/or presentation of available accordion text elements, I hunted for and tested text accordions to find ideal functionality and aesthetic presentation.
Main Requirements:
Among http://rodrigoludgero.com/rlaccordion/rlaccordion.html the example "Mix Settings" has the most useful behavior, with my modification included, shown below labeled "Corrected code:" (my modification includes both a correction and setting change)
https://github.com/Rodrigo-Ludgero/rlaccordion
https://plugins.jquery.com/rlAccordion
http://rodrigoludgero.com/rlaccordion/rlaccordion.html
- Example labeled "Mix Settings" is the preferred behavior, with minor modifications (below).
There is a minor (and easily fixed) error in the current implementation, introduced when recently enhanced. Below is my code correction, which has been submitted to the developer to be implemented in the original:
In 'js' folder, the file 'scripts.js' contains the following code:
Code containing error:
$("#thirth").rlAccordion('mix', {
childNum: 4
});
Corrected code:
$("#thirth").rlAccordion('mix', {
childNumOptions: false
});
"childNum:" must be changed to "childNumOptions:" to function correctly.
"#thirth" should be spelled "#third", though functions correctly as the referencing element in rlaccordion.html is same.
Please implement this responsive accordion text widget as a WB Extension. Doing this myself would require a significant learning curve. However I would be happy to assist in dissecting this widget to determine configuration components and unnecessary code elements.
Unsatisfied with the functionality, capability and/or presentation of available accordion text elements, I hunted for and tested text accordions to find ideal functionality and aesthetic presentation.
Main Requirements:
- Responsive and mobile friendly
Accordion starts with all sections closed
Section height determined by content of each section (height of sections not same)
Only one section is open at a time (other section automatically closes)
Among http://rodrigoludgero.com/rlaccordion/rlaccordion.html the example "Mix Settings" has the most useful behavior, with my modification included, shown below labeled "Corrected code:" (my modification includes both a correction and setting change)
https://github.com/Rodrigo-Ludgero/rlaccordion
https://plugins.jquery.com/rlAccordion
http://rodrigoludgero.com/rlaccordion/rlaccordion.html
- Example labeled "Mix Settings" is the preferred behavior, with minor modifications (below).
There is a minor (and easily fixed) error in the current implementation, introduced when recently enhanced. Below is my code correction, which has been submitted to the developer to be implemented in the original:
In 'js' folder, the file 'scripts.js' contains the following code:
Code containing error:
$("#thirth").rlAccordion('mix', {
childNum: 4
});
Corrected code:
$("#thirth").rlAccordion('mix', {
childNumOptions: false
});
"childNum:" must be changed to "childNumOptions:" to function correctly.
"#thirth" should be spelled "#third", though functions correctly as the referencing element in rlaccordion.html is same.
Last edited by MichaelLloyd on Thu Aug 11, 2016 4:37 am, edited 1 time in total.
- protectourlands
-
- Posts: 513
- Joined: Sat May 24, 2008 2:16 am
- Contact:
Re: SUGGEST FOR EXTENSION DEVELOPMENT
I believe the WB Accordion with Jordan's Accordion Manipulation extension does all this and more.
http://wysiwygwebbuilder.com/forum/view ... on#p204829
http://wysiwygwebbuilder.com/forum/view ... on#p204829
-
-
- Posts: 30
- Joined: Sat Jul 02, 2016 12:20 am
- Location: Anaheim, California
Re: Responsive Accordion Text widget/extension
No doubt Jordan's extensions are excellent, and an impressive addition to WB.
The extension I would like to see is different.
Though Jordan's accordion extension (jor_accordionManipulation 2.0) allows for non-text elements (which is useful though not always relevant). Seems Jordan's accordion extension is not responsive, unless I'm missing something? I did look at it and all of Jordan's extensions prior to posting, from descriptions and demos it does not appear to be responsive. If there are responsive aspects they are quite different from my proposal.
My suggested text accordion allows developers to horizontally size as appropriate, with the accordion maintaining relative horizontal size as the browser is adjusted, becoming full width when it reaches mobile size. This behavior is very different from Jordan's version, and ideal for many uses.
Further, the proposed text accordion automatically changes vertical size based on content, which will be different with different screen/browser widths. Jordan's accordion element requires user configurable (hard) vertical spacing, which does not dynamically adjust.
I believe these differences and benefits make this text accordion extension both useful and significant.
The extension I would like to see is different.
Though Jordan's accordion extension (jor_accordionManipulation 2.0) allows for non-text elements (which is useful though not always relevant). Seems Jordan's accordion extension is not responsive, unless I'm missing something? I did look at it and all of Jordan's extensions prior to posting, from descriptions and demos it does not appear to be responsive. If there are responsive aspects they are quite different from my proposal.
My suggested text accordion allows developers to horizontally size as appropriate, with the accordion maintaining relative horizontal size as the browser is adjusted, becoming full width when it reaches mobile size. This behavior is very different from Jordan's version, and ideal for many uses.
Further, the proposed text accordion automatically changes vertical size based on content, which will be different with different screen/browser widths. Jordan's accordion element requires user configurable (hard) vertical spacing, which does not dynamically adjust.
I believe these differences and benefits make this text accordion extension both useful and significant.