Giter Club home page Giter Club logo

unyson-pagebuilder-extension's People

Contributors

andreiglingeanu avatar colinduwe avatar gheorghep avatar llemurya avatar player0k avatar rockalife avatar sergiu-radu avatar stuajnht avatar vioreleremia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

unyson-pagebuilder-extension's Issues

Installing this PLugin via FTP

I am having issues adding this via FTP as I do not know how. I need to install this Pagebuilder and Portfolio however I cannot due to my hosting.

Can anyone give me a guide to installing this as it would be much appreciated. Or if there is a developer here who can set these up for me at a price, please let me know.

Alternatively, would changing hosting provider allow me to install these extensions?

Kind regards,
Ryan

How can i use just page builder?

Hi,
I really love the framework. :)
by the way, i want to use just page builder of unyson. can you please tell me how can i add this extension?

Thanks

[Shortcode Editor] Limit post types and shortcodes

There is a problem of usability that I think will force us to re think how the shortcode editor works.
I think we need to build an option in the Page Builder like this:

http://joxi.ru/VrweWGyH7PJL2X

We need two things:

  1. To be able to enable only the editor shortcodes for posts
  2. A config file that will let us select what shortcodes we'll have in the editor shortcodes. Considering that we can't use columns that are shortcodes that are not meant to be used in full width, so we'll need the possibility ro remove those.

Builder vs PageBuilder

Hi;
Please can you explain, what difference Builder Extension vs PageBuilder Extension?

Thanks

frontend-grid.css file

This file is in this path: unyson/framework/extensions/builder/static/css/frontend-grid.css

I'm not sure where is that from, because nowhere on github it doesn't exists, not in Unyson or here in Unyson page builder extension. It just appears when plugin is downloaded from WP repository.

I needed lot of time to find what is going on...

Problem is that I've found one important change in this file, but newer found it in "history" here.... (like I didn't find file also..) .... For manifest number 1.2.1 version in page builder extension, this file had this (commented!) code:

/@media (min-width: 768px) {
.fw-container {
width: 750px;
}
}
@media (min-width: 992px) {
.fw-container {
width: 970px;
}
}
@media (min-width: 1200px) {
.fw-container {
width: 1170px;
}
}
/

Today I updated p.builder extension and my theme has been broken. I discovered that now in manifest 1.2.2 version for page builder extension, this code is not commented anymore and fw-container class has max-width: 100%; code added.

And this broke my theme because I used additional classes for frontend!

Can you please tell me where this change can be seen? Like I said, there is difference between manifest 1.2.1 and newest 1.2.2 version for builder extension in this file.

Can you please explain how important is this change because I want to remove it again for my theme because it breaks it?

Thank you.

how do i make vertical option page ?

i have planed to use you framework my next project :)
i have tried scratch theme. its displayed theme options with tab.
i have search your documentation but i dont find how i make theme options in vertical.

but i saw vertical now live in trello

can you please tell me how i can make theme options vertical.

Thanks

Is it possible to get page builder info for current page?

Hello!

Is it possible to ensure that page builder is used on current page(to load other page template instead of standard) and get a list of widgets on page(or just ensure there is a some widget is used or not)?

Thanks in advance.

"Row" support

Hi @rockalife,
Thanks for your hard work.
I think "Row" feature should be added to Page Builder extension in the nearly future. You know, Bootstrap become very popular now, and we made a lot of websites based on it. Adding a row, then divide it into columns (like the way Visual Page Builder from Codecanyon did) is the perfect solution to build pages based on Bootstrap grid system.
Sorry for my bad English, hope this makes sense,
Thanks in advanced !

How to add row inside column?

Hello,
Thank you very much for your great effort to provide page builder, I have a question, how to add row inside column using page builder? If I want two columns inside one column, what should I have to do?

thank you.

Customizing Simple Item Type

Hi,

I'm trying to add some custom functionallity to Simple Item Type modal.

It would be nice if I'll have the possibility to rewrite entire ItemView. I've tried it, and it works, but this error pops up, and I'm worried about it.

I'm pretty sure that an triggered event for when the modal is ready will fulfill all my needs.

Also, I'm planning to add this custom functionallity to the Column Item Type, Section Item Type and Contact Form one. So maybe provide a way to rewrite those item types? I'm aware of the fact that this may break future updates so you check out the option of adding a custom event.

Thank you.

Shortcode: Row

Hi there,
Just another question. Is it possible to change .fw-row class name when I choose different options that I added to "Section" shortcode ?
Eg: I have two radio buttons in "section" shortcode. When I select radio button 1, fw-row will be displayed, but when I select radio button 2, fw-row fw-row-large will be displayed instead.
Hope this makes sense.
Thanks.

Disabling elements

Hi,

There's a way to disable or overwrite an element of the page builder? For example, can i edit the output of "Team member"?

Thanks!

Drag'n'drop is not handy

As seen on this video I made, sometimes it's nearly impossible to place a block : https://www.youtube.com/watch?v=iphLrknR9go&feature=youtu.be

The block is not going to the section I want, sometimes goes back to the top of the builder, nests where I don't want it too... etc.
I think they should be some "reserved spaces" for dropping blocks, the same way Wordpress does it on its dashboard, because right now it's not very handy

Icon change

I'd like us to change the pen icon http://joxi.ru/Q2KqDkgSvZG9rj for the edit function with a gear one http://joxi.ru/8AnN51aiy6gNAO. Bogdan pointed out that it was hard for him to figure out that the columns and we think changing the icon will help a bit, people being more accustom with a gear icon for settings.

When it will come to this please give me a sign on skype and I'll give you the exact icon to put there. Thanks.

cant get page content of blog page

i have created a page "Blog" and set it as the front page for all my blogs.

i have also created a content element that retrieves all the blog posts.

i have tried to modify the index.php to output the_content of the Blog page, however the page displays blank:

<?php $object = get_queried_object();
    $post = get_post($object->ID);
    $content = apply_filters('the_content', $post->post_content);
    echo $content; ?>

if there a way to display all the page builder element that i have added into the Blog page?

Shortcode: Section

Hi,
Sorry for bother you again.
I cannot set pop up size (medium or large) for this element. I've just added 'popup_size' => 'medium' parameter in config.php, but nothing's changed.
Any helps would be appreciated !
Thanks.

Avoid the user to put an element in a column with a specific size

Hi,
is it possible to avoid the user to put an element in a column with a specific size?
For example an element that requires only a full-width layout to better display its content.
The idea would be to display an alert when the column does not match the requirements of the inserted element.

Google Page Insight Minify

Hi,

Currently optimizing Google Page Insight on some websites and i see that the following file needs to be minified. Is there a possibility to make this minified by default?

/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/jquery.fs.wallpaper.js

Thanks a lot! :) 👍

the_excerpt comes out empty

Hi @sergiubagrin , thanks for all the great work you do.
I have a question regarding the page builder.
Right now, every time I use the page builder in a post or page, the_excerpt comes out empty. Is there a way to display the excerpt?

This is related to the page builder elements not being output in the standard editor.

Thanks

can see page content in page builder, but default editor is empty

https://wordpress.org/support/topic/can-see-page-content-in-page-builder-but-default-editor-is-empty

Webprom Design

After inserting page text content into section and full width column with page builder, can't see the raw page code in default editor. Should it be so?


Unyson

Just to clarify the steps to reproduce this:

  • Open "Add new page"
  • Write some text in default editor
  • Press the "Visual Page Builder" button
  • Press post "Update" button
  • Switch back to Default editor (the content is empty)

Those are right?


Webprom Design

yes, after editing in your editor when switching to default editor, visual and text mode, they are empty. But your editor shows all things I've added.

All latest versions with underscores theme http://underscores.me/


Unyson

Yes, this is the correct behavior.

In case you have a lot of shortcodes/elements in builder, then you switch to default editor, what do you expect to see, a very big text [shortcode_1][shortcode_2][shortcode_6778][shortcode_whatever]...[/shortcode_1] ?


Webprom Design

yes, or anything, currently it's blank and empty

in case I'll need to adjust some code, need to use a regular editor, and there is a fear of what will happen if i disable visual builder...
or if I'll need to copy some code to another page...

How to create layout element

Is it possible to create my own element with width? For example, I want to create element "content section" with 2/3 width in editor but with my own code (

...
)
It must work like column in editor, but use my own code on frontend

Save and reuse sections templates & Theme predefined templates

  • Save and reuse sections/columns templates

    When building huge pages, some parts of the page are repeated on all pages. Using a template to save all shortcodes then deleting the not needed one is tedious. Or on every new page, you need to start configuring all shortcodes again.

    An idea is to have a "Save" button on sections (and columns) http://joxi.ru/eAO608EU63GD2o then those elements will appear here http://joxi.ru/a2XYajlCl8pVAg When clicking on one, it will be added at the end in builder.

    Unfortunately I can't find a "Save" button in dashicons, so ask the designer to make one.

  • Predefined templates in theme

    Another feature is to have templates predefined in theme. Not only those created on demo import, that are loaded from db and can be deleted. On theme update, more templates can be added, so those templates should be loaded from some file(s), not from the db.

Issues with the latest releases...

Hi there,

I got many feedbacks from customers and I got the same issue to... Actually with the latest version of Wordpress, Unyson and Unyson extensions, We can no longer edit the content from the Page Builder, the shortcodes are there (we can see it once the page builder is disabled) but doesn't seem to be interpreted by Unyson page builder..
Example :
http://2f-design.fr/dev/starry-dev/about-us/
edit_page_ starry _wordpress

I can send you access to the dashboard if you can't reproduce the error.

Feedback from one of the customers :

"I've noticed something weird that happened more than once: Unyson loses the ability to read its own pages :( On the first go I re-created the page, but on the second that becomes a pain, as I have put a lot of work into its current state. So the page exists (galactichistorian.com/love), looks well but Unyson doesn't detect its blocks in the editor anymore. Any ideas?"

Other "similar" issue

"While editing my website I click to go to a revised version I was working on a matter of minutes ago. Once I'd gone back to the Visual Builder screen. All my content had gone into one single text box which does not allow me to edit the website ...
Have you had this issue before? Can it be fixed? In not I'll have to do a lot of work again."

Thank you for the help, I have no idea about how that happens because on some other pages it seems to work well ... Moreover, as I said the shortcodes are still here. Let me know if I can help you about this issue.

Best regards,

2F

A bug with section box

Hi! I recently updated the plugin and in "section box" where should be the title displays this function (n){return o.call(this,n,m)}

Also I noticed when I try to remove the section, after I save changes it appears back. Thanks

Page "Preview Changes" breaks the editor code

This issue also happened to one of our customer when trying to revert to a previous revision of a page (Although we couldn't reproduce this exact problem, revisions seems to break the builder in the same way that what Im about to describe)

So basically when trying to preview the changes on a page by clicking the "Preview changes" button :

edit page le moment de dire stop wordpress 2

It brings many errors when trying to render the preview :

partenaires le moment de dire stople moment de dire stop

And when coming back to the page edition, the builder is "broken", going back to an older revision does not work :

edit page le moment de dire stop wordpress 1

Clicking on the "Visual Page Builder" button, it only brings back on text block instead of the whole built template :

edit page le moment de dire stop wordpress 3

This is a big problem as some of our customers completely lost the content they built...
Right now we're trying to save the templates to be able to recover the pages just in case but...

Please help! :)

How short-codes are registered?

I have got a noob question. Can you tell me how short-codes are registered? For example, if I want to use map short-code in widget or somewhere else, how I can do that? Is there

[map attributues ... ] [/map] type thing?

Visual Page Editor

Just installed Unyson as a plugin and using the Visual Page Editor but whilst I've created columns, added content etc, nothing outputs when viewing the page. Also, when switching back to the default editor, there's nothing there which further ties in with the page being blank, but it has definitely saved the visual edited content. Am I missing something? Does it output with the usual the_content() ? I notice it's completely missing from documentation, not even mentioned as a built in extension, yet very clearly is available. Apologies if this is the wrong place to mention this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.