Viewing 11 replies - 1 through 11 (of 11 total)
  • Theme Author themevision

    (@themevision)

    Hello @paulaazevedo !

    You cannot remove footer without editing theme core files which we do not suggest.

    Instead, you can follow steps below:

    1)Remove all footer widgets.

    Go to: Dashboard->Apperance->Widgets

    and remove all footer widgets (drag widgets to left side).

    2) Disable social icons on footer.

    Open Customizer. Go to:Dashboard->Apperance->Customize

    open “Social Icons” menu and disable social icons on footer. http://prntscr.com/f8ibyk

    3)(optional) Change footer area background color.

    In Customizer open Styling-> Footer and change color.

    Regards

    sstworld777

    (@sstworld777)

    Hi, can I remove somehow “Powered by Theme-Vision” link on the bottom of Agama theme?

    Theme Author themevision

    (@themevision)

    Hello @sstworld777!

    Yes, you can write your custom footer copyright.

    Open Customizer. Go to:Dashboard->Apperance->Customize

    then ,scrool down to “Footer” menu, open editor and write your

    custom footer copyright.

    http://prntscr.com/f8ms4o

    don’t forget to save changes.

    Regards

    sstworld777

    (@sstworld777)

    Thanks for a quick response. Do I have to write it with CSS or PHP coding or just flat text? Also, there is no a save button in the editor, so how to save the changes?

    Can you provide coding sample for this?

    Hello @sstworld777,

    You can write flat text mixed with html code if you are adding a custom url to your copyright area.

    Example:
    Powered by <a href="http://example.com">Example</a>

    Once you add your custom copyright text close popup or pres ESC key an hit save button in cuzomizer top area.

    Regards

    sstworld777

    (@sstworld777)

    Thank you very much!

    becalvin

    (@becalvin)

    Sorry… I also want to customize the footer text by following your instruction:

    Open Customizer. Go to:Dashboard->Apperance->Customize
    then ,scrool down to “Footer” menu, open editor…

    But just have a blank popup without area for further editing. Is it my browser problem or whatelse indeed?

    Thanks!

    sstworld777

    (@sstworld777)

    Hi becalvin! Have you tried to type in that pop-up?:))))

    becalvin

    (@becalvin)

    Oh!!! Can type!! Hahaha!!

    The screen is just soooooo unsual blank that as if an error. Would suggest modify the layout to avoid confuse.

    Anyway, thx!

    becalvin

    (@becalvin)

    Is it possible to set automatic year in footer? Or need to amend php file of theme? If did, can give advise?

    Thx!

    Theme Author themevision

    (@themevision)

    Hello Becalvin!

    You can automatically refresh the copyright year by inserting a simple JavaScript.

    Open Footer editor and add code below:

    Code:

    <script language="javascript" type="text/javascript">
    var today = new Date()
    var year = today.getFullYear()
    document.write(year)
    </script>

    http://prntscr.com/fguidg

    Regards

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

The topic ‘disabling footer’ is closed to new replies.