Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1413555

    sandra.i
    Participant

    Hi

    I would like to add this text below the footer on my site

    Disclaimer: This website is presented by Sandra Ishkanes for the sole purpose of disseminating health information for public benefit. The content, products and services offered herein are here to educate consumers on health care that may affect their daily lives. Nothing in the content, products or services should be considered, or used as a substitute for, medical advice, diagnosis or treatment. This site and its services do not constitute the practice of any medical, nursing or other professional health care advice, diagnosis or treatment. You should always talk to your health care provider for diagnosis and treatment, including your specific medical needs. None of the products or services offered through this website represents or warrants that any particular service or product is safe, appropriate, or effective for you.

    I have added it to wp-footer.php as below but its not picking up the css code

    <?php
    
    // =============================================================================
    // VIEWS/RENEW/WP-FOOTER.PHP
    // -----------------------------------------------------------------------------
    // Footer output for Renew.
    // =============================================================================
    
    ?>
    
      <?php x_get_view( 'global', '_header', 'widget-areas' ); ?>
      <?php x_get_view( 'global', '_footer', 'scroll-top' ); ?>
      <?php x_get_view( 'global', '_footer', 'widget-areas' ); ?>
      <?php
     echo "<p class='footer-text'>Disclaimer: This website is presented by Sandra Ishkanes for the sole purpose of disseminating health information for public benefit. The content, products and services offered herein are here to educate consumers on health care that may affect their daily lives. Nothing in the content, products or services should be considered, or used as a substitute for, medical advice, diagnosis or treatment. This site and its services do not constitute the practice of any medical, nursing or other professional health care advice, diagnosis or treatment. You should always talk to your health care provider for diagnosis and treatment, including your specific medical needs. None of the products or services offered through this website represents or warrants that any particular service or product is safe, appropriate, or effective for you.</p>"
    ?>
    
      <?php if ( x_get_option( 'x_footer_bottom_display' ) == '1' ) : ?>
    
        <footer class="x-colophon bottom" role="contentinfo">
          <div class="x-container max width">
    
            <?php if ( x_get_option( 'x_footer_social_display' ) == '1' ) : ?>
              <?php x_social_global(); ?>
            <?php endif; ?>
    
            <?php if ( x_get_option( 'x_footer_menu_display' ) == '1' ) : ?>
              <?php x_get_view( 'global', '_nav', 'footer' ); ?>
            <?php endif; ?>
    
            <?php if ( x_get_option( 'x_footer_content_display' ) == '1' ) : ?>
              <div class="x-colophon-content">
                <?php echo do_shortcode( x_get_option( 'x_footer_content' ) ); ?>
              </div>
            <?php endif; ?>
          </div>
        </footer>
    
      <?php endif; ?>
    
    <?php x_get_view( 'global', '_footer' ); ?>

    Could you have a look? My site is here sandraishkanes.co.uk

    Thanks

    #1413793

    Thai
    Moderator

    Hi There,

    Please provide us with your website URL so we can take a closer look.

    Thanks.

    #1414010

    sandra.i
    Participant
    #1414103

    Jade
    Moderator

    Hi Sandra,

    It seems to be following the CSS rule correctly:

    .footer-text {
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;
    }

    What changes are you trying to make on the text that’s not working well?

    #1414752

    sandra.i
    Participant

    Hi

    Yes my oversight, apologies.

    Could you help me with my grid instead? Your team very kindly helped me to sort out the grid spacing of the grid on the bottom of most of the pages on my website, but I’ve managed to mess it up somehow and I just cant figure out all the margin percentages.

    The grid is out of line on my iphone and ipad, I attavh screenshots.

    Example page here, at the bottom of the page:

    http://www.sandraishkanes.co.uk/clinic/the-3-point-plan/

    Thanks

    #1415473

    sandra.i
    Participant

    Hi

    Should I start a new thread for this issue?

    #1415541

    Friech
    Moderator

    Hi There,

    I remember that site. Did you remove from your custom CSS the code that I’ve provided here? Please add that on top of your custom CSS.

    Then please check your entire custom CSS here: http://csslint.net/ and resolve all found the errors.

    Thanks.

    #1420042

    sandra.i
    Participant

    Hi

    Yes that’s resolved now, not sure what happened there, thanks for your support.

    #1420065

    Thai
    Moderator

    You’re most welcome 🙂