Giter VIP home page Giter VIP logo

alps-gutenberg-blocks's People

Contributors

bertobox avatar betsyandrew avatar bgunio3 avatar davideleuterius avatar dependabot[bot] avatar designerbrent avatar johnrbeckett avatar kelscahill avatar mattleff avatar sergsadovyi avatar yauhenikapliarchuk avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

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

alps-gutenberg-blocks's Issues

Issue with Translation po files

When running npm run i18n:update-pot on the most recent version of the ALPS Gutenberg Blocks module, the following error shows in the terminal:

./src/blocks/media-block/components/edit.js:231: warning: RegExp literal terminated too early
./src/blocks/media-block/components/save.js:68: warning: unterminated string
./src/blocks/cta/block.js:269: warning: unterminated string
./src/blocks/gallery/block.js:81: warning: unterminated string
./src/blocks/gallery/block.js:101: warning: RegExp literal terminated too early
./src/blocks/image-2up/block.js:81: warning: RegExp literal terminated too early
./src/blocks/image-breakout/block.js:79: warning: unterminated string

Duplicated Styles in Compiled CSS

With the way the code is currently getting compiled, blocks.editor.build.css and blocks.style.build.css are duplicated 15-16 times for each files.

We need to work on the compilation process to prevent this from happening.

ALPS Gutenberg Block with 5-grid-layout

Is there a possibility, to use this Block on the Startpage without the Sidebar. (So that it uses without the Sidebar 5 instead of 4 columns?

See on the attachment below. One module on startpage uses 5-grid, one 4-grid.
Bildschirmfoto 2020-11-08 um 18 16 43

Setup Repo for Gutenberg plugin

Here is space to keep the Gutenberg plugin. Please work in integrating this into the dev workflow of it.

The Kernl uuid is: 5bedddc4b4555c4c52a591aa

Error on `i18n:create-json` command

I have a new Russian .po file and need to generate the .json files. When I ran the command, npm run i18n:create-json, I get the following error:

โŒ ReferenceError: chalk is not defined
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] i18n:create-json: `node devtools/runner.js i18n:create-json`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] i18n:create-json script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

Missing i18n Phrases

Version of ALPS for Wordpress
v3

Describe the bug
I've been working with someone to translate the theme into Korean. He let me know that there are still a few missing phrases in the i18n files.

In the Media Testimonies block, the "Read More" and "Watch Video", and "See All Stories" phrases are either missing or unable to be replaced.

Screenshots
2021-09-09-09-31-01

Refactor blocks

After review by @sergsadovyi, we found that the blocks will need to be refactored to improve maintainability and reliability in the future.

The blocks in question are:

  • accordion
  • blockquote
  • content-block
  • content-expand
  • content-show-more
  • highlighted-paragraph
  • image-breakout
  • image-2up
  • gallery
  • latest-posts
  • media-testimonies
  • media-testimony
  • cta

Missing front.js file

With version 1.9.0, the front.js file is returning a 404. You can see, as example, on Adventist.org, there is a 404 for https://www.adventist.org/wp-content/plugins/alps-gutenberg-blocks/src/front.js.

Please find why this is missing or even linked, and resolve this error.

Video-Block Embed from URL does not work

I tried to insert a video with Gutenberg-Video-Block. Tried to insert Youtube-URL. But nothing happens after insertion. I tried with the same browser and same url on standard wordpress install, and it worked. It seems to be an ALPS issue.

Interesting to know. On standard wordpress, there is an explicit Youtube-Block. Don't know, if this is the solution for ALPS, to add this block.

New design of ALPS Quote block

ALPS Quote block has bags and doesn't meet our UX requirements; we need to redesign it.

New design (developer will get access to Figma):

image.png

The way the block looks in the block editor should remain the same.

"register_rest_route" error

On my test machine, when I go to a page and edit it... momentarily I see the following error message:

Screen Shot 2021-06-17 at 15 33 35

and then after 1 second I see the normal edit screen.

Also, when I go to change the parent here I see the same error in a response header field (numbered arrows are steps to reproduce it):
Screen Shot 2021-06-17 at 15 47 59

Note that both calls listed that go to "/index.php?rest_route=/wp/v2/pages*" have this error.

Now on the https://www.adventist.org site, the call to /wp-json/wp/v2/pages* actually becomes a 500 error additionally:
Screen Shot 2021-06-17 at 16 03 15
(it also has this error message present in a response header, though it's not shown in this screenshot)

I have looked at the php debug and wp debug settings and so far have been unable to get any further error message from the 500 error...

Add limited text styling on selected blocks

Problem

Some ALPS blocks support a limited styled text (ALPS Highlighted Paragraph) but many that need it do not. This results in some extra work and inconsistencies.

Solution

Enable limited styling of text in the following blocks:

  • ALPS Accordion
  • ALPS CTA description field
  • ALPS Content Block description field
  • ALPS Content Expand description field
  • ALPS Content Show More description field
  • ALPS Content Show More body field

Interface Issue with ALPS Content Expand

Problem

While editing, it is hard to see where one field begins and one ends. Additionally, it is impossible to style the text entered in the body of the block.
2020-05-05 at 4 19 PM

Solution Story

  • User should see a clear view of the fields of a block.
  • User should be able to paste text into any field on the block. (Also mentioned in #25)
  • User should be able to style the text like you can with ALPS Highlighted Paragraph (Also mentioned in #26)

ALPS widgets could not be added to more than one area of the page

@daniel-eesti commented on Mon Feb 20 2023

ALPS widgets like "ALPS - Text with Link" and "ALPS - Author Box" (and maybe others) could not be added to more than one area of the page (top, bottom, or sidebar). For instance, if we add the "ALPS - Text with Link" widget to the Page Top or Page bottom, it disappears from Page Sidebar if it was added there previously.

Video Description: https://www.dropbox.com/s/ddhgwnaqrka5ein/ALPS%20widgets%20could%20not%20be%20added%20to%20more%20than%20one%20area%20of%20the%20page.mp4?dl=0


@hans-olson commented on Wed Feb 22 2023

@daniel-eesti

ALPSv3 does not take advantage of all standard widget areas. I think what you are trying to do would be an enhancement.


@designerbrent commented on Wed Feb 22 2023

This does appear to be a big. In the past, that functionality was working.


@hans-olson commented on Wed Feb 22 2023

We need to get a list of widgets that COM wants to use so we can enhance those widgets. Once we get the list, we can prioritize the enhancement.

This does appear to be a bug. In the past, that functionality was working.

Functionality beyond the page and post sidebars has not been tested by me. It is hard to say when this happened.


@hans-olson commented on Wed Feb 22 2023

I suggest we need to get a list of widgets that COM wants to use so we can make sure the widgets. Once we get the list, we can prioritize the fixes as an enhancement.

Enable html in ALPS Media Block

We need to enable HTML in the rendering of the ALPS Media Block. When you include html in the description field, it works in the editor view, but not on the front end.

2021-05-27 at 10 22 AM

Crashes WordPress 6.3 on php8

Hi there, I first noticed this issue a couple of months back, and verified that it's still a problem. Is anyone still monitoring this repo?

Button Block ist not available with ALPS-Wordpress Theme

Using ALPS Wordpress Theme v.3.0.32, many Wordpress-Blocks are not available. I don't know, why they are blocked with the ALPS-Theme, but however, in this issue, i report, that in my Theme v. 3.0.32, there is no Button-Block.

I am using latest alps-Gutenberg-blocks 1.3.5

ALPS CTA block Upload Issue

In ALPS CTA block doesn't work upload button for pictures.

It opens Media Library but it doesn't add the picture after it was selected.

Screen_Shot_2022-01-10_at_21 52 57

ALPS-Gutenberg-Blocks does not update automatically

I worked with ALPS-Gutenberg-Block v.1.0.0.
Because there were missing a lot of Blocks, i investigated, and saw, that the alps-gutenberg-block plugin have not been updated with the themes update process.
I just want to report this issue, I don't know, if this is a singular case. I will observer this, if i get an update notification of future plugin update releases.

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.