themeum / qubely

Qubely Blocks – Full-fledged Gutenberg Toolkit
GNU General Public License v3.0
84 stars 36 forks source link

File system not work? #7

Closed rafaljosko closed 4 years ago

rafaljosko commented 4 years ago

image

What is the difference between a css saving system, one is inline style and the other is a static .css file?

However, nothing changes when you choose this option - styles are always inline

rafaljosko commented 4 years ago

And another bug, when you go to settings in gutenberg editor

TypeError: v(...).getCurrentPostAttribute is not a function at Object.makePostDarty (wp-content/plugins/qubely/assets/js/qubely.min.js?ver=1.2.1:1:1173602) at n.value (wp-includes/js/dist/data.min.js?ver=4.4.0:1:17246) at t.value (wp-content/plugins/qubely/assets/js/qubely.min.js?ver=1.2.1:1:1169471) at qg (wp-includes/js/dist/vendor/react-dom.min.js?ver=16.8.4:96:196) at hi (wp-includes/js/dist/vendor/react-dom.min.js?ver=16.8.4:104:285) at Qg (wp-includes/js/dist/vendor/react-dom.min.js?ver=16.8.4:144:217) at Rg (wp-includes/js/dist/vendor/react-dom.min.js?ver=16.8.4:145:76) at Sc (wp-includes/js/dist/vendor/react-dom.min.js?ver=16.8.4:158:109) at Z (wp-includes/js/dist/vendor/react-dom.min.js?ver=16.8.4:156:492) at Kc (wp-includes/js/dist/vendor/react-dom.min.js?ver=16.8.4:155:52)

rafaljosko commented 4 years ago

When you add interaction to blog grid in pro version - interaction is added to all elements on page. not only to blog grid

rafaljosko commented 4 years ago

When you use interaction Uncaught TypeError: Cannot read property 'parentElement' of null at MouseTilt.reset (interaction.js?ver=1.2.1:294)

themeum commented 4 years ago

We'll remove this option so ignore this :)

How would you rate my reply? Great https://secure.helpscout.net/satisfaction/293512506/record/2815186972/1/ Okay https://secure.helpscout.net/satisfaction/293512506/record/2815186972/2/ Not Good https://secure.helpscout.net/satisfaction/293512506/record/2815186972/3/

-- Gianna Clark Support Engineer {#HS:998372378-10314#} On Tue, Nov 5, 2019 at 4:29 PM +06, Themeum/qubely < reply@reply.github.com> wrote:

[image: image] https://user-images.githubusercontent.com/33252062/68199911-33898e00-ffbf-11e9-9e29-7ecd281e1336.png

What is the difference between a css saving system, one is inline style and the other is a static .css file?

However, nothing changes when you choose this option - styles are always inline

- You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/themeum/qubely/issues/7?email_source=notifications&email_token=ABVUQYD4U57SRSO5KQEJRV3QSFDIHA5CNFSM4JJAVYX2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HW3HQSQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABVUQYFXSTAIIYLIE4HJFP3QSFDIHANCNFSM4JJAVYXQ .

rafaljosko commented 4 years ago

What, Why you remove static .css - this is great option to speed site based on your plugin. I can serve this file from cache - hovering the mouse over the link, i can send static css file - so that after clicking the user will already have the file in cache.

murshed commented 4 years ago

Please wait for an upcoming version.

rafaljosko commented 4 years ago

And another problem - when you import layout - Image are not downloaded to the media, only served from your site.

themeum commented 4 years ago

Yes, most of the Page Builder plugins followed the same tricks. For example: Elementor.

Let me know if you have any other questions.

How would you rate my reply? Great https://secure.helpscout.net/satisfaction/293767987/record/2816530915/1/ Okay https://secure.helpscout.net/satisfaction/293767987/record/2816530915/2/ Not Good https://secure.helpscout.net/satisfaction/293767987/record/2816530915/3/

-- Gianna Clark Support Engineer {#HS:999338888-10391#} On Wed, Nov 6, 2019 at 2:32 PM +06, Themeum/qubely < reply@reply.github.com> wrote:

And another problem - when you import layout - Image are not downloaded to the media, only served from your site.

- You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/themeum/qubely/issues/7?email_source=notifications&email_token=ABVUQYGOVA4AQOQ2CGY7NDLQSJ6I5A5CNFSM4JJAVYX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDFWXQQ#issuecomment-550202306, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABVUQYEPUCJ6SB5TQMOTJBDQSJ6I5ANCNFSM4JJAVYXQ .

anik commented 4 years ago

@rafaljosko File system not work? good news is, i fixed this issue. It will be available in version 1.2.2 . But remember one thing, when you developing your site make CSS save method "head". Because File System sometimes cache CSS.

Image Import Layout Issue: when you import layout - Image are not downloaded to the media, only served from your site. I know it's happened. Actually this process has a problem to import image.

Suppose, you import an image related block to your site. Before importing blocks we have to import the image to your media then replace the blocks image src then import the block. In this process need 10-15 average second to complete. This is the real scenario to import block.

If anyone needs too much time to import an image related block, then he should be frustrated. Thats why most of the page builder are not importing image to media.