Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Navarre8

    (@navarre8)

    Thank you very much paulwpxp!

    That coding worked a treat.

    Cheers

    SM

    Thread Starter Navarre8

    (@navarre8)

    Thank you BjScott!

    Absolutely brilliant – case closed ??

    Cheers.

    Thread Starter Navarre8

    (@navarre8)

    Hi Liam

    Thank you for your replies.

    The menu was added above the footer area using Appearance > Menus, after the relevant code was added to functions.php and footer.php files. Unfortunately I was unable to select the pages for that menu as previously mentioned.

    I have a feeling I’ve removed the Widgets area as I think I now only have the main page area and the footer to use.

    I think to achieve what I want, which is another menu somewhere near the bottom on the page but within the white area, I may have to move the “Liability limited…” and “? 2015 Copyright…” lines or recode them.

    I’m not precious on the exact formatting, as long as I have the following at the bottom of the page, for example:

    Privacy information | Terms of use
    Liability limited ….
    ? 2015 Copyright ….

    If the above is centered and privacy and terms can be linked to relevant pages, I’d be very happy indeed.

    I hope the above assists you to make further comments/recommendations.

    Thanks for your time.

    Thread Starter Navarre8

    (@navarre8)

    Thanks Bojan

    Indeed, for now I just want that particular formatting on one page only. It’s good to know though, that I can use that code for further pages or all pages, if required.

    You’ve been of great help.

    Cheers.

    N

    Thread Starter Navarre8

    (@navarre8)

    Hey Bojan

    I am very well and I hope that you are too.

    That code is brilliant, thank you so much! Exactly what I want.

    Can I use that code for other pages I may make in the future if I change the “.page-id-xx” where the xx would be the new page?

    Cheers

    N

    Thread Starter Navarre8

    (@navarre8)

    Thank you so much paulwpxp. Your submissions absolutely nailed the brief. Thanks mate!

    Thread Starter Navarre8

    (@navarre8)

    Thanks paulwpxp
    I’ve been using WP for about a week now and I am still learning so I am not sure what I am support to do with your suggestion, sorry.

    The following code has been entered into the plugin called Header and Footer:

    © <?php
    $copyYear = 2013; // Set your website start date
    $curYear = date(‘Y’); // Keeps the second year updated
    echo $copyYear . (($copyYear != $curYear) ? ‘-‘ . $curYear : ”);
    ?> Copyright McDonnells Legal. All rights reserved. Powered by WordPress Twenty Twelve

    I also have a footer.php file in my child theme folder, however, the only text in that file is the “Liability limited by a scheme approved under professional standards legislation”

    Would I be better removing the plugin and just using code to achieve the desired result?, that is, a copyright footer in the bottom grey area of the page that I can change colour and font and font size.

    Thanks again.

Viewing 7 replies - 1 through 7 (of 7 total)