- Posts: 18
COMMUNITY FORUM
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
-
Topic Author
- Offline
- New Member
Thanks a lot in advance!
Kostas
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
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
-
Topic Author
- Offline
- New Member
- Posts: 18
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
-
- Offline
- Platinum Member
- Posts: 15920
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
-
Topic Author
- Offline
- New Member
- Posts: 18
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
-
Topic Author
- Offline
- New Member
- Posts: 18
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
. sidebar .banneritem { margin-bottom: 50px; }
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
-
- Offline
- Platinum Member
- Posts: 15920
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
-
Topic Author
- Offline
- New Member
- Posts: 18
Please Log in or Create an account to join the conversation.
- focus stuff
-
Topic Author
- Offline
- New Member
- Posts: 18
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
<!-- 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
-
Topic Author
- Offline
- New Member
- Posts: 18
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
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
-
Topic Author
- Offline
- New Member
- Posts: 18
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
-
Topic Author
- Offline
- New Member
- Posts: 18
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
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
-
Topic Author
- Offline
- New Member
- Posts: 18
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
-
- Offline
- Platinum Member
- Posts: 15920
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
-
Topic Author
- Offline
- New Member
- Posts: 18
Please Log in or Create an account to join the conversation.
- focus stuff
-
Topic Author
- Offline
- New Member
- Posts: 18
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.