Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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
    Silvi

    #1258363

    Hi 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,
    Yigit

    #1258545

    Hi 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

    #1258604

    Hi 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,
    Yigit

    #1271855

    Hello 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

    #1273058

    Hi Sylvie,

    You mean you need different social icons on different pages in the footer?

    Best regards,
    Victoria

    #1273384

    Hi Victoria,

    Yes please

    Best regards
    Sylvie

    #1273470

    Hi 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,
    Victoria

    #1273602

    Hello Victoria,

    I already added all my social network profiles as I explained in my last message (#1271855).
    Could you please help ?
    Thanks
    Best regards
    Sylvie

    #1273621

    Hi 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,
    Yigit

    #1273622
    This reply has been marked as private.
    #1273624

    Hi 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,
    Yigit

    #1274035

    Hello Yigit,

    It works perfectly !
    Thank you very much
    Best regards

    Sylvie

    #1274040

    Hi,

    You are welcome, Sylvie!
    Let us know if you have any other questions or issues and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘How to set up different social network on my pages’ is closed to new replies.