Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1373805
    eyedia
    Participant

    On my page: http://reformtemp.ca/contact/ My sidebar is dropping below the main content area. It was working fine and now it isn’t. Any ideas?

    #1373837
    Prasant Rai
    Moderator

    Hello There,

    I tried to access your website but I am getting:

    This site canโ€™t be reached
    
    reformtemp.caโ€™s server DNS address could not be found.

    Is it working on your end?

    Let us know.

    Thanks.

    #1375498
    eyedia
    Participant

    Yes it’s a temp site so you have to edit your host files to see it. Sorry I forgot to mention that. Here is the address/ip:
    http://192.185.14.196/~reformtemp/

    The other issue I see with that page is that the footer seams to be spanning full width. I’m not sure why, it is set to the same template as my other pages (blank -no container | header, footer

    #1375940
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! I was able to check your site. I can see that you are using a two column layout in a row and it seems that an invalid html code messed up the page.
    http://prntscr.com/ea7ds2

    Would you mind providing us with login credentials so we can take a closer look at you page? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thank you.

    #1376481
    eyedia
    Participant
    This reply has been marked as private.
    #1376771
    Rad
    Moderator

    Hi there,

    It’s because of you form, the </p> and </div> tags have no opening.

    [text* your-name placeholder "Your Name (required)"]</p>
    
    <p>[email* your-email placeholder "Your Email (required)"] </p>
    
    <p>[tel* tel-746 placeholder "Your Phone (required)"] </p>
    
    <p>[textarea  your-message placeholder "Please provide additional information and/or questions you may have."] </p>
    
    <p>[submit "Send"]</p>
    </div>

    Please change it to this

    <div>
    <p>[text* your-name placeholder "Your Name (required)"]</p>
    
    <p>[email* your-email placeholder "Your Email (required)"] </p>
    
    <p>[tel* tel-746 placeholder "Your Phone (required)"] </p>
    
    <p>[textarea  your-message placeholder "Please provide additional information and/or questions you may have."] </p>
    
    <p>[submit "Send"]</p>
    </div>

    Hope this helps.

    #1380021
    eyedia
    Participant

    Oh thank you! I’m not sure how that bit got lost? Thank you very much ๐Ÿ™‚

    #1380066
    Thai
    Moderator

    You’re most welcome ๐Ÿ™‚

    If you need anything else please let us know.

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