Hi,
I become this visible message on my website :
Notice: Undefined index: SC_SCRIPTS in XXXX/plugins/wp-responsive-slab-text/wp-responsive-fit-text.php on line 74
What can I change for resolve this ?
Thanks for reply
WP 5.4.2, Storefront 2.5.7
]]>Hello,
I just installed and activated the plugin, but I can’t find it on the (left-side) menu. Can you tell me where it’s at? I assume there’s a settings area for the plugin.
Thanks,
JL
Hi, how can I define headlines within the shortcode?
]]>The topic “Setting font size incorrectly on the first load” was closed, therefore I am answering it here.
A workaround is the following:
1) Open plugins/wp-responsive-slab-text/js/jquery.slabtext.min.js which contains the JavaScript code for the plugin.
2) Be exact in this step! Replace
“resizeSlabs();” (<- Semicolon is important to catch the right code snippet!)
with
“resizeSlabs();window.onload=function(){resizeSlabs();}”
(without the quotation marks, of course)
Explanation:
The function resizeSlabs() is responsible for triggering the resizing. The problem is, that when the function executes, not all elements and files may be loaded completely, which means the page changes after the resizing. window.onload gives us the ability to execute code, e.g. a function, after all page content has been loaded. Therefore we add
window.onload = function() {
resizeSlabs();
}
to make sure, the resizing will be executed (again) when the page is loaded completely.
Hope this helps!
x0x0
PS: @gal Maybe you can add this lil’ fix (or similar) to the next update.
]]>Hello there,
After I checked the compatibility with my WP version, I activated the plugin and the whole webpage broke down (html error 500). I manually deleted the plugin folder by FTP but it didn’t work neither. Please I need HELP!
Usually, WP Responsive Auto Fit Text will set the font too large on first load, but resizing the window seems to set it to the right size. Is there some way to help with that? So it just goes to the right size on first load?
Can you tell me what element the .js is sizing for? Or anything else that would help?
]]>Hi!
This plugin is amazing! Congratulations to developer!!
I’d be happier if I could set min and max font size like https://freqdec.github.io/slabText/? Is this plugin able to do it?
Im trying to setup a directory but RAFT shows the donate link for every user in the dashboard. Is there a way to remove this (I’ve donated)?
]]>Hi there
Great plugin! However 1 issue I notice is it doesn’t work on slides 2 & 3 here https://stayslim.ie/letmein It works on the first slide but somehow doesn’t load full size txt on slide 2 & 3.
Im using meta slider but it doesn’t seem to work on other sliders either
cheers
John
This plugin is awesome- on my desktop/laptop/tablet. However, on my phone, it makes the font too small to really be legible. Is there a way to use CSS media queries to turn this plugin off for phones and just revert to using font-size specified in a div?
]]>*love* what this plugin does – thank you for making it available.
I am having an issue, particularly with Chrome, with slabtext blocks showing up with the letters all crammed together. Doing a slight manual resize of the viewport fixes things, but that initial load isn’t working well.
I can PM a link to see how it looks but the site is not public yet.
Any tips on why this might be or a workaround?
Thanks in advance
]]>1. I have just installed but cannot find where it is located
2. I typed out the short code and was successful at creating an example, but as soon as want to change to a Google font which doesnt seem to work, can tyou please help point me in the right direction.
example;
<span style=”font-family: Pacifico, sans-serif;”>
[slabtext]
[slab]CycleEvents</span>[/slab]
[slab]<b>Fit text</b>[/slab]
[slab]Typography[/slab]
[slab]Made easy[/slab]
[slab]use a WordPress shortcode[/slab]
[/slabtext]
Thank you in advance
Steve
Loving your plugin, works great, just found a few small things that could be improved.
I’d like to be able to choose the word-spacing, letter-spacing and line-height. For line height, I just did a
span.slabtext {
line-height: 110% !important;
}
And it worked great, but is there an easier way to choose this per slabline? also for the word-spacing and letter-spacing per line? (I ended up doing this with a span with a custom class anyways, but it could be added to the plugin for simplicity)
Anyways, plugin is great, very easy to use and works perfectly.
]]>i am new in wordpress and i dont know how to use the plugin after installation.my wordpress home page is static and i want to make the text responsive.please help me.
]]>This html w/slab shortcodes works just fine
<div class="portfolio-thumb-container" id="graphic-design">
<div class="portfolio-thumb-overlay">
<a class="portfolio-thumb-title" href="https://jroberts.net/portfolio/graphic-design/">
[slabtext][slab]Graphic[/slab][/slabtext][slabtext][slab]Design[/slab][/slabtext]
</a>
</div>
</div>
This html w/slab shortcodes displays no text.
<div class="portfolio-thumb-container" id="manipulation">
<div class="portfolio-thumb-overlay">
<a class="portfolio-thumb-title" href="https://jroberts.net/portfolio/photography/photo-manipulation/">
[slabtext][slab]Photo[/slab][/slabtext][slabtext][slab]Manipulation[/slab][/slabtext]
</a>
</div>
</div>
Any idea why?
W3C CSS Validator found no errors in the related styles fwiw.
]]>This is a great plugin.
Just wondering is there a way to reduce size of the font by 20%??
I’m trying to make this work with optimize press but no matter where I embed the code (h1, h2, h3…) the text comes out as huge.
Can you suggest something?
]]>php needs to be at minimum v.5.3 for this plugin to work.
]]>