Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #892102

    Wie kann ich die Copyrightzeile 3 oder 2 Spaltig machen

    um in der ersten Spalte dann ein Menü horizontal anzeigen zu lassen

    Danke

    #892134

    Hey MKDesign77,

    Can you post a link to your site? so we can take a look at your footer and copyright section and try to give you a css code that should help.

    Best regards,
    Nikko

    #892135

    Hey MKDesign77,

    Can you post a link to your site? so we can take a look at your footer and copyright section and try to give you a css code that should help.

    Best regards,
    Nikko

    #892214

    Hello Thank you

    also i want to have an line before footer at the footer

    at the moment there is

    Content
    Footer1 | Footer 2 | Footer3

    And i would have

    Content
    Footerrow
    Footer1 | Footer 2 | Footer3

    thanks

    #892328

    Hi,
    I see you have
    Content
    Footer1 | Footer 2 | Footer3

    but I’m unsure what you mean by adding a footerrow, can you please explain how this would look or perhaps a mockup to demonstrate.

    Best regards,
    Mike

    #893499

    Yes, but i want

    Content
    “NEW Widget Arear”
    Footer | Footer | Footer

    #893503

    Hi,
    Please go to Appearance > Widgets and create a new widget area and then go to Appearance > Editor and edit functions.php file and add following code

    add_action('ava_before_footer','avia_above_footer');
    function avia_above_footer(){
    dynamic_sidebar( 'abovefooter' );
    }

    replace “abovefooter” with the name of your newly created widget area

    Best regards,
    Mike

    #893512

    Thanks

    i have take same name “abovefooter”

    must i make also CSS for that ?

    Because i have all done, but i dont see it

    • This reply was modified 6 years, 10 months ago by MKDesign77.
    #893923

    Hi,
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Mike

    #894093

    The Plgin, donr work:

    “Das Plugin kann nicht aktiviert werden, da es einen fatalen Fehler erzeugt.”

    So i send the manual login

    thank you for help

    #894126

    Hi,
    I found that your function had “//” in front of the first part of it, making it not work. I removed it and your widget is now working. Please check.

    Best regards,
    Mike

    #894186

    oh, sorry…. embarrassing

    thanks for help

    #894219

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Menu in der copyright zeile’ is closed to new replies.