Hi @aith, I am about to beta test the next version with filters allowing to do that.
This will be ready in a few days. Stay connected!
Thread Starter
aith
(@aith)
Wonderful, thank you so much for the reply.
And really appreciate your time and effort in creating this fantastic theme :). Look forward to the feature
Any update on this, I would like to insert line breaks in the description text of the slider.
Hi there,
First, this theme is wonderful in so many ways. Thank-you!
As mentioned above, I would also like the text of the slider to have line breaks. I’ve searched the forum pretty exhaustively, but all I’ve seen is a rather complicated method to do this – http://ww.wp.xz.cn/support/topic/adding-line-break-or-to-slider-caption-description?replies=12
– too advanced for me, as I am a rank beginner.
I have managed to figure out how to create a functions.php file in the content folder of my child theme by following your tips from other posts.
Is there a simple way to introduce line breaks in the slider text?
Thanks very much,
Stacey
Well done on getting the functions.php. Now that you have that, you can follow this solution here.
Thanks so much Electric Feet!
I had seen that fix before, but that was prior to my having figured out how to create a functions.php file in my child theme’s content folder, so I wasn’t able to use it.
I also want to mention that the fix you linked to above had me a bit confused at first as to which description box to put the code in. To clarify for others who find this confusing, the code is added to the box with the text “Description text (below the title, 250 car. max length)” above it, a few lines below the button to switch the photo in question to a slider photo.
I modified the code provided in the link you gave above to this to get specifically what I wanted, which is a line break with the two lines formatted with the same font size & colour):
[htmlify]Some text on line 1 {/br} and some text on line 2[/htmlify]
Thanks again! You’ve put to rest a search of many, many hours.