Showing company logo on mobile view
« on: July 22, 2018, 03:47:20 PM »
I have follow this step below in order to show company logo on my web mobile view but it still not showing.

/oc-content/themes/veronika/header.php

Find line:
Code: [Select]
        <a class="logo-text is767" href="<?php echo osc_base_url(); ?>"><span><?php echo osc_get_preference('logo_text', 'veronika_theme'); ?></span></a>

Replace:
Code: [Select]
<?php echo osc_get_preference('logo_text', 'veronika_theme'); ?>

With your logo, like:
Code: [Select]
<img src="http://www.mysite.com/mylogo.jpg"/>


Pls help i dont know why it is not showing. I point to url of my logo correctly.
« Last Edit: July 22, 2018, 03:52:42 PM by Metalsunny Reloaded »

*

Locan

  • ****
  • 166 posts
Re: Showing company logo on mobile view
« Reply #1 on: July 22, 2018, 05:10:16 PM »
check css image style width and height

Re: Showing company logo on mobile view
« Reply #2 on: August 13, 2018, 05:23:52 PM »
i noticed i didnt insert the image path correctly before. I rechecked it vividly n my company logo now working. I followed in instruction above and create a small logo n saved it to my root folder and added the image path to it
« Last Edit: August 13, 2018, 05:30:11 PM by Metalsunny Reloaded »