Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #708700

    Could some one please take a look at the support topic link below and give me some more detailed instructions on where the code should be placed in the footer.php file and if additional code is needed elsewhere in the theme for this to work? I want to add a telephone number to the
    socket. Thanks. Mike

    https://kriesi.at/support/topic/add-text-to-socket-right-align-separate-from-copyright-but-same-line/

    #708784

    Hey mhiller,

    If you are only looking to add text to the socket then you can fill it into the Copyright field under Enfold->Footer. If that is not what you are looking to do then please try to explain a bit further.

    Best regards,
    Rikard

    #708819

    Thanks Rikard,

    I wanted to put a phone number, to the far right of the copyright notice (on the same line).

    Mike

    #708908

    Hi,

    Go to footer.php and find this line of code (line 128-132):

    
    if($menu){ 
       echo "<nav class='sub_menu_socket' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">";
       echo $menu;
       echo "</nav>";
    }
    

    Below it kindly add this code:

    echo "<span class=\"footer-phone\">XXX-XXXX</span>";

    Just replace XXX-XXXX with your phone number, then add this code in Quick CSS (located in Enfold > General Styling):

    span.footer-phone {
        float: right;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    #767834

    Sorry, but don´t know where to delete that part.
    Need to delete this part from the socket: …Enfold WordPress Theme by Kriesi

    #767891

    Hi,

    I tried to access your link but there`s this error: http://prntscr.com/epbn9b

    Best regards,
    John Torvik

    #768146

    HI John,
    sorry. try this

    issue footer:
    – would like to delete the “Encode in the copyright”
    – in responsive mobile the columns (2-4) are shifted – have more padding

    general:
    – How can reduce the default column spacing generally?

    thnks in advance!

    #769810

    Hi,

    Please paste this in the Copyright field to remove the backlink:

    [nolink]

    Please try the following in Quick CSS under Enfold->General Styling to remove the left margin on mobile devices:

    @media only screen and (max-width: 767px) {
    div .av_one_fourth {
        margin-left:0 !important;
    }
    }

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.