Tagged: x
-
AuthorPosts
-
February 19, 2017 at 10:17 am #1377140
ravikuppusamyParticipantHi 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
February 19, 2017 at 10:31 am #1377153
RupokMemberHi 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!
February 21, 2017 at 2:01 am #1379410
ravikuppusamyParticipantThanks 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”>

</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,
February 21, 2017 at 2:07 am #1379417
ravikuppusamyParticipantMy apoligize for not commenting the code in the previous post. here the code with comments
function add_logo2(){ ?>
<div class=”custom-text right pas”>
<!–

</div>
–>
<?php }
add_action(‘x_after_view_global__brand’, ‘add_logo2’);February 21, 2017 at 2:11 am #1379423
ravikuppusamyParticipantThis reply has been marked as private.February 21, 2017 at 3:46 am #1379497
ThaiModeratorHi 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 credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
February 22, 2017 at 1:31 am #1380956
ravikuppusamyParticipantHi 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
February 22, 2017 at 4:24 am #1381111
ChristopherModeratorHi 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1377140 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
