celes15
Forum Replies Created
-
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Timeline with images on other sideHi @eugenewhite
But I can’t select image align in timeline.
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] How to I link to specific tab?Hi @mike3hastie
I tried to solve this topic and I created little script:
if(window.location.hash) { var hash = window.location.hash.substring(1); //Puts hash in variable, and removes the # character var navi = $('.wp-block-getwid-tabs__nav-link:nth-child('+ hash + ') a'); navi.click(); }If you want to link to second tab you need to use anchor – page#2
For 1st tab you don’t need it.Check it for me it’s working.
Have a nice day π
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Adobe Fonts or Custom FontHi @dimned
Yeah its working.
Thank you.
Maybe you sticky this topiΔ? πForum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Call to Slick Slider – change settingsForum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Call to Slick Slider – change settingsEh… it’s simetimes work but not always…
I must force load like last script ?Hi @dimned ,
Thanks but it didn’t help.
I solved topic via variableWidth setting and styled slick-slide.
I used that same method like in Call to Slick Slider
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Call to Slick Slider – change settingsGreat π
I done small change
baseclass deleted and swap sliderSelector
const sliderSelector = $('.wp-block-getwid-post-carousel').children();Thanks
- This reply was modified 4 years, 10 months ago by celes15.
Forum: Plugins
In reply to: [Twenty20 Image Before-After] (Extension) Gutenberg Block


- This reply was modified 5 years, 3 months ago by celes15.
Forum: Plugins
In reply to: [Twenty20 Image Before-After] Gutenberg Block SupportHi guys I updated my Extension.
Added MediaUpload support,
Added preview of images,
Using builded shortcode,Forum: Plugins
In reply to: [Twenty20 Image Before-After] Gutenberg Block Support@alframe
mhh i don’t know why π it’s my first block and I worked on boilerplate.
And I’m not so good πMaybe try to add on begin of before-after-block.js below code
( function() {and in the end:
} )();Could You check it?
Forum: Plugins
In reply to: [Twenty20 Image Before-After] Gutenberg Block SupportExactly π
Forum: Plugins
In reply to: [Twenty20 Image Before-After] Gutenberg Block Support@danstramer , @frederique-game
I implemented block to this plugin.
You can try it on my repo.