Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1226605
    thrivewithfiona
    Participant

    Hi, I have no idea what to title this question!

    A couple of things have been happening

    1) This page will not display the text below a certain element on any device from big to small screen

    URL: http://thrivelondon.co.uk/the-thrive-programme-faqs/

    Below the contact me section it only has the headlines?

    In addition on the xs device (mobile which I have set up separately)

    1) On this page: http://thrivelondon.co.uk/ – there are two headlines that are not showing despite it showing when in cornerstone online and in edit mode. ‘A Warm Welcome’ and ‘Thrive Coach Fiona Brown’.

    2) On this Page: http://thrivelondon.co.uk/thrive-programme-course-london-skype/ – there is nothing showing below the ‘Book A Free Chat’ button section apart from a few elements but no text?

    Can you help me with any of this? I have asked Cornerstone but not been getting very far. I am not very html etc confident but I have other sites that I have just used X and Cornerstone and not had any issues?

    In Cornerstone all the elements are there and displaying in the different edit modes for all devices as it should be but when live the text disappears?? It looks like the text may be there but all defaulting to white??

    Help gratefully appreciated!! Fiona

    #1226606
    thrivewithfiona
    Participant
    This reply has been marked as private.
    #1226912
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! After thorough investigation, I found out that you have inserted an invalid code in the contact form. This is the reason why you can no longer see anything because it is all in white. Please see this image:

    Please keep in mind that every html tag should be properly closed. In this case, you should have this:

    
    <font color="ffffff"><label> Your Name (required)
        [text* your-name] </label></font>

    Take note that font is a deprecated tag. You may use this if I were you:

    
    
    <label> <span style="color: #ffffff;">Your Name (required)</span>
        [text* your-name] </label>

    Hope this helps. Kindly let us know.

    #1227123
    thrivewithfiona
    Participant

    Rue Nel, That was a good day’s work on my part and I really thank you. I am a complete novice and it really helps to be actively shown where you are going wrong.

    I really appreciate your time and effort.

    All the best, Fiona

    #1227186
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1226605 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>