Osclass forums

Support forums => Themes => Modern => Topic started by: michinom on November 02, 2013, 01:30:16 pm

Title: Modern Logo not clickable
Post by: michinom on November 02, 2013, 01:30:16 pm
Is there a way to make the logo of the modern theme link to the homepage? Right now it is a static image
Title: Re: Modern Logo not clickable
Post by: cofst on November 02, 2013, 05:45:15 pm
Edit header.php in folder <root>/oc-content/themes/modern/

Find :
Code: [Select]
<div class="container">
<!-- header -->
<div id="header">
    <?php echo logo_header(); ?>
    <div id="user_menu">


Add the link between <?php echo logo_header(); ?>, like this :

Code: [Select]
<div class="container">
<!-- header -->
<div id="header">
    <a href="<?php echo osc_base_url(); ?>"><?php echo logo_header(); ?></a>
    <div id="user_menu">
Title: Re: Modern Logo not clickable
Post by: BC-TEAM on November 02, 2013, 05:54:25 pm
Code: [Select]
<a href="<?php echo osc_base_url(); ?>"><?php echo logo_header(); ?></a>
Title: Re: Modern Logo not clickable
Post by: michinom on November 03, 2013, 05:46:54 pm
Thanks so much! :)
Title: Re: Modern Logo not clickable
Post by: garciademarina on November 06, 2013, 07:15:11 pm
Hi mochinom,

If you are using the latest version of Modern theme (3.0.2) it's already fixed.

You can update it from oc-admin -> Market -> Themes

Regards
Title: Re: Modern Logo not clickable
Post by: michinom on November 07, 2013, 01:31:44 am
Hi mochinom,

If you are using the latest version of Modern theme (3.0.2) it's already fixed.

You can update it from oc-admin -> Market -> Themes

Regards

Hi garciademarina,

Thank you!, But will updating the theme overwrite any changes I have made to the code? I have edited many lines of code and also the stylesheet, so I would probably lose those right?

What updates were made to modern other than the logo?

Many thanks
Title: Re: Modern Logo not clickable
Post by: garciademarina on November 07, 2013, 11:28:18 am
Hi @michinom,

Quote
But will updating the theme overwrite any changes I have made to the code?

Yes you will lose any change made.

Basically I added the functionality to attach files to the contact seller form. There is the option to enable it from admin panel -> Listings -> Settings, [Allow attached files in contact publisher form]