Forum Replies Created

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter Kassandra_P

    (@kassandra_p)

    A quick follow up: I realized while posting a new question here that the php for my social links will have to be a bit more complicated than I first considered, because I do not want the separator | to be a link, but it needs to be “grouped” with the link to the right, so that if one field isn’t filled in, I won’t end up with extra separators hanging around: Twitter | |

    I’ve been doing some research and it looks like to get the URL imported from the custom field to display as a pretty link, I’ll need this:

    <?php echo “View“; ?>

    Only modified somehow so that the $url instead imports the mla field. I have no idea how to include the separator in this without making it part of the url though. I realize this is getting outside the scope of your plugin, but any help will be appreciated as I don’t even know what php terms to use to Google what I’m looking for! Thanks!

    Thread Starter Kassandra_P

    (@kassandra_p)

    Here’s the code if it’s any help…
    The same has been posted into style.ie6.css and style.ie7.css.

    /* begin Header */
    
    div.art-Header
    <?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
    {
    	margin: 0 auto;
    	position: relative;
    	z-index:0;
    	width: 850px;
    	height: 325px;
    }
    
    /* end Header */
    
    /* begin Audioplayer */
    
    div.art-Audioplayer
    {
            position:relative;
    	z-index: -1;
    	top: -12px;
    	height: 12px;
    }
    
    /* end Audioplayer*/
    
    /* begin Logo */
    .art-Logo
    {
    	display : block;
    	position: absolute;
    	left: 11px;
    	top: 45px;
    	width: 829px;
    }
    
    h1.art-Logo-name
    {
    	display: none;
    	text-align: center;
    }
    
    h1.art-Logo-name, h1.art-Logo-name a, h1.art-Logo-name a:link, h1.art-Logo-name a:visited, h1.art-Logo-name a:hover
    {
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    	padding:0;
    	margin:0;
    	color: #1B517E !important;
    }
    
    .art-Logo-text
    {
    	display: none;
    	text-align: center;
    }
    
    .art-Logo-text, .art-Logo-text a
    {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    	padding:0;
    	margin:0;
    	color: #3D3E3E !important;
    }
    /* end Logo */
    
    /* begin Menu */
    Thread Starter Kassandra_P

    (@kassandra_p)

    Hi, this issue has been resolved for us… unfortunately it wasn’t me who figured it out so I can’t really explain exactly what we did. Sorry od3rus.

    But basically they didn’t find a way to remove the extra paragraphs above and below the media player, they just played with the CSS positioning so that what we have above and below the media player was positioned overlapping (and hiding) the spaces. I think they also added these changes to the IE stylesheets so it works in IE as well (although movement is now a bit shaky in Firefox).

    Hope someone else works out a better solution…

Viewing 3 replies - 16 through 18 (of 18 total)