Melroy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [SuperMag] Dashicons are not loaded for non-loggedin usersNo no. Dashicons are normally not automatically loaded for end-users, only for admins.
And your WordPress theme is using dashicons. Therefor it requires the loading of dashicons in your theme.
Please fix this issue.
Forum: Themes and Templates
In reply to: [SuperMag] Image align rightFor now I apply my own workaround using:
.wp-block-image { display: inline; }
Forum: Reviews
In reply to: [Lightbox for Gallery & Image Block] Just worksMe too. I was using Simple Lightbox for several years, but that broke. Now I’m using this plugin, which indeed works fine. Also with Image Blocks.
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Bug in Table of Contents Block@swetakumari In your demo video you did NOT include the any “>” or “<” symbols in your heading name.
In my first post I said:
This is because you try to parse the JSON content of the headers, these are the headings of the post. However, if you include symbols like > or < (bigger than), it will result into the error above within your javascript code.
Anyway, with the the latest of the table of contents block this issue looks like to be resolved. I can now indeed use ‘<‘ or ‘>’ symbols in my heading name.
- This reply was modified 3 years ago by Melroy.
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Bug in Table of Contents BlockSorry my email was setup wrong for this wordpress account. So I didn’t receive any notification about any reply.
I will look soon into this issue, ok?!
Forum: Reviews
In reply to: [Gutenberg] Seriously, this is utter junk.It’s easy, its unfriendly because nobody is used to “blocks”. We are used to wysiwyg editor or Word editors, but not blocks..
I really think WordPress made a mistake. I’m member since April 2009..
- This reply was modified 3 years, 2 months ago by Melroy.
It’s still not fixed..?
Same issue using PHP 7.
Forum: Plugins
In reply to: [Breadcrumb Trail] How do I change the style of the breadcrumb display?New version of breadcrumb needed other labels:
<?php $args = array( 'container' => 'div', // container element 'separator' => '▸', // separator between items 'before' => '', // HTML to output before 'after' => '', // HTML to output after 'show_on_front' => true, // whether to show on front 'network' => false, // whether to create trail back to main site (multisite) 'show_title' => true, // whether to show the current page title 'show_browse' => false, // whether to show the "browse" text 'echo' => true, // whether to echo or return the breadcrumbs /* Labels for text used (see Breadcrumb_Trail::default_labels). */ 'labels' => array( 'browse' => __( 'Browse:', 'breadcrumb-trail' ), 'home' => __( 'Home', 'breadcrumb-trail' ), 'error_404' => __( '404 Pagina is niet gevonden', 'breadcrumb-trail' ), 'archives' => __( 'Archief', 'breadcrumb-trail' ), /* Translators: %s is the search query. The HTML entities are opening and closing curly quotes. */ 'search' => __( 'Zoekresultaten voor “%s”', 'breadcrumb-trail' ), /* Translators: %s is the page number. */ 'paged' => __( 'Pagina %s', 'breadcrumb-trail' ), /* Translators: Minute archive title. %s is the minute time format. */ 'archive_minute' => __( 'Minuten %s', 'breadcrumb-trail' ), /* Translators: Weekly archive title. %s is the week date format. */ 'archive_week' => __( 'Week %s', 'breadcrumb-trail' ), /* "%s" is replaced with the translated date/time format. */ 'archive_minute_hour' => '%s', 'archive_hour' => '%s', 'archive_day' => '%s', 'archive_month' => '%s', 'archive_year' => '%s', ) ); if ( function_exists( 'breadcrumb_trail' ) ) breadcrumb_trail($args); ?>
More info about WordPress Gallery:
https://codex.www.ads-software.com/The_WordPress_GalleryHi,
That isn’t true, even when scrolling I don’t see the (horizontal) scroll bars on my Android device.
Kind regards,
Melroy van den BergForum: Plugins
In reply to: [Floating Social Bar] Scrolling off…I know it’s a old topic, but it’s related. I fixed the combination of using both WPSocialite & Floating Social Bar. WPSocialite includes the latest Socialite.
Therefor I removed the socialite part from the javascript file in the Floating Social Bar plugin. The file is called ‘fsb.js’. Remove/comment the upper part saying
Socialite v1.0…
and the line what begins with:
window.Socialite=(function(i,j,e){var f={},c={},l={}
Now both plugins are working great!
Too bad it is still not solved, I got exactly the same issue. I hope you can help me further Tobias.
I don’t see any scrollbars on Android.
My website: click here
Screenshot on my Android device (v4.3.1):
https://oi40.tinypic.com/2iqe6bp.jpgForum: Plugins
In reply to: [Breadcrumb Trail] How do I change the style of the breadcrumb display?Andrew, maybe you should give an example. Because not everybody understand PHP that well:
Example:
<?php $args = array( 'container' => 'div', // container element 'separator' => '▸', // separator between items 'before' => '', // HTML to output before 'after' => '', // HTML to output after 'show_on_front' => true, // whether to show on front 'network' => false, // whether to create trail back to main site (multisite) 'show_title' => true, // whether to show the current page title 'show_browse' => false, // whether to show the "browse" text 'echo' => true, // whether to echo or return the breadcrumbs /* Labels for text used (see Breadcrumb_Trail::default_labels). */ 'labels' => array( 'browse' => __( 'Browse:', 'breadcrumb-trail' ), 'home' => __( 'Home', 'breadcrumb-trail' ), 'search' => __( 'Zoekresultaten voor "%s"','breadcrumb-trail' ), 'error_404' => __( '404 Pagina niet gevonden','breadcrumb-trail' ), 'paged' => __( 'Pagina %d', 'breadcrumb-trail' ), 'archives' => __( 'Archief', 'breadcrumb-trail' ), 'archive_minute_hour' => __( 'g:i a', 'breadcrumb-trail' ), 'archive_minute' => __( 'Minuut %d', 'breadcrumb-trail' ), 'archive_hour' => __( 'g a', 'breadcrumb-trail' ), 'archive_day' => __( 'd', 'breadcrumb-trail' ), 'archive_week' => __( 'Week %d', 'breadcrumb-trail' ), 'archive_month' => __( 'F', 'breadcrumb-trail' ), 'archive_year' => __( 'Y', 'breadcrumb-trail' ), ) ); if ( function_exists( 'breadcrumb_trail' ) ) breadcrumb_trail($args); ?>
Forum: Reviews
In reply to: [Simple Share Buttons Adder] Very clear! love it“Plus lightweight and fast loading”