Forum Replies Created

Viewing 15 replies - 1 through 15 (of 23 total)
  • Thread Starter avecchioni

    (@avecchioni)

    There must be a simple setting somewhere that “starts” the calendar in motion?

    Thread Starter avecchioni

    (@avecchioni)

    I don’t see it in my page source either, but in my right sidebar, this:
    <li class="widget">
    became this:
    <li class="widhttp://spaghettiboxkids.com/blog/wp-admin/theme-editor.php?file=wp-content/themes/cutline-3-column-split-11/r_sidebar.php&theme=Cutline+3-Column+Split&a=teget">
    around 2/09. I didn’t make the change. Maybe it happened during an upgrade. Right now I’m leaving it as li class=”widhttp… I don’t know that it’s a problem. It just puzzled me to find it when I was trying to solve another problem. If anybody knows what it is, that’d be helpful. Also, a design question–how to decrease excess space after recent posts (without decreasing space after all lists in sidebars).

    Thanks–

    Forum: Fixing WordPress
    In reply to: CSS Help
    Thread Starter avecchioni

    (@avecchioni)

    Got it. Per this post: http://www.barelyfitz.com/projects/csscolor/ I made following changes:

    changed name of imageMenu.css to imageMenu.php
    added this to top of imageMenu.php:
    <?php header(“Content-type: text/css”); ?>
    in header.php, changed the stylesheet references from style.css to style.php
    reinserted php echo code (for rotating images) into imageMenu.php

    Tested in firefox and ie, works fine. Thanks.

    Forum: Fixing WordPress
    In reply to: CSS Help
    Thread Starter avecchioni

    (@avecchioni)

    If this helps– I also uncommented the code to no avail.

    Forum: Fixing WordPress
    In reply to: CSS Help
    Thread Starter avecchioni

    (@avecchioni)

    Thanks for the reply. Doesn’t seem to be working. I removed from css (image menu) file and inserted into header.php. I even took out the php echo portion of the image url to simplify. The code is now:

    <style>
    <!--
    #imageMenu ul li.bk1 a {
    	background: url(images/A_1.jpg) repeat scroll 0%;
    }
    -->
    </style>

    I tried to insert this (after link to css) in the following locations: Within head tag /After head tag before body tag/ Within body tag/ Within body tag also within div id=”imageMenu”/ And various other places. Any idea what I’m doing wrong? Here’s url: http://mrsvecchionisartroom.com/blog/

    Forum: Fixing WordPress
    In reply to: Header Blues
    Thread Starter avecchioni

    (@avecchioni)

    Any wild guess will do—?

    Thread Starter avecchioni

    (@avecchioni)

    This worked to create any 1 of 3 images for homepage, any any 1 of 14 images for all other pages/ posts:

    <div id="header_img">
    <?php if (is_page('home')) { ?>
    <img alt="image_alt_text" src="http://site-name.com/blog/wp-content/themes/cutline-3-column-split-11/images/header_<?php echo(rand(1,3)); ?>.jpg"
    width="970" height="140" />
    <?php } else { ?>
    <img alt="image_alt_text" src="http://site-name.com/blog/wp-content/themes/cutline-3-column-split-11/images/header_<?php echo(rand(1,14)); ?>.jpg"
    width="970" height="140" />
    <?php } ?>
    </div>
    Thread Starter avecchioni

    (@avecchioni)

    I’ve searched the forums for an if_home tag for this situation, but no luck. Can someone help? My static home page is called home2 php, so the code would more or less do the following:
    if_home2, then image x, otherwise:`<div id=”header_img”>
    <img alt=”image_alt_text” src=”http://spaghettiboxkids.com/blog/wp-content/themes/cutline-3-column-split-11/images/header_&lt;?php echo(rand(1,19)); ?>.jpg”
    width=”970″ height=”140″ />`

    Any help would be greatly appreciated.

    Forum: Fixing WordPress
    In reply to: alt text trouble
    Thread Starter avecchioni

    (@avecchioni)

    Thanks, that did the trick! (In Firefox I verified alt_text by going to Tools-Page Info-Media, then clicking on the address of the specific image and viewing information).

    Forum: Plugins
    In reply to: my link order- categories
    Thread Starter avecchioni

    (@avecchioni)

    Thanks anyway—I’m abandoning the idea of having two categories of links. I’m also removing r_sidebar.php from pastebin. Thanks again.

    Forum: Plugins
    In reply to: my link order- categories
    Thread Starter avecchioni

    (@avecchioni)

    Forum: Plugins
    In reply to: my link order- categories
    Thread Starter avecchioni

    (@avecchioni)

    Forum: Plugins
    In reply to: my link order- categories
    Thread Starter avecchioni

    (@avecchioni)

    I posted r_sidebar.php in pastebin. Again, I input links on write-link setting (and I’m using the my link order plugin, which is a widget). Home page is here.

    Thread Starter avecchioni

    (@avecchioni)

    This worked:

    <center>
    <hr style="color:#c33;background-color:#c33;height:1px;border:none;width:38%" /></center>

    . . .Centers, with color, and works in mozilla and ie without validation error. Thanks so much for the assistance!

    Thread Starter avecchioni

    (@avecchioni)

    annelions– When I change color=“#cc3333” to style=“color:#cc3333” in my page template as follows:

    <center>
    <hr width="58%" style="color:#cc3333"  size="1" /></center>

    . . .the line turns grey in mozilla, but stays red in ie. To try to fix this, in my style sheet I added this: .red2 { color: #cc3333; } . . . but I’m not sure what to do with that in my page template. (w3schools looks like an awesome resource–right now I didn’t see anything specific re: horizontal lines.)

    jbbrwcky– I tried:

    <div style='text-align:center;margin:0 auto;">
    <hr />
    </div>

    in my page template, but right sidebar went blank in one instance and moved into page contents in another instance (and no line in either case). I’m not sure what I’m doing wrong.

Viewing 15 replies - 1 through 15 (of 23 total)