New Landing How can we help? Themeforest Theme Support Flexform Formatting not working inside toggles

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Flexform
  • #8915
    FigDesign
    Member
    Post count: 5

    Lists, h1 tags, etc do not seem to format inside the text body of a toggle. No formatting seems to apply. Thanks.

    #8924
    Ben – SUPPORT
    Member
    Post count: 690

    Hmm this seems odd can you post a link to your website as a private reply please

    Thanks
    Ben

    #8925
    FigDesign
    Member
    Post count: 5
    This reply has been marked as private.
    #10475
    FigDesign
    Member
    Post count: 5

    Formatting also does not display inside the Jobs elements: rebuildtx.com/jobs

    #10493
    Ben – SUPPORT
    Member
    Post count: 690

    If you want lists to show up with circles and their children to show up add

    ul{
    list-style-type:disc;
    }
    ul ul{
    list-style-type:circle;
    margin-left:10px;
    }
    ul ul ul{
    list-style-type:square;
    margin-left:20px;
    }
    

    Add this to Custom CSS -> Genereal Settings

    Thanks
    Ben

    #10506
    FigDesign
    Member
    Post count: 5
    This reply has been marked as private.
    #10507
    FigDesign
    Member
    Post count: 5
    This reply has been marked as private.
    #10529
    Ben – SUPPORT
    Member
    Post count: 690

    Please remember the Text and Visual tabs are completely different in the way they work!

    The P tags won’t be there but you just have to do a return just like in the form and it’ll be wrapped in another p tag for example

    This
    Would
    Turn
    To
    This

    <p>This</p>
    <p>Would</p>
    <p>Turn</p>
    <p>Tp</p>
    <p>This</p>
    

    For example, switching between visual and text will most of the time bug things up and get rid / add lots of extra tags

    If you send your login details as a private reply I’d be more than happy to have a look for you if there is another issue other than this

    Thanks
    Ben

    #10932
    FigDesign
    Member
    Post count: 5
    This reply has been marked as private.
Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register