enoteware
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
@matheussilva08 added like this, added surrounding code for context. Can confirm it’s working on my side.
<?php
const BLOCKJS = 'gutenberg/build/block.js';
const BLOCKCSS = 'gutenberg/build/block.css';
function articulate_enqueue_gutenberg_scripts() {
wp_enqueue_script( 'jquery' );
wp_enqueue_script( 'materializejs', WP_QUIZ_EMBEDER_PLUGIN_URL . MATERIALIZEJS, array( 'jquery', 'jquery-ui-core', 'jquery-ui-tooltip' ) );
// Enqueue the regenerator-runtime library from CDN
wp_enqueue_script( 'regenerator-runtime', 'https://cdnjs.cloudflare.com/ajax/libs/regenerator-runtime/0.13.7/runtime.min.js', array(), '0.13.7', true );
wp_enqueue_script( 'articulate-gutenberg-block', WP_QUIZ_EMBEDER_PLUGIN_URL . BLOCKJS, array( 'wp-api', 'wp-i18n', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-editor', 'wp-element', 'regenerator-runtime' ), filemtime( WP_QUIZ_EMBEDER_PLUGIN_DIR . '/gutenberg/build/block.js' ), true );Forum: Plugins
In reply to: [Mmm Simple File List] Error 404 – when linking to fileHello, I realized the problem, I hadnt added the PDFs via the media library so WP didnt locate them.
Forum: Plugins
In reply to: [List category posts] Text alignmentHello Daitarn3,
I made them myself with photoshop. Thanks! Let me know if you have a specific question.
-E
Forum: Plugins
In reply to: [List category posts] Text alignmentI think I figured out what’s going on. There is a text align center function happening which aligns all the sidebar text to be centered. when I manipulate it to left, the category list posts and the sidebar align left. I need to make sure that only the category list is manipulated.
Forum: Plugins
In reply to: [List category posts] Text alignmentHello Andrew,
It’s a modified version of ‘wp framework’. If you like I can copy the .css files here?
Viewing 5 replies - 1 through 5 (of 5 total)