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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 1 month 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 1 month 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 1 month 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 1 month ago - 10 years 1 month 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 1 month 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 1 month 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 1 month ago - 10 years 1 month 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 1 month 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 1 month 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 1 month 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