Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1333308
    brandonbey12
    Participant

    I have tried code from other threads and I cannot seem to get the logo to appear in the top bar.

    I have made the topbar taller.

    soberlifefoundation.com

    #1333432
    Christopher
    Moderator

    Hi there,

    To add logo, please insert this code :

    <a href="http://soberlifefoundation.com/"><img src="http://soberlifefoundation.com/wp-content/uploads/2017/01/sunrise_2.png"></a>

    Currently topbar color is white, to change it, add following code in Customize -> Custom -> Global CSS :

    html body .x-topbar .p-info, html body .x-social-global a {
        color: red;
    }

    Hope it helps.

    #1333509
    brandonbey12
    Participant

    Unfortunately I get no results which is weird to me?

    I placed the code in the topbar content box. I even did a test and typed a non code text in there and that did not register on the page either.

    Hope you can help?

    #1333565
    Joao
    Moderator

    Hi There,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks

    Joao

    #1333620
    brandonbey12
    Participant
    This reply has been marked as private.
    #1333691
    Rupok
    Member

    Hi there,

    Thanks for the credentials. Kind;y use the code within your Child Theme’s CSS :

    html body .x-topbar .p-info, html body .x-social-global a {
      color: #333!important;
    }

    Looks like your Customzier’s code is not outputting. Which PHP version you are using?

    #1333744
    brandonbey12
    Participant

    I am not sure what you mean by PHP version?

    #1333795
    Darshana
    Moderator

    Hi there,

    Your custom CSS had some errors and that is why it didn’t work newly added CSS rules. I have resolved it for you and now it should render properly.

    Thanks!

    #1333844
    brandonbey12
    Participant

    So where do I go from here. I want the logo in the topbar. But I am unable to recognize any changes that I make

    #1334161
    Friech
    Moderator

    Hi There,

    The issue is the customizer does not save the changes we made, and somehow it replace the spaces in custom CSS with “n”. I see you have an old version of PHP (v5.3.29) and MYSQL (v5.5.52), please update your PHP and MYSQL to version 5.6 as per WordPress Requirements.

    Please contact your hosting support to assist you with this.

    You can see this versions under Dashboard > WP-ServerInfo.

    Let us know how it goes.

    Cheers!

    #1336098
    brandonbey12
    Participant

    Ok, we got everything updated. Thank you very much!

    Now, how do the following.

    1. Resize image/logo and designate placement.
    2. add phone number clickable on mobile and designate its placement

    Thank you very much

    #1336234
    Rupok
    Member

    Hi there,

    Thanks for writing back. Would you please clarify ho do you want to place and resize them? To make the phone number clickable, you need to add the phone number like this :

    <a href="tel:1-562-867-5309">1-562-867-5309</a>

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1333308 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>