Home Forums Basel support forum Social Media Buttons in the Top Bar

Social Media Buttons in the Top Bar

Viewing 30 posts - 1 through 30 (of 30 total)
  • Author
    Posts
  • #15794

    flintstop
    Participant

    How can I Add social media Icon Buttons in the top Navigation bar? And how can I align the text in the center of top nav bar in the child theme?

    #15797

    Artem Temos
    Keymaster

    Hi,

    You can add [social_buttons] shortcode to the top bar in Theme Settings -> Header -> Top bar. Could you please provide us your website so we can help you with text align?

    Regards

    #15799

    flintstop
    Participant

    It’s under Construction so won’t be able to see the contents. I tried the solution that was mentioned in one of the forums. But it dint work.

    #15800

    Artem Temos
    Keymaster

    Sorry, but we need to see your website live to understand what is wrong.

    #15801

    flintstop
    Participant

    There is nothing wrong. I just want to change the position of Our Contact on the top nav bar. I know I have to use align tag. but I do not know where do I have to change this setting.

    #15802

    Artem Temos
    Keymaster

    Sorry, but we need to see your website to help you. You can’t use HTML tags in the top bar menu.

    #15844

    flintstop
    Participant

    I would like to change the position of social media icons on the top nav bar. I have user [social media] shortcode in the Top Bar Settings and the icons appear on the left in the top Nav bar.

    #15854

    Artem Temos
    Keymaster

    To prepare a CSS fix for your website, we need to see it. See its HTML structure.

    #15869

    flintstop
    Participant

    ok. You have a look at it and help me out with it.

    #15870

    flintstop
    Participant

    Can you also check Contact Us Page on the Main Menu Header? The Map does load up and it says javascript error. And the Text above the Contact form is not visible on the main website whereas it is visible in the Visual Composer page.

    Attachments:
    You must be logged in to view attached files.
    #15874

    Artem Temos
    Keymaster

    So how do you want to position social buttons?
    As for google map, be sure that you have added a Google map api key in Theme Settings -> General.

    Regards

    #15876

    flintstop
    Participant

    I want the Social Button on the right side of the Top Nav Bar. I also want website name in the center of the top nav bar which links back to the home page.

    #15878

    flintstop
    Participant

    I also want to change the color of the top nav bar. Same yellow shade as the Color of logo in my website.

    #15879

    Artem Temos
    Keymaster

    We can set your social buttons to the right, but in this case, the right menu will be hidden. And there is no any additional text area.
    The color you can change in Theme Settings -> Header -> Top bar.

    Regards

    #15882

    flintstop
    Participant

    Yes, that will be great. You can hide the write menu and set the social button on the right. Can I add the Website Name in the text area where the [social button] shortcode is mentioned with some spacing between text and shortcode making the text appear in the center and social button on the right side?

    #15883

    flintstop
    Participant

    I added the Google Map Api in the Theme Settings>General. I also changed the iframe in the visual composer. But the website still show the default Mao of Osla. Please help me out with it.

    #15885

    Artem Temos
    Keymaster

    Here is a code to move social icons to the right. Unfortunately, you can’t place additional texts there.

    .top-bar-right {
    	display: none;
    }
    
    .top-bar-left {
    	text-align: right;
    }

    Did you set google map geolocation coordinates to your own?

    #15898

    flintstop
    Participant

    Yes I have changed it to my location.

    #15899

    flintstop
    Participant

    and where do I have to copy the code to?

    #15900

    Artem Temos
    Keymaster

    Can we log into your admin access and check the location? Copy the code to the Custom CSS field in Theme Settings.

    #15901

    flintstop
    Participant

    Yeah, you can.

    #15902

    flintstop
    Participant

    Can we manage to add space between the red marked thing in the image below? I want the text in the center of top bar.

    Attachments:
    You must be logged in to view attached files.
    #15904

    Artem Temos
    Keymaster

    As we can see, you didn’t set your location coordinates. And it is not required to add visual composer google map inside our own map.

    #15905

    flintstop
    Participant

    The text next to the map which consists of address and contact detail is also not visible on the main website, whereas it is visible in the visual composer page. Can you have a look at that also?

    #15906

    Artem Temos
    Keymaster

    Yes, you already asked this question. It is not visible because the row containing this text is marked as “Disabled” with Visual Composer.

    #15907

    flintstop
    Participant

    how do i enable that row?

    #15908

    flintstop
    Participant

    Thanks for helping me out. I understood what all changes were required and changed it. Now the map is also visible and the text is also visible.

    #15909

    Artem Temos
    Keymaster

    Great, you are welcome!

    #15911

    flintstop
    Participant

    what do you have to say about Reply #15902? Is it possible?

    #15915

    Artem Temos
    Keymaster

    Sorry, try to add the following custom CSS

    .topbar-wrapp .social-icons {
    	margin-left:15px;
    }

Tagged: 

Viewing 30 posts - 1 through 30 (of 30 total)