-
AuthorPosts
-
November 4, 2020 at 5:06 pm #1258338
Hello,
I have a website with 3 top menus with 3 differents logos (as my company as 2 subcompanies = 3 logos).
I have the documentation to do that, perfect.But my company also have different social network (3 Facebook pages, 3 Linkedin pages, etc.), so I would like to set up 3 different social network links for my pages (in the header and in the footer), how can I do that?
Thanks for your help
Best regards
SilviNovember 4, 2020 at 5:50 pm #1258363Hi Silvi,
I think the simplest way would be hiding them by using page ID.
I would suggest to add all icons in Enfold theme options > Social Profiles then hide them using CSS.If you need assistance, please add all icons in Enfold theme options and then share pages and let us know which icons you would like to hide :)
Best regards,
YigitNovember 5, 2020 at 10:16 am #1258545Hi Yigit,
Thank you for your answer. I was thinking I could add them manually in an html widget.
Is there a way to have different footer for the pages ?Best regards
Silvi
November 5, 2020 at 2:02 pm #1258604Hi Silvi,
Out of the box no but you can use this plugin – https://wordpress.org/plugins/widget-logic/ to add conditions to widget areas :)
Best regards,
YigitJanuary 12, 2021 at 12:18 pm #1271855Hello Yigit,
I have added all the icons in Enfold theme options.
To start I would like to show the first and second social media icon in the list on :Then I will need the third and fourth on a page which is not created yet, could you please explain how to do ?
Actually, I need on each page either the 1st and 2nd, either the 3rd and 4th.Hope I am clear enough.
For my footer, I will try widget-logic right now and let you know if I have an issue on another thread.
Kind regards
Sylvie
January 17, 2021 at 3:01 pm #1273058Hi Sylvie,
You mean you need different social icons on different pages in the footer?
Best regards,
VictoriaJanuary 18, 2021 at 5:17 pm #1273384Hi Victoria,
Yes please
Best regards
SylvieJanuary 18, 2021 at 8:52 pm #1273470Hi Silvi33,
Well, maybe you can add all profiles that you need in the theme options and we can help you hide the ones that you don’t need to show on certain pages.
Best regards,
VictoriaJanuary 19, 2021 at 9:35 am #1273602Hello Victoria,
I already added all my social network profiles as I explained in my last message (#1271855).
Could you please help ?
Thanks
Best regards
SylvieJanuary 19, 2021 at 10:38 am #1273621Hi Sylvie,
Could you please create temporary admin logins and post them here privately so we can apply the changes for you? Currently your social icons are hidden and we cannot provide you accurate custom CSS code without seeing them. If we have the logins, we can enable them, inspect the elements and add custom CSS code for you and share the code here :)
Best regards,
YigitJanuary 19, 2021 at 10:44 am #1273622This reply has been marked as private.January 19, 2021 at 11:03 am #1273624Hi Sylvie,
Thanks!
I added following code to bottom of Quick CSS field in Enfold theme options > General Styling.html_entry_id_3521 .social_icon_3, .html_entry_id_3521 .social_icon_4 { display: none !important; }
You can simply edit the page and find page ID in url (please see screenshot below) and replace page ID in “html_entry_id_3521” part of the code. So if you would like to hide first 2 icons in page with 5959 ID, your code would look like following
.html_entry_id_5959 .social_icon_1, .html_entry_id_5959 .social_icon_2 { display: none !important; }
Best regards,
YigitJanuary 20, 2021 at 1:21 pm #1274035Hello Yigit,
It works perfectly !
Thank you very much
Best regardsSylvie
January 20, 2021 at 1:31 pm #1274040 -
AuthorPosts
- The topic ‘How to set up different social network on my pages’ is closed to new replies.