Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1377140
    ravikuppusamy
    Participant

    Hi there,

    Firstly, Themeco support team have been very helpful.

    Please guide me on the following request.

    How do I add an additional logo to navbar. Am using Agency demo content with “inline” as layout in the cutomiser to move my current logo to left. the navbar is set to “fixed top”. Thanks in advance.

    Regards

    #1377153
    Rupok
    Member

    Hi there,

    Thanks for writing in! Can you provide your URL and point us where you exactly place your additional logo? A screenshot would be appreciated.

    Cheers!

    #1379410
    ravikuppusamy
    Participant

    Thanks for the qucik response.

    I am sorry you won’t be ablt to access this site as am developing this in my localhost. I have added the additional logo image by adding the following code in functions.php under x-child directory.

    function add_logo2(){ ?>

    <div class=”custom-text right pas”>

    Digitall School
    </div>

    <?php }
    add_action(‘x_after_view_global__brand’, ‘add_logo2’);

    As you could see in the attached the right logo image doesn’t get alinged propoerly and not sure how to make it alinged wrt the overall navbar. I wish I could move both the logo images furher right side and make it as small as left one. Also make it responsive one.

    Regards,

    #1379417
    ravikuppusamy
    Participant

    My apoligize for not commenting the code in the previous post. here the code with comments

    function add_logo2(){ ?>

    <div class=”custom-text right pas”>
    <!–
    Digitall School
    </div>
    –>
    <?php }
    add_action(‘x_after_view_global__brand’, ‘add_logo2’);

    #1379423
    ravikuppusamy
    Participant
    This reply has been marked as private.
    #1379497
    Thai
    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
    – FTP credentials

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

    Thanks.

    #1380956
    ravikuppusamy
    Participant

    Hi Thai,

    As I mentioned earlier, Am developing this site in my local system so I can’t provide the access. Sorry for that. As I requested please suggest the required code and css changes to add additional logo to the rightside. (pls refer to the screenshot). I have added following functions.php to x-child directory with the following additon.

    function add_logo2(){ ?>
    
    <div class=”custom-text right pas”>
    
    <img src='wp-content/uploads/2017/02/400dpiLogo.png' alt="Digitall School" width="200" height="100"></div>
    
    <?php }
    add_action(‘x_after_view_global__brand’, ‘add_logo2’);

    Regards

    #1381111
    Christopher
    Moderator

    Hi there,

    I noticed you’ve used pretty quotes instead of normal quotes, please update your code to :

    function add_logo2(){ ?>
    
    <div class="custom-text right pas">
    
    <img src='wp-content/uploads/2017/02/400dpiLogo.png' alt="Digitall School" width="200" height="100"></div>
    
    <?php }
    add_action('x_after_view_global__brand', 'add_logo2');

    If you need further assist, please upload your site on a staging site so we can take a closer look.

    Hope it helps.

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