Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Logo positioning

  • focus stuff
  • focus stuff's Avatar Topic Author
  • Offline
  • New Member
More
10 years 6 months ago - 10 years 6 months ago #139625 by focus stuff
Logo positioning was created by focus stuff
Oh hai team! I would like to know how i can move the logo in the menu area - or elswere - so i could use the bg gap between menu and player for a big clickable ad background. It doesn't sound right to me plus i've no idea how to do it, but thats the way to go i'm afraid. I got more questions but thats my main issue at the moment.

Thanks a lot in advance!
Kostas

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 6 months ago #139626 by Krikor Boghossian
Replied by Krikor Boghossian on topic Logo positioning / Background interactivity
Hello Kostas and welcome to Nuevvo,

Do you want to incorporate a 728x90 ad then?
This can be via a new module position in your index.php and giving the logo a "left" class.

You can send us credentials via the contact form nuevvo.com/contact so we can assist you with the coding.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • focus stuff
  • focus stuff's Avatar Topic Author
  • Offline
  • New Member
More
10 years 6 months ago - 10 years 6 months ago #139627 by focus stuff
Replied by focus stuff on topic Logo positioning / Background interactivity
Sweet! I just sent you the site via tech support mailform so you can haz a look. A new banner category + a new position would do me thinks. However I would prefer to incorporate a way smaller logo in the menu bar, instead in the position it is now but with smaller size/padding. Logo in menu bar, and ad in a new position - about where the default logo position.

PS. How about actual bg interactivity? Like using the bg image as a link.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 6 months ago #139628 by Krikor Boghossian
Replied by Krikor Boghossian on topic Logo positioning / Background interactivity
That would require a new module area and some custom styling and coding.

You would have to perform a custom check to see if that module position exists and is published and echo a custom div with either a link or a DFP tag.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • focus stuff
  • focus stuff's Avatar Topic Author
  • Offline
  • New Member
More
10 years 6 months ago - 10 years 6 months ago #139629 by focus stuff
Replied by focus stuff on topic Logo positioning / Background interactivity
I see. I'm afraid i lack those skills in order to customize the background, so if it's like a big time customization and you can't assist me with it, could you please help me with the new module position instead in order to move the logo on the left side - and keep the current logo position as an extra banner place? Cheers : )

ps. I sent my credentials via the customer support form. You have my permission to login and do your magic - in case you was waiting for it! :p

Please Log in or Create an account to join the conversation.

  • focus stuff
  • focus stuff's Avatar Topic Author
  • Offline
  • New Member
More
10 years 6 months ago #139630 by focus stuff
Replied by focus stuff on topic Logo positioning / Background interactivity
Good evening again, If you take a look in the website i sent you you will notice in the radiowave_right position two module banners (from a single module with count=2). I would like to know how to add some padding to seperate them so they won't look as one. Thanks again in advance : )

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 6 months ago #139631 by Krikor Boghossian
Replied by Krikor Boghossian on topic Logo positioning / Background interactivity
I got the credentials, and the logo/ banner customisation is on its way.
. sidebar .banneritem { margin-bottom: 50px; }
Paste this snippet in your custom.css for the extra padding.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 6 months ago #139632 by Krikor Boghossian
Replied by Krikor Boghossian on topic Logo positioning / Background interactivity
Since you are not using the main menu you can publish that banner in the radiowave_Leaderboard position.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • focus stuff
  • focus stuff's Avatar Topic Author
  • Offline
  • New Member
More
10 years 6 months ago #139633 by focus stuff
Replied by focus stuff on topic Logo positioning / Background interactivity
Thanks for your reply. I just noticed the main menu module, which when i activated, the logo positioning moved to the left, I'm ok with that positioning if we can make the padding even. However, i don't want the social icons to be duplicated in both the grey menu bar AND below it. Any suggestions about it? Also, i cannot find the radiowave_leaderboard position you mentioned. Maybe it has a different name or ?

Please Log in or Create an account to join the conversation.

  • focus stuff
  • focus stuff's Avatar Topic Author
  • Offline
  • New Member
More
10 years 6 months ago #139634 by focus stuff
Replied by focus stuff on topic Logo positioning / Background interactivity
More questions! I duplicated the menu bar having 2x menus in horizontal menu. One with the page's navigation and the second with external links. Could you please give me more suffixes to change its color to a darker plus to change its height to approx half? Also if it could go full width combined with the halved height that would be ace!!! Also a fix for the duplicated social links? Sorry for the burst messaging but i'm a graphic designer and not really keen with those kind of customization, so i really need your help! : )

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 6 months ago #139635 by Krikor Boghossian
Replied by Krikor Boghossian on topic Logo positioning / Background interactivity
Around line 94 in your index.php you will find this block.
<!-- Social -->
          <?php if(count($social)): ?>
          <div class="right socialMenu hide-for-small">
          <ul>
            <?php foreach($social as $provider): ?>
            <li>
              <a class="linkIs-<?php echo $provider->class; ?>" target="_blank" href="<?php echo $provider->url; ?>">
                <span><?php echo $provider->name; ?></span>
              </a>
            </li>
            <?php endforeach; ?>
          </ul>
          </div>
          <?php endif; ?>

You need to remove it.

As for the menu, you can have either the menu (off canvas ) or the horizontal menu. Having both will cause your site not to function properly.

In the field where you select the module position you can also manually type a position.
Typing radiowave_leaderboard will work.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • focus stuff
  • focus stuff's Avatar Topic Author
  • Offline
  • New Member
More
10 years 6 months ago #139636 by focus stuff
Replied by focus stuff on topic Logo positioning / Background interactivity
Thanks a lot my man!!! I'll get back to you if i encounter any other issues, you saved me a lot of time for now! : ) Have a very good day anyhoo!

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 6 months ago #139637 by Krikor Boghossian
Replied by Krikor Boghossian on topic Logo positioning / Background interactivity
You 're welcome mate :)

Anything you need just ask.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • focus stuff
  • focus stuff's Avatar Topic Author
  • Offline
  • New Member
More
10 years 6 months ago - 10 years 6 months ago #139638 by focus stuff
Replied by focus stuff on topic Logo positioning / Background interactivity
So if i understood right, using both positions (RadioWave_HorizontalMenu and RadioWave_Menu) will cause the site to misbehave ?

Edit: Hell yea it will cause the site to misbehave. After some buggy play resizing the site I figured out how I underestimated your statement - it looks ok in a maximized window, so i thought i would leave it like that.... but meh...


Any ideas to reproduce the following without screwing around?
- a horizontal menu with the site navigation
- another horizontal menu-like bar, with external links, just above the site navigation menu (smaller height, 100% width)
- replace the default logo position on the left, so i can use the radiowave_leaderboard position as well (which i can't get to work anymore, it doesnt show anywhere when i publish it, however it did before i edited the index.php)
* I'll replace the index with the original, hopefully it will be solved, and my biggest concern will be how to move the logo on the left, otherwise, i just generated a brand new problem :p

Please Log in or Create an account to join the conversation.

  • focus stuff
  • focus stuff's Avatar Topic Author
  • Offline
  • New Member
More
10 years 6 months ago #139639 by focus stuff
Replied by focus stuff on topic Logo positioning / Background interactivity
I-feel-so-dumb update. After I uploaded the edited index.php file my site just broke, displaying only "Restricted access" when i can still access the /administrator site... The file update obviously caused this (!?) but why?

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 6 months ago #139640 by Krikor Boghossian
Replied by Krikor Boghossian on topic Logo positioning / Background interactivity
Hello,

I can see you are using already a horizontal navigation.
This has to be a new position, above the already present menu.

Please enable the Leaderboard position so I can see it live.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • focus stuff
  • focus stuff's Avatar Topic Author
  • Offline
  • New Member
More
10 years 6 months ago - 10 years 6 months ago #139641 by focus stuff
Replied by focus stuff on topic Logo positioning / Background interactivity
The banner module in the leaderboard position is/was already enabled - just not visible....

Please, PLEASE, do your best to assist me with the new positioning or whatever it takes - if its still under your responsibility. A menu bar with ext url / not page navigation ( like in this site www.focuswebtv.gr/ ) is what im looking for.

Also what about the logo top/bot padding? Where is that parameter located?

Please my man, those new requirements for the site have completely fkd up my workflow as im not a developer and im really struggling to modify any css as i cant locate what im looking for. As for the new position, i will need your assistance with that too...

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 6 months ago #139642 by Krikor Boghossian
Replied by Krikor Boghossian on topic Logo positioning / Background interactivity
The leaderboard is not working because you removed the code I added.

Have you kept any backups?

I understand your frustration but please do not remove any code I gave you.

Also the top padding has to be added from you in your custom.css.

You need to add a module suffix to your secondary menu eg. smallerMenu and change the look and feel of your menu.

Example
.smallerMenu ul.menu li a {
height: auto;
line-height: 1;
padding: 10px 0;
}

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • focus stuff
  • focus stuff's Avatar Topic Author
  • Offline
  • New Member
More
10 years 6 months ago #139643 by focus stuff
Replied by focus stuff on topic Logo positioning / Background interactivity
Oh noes! I didn't realize you added any code, so i obviously deleted it accidentally. May I ask where did you add it? I've changed/overwritten my index and some css a couple times. Did you add it in template parameters: code? I'm afraid you gonna have to provide the code again as I haven't kept any backups... Thanks for the second menu code example! :)

Please Log in or Create an account to join the conversation.

  • focus stuff
  • focus stuff's Avatar Topic Author
  • Offline
  • New Member
More
10 years 6 months ago #139644 by focus stuff
Replied by focus stuff on topic Logo positioning / Background interactivity
No luck with the suffix code you provided, yet. I hope i will fix this one myself. However my main issue remains. I need to move the logo on the left so i can use the leaderboard position (which i hope you will fix again <3). As for the logo padding or the secondary menu bar customization, those are clearly cosmetic upgrades which we will fix hopefully. The logo and banner issues are really urgent so please do your best. I promise i won't trouble you again after we solve those! :P
Have a very good night

PS. If you do add any code or anything, please be specific with what and where you added it so i know

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum