Code Monkey home page Code Monkey logo

getwid's People

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  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

getwid's Issues

Hotspot Block - Using the edit point dialog escapes HTML

If you attempt to add HTML via the Edit Point dialog box, any inserted HTML is escaped do does not work.

Here's a screenshot showing the issue:

Screenshot 2024-01-24 at 17 26 15

On a secondary point, are there plans to add inserting or blocks directly into the popup content. This would be extremely useful and simplify adding things like buttons or more dynamic content.

Thanks!

Blocks patterns broken

Hello,
Since Wordpress 5.9.2, blocks patterns containing getwid blocks are broken.
Font Awesome icons are not displayed, Slick Sliders don't work, Section blocks have unwanted spaces, and so on...
Please take a look at that.
Thank you

Node version?

npm install only seemed to go through on Node 14.

What version is ran on your end?

Image Slider requests preformance

Hi,

Not sure if this is the place to raise issues for Getwid...

The default WordPress Gutenberg Gallery block had performance issues when huge amounts of images were added to the gallery, since for every picture an API call was made.

This was recently fixed by grouping the image API requests. See WordPress/gutenberg#34389

I'm having similar issues with the Getwid Image Slider. Perhaps an equivalent fix can be used to resolve this?

JSON-Error when updating pages

First, thank you for the great collection of blocks. It really makes my life easier!

Unfortunately, however, whenever I update a page which contains Getwid-Blocks, it actually saves the page, but throws out the error: "The response is not a valid JSON response."

The error seems to related to the interplay of WP User Frontend and Getwid (see weDevsOfficial/wp-user-frontend#1248). Do you have any thoughts what could be the reason?

Content slider broken

When you turn on the setting (Load CSS and JS of blocks on demand), the styles are not pulled up.

Table of Contents Block ID generation should follow HTML ID specification - starting with a letter

Problem:
Table of Contents Block generates random IDs for anchors href / headings. Those IDs always start with a number which could lead to compatible issues with browsers or scripts somehow.

Solution:
Add a letter like "g" at the beginning of those generated IDs.

id="086ba949a5bb" -> id="g086ba949a5bb"

Specification:
https://developer.mozilla.org/de/docs/Web/HTML/Global_attributes/id

"... Though this restriction has been lifted in HTML 5, an ID should start with a letter for compatibility."

Contact Form Email Content

It's not obvious in the email that is received when the contact form is submitted who the email is from.

The only place the email and name field is used is in the reply-to header.

I think it would be useful if the name and email fields were added to the body of the email.

Happy to create a pull request but i'm unsure how to create the .pot file for the translations.

Template Library crash

There is an error in the Template Library when selecting a slider (TypeError: Cannot read properties of undefined (reading 'length'))

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.