seindal
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hamilton] Gallery alignement with Gutenberg BlocI have this in my CSS for consecutive galleries with Hamilton and Gutenberg
.wp-block-gallery + .wp-block-gallery { margin-top: -50px; }Forum: Themes and Templates
In reply to: [Hamilton] Posts pageHave a look at this which might help you.
It is a shortcode to display posts or pages in the style of the Hamilton theme.https://rene.seindal.dk/2019/01/10/wordpress-hamilton-theme-add-on/
Fantastic! It seems to work, at least for the date column.
It’s a brilliant plugin you’ve made. Congratulations! I’ve managed to clean up the media archives on a bunch of sites in no time, removing orphans and adding missing alt texts, etc.
The way you can use template bits for fields in a bulk edit is genius. That way you can copy fields around in many interesting ways.
Thanks again.
Forum: Plugins
In reply to: [Media Library Assistant] Bulk edit doesn’t openThanks a million for your prompt reply and fix. It is great being able to tag and categories photos, and update fields from the Exif data.
Forum: Plugins
In reply to: [Gallery Slideshow] Only first picture showing in SlideshowThe slideshow isn’t automatic by default. You need to set a positive timeout.
Forum: Plugins
In reply to: [Gallery Slideshow] Multiple Slideshow not working?I have this in my gss-custom.js – the lines with prev, next and pager are the important ones
jQuery( document ).on( 'cycle-bootstrap', function( e, opts, API ) { opts.timeout = 8000; opts.pauseOnHover = true; opts.speed = 1000; opts.prev = '~ .gss-info .gss-prev'; opts.next = '~ .gss-info .gss-next'; opts.pager = '~ .gss-info .gss-pager, > .gss-pager'; });- This reply was modified 9 years, 5 months ago by seindal.
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Masonry Layout on Gallery Post?I can’t get this to work either.
From the descriptions I had the impression it should work out of the box as part of the theme.Forum: Plugins
In reply to: [Video.js - HTML5 Video Player for Wordpress] still not playing in firefoxWhat resolved the problem?