Home › Forums › Air WordPress Theme › switching word
- This topic has 6 replies, 2 voices, and was last updated 7 years, 7 months ago by
SeaTheme.
-
AuthorPosts
-
October 18, 2018 at 7:37 am #16752
Is it possible to have spaces in the switching word shortcode?
Now the space disappear on the page
[switching_word size=”h2″ word1=”een logo” word2=”een consequente huisstijl” word3=”een responsive_website” word4=”de belettering van uw wagenpark” word5=”het vinden van uw website op internet”]October 18, 2018 at 8:42 am #16753Hi,
What’s spacing? character spacing?
Better leave the page URL, thanks!October 18, 2018 at 10:13 am #16755Exactly. No space between the words if I fill in more than one word.
See the next page.
http://xlwp.extralarge.nl/about/October 19, 2018 at 2:16 am #16758Please find the file:plugins/bm-shortcodes/js/bm-shortcode.js
update the singleLetters function( https://drive.google.com/open?id=1uG9S_xNkyT2CWMM5pX_qgYwYXTO8FyT2 ) as:function singleLetters($words) { $words.each(function(){ var word = $(this), letters = word.text().split(''), selected = word.hasClass('is-visible'), i = ''; var stringArray = new Array(); for (i in letters) { if(word.parents('.rotate-2').length > 0) letters[i] = '<em>' + letters[i] + '</em>'; letters[i] = (selected) ? '<i class="in">' + letters[i] + '</i>': '<i>' + letters[i] + '</i>'; stringArray.push(letters[i]); if(i != letters.length-1){ stringArray.push(" "); } } word.html(stringArray).css('opacity', 1); }); }Maybe there are more space between the letter, please paste the custom css code to “Appearance > Customize : Additional CSS”
.cd-headline.rotate-2 em { letter-spacing: -6px; }October 19, 2018 at 7:29 am #16763I changed the code
But now the words are not visibleAfter that I added the additional CSS but also no words are visible now…..
http://xlwp.extralarge.nl/about/
If it is a big hassle, maybe leave it and I will only use one word instead……
October 20, 2018 at 12:15 am #16766Please check the quote symbol: http://xlwp.extralarge.nl/wp-content/plugins/bm-shortcodes/js/bm-shortcode.js
October 20, 2018 at 12:16 am #16767This reply has been marked as private. -
AuthorPosts
- You must be logged in to reply to this topic.
