-
AuthorPosts
-
November 5, 2016 at 3:18 pm #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. MikeNovember 6, 2016 at 7:24 am #708784Hey 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,
RikardNovember 6, 2016 at 10:28 am #708819Thanks Rikard,
I wanted to put a phone number, to the far right of the copyright notice (on the same line).
Mike
November 6, 2016 at 6:37 pm #708908Hi,
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,
NikkoMarch 28, 2017 at 3:47 am #767834Sorry, but don´t know where to delete that part.
Need to delete this part from the socket: …Enfold WordPress Theme by KriesiMarch 28, 2017 at 6:44 am #767891Hi,
I tried to access your link but there`s this error: http://prntscr.com/epbn9b
Best regards,
John TorvikMarch 28, 2017 at 2:11 pm #768146HI John,
sorry. try thisissue footer:
– would like to delete the “Encode in the copyright”
– in responsive mobile the columns (2-4) are shifted – have more paddinggeneral:
– How can reduce the default column spacing generally?thnks in advance!
March 31, 2017 at 9:49 am #769810Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.