-
Author
-
September 29, 2015 at 11:59 #79831EllengloParticipant
Hi,
I would like to show the social media icons instead in the top bar in the socket area, is that possible?
Thank you,
ElenaSeptember 29, 2015 at 14:26 #79844sharmstrModeratorCopy /kleo/page-parts/socket.php to your child theme and add the following under the do_shortcode line
COPY CODE<?php echo kleo_get_social_profiles(); ?>
And put this in your quick css
COPY CODE#socket li { display: inline !important; } #socket .ts-text { display: none; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 5, 2015 at 21:25 #80994EllengloParticipantThank you for your answer. I did everything as you say and it didn’t work
October 6, 2015 at 00:53 #81025sharmstrModeratorAre you running the child theme? Did you keep the same directory structure?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 6, 2015 at 11:37 #81078EllengloParticipantThey appear now, but not in the same line as the text. They are down in the left corner, in a different line than the text which is not very esthetic…
October 6, 2015 at 11:40 #81082sharmstrModeratorPlease provide a link
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 6, 2015 at 12:16 #81087sharmstrModeratorYou cant have them on the same line if you add text to the socket section in theme options since that will add paragraph tags around it. You can try removing it from theme options and adding it directly to the socket.php page.
COPY CODE<?php echo "El mundo a través de un visor ©2015 · Diseño y desarrollo GlopDesign · Política de privacidad · Aviso legal" . kleo_get_social_profiles(); ?>
Then add this to your quick css
COPY CODE#socket ul { display: inline !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 6, 2015 at 13:07 #81096EllengloParticipantThank you for your time. I found a solution myself to make it work.
January 24, 2016 at 20:32 #100216jdgocobachiParticipantHello Sharmstr,
I’m trying to add the social media to socket area. I followed the instructions above but still can’t get the social icon to show in the socket area.
Do I add the socket.php function inside the functions files? or do I add it as a separate independent php file?
I’m working with the child theme.Thanks in advance for your help,
Jorge
January 25, 2016 at 16:12 #100352sharmstrModeratorYou copy it to /kleo-child/page-parts/socket.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.