Page 13 of 13

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Mon Sep 14, 2015 11:40 am
by stamjoe

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Mon Sep 14, 2015 11:42 am
by stamjoe

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Thu Sep 17, 2015 9:49 am
by naftalina
booking!

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Thu Sep 17, 2015 4:44 pm
by BaconFries
@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...

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Mon Oct 05, 2015 1:15 am
by BaconFries
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

Posted: Mon Nov 02, 2015 12:18 pm
by naftalina
... so!
Apartmans Rent - Booking?!
I need something same or similar.
http://bydanimarti.com/themes/wordpress/rentyourhouse/
(click on: "Book Now".

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Mon Nov 02, 2015 12:21 pm
by zinc
Looks like a form with calendar to me.

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Mon Nov 02, 2015 3:02 pm
by protectourlands
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/

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Sat Dec 12, 2015 3:47 pm
by [RZ]
SKW wrote:upon mouse/keyboard inactivity for a given period of time, whilst on the website
viewtopic.php?f=53&t=61379

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Wed Dec 30, 2015 6:40 pm
by mustafa.gramocelji
https://musefree.com/demo/animation/11/index.html

Posible to make this or something like this as free extension ?

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Fri Apr 01, 2016 3:10 pm
by maxime
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.

Responsive Accordion Text widget/extension

Posted: Tue Aug 09, 2016 7:25 pm
by MichaelLloyd
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:
  • 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)
The text accordion widget I found is extremely good, completely free and open source, with no usage restrictions. The only requirement is that the license details be included in use and distribution. I requested the developer make a modification to the text accordion that enables it to be initially presented with all sections closed to improve presentation. This modification has been implemented.

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.

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Tue Aug 09, 2016 8:34 pm
by protectourlands
I believe the WB Accordion with Jordan's Accordion Manipulation extension does all this and more.

http://wysiwygwebbuilder.com/forum/view ... on#p204829

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Tue Aug 09, 2016 9:18 pm
by haakoo

Re: Responsive Accordion Text widget/extension

Posted: Thu Aug 11, 2016 2:29 am
by MichaelLloyd
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.

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Thu Aug 11, 2016 4:39 am
by BaconFries
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

Re: Responsive Accordion Text widget/extension

Posted: Thu Aug 11, 2016 6:53 pm
by MichaelLloyd
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.

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Thu Aug 11, 2016 6:59 pm
by BaconFries
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..

Re: Responsive Accordion Text widget/extension

Posted: Thu Aug 11, 2016 7:21 pm
by MichaelLloyd
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.

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Fri Aug 12, 2016 11:13 am
by jordan
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:)

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Fri Aug 12, 2016 12:06 pm
by BaconFries
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

Posted: Sat Nov 12, 2016 8:38 am
by mayur007

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Mon Nov 21, 2016 1:16 pm
by stamjoe
WOAH!!!!!
Its perfect!!!!!!!!!!!!!

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Mon Nov 21, 2016 2:03 pm
by Fender
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

3D folding panel

Posted: Sat Dec 10, 2016 2:03 pm
by Fender
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?

Reel 360 degree image animator

Posted: Wed Jan 11, 2017 6:18 pm
by protectourlands
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.

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Wed Mar 22, 2017 11:02 am
by wb_user
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.

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Wed Mar 22, 2017 12:00 pm
by BaconFries
Personally I don't think it be worth making into a extension as it may only be useful to limited users and not all.

Google Chart Extension

Posted: Sat Apr 22, 2017 4:33 pm
by CrazySmizzle
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/

:D

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Sun Feb 11, 2018 4:41 pm
by nerdtech
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.

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Tue May 01, 2018 11:35 am
by mayur007

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Tue Jun 19, 2018 5:35 am
by frankus
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.

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Tue Jun 19, 2018 8:28 am
by [RZ]

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Tue Jun 19, 2018 9:17 am
by frankus
[RZ] wrote: Tue Jun 19, 2018 8:28 am have you seen this? http://www.wysiwygwebbuilder.com/forum/ ... 53&t=70102
The demo doesn't show much. Does it have the things I stated I want?

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Tue Jun 19, 2018 9:22 am
by [RZ]
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

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Wed Oct 17, 2018 7:48 am
by Bevilleliam
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

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Sat Oct 20, 2018 5:12 pm
by me.prosenjeet
You are asking for a professional member system.
Have a look at aMember : https://www.amember.com

Donation Extention

Posted: Mon Dec 31, 2018 8:28 am
by WCSR
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

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Posted: Mon Dec 31, 2018 10:02 am
by BaconFries
@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.