• Hello,

    I have a website: americanmidwestsalesllc.com and I’d like to remove the following from all of my pages:

    – comments closed
    – leave a reply

    Also wondering if there is a way to shift the page info to the left a bit?

    For instance, check out the about page — there is all that space on the left (probably for a sidebar) but would like to shift the page title and text to the left if possible.

    Thank you,

    Ken

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter ken42

    (@ken42)

    Also,

    how do I change the favicon — I’ve figured out how to create one but where/how do I paste the code?

    I would like to remove the theme name from the bottom of the page if possible…

    Thanks!

    comments:
    possibly edit page.php (if not, see https://codex.www.ads-software.com/Template_Hierarchy), and remove the ‘comments_template()’ section.

    favicon:
    https://codex.www.ads-software.com/Creating_a_Favicon

    theme name:
    either try to find the section in footer.php
    (<p class="author">Celestial Aura Theme by <a href="https://www.dkszone.net/" title="dkszone.net">dkszone.net</a> </p>) and remove it; or add #footer p.author { visibility:hidden; } to style.css of the theme.

    Thread Starter ken42

    (@ken42)

    Thank you I will try that!

    Thread Starter ken42

    (@ken42)

    Ok I went into page php and removed the comments template section and hit save but it gave me a parse syntex error so I pasted it back in.

    Any other advice on this issue?

    Thanks for your help – much appreciated!

    Moderator keesiemeijer

    (@keesiemeijer)

    Can you paste and submit the full code of page.php of your theme into a pastebin.com and post the link to it here? see the Forum Rules for posting code and using the pastebin.

    Thread Starter ken42

    (@ken42)

    Thanks Keesiemeijer for looking at this for me.

    Here is the link to my code in pastebin

    https://pastebin.com/TDSChFxS

    Moderator keesiemeijer

    (@keesiemeijer)

    Try it with this page.php: https://pastebin.com/DgQRwNnj

    Thread Starter ken42

    (@ken42)

    Thank you so much Keesiemeijer! That worked — reply to and comments are no longer showing…

    I really appreciate your help on this :0)

    Now, I need help with one last item (see 2nd part of question above ) — is there a way to shift my text on all of the pages to the left a bit or if that is not possible because of the sidebars..? See how far center the WELCOME is, the same on the other pages.

    Thank you again – you were a HUGE help!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘celestial aura – help removing comments/reply’ is closed to new replies.