SUGGEST FOR EXTENSION DEVELOPMENT
- BaconFries
-
- Posts: 5640
- 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: 5640
- 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.
Running WYSIWYG Web Builder since 2007...
- protectourlands
-
- Posts: 426
- 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: 25
- 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: 35
- Joined: Sat Jul 02, 2016 12:20 am
- Location: Anaheim, California
- Contact:
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: 426
- 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: 35
- Joined: Sat Jul 02, 2016 12:20 am
- Location: Anaheim, California
- Contact:
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.
- BaconFries
-
- Posts: 5640
- Joined: Thu Aug 16, 2007 7:32 pm
Re: SUGGEST FOR EXTENSION DEVELOPMENT
You may find that you may have to take a New learning curve and make this yourself as many of the extension builders who may have taken this on are no longer active or no longer up to the challenge(including myself). It is just a matter of hoping someone will take the challenge
-
-
- Posts: 35
- Joined: Sat Jul 02, 2016 12:20 am
- Location: Anaheim, California
- Contact:
Re: Responsive Accordion Text widget/extension
Thanks pal! I was thinking the same, though your insider information adds perspective and is much appreciated. Yesterday I was exploring the Extension Builder, very impressive facility.
- BaconFries
-
- Posts: 5640
- Joined: Thu Aug 16, 2007 7:32 pm
Re: SUGGEST FOR EXTENSION DEVELOPMENT
I havent looked at the script in question but generally if you have a knowledge of javascript, html and xsl if required then it should be to hard there are demos that show the basics at the url below
viewtopic.php?f=42&t=13743
If I had the time I would look at it but I am just to busy with personal home issues at the moment that everything has been put on hold even moderating and answering here..
viewtopic.php?f=42&t=13743
If I had the time I would look at it but I am just to busy with personal home issues at the moment that everything has been put on hold even moderating and answering here..
-
-
- Posts: 35
- Joined: Sat Jul 02, 2016 12:20 am
- Location: Anaheim, California
- Contact:
Re: Responsive Accordion Text widget/extension
Bacon,
Assuming I'm crazy enough to dive into the fun and exciting world of extension construction, might you be kind enough to assist when I have no F@!*%# clue how to proceed? Rarely do I ask for help with simple issues.
Assuming I'm crazy enough to dive into the fun and exciting world of extension construction, might you be kind enough to assist when I have no F@!*%# clue how to proceed? Rarely do I ask for help with simple issues.
Re: SUGGEST FOR EXTENSION DEVELOPMENT
hello MichaelLloyd,
if you use WB11 Layoutgrids ? - try my jor_gridRip (=full responsive)
you can build basic accordion and many other creative accordion types for Layoutgrids with it (+additional options)
at the moment I'm working on jor_gridRip2.0 which adds some nice new options:)
if you use WB11 Layoutgrids ? - try my jor_gridRip (=full responsive)
you can build basic accordion and many other creative accordion types for Layoutgrids with it (+additional options)
at the moment I'm working on jor_gridRip2.0 which adds some nice new options:)
- BaconFries
-
- Posts: 5640
- Joined: Thu Aug 16, 2007 7:32 pm
Re: SUGGEST FOR EXTENSION DEVELOPMENT
Michael I will contact you via your site form as I would prefer to say in private why I cannot offer help at the moment.
Re: SUGGEST FOR EXTENSION DEVELOPMENT
WOAH!!!!!mayur007 wrote:http://alvarotrigo.com/multiScroll/#first
Its perfect!!!!!!!!!!!!!
Re: SUGGEST FOR EXTENSION DEVELOPMENT
Maybe someone can make a wbs template with this jquery files in filepublisher?
I tried this but I didn't succeed to make it work.
So maybe an expert can make this template for us?
with regards
Fender
I tried this but I didn't succeed to make it work.
So maybe an expert can make this template for us?
with regards
Fender
3D folding panel
Hai,
I saw this 3D folding panel here https://codyhouse.co/gem/3d-folding-panel/
I believe this is a nice extension to use in websites, it is responsive.
Anybody who can make an extension out of this?
I saw this 3D folding panel here https://codyhouse.co/gem/3d-folding-panel/
I believe this is a nice extension to use in websites, it is responsive.
Anybody who can make an extension out of this?
- protectourlands
-
- Posts: 426
- Joined: Sat May 24, 2008 2:16 am
- Contact:
Reel 360 degree image animator
Reel is an interactive 360° object movie function that uses jQuery instead of flash and is used by hundreds of major companies all over the world.
http://jquery.vostrel.cz/reel
From the website:
Is it free? Yes, of course! Take it, keep it, use it, fork it. It's free and open. Just like jQuery.
Free for use in all personal or commercial projects under the MIT License.
Image rotation has become a very popular website function, especially for product showcase. Reel appears to use several methods for image rotation including sprite and multiple image angle sequence. You can rotate images with mouse clicks, mouse drag, and touch. It also supports events for buttons.
I would love to see one of the amazing WB extension developers in this forum make an extension for this. I have a sequenced group of small images for testing I can supply to someone willing to do this. I am also willing to collaborate on this. I have never developed a WB extension but have some understanding of how this player works.
http://jquery.vostrel.cz/reel
From the website:
Is it free? Yes, of course! Take it, keep it, use it, fork it. It's free and open. Just like jQuery.
Free for use in all personal or commercial projects under the MIT License.
Image rotation has become a very popular website function, especially for product showcase. Reel appears to use several methods for image rotation including sprite and multiple image angle sequence. You can rotate images with mouse clicks, mouse drag, and touch. It also supports events for buttons.
I would love to see one of the amazing WB extension developers in this forum make an extension for this. I have a sequenced group of small images for testing I can supply to someone willing to do this. I am also willing to collaborate on this. I have never developed a WB extension but have some understanding of how this player works.
Re: SUGGEST FOR EXTENSION DEVELOPMENT
hello
i need persian calender Extension like this : https://codepen.io/alamshahi/pen/BNewNm
i want :
full control in font family and font size and Location of that
*** my website pages is .html format NOT PHP
Who can do it for me?
thanks.
i need persian calender Extension like this : https://codepen.io/alamshahi/pen/BNewNm
i want :
full control in font family and font size and Location of that
*** my website pages is .html format NOT PHP
Who can do it for me?
thanks.
- BaconFries
-
- Posts: 5640
- Joined: Thu Aug 16, 2007 7:32 pm
Re: SUGGEST FOR EXTENSION DEVELOPMENT
Personally I don't think it be worth making into a extension as it may only be useful to limited users and not all.
-
-
- Posts: 1
- Joined: Sat Apr 22, 2017 4:17 pm
Google Chart Extension
A chart extension would be wonderful! A way to be able to add charts and graphs for your website/dashboard.
With a way to connect it to a mysql database.
Maybe use google to make the extension?
https://developers.google.com/chart/
With a way to connect it to a mysql database.
Maybe use google to make the extension?
https://developers.google.com/chart/
Re: SUGGEST FOR EXTENSION DEVELOPMENT
Noticed this carousel from another post in the forum, looks great and I think would be a great addition:
http://kenwheeler.github.io/slick/
thanks.
http://kenwheeler.github.io/slick/
thanks.
Re: SUGGEST FOR EXTENSION DEVELOPMENT
I would love to have an HTML5 audio player with playlist and customizable button beside each song. I can link the button to a page or popup for more info. about the song. Also when a song is playing, its button displays beside it.
The playlist should also have a search box, for user to search for either a particular song (by name) or group of songs (by tags, e.g Pop, Hip-hop, etc).
Thanks.
The playlist should also have a search box, for user to search for either a particular song (by name) or group of songs (by tags, e.g Pop, Hip-hop, etc).
Thanks.
Re: SUGGEST FOR EXTENSION DEVELOPMENT
The demo doesn't show much. Does it have the things I stated I want?[RZ] wrote: ↑Tue Jun 19, 2018 8:28 am have you seen this? http://www.wysiwygwebbuilder.com/forum/ ... 53&t=70102
Re: SUGGEST FOR EXTENSION DEVELOPMENT
currently the image that is part of the track caption does not have a link, it loads and plays the track you clicked on
however, this option is planned for the next update
a searchbox has not been requested because usually the playlist has a "reasonable" length, unless you want a youtube-like player
pls next time post your questions in the original thread so the info can be useful for others that may be wanting the same feature and besides this to not make too long this thread
however, this option is planned for the next update
a searchbox has not been requested because usually the playlist has a "reasonable" length, unless you want a youtube-like player
pls next time post your questions in the original thread so the info can be useful for others that may be wanting the same feature and besides this to not make too long this thread
-
-
- Posts: 2
- Joined: Thu Apr 23, 2015 12:16 pm
Re: SUGGEST FOR EXTENSION DEVELOPMENT
Hi.
I am looking for membership forms with PayPal and bank transfer integration.
Form will sign up new members and take payment.
Form will need to email membership number on sign up and make a list of paid members that can be exported to a file.
Also inform members of annual subscriptions before due date on recurring memberships
I am looking for membership forms with PayPal and bank transfer integration.
Form will sign up new members and take payment.
Form will need to email membership number on sign up and make a list of paid members that can be exported to a file.
Also inform members of annual subscriptions before due date on recurring memberships
- me.prosenjeet
-
- Posts: 1267
- Joined: Mon Dec 24, 2007 1:50 pm
- Location: Lucknow
- Contact:
Re: SUGGEST FOR EXTENSION DEVELOPMENT
You are asking for a professional member system.
Have a look at aMember : https://www.amember.com
Have a look at aMember : https://www.amember.com
Check the new Chat GPT and Malware detect extensions at the link below
Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
Donation Extention
Hi,
I am looking for an extension so that people can donate online to a not for profit organization.
W**d****s have the ideal plugin call *i*e.
Would it be possible to do a similar extension for WYSIWYG Web Builder.
Thank you
John
I am looking for an extension so that people can donate online to a not for profit organization.
W**d****s have the ideal plugin call *i*e.
Would it be possible to do a similar extension for WYSIWYG Web Builder.
Thank you
John
- BaconFries
-
- Posts: 5640
- Joined: Thu Aug 16, 2007 7:32 pm
Re: SUGGEST FOR EXTENSION DEVELOPMENT
@WCSR if you are looking for a extension then please open a 'New' thread of your own and not 'Hijack' another users thread and ask in your own....
Also note you do not need a extension for this you can simply use the PayPal donation button.
Also note you do not need a extension for this you can simply use the PayPal donation button.