Osclass forums
Support forums => Themes => Modern => Topic started 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
-
Edit header.php in folder <root>/oc-content/themes/modern/
Find :
<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 :
<div class="container">
<!-- header -->
<div id="header">
<a href="<?php echo osc_base_url(); ?>"><?php echo logo_header(); ?></a>
<div id="user_menu">
-
<a href="<?php echo osc_base_url(); ?>"><?php echo logo_header(); ?></a>
-
Thanks so much! :)
-
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 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
-
Hi @michinom,
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]