-
AuthorPosts
-
December 31, 2015 at 12:37 pm #726916
How we doing? hows business? happy new year!
I checked some other threads about similar stuff. Nothing turned up that works
Just looking to do a double space after a period in html text editor. It only does one space no matter how many spaces you put.
I tried the enter button already.
Thanks!
December 31, 2015 at 12:38 pm #726920https://theme.co/x/member/kb/element-spacing/
I checked that article too. Nothin in there either
thanks
December 31, 2015 at 12:56 pm #726955Hi Scott
Have you tried
Hope that helps
Rick M
December 31, 2015 at 1:15 pm #726978Hello Scott,
Thanks for writing in!
Yes as suggested by @bell_lodge you can try
. And let us know how it goes.Thanks for helping our users Rick.
Happy new year. 🙂
December 31, 2015 at 1:20 pm #726985ya it’s actually in contact form 7’s html.
That code works to create space in between paragraphs but i can’t get it to work in a sentence. It just disables my form from being visible basically.
Maybe theres another way?
thanks!
December 31, 2015 at 1:23 pm #726987maybe i need to put it in quotes or something?
<p>Your Message<br />
[checkbox checkbox-608 “choose me”; “choose me” “choose me ” “and choose me?”]</p>December 31, 2015 at 1:36 pm #726994Hi Scott
Are you adding the html code within the shortcode??
Would you advise exactly where in the above you want the dbl space..
If it is within the [checkbox shortcode] that is beyond my ability 🙂
Cheers
Rick M
December 31, 2015 at 1:43 pm #726999hi sorry for the bold.
ya it needs to go after each “choose me”It should look like this….
[checkbox checkbox-608 “choose me” “choose me” “choose me ” “and choose me?”]</p>
But it only comes on with one space when i publish it and look at it live
Thanks!!
December 31, 2015 at 1:44 pm #727001hahah even when i do it here, it only shows one space
I actually put two spaces before i submitted my last post
thanks
December 31, 2015 at 1:54 pm #727010Hi Scott
If I were to use full stops where you want dbl spaces it would be like this
I note you have a close paragraph</p>
tag but not an open paragraph tag[checkbox checkbox-608 “choose me..” “choose me..” “choose me..” “and choose me?..”]</p>
<p>[checkbox checkbox-608 “choose me ” “choose me ” “choose me ” “and choose me? ”]</p>
I’m not sure it will work, as I said within a shortcode is beyond me..
Rick M
December 31, 2015 at 2:07 pm #727015hi ya the open tag is there. I just didn’t copy and paste it here.
Theres gotta be a way to double space that stuff.
It’s not a problem in contact form 7 because we can’t even double space it in this forum. Any ideas staff? If you can do it here, then it should work in the plugin.
Thanks
December 31, 2015 at 2:18 pm #727026Hi Scott
Dbl Spacing is possible here I'm not sure ?
Dbl Spacing is possible here I’m not sure ?
I believe the issue is adding it within a shortcode..
Rick M
December 31, 2015 at 2:45 pm #727051ya i think so too
thanks for the helpanyone else?
just so you don’t have to read again, we are looking to put a double space after a period, inside of a short code, inside of html text editor.
Thanks!
December 31, 2015 at 4:58 pm #727128Hi Scott
I have had a play around and I think you could try adding the following to your Child Theme style.css file
.wpcf7 .checkbox-655 .wpcf7-list-item { margin-right: 20px; }
Where checkbox-xxx is your checkbox number and number of pixels meets your spacing requirements.
This took me some time to work out, and it targets individual checkbox shortcodes..
Hope this works for you!!
Rick M
December 31, 2015 at 5:05 pm #727137Hi Rick M,
Thanks for helping out and for your suggestions!
Hi Scott,
Code added within a shortcode may be altered depending on the shortcode you are using. Unfortunately, shortcode customizations and custom development are beyond our scope of support.
The CSS suggestion provided by Rick M would be the direction we would take as well. Do let us know if it worked for you. Thanks!
-
AuthorPosts