1. ponzano
  2. Commercial Templates
  3. Saturday, 23 March 2013
  4.  Subscribe via email
Hello,
I've bought a commercial version of the oxygen template... was wondering if it's possible ho have a logo and the Text on the right ...
I've tried but if I put the logo I don't see the text anymore...

another question it's possible to add an hover effect on the menu items?
Thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Paolo

Are you using a text or image based logo (Set within your templates parameters)?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
hello,
I wish to use both..... can you please provide me a version of the header.php that permits to use both
Thanks
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Paolo

To align both your text and image based logo to the right try adding the following to the Custom CSS field of your templates parameters..


[code type=css]#logo {right: 0;}
h1.logo-text, p.site-slogan {text-align: right;}
h1.logo-text a, p.site-slogan {left:0;}[/code]

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello,
your suggestion doesn't work.... for now I've used this simple tweak but I don't like it a lot

<!--
<div id="logo">
<div class="logo_container">
<?php if($this->params->get('logoImage') == '1') : ?>
<h1 class="logo"> <a href="index.php" title="<?php echo $siteName; ?>"><span>
<?php echo $siteName; ?>
</span></a> </h1>
<?php else : ?>

<h1 class="logo-text"> <a href="index.php" title="<?php echo $this->params->get('siteName'); ?>"><span>
<?php echo $this->params->get('logoText'); ?>
</span></a> </h1>
<p class="site-slogan"><?php echo $this->params->get('sloganText'); ?></p>
<?php endif; ?>
</div>
</div>-->

<div id="logo">
<div class="logo_container" >
<div style="width:50%;float:left;">
<h1 class="logo"> <a href="index.php" title="<?php echo $siteName; ?>"><span>
<?php echo $siteName; ?>
</span></a> </h1>
</div>

is there any better way?

What about my other question...the hover on menu items?

Thanks

p.s. can I increase the Large font size? Thanks
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Paulo

Would you have a URL to an example of your template with the above CSS added (remove any inline styling added)?

To edit the hover state of your top menu items try adding the following to your Custom CSS field...


[code type=css]#hornav ul a:hover, #hornav ul ul a:hover {color:#4D4B7C;}[/code]

WHere #4D4B7C is your new hover color which you can edit to your own taste.

The large font size can be edited in your templates templateDetails.xml..


<option value="14px">Large</option>


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok