-
AuthorPosts
-
January 19, 2016 at 10:15 pm #568174
How do you simply add text on the right hand side of the socket, Ive seen some previous posts and cannot get them to work. I still want the copyright text on the left.
Also, if I add extra spaces within the copyright line (Left side of socket) they are ignored and just one space is used.
Many thanks
Chris
January 19, 2016 at 11:59 pm #568247Hi chris16471!
not sure what you mean. Can you send us precise link showing the elements in question please?
Best regards,
AndyJanuary 20, 2016 at 11:36 am #568524Hi,
The bottom of the website where © Copyright – Kriesi.at is located in the left part of the socket. I need to enter some text of the right side of the socket on the same line as the copyright.
January 21, 2016 at 3:21 am #569096Hey!
Are you using Footer menu? If not, please go to Appearance > Menus and add a new custom link with “#” as URL and enter your text as navigation label and then check “Enfold footer menu” under Menu settings. Then click “Screen options” on the top right corner and check “CSS classes” and then give your footer menu (custom text) a custom class (‘your-custom-class’ for example) then please add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class { pointer-events: none !important; }
Best regards,
YigitJanuary 21, 2016 at 11:48 am #569323Brilliant!
That worked, thanks.
Two more things!
I did something to the footer.php file and I can see the dark text right at the bottom of the socket. How can I remove that?
Can I reduce the text size and main footer area size (Padding is it?) in the footer where the widgets are?Thanks again
Chris.
January 21, 2016 at 11:51 am #569326And another thing!!
with your reply #569096
With the text on the right hand side in the socket, I would like to put in several spaces like: T: 01202 123456 E: I (Email address hidden if logged out)
But it only show one space like: T: 01202 123456 E: I (Email address hidden if logged out)
Any ides?
I’ve just edited this request, it looks like your support window doesn’t show several spaces either! If you login to my page via the previous support request credentials, you can see what I’m trying to do. (Thanks)
Thanks
Chris
- This reply was modified 8 years, 10 months ago by chris16471.
January 21, 2016 at 5:12 pm #569490Hey!
1- I removed following from footer.php
echo "<div class='sub_menu_socket'>"; $args = array('theme_location'=>'avia3', 'fallback_cb' => '', 'depth'=>1); wp_nav_menu($args); ?> Add your new div and text here. This line isn't in the footer so just add it <?php echo "</div>";
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer .widget { margin: 10px 0; } #footer { padding: 0; }
3- You can use HTML in navigation label. Please try wrapping your text in span tag with custom class as following
<span class="socket-phone">T: 01202 123456</span> <span class="socket-mail">E: I (Email address hidden if logged out) </span>
then you can add following code to Quick CSS
.socket-phone { margin-rigth: 10px; }
Best regards,
YigitJanuary 21, 2016 at 7:32 pm #569570Thats great, thanks
I just don’t understand what you mean on the 3rd item.
you can use HTML in navigation label. Please try wrapping your text in span tag with custom class as following
??
January 25, 2016 at 5:09 am #571070 -
AuthorPosts
- You must be logged in to reply to this topic.