Views | 10,191 | Downloads | 72 |
---|---|---|---|
Version | 1.4.6 | Created | 2015-10-29 |
System | Joomla 3 | Changed | 2021-04-09 |
Website | JED | Developer | JoomlaShine |
License | GNU/GPL | Original Price in Developer Site | 69 $ EUR |
Your page building process now has 3 simply steps:
Even you are a Joomla newbie or a developer, this helpful extension will make your life better and save you time.
JSN PageBuilder is compatible with Joomla 3.x. It can work well with all template frameworks.
# armando 2016-04-05 02:57
# armando 2016-04-05 02:58
# Iliana Ruiz 2016-05-11 22:58
# Joomla! Share 2016-05-11 23:35
# Kasper Hansen 2016-09-08 10:46
Whenever i click the PageBuilder button, nothing happens.
When looking for errors with firebug, it shows this error:
ReferenceError: loading is not defined
loading.appendTo('body');
Is it possible for you to contact the developers about this problem?
# Leitmecke 2016-09-20 21:51
1. Find the file entry.js in "administrator/components/com_pagebuilder/assets/js"
2. Add the following code under the line which says "(function ($){" :
var sourceObject;
var editorHelper = new $.JSNPbEditorHelper();
var layoutCustomizer = new JSNPbLayoutCustomizer();
var loading = $('');
3. Delete all browser Cache files and Joomla Cache!
Have Fun
# Leitmecke 2016-09-20 21:52
Here is a screenshot of the fix:
imgur.com/a/bqvJN
# Kasper Hansen 2016-09-21 07:13
TypeError: $.JSNPageBuilder is not a constructor
jsnpb_UnYoWD = new $.JSNPageBuilder(id);
index.p...ew=item (line 314, col 24)
# Kasper Hansen 2016-09-21 07:17
Now it works like it should. :)
Thanks a lot! I really appreciate it. :)
# Orlando 2016-10-20 08:57
Thanks for this extension!