[COLOR=#FF1493]Hi, im currently trying to install a mod. When i get to the installation of a menu and pop notification…[/COLOR]
[code]> To install JGrowl Notification, edit your index.php and place the following line within body:
<?php $_GET['site']=='sc_cupinstant' ? '' : include("sc_cupinstant.php"); ?>
-> To install any of the following, edit index.php and place the following code(s):
-- display latest matches (including cup navigation)
<?php include("sc_cupmatches"); ?>
-- display cup navigation only
<?php include("cup_navigation.php"); ?>[/code]
If i add any of those to index.php the theme is unaligned and everything looks bad. Can you please tell me why or help me?
(Fixed) | - [php]config.php “Custom Style” padding:4; to :0; [/php]
I need help now with another problem.
when i add [php]?php include(“cup_navigation.php”); ?[/php]
to [COLOR=#FF4500]index.php[/COLOR] im not adding
the problem is when i add that. i get this weird css issue. please help ill leave it bugged out so u can visit site and see. It the cup navigation at the top of the page. It wants to grab the
[php]Background: img [/php] for [php]id=menu[/php].
the site is http://cybro.net/
I am willing to pay experienced users to help me modify my site and get everything working. money is not an issue!!!
I know the problem is in the css of the site, the “Theme” has a master stylesheet that overrides anything u add, and forces it to use its variables.
By editing the [php]overflow:hidden;[/php] in index.css Changing from hidden to visible, so the overflow of the drop down menu is not hidden once it leaves the boundary of said objects defined in the .css fixed the missing menu.
The problem exist where the menu instead of just being its little self, wants to grab an img and make it self have like a border… please help, i just want the tiny menu, not the green rectangle bar behind it… TYVM!
im messing with
[php]background-image: url(…/images/kg/menu.png);[/php]
i replaced it with login.png and it looks ok and i remove a fire_coverage.png that looked out of place.
i also removed the images/cup/icons/next.gif from cup_navigation.php because it was aligned all weird.
I tinkered some more, and instead of removing images i edited the main menu bar (same one that attaches itself to “Cup Navigation” Drop down menu) and make it a transparent image, that took care of the problem a little more better.
What i want is to create a special little thing to give my menu its own properties not copied from the main _Stylesheet or css where ever it is, ive read every file in the theme and im still lost, im kinda new at this stuff.
… so is there anyway to change
[COLOR=#FFA500]#menu [/COLOR]{
margin-left:0px;
margin-top:0px;
width:941px;
height:59px;
margin-bottom:0px;
float:left;
display:inline;
[COLOR=#FFA500]background-image: url(…/images/kg/login.png);[/COLOR]
overflow:visible;
[COLOR=#FFA500]word-spacing: 18px;[/COLOR]
text-align:center;
padding-top:11px;
background-repeat:no-repeat;
}
[COLOR=#FF0000]but edit it to make my own rule like [/COLOR]
[COLOR=#FFA500]#cupnavi[/COLOR] {
margin-left:0px;
margin-top:0px;
width:941px;
height:59px;
margin-bottom:0px;
float:left;
display:inline;
[COLOR=#FFA500]background-image: none;[/COLOR]
overflow:visible;
[COLOR=#FFA500]word-spacing: 2px;[/COLOR]
text-align:center;
padding-top:11px;
background-repeat:no-repeat;
}
??
[/ALIGN]