• Cyb3

    (@marcuscvjeticanin)


    Hello,

    I’m not sure if this is the right category for post this issue. Anyway. I’ve got this problem with a global content on my multisite using the WPMS Global Content plugin. I’m not sure if the problem is it’s plugin its self but i’ll hope i will explain this as good as i can.

    The major issue is i want my global content fixed so if i scroll down it will hang along with me on the website/blog.

    The code i’m using in the admin area in the WPMS Global Content page settings is:

    <div id="blogheader-fixed">
    
    	<div id="blogheader-wrapper">
        	<div id="blogheader">
            	<center><iframe scrolling="no" frameborder="0" style="width: 1020px; height: 40px; border: medium none;" allowtransparency="true" marginheight="0" marginwidth="0" src=							"http://vionno.com/blogheader.php?count=6&width=1024&height=40&r=13785.79780670408"></iframe></center>
    		</div>
            <div class="clear"></div>
    	</div>
    </div>

    You can see it more clearly on this screenshot: http://static.vionno.com/images/screen.jpg

    CSS code you will find here: http://static.vionno.com/css/blogheader.css

    And the code for the header itself: http://vionno.com/blogheader.php

    You can see what i have done here: http://vionno.com/marcus

    And i have illustrated what i want to achieve here: http://static.vionno.com/images/screen2.jpg

    I’ve change the style.css in the WPMS Global Content with the information regarding “blogheader-wrapper”, “blogheader”, “blogheader-fixed” etc. But i can’t get this fixed. I think i have make my self confused over this. I’ll hope this wasn’t to confusing for me it is!

    This is the code for the style.css in the plugin:

    .blogheader-fixed {
    	position:fixed;
    	top:0px;
    	margin:auto;
    	z-index:100000;
    }
    .blogheader-fixed .blogheader-wrapper {
    	background:#000 center 0 no-repeat;
    	height:38px;
    	opacity:0.6;
    }

    What do i have to do to solve this? I’ve have not so much skill on building in php or css.

    Thank you!

  • The topic ‘WPMS Global Content’ is closed to new replies.