Forum Replies Created

Viewing 15 replies - 31 through 45 (of 54 total)
  • Thread Starter drgene113

    (@drgene113)

    I didn’t realize that I needed to enter the /link at the end.
    But even so its not appearing.

    This is what i have entered:

    Gene

    Thread Starter drgene113

    (@drgene113)

    I added two links just to test it. Neither one appears.

    Thread Starter drgene113

    (@drgene113)

    I discovered that it was the Simple Forum plugin.
    I think during an upgrade, something got screwed up.

    It’s working fine on my other blogs so this is odd.
    I inactivarted the plugin, deleted the files from the directory abnd removed all references to any sf…. table in the database.

    When I recopied the files to attempt to reactivate the plugin I got a permalink error.

    Very frustrating!

    Thanks you for your help. Any other suggestions?
    Gene

    Thread Starter drgene113

    (@drgene113)

    I am almost done deactivating my plugins.
    If that doesn’t solve it, could it be a database problem?

    If I were to delete all pliufgins from the plugin folder, without deactivating them, would that leave behind code that deactivating a plugin automaticvally removes?

    I ask because it might just be easier for me to delete everything and start over.

    Gene

    Thread Starter drgene113

    (@drgene113)

    Yes, I have a ton installed but dont know which one might be causing this.

    Does the sfg_404 refer to any typical plugin?
    Gene

    Thread Starter drgene113

    (@drgene113)

    body {
    font-size: 10pt;
    font-family: georgia,times,’times new roman’, serif;
    background: #1f1f1f ;
    color: #303324;
    text-align: left;
    margin: 0;
    padding: 0;
    line-height: 140%;
    }

    #wrap {
    padding: 0 5px;
    clear: both;
    width: 960px;
    margin: 0 auto;
    background: #FFFDF2 url(images/zekebg.gif) top left repeat-y;
    }

    #header {
    width:960px;
    clear: both;
    padding: 0;
    margin: 0 auto;
    height:160px;
    background: #330000 url(images/zekehead.jpg) top center no-repeat;
    }

    #nav {
    width:960px;
    background: #660000 url(images/zekenav.gif) center center no-repeat;
    height:40px;
    line-height:40px;
    margin: 0 auto;
    padding:1px 0 0;
    border-bottom:1px solid #fff;
    }

    #page {
    clear: both;
    margin: 0 auto;
    padding: 0;
    }

    #contentleft {
    width: 680px;
    float:left;
    padding: 0;
    margin: 0;
    }

    #content {
    width: 499px;
    float: left;
    margin: 0 1px 0 0;
    padding: 0;
    }

    #midcontent {
    font-family:tahoma,geneva,verdana,sans-serif;
    font-size: 8pt;
    width: 160px;
    float: right;
    margin: 0 0 15px 0;
    padding: 15px 10px 15px 0;
    }

    #contentright {
    font-family:tahoma,geneva,verdana,sans-serif;
    font-size: 8pt;
    width: 250px;
    float:left;
    padding: 15px 0 15px 15px;
    margin: 0 0 15px;
    }

    #sidebar {
    width: 250px;
    font-size: 8pt;
    float: left;
    margin: 0;
    padding: 0;
    }

    #footer {
    border-top:1px solid #fff;
    font-family:tahoma,geneva,verdana,sans-serif;
    font-size: 8pt;
    color:#DAD6C4;
    width:960px;
    background:#220000;
    font-size: 8pt;
    line-height: 160%;
    clear: both;
    margin: 0px auto;
    padding: 20px 0 ;
    text-align: center;
    }

    #footer p {
    margin: 0;
    }

    /* ——————-[ Headings ]——————- */

    h1, h2, h3, h4, h5, h6, h7 {
    color:#330000;
    font-family: georgia,times,’times new roman’, serif;
    letter-spacing:-1px;
    line-height: 130%;
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight:normal;
    }

    h1 {
    font-size: 16pt;
    margin: 0;
    }

    Thread Starter drgene113

    (@drgene113)

    Thread Starter drgene113

    (@drgene113)

    Can I ask another question?
    I wantt to add more space between the widgets in a new thee I’m using

    https://www.mmti.org/podcasts/sportsmassage/

    drgene113

    (@drgene113)

    I have a two sidebar theme with the MailPress widget located in my right sidebar. I see that the the length of the email address box is too long. It is moving to too far right in the right sidebar.

    Would anyone know how I can edit the setting to make the email box more narrow?

    Thanks!

    drgene113

    (@drgene113)

    I’d like to do the same. Can you tell me what line of code you needed to edit?
    Thanks
    Gene

    Thread Starter drgene113

    (@drgene113)

    Wow, there are so many errors on the page!

    Could it be that there is something in the template code which makes every widget double space its entries?

    Thread Starter drgene113

    (@drgene113)

    ok that makes a lot of sense now.
    However, in trying to remove the double-spaced listing of the items, I cannot fine the code using Firebug to accomplish that.

    I found the following code:

    <li class=”widget widget_search” id=”search”><form action=”https://www.mmti.org/podcasts/assessment/&#8221; id=”searchform” method=”get”>
    <label for=”s” class=”hidden”>Search for:</label>
    <div><input type=”text” id=”s” name=”s” value=””/>
    <input type=”submit” value=”Search” id=”searchsubmit”/>
    </div>
    </form>

    and tried adding each of these:

    li.”widget widget_search” ul li{
    margin:0 !important;
    }

    li#”search” ul li{
    margin:0 !important;
    }

    li#”searchform” ul li{
    margin:0 !important;
    }

    I also tried it without the quotations, to no avail.

    Thread Starter drgene113

    (@drgene113)

    I don;t see any id’s for the last two widgets.
    I saw that the code for both is:

    <h2 class=”widgettitle”>Popular Searches</h2>

    <h2 class=”widgettitle”>Recent Searches</h2>

    Wht can I do to modify them?

    Gene

    Thread Starter drgene113

    (@drgene113)

    you’re right
    I noticed that the number changed when I moved the widget from the right to the left sidebar.

    But then what code woudl I be editing if not the linkcat?
    gene

    Thread Starter drgene113

    (@drgene113)

    Yes that worked!
    I am using several different wordpress installations and the linkcat number is different for each. That did the trick.
    Thank you so much for your time and patience!
    Gene

Viewing 15 replies - 31 through 45 (of 54 total)