Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #726916

    Scott M
    Spectator

    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!

    #726920

    Scott M
    Spectator

    https://theme.co/x/member/kb/element-spacing/

    I checked that article too. Nothin in there either

    thanks

    #726955

    Bell_Lodge
    Participant

    Hi Scott

    Have you tried   

    Hope that helps

    Rick M

    #726978

    Prasant Rai
    Moderator

    Hello 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. 🙂

    #726985

    Scott M
    Spectator

    ya 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!

    #726987

    Scott M
    Spectator

    maybe 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>

    #726994

    Bell_Lodge
    Participant

    Hi 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

    #726999

    Scott M
    Spectator

    hi 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!!

    #727001

    Scott M
    Spectator

    hahah even when i do it here, it only shows one space

    I actually put two spaces before i submitted my last post

    thanks

    #727010

    Bell_Lodge
    Participant

    Hi 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

    #727015

    Scott M
    Spectator

    hi 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

    #727026

    Bell_Lodge
    Participant

    Hi Scott

    Dbl Spacing&nbsp;&nbsp;is&nbsp;&nbsp;possible&nbsp;&nbsp;here&nbsp;&nbsp;I'm&nbsp;&nbsp;not&nbsp;&nbsp;sure&nbsp;&nbsp;?

    Dbl Spacing  is  possible  here  I’m  not  sure  ?

    I believe the issue is adding it within a shortcode..

    Rick M

    #727051

    Scott M
    Spectator

    ya i think so too
    thanks for the help

    anyone 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!

    #727128

    Bell_Lodge
    Participant

    Hi 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

    #727137

    John Ezra
    Member

    Hi 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!