Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter Fizzgig

    (@fizzgig)

    (A disclaimer – I was offering locals free help I am NOT offering the world free help here and now! Thank you. hehe…sorry, I am only one.)

    Thread Starter Fizzgig

    (@fizzgig)

    Thank you and yes I have contacted them already too. I’m just concerned about a new local (like, in real life – I have to see her face on the street!) trying to cash in on our beloved wordpress <3 and taking advantage of our long-time residents here at the same time!
    I want it clear and out loud, I hope that is ok.

    I had seen the course offered and posted a reply that I would help any – class overflow – for FREE should anyone be interested and not be able to get into the class, I was upset at the course itself to be honest and I wanted locals to know they didn’t need hundreds of $$$ to learn about it.

    She deleted it and called it spam. Ick. So…I guess she likes rules and stuff.

    Thread Starter Fizzgig

    (@fizzgig)

    Can a college course title be titled AND promoted as:

    “WordPress Web Design”
    ?

    Thread Starter Fizzgig

    (@fizzgig)

    Thank you esmi, that was my understanding as well.

    Thread Starter Fizzgig

    (@fizzgig)

    So I’d just like to know if the facebook page can use the wordpress name and logo in its own logo design and promotion of its commercial services?

    Thread Starter Fizzgig

    (@fizzgig)

    My apologies, I did not read correctly and have edited my reply here.

    Thanks for confirmation.

    Yes I agree it’s definitely not a theme issue. I can’t imagine *what* the issue is but I’m working on it still.

    I wish you luck too! If you fix it please post here ok? Thanks.

    I’m having the same kind of issues. After upgrading, all my posts are set to “uncategorized” with no link. My Blogroll->Categories page shows no categories nor can I add new (I never used that one before anyway) more importantly, my Manage -> Categories page is also empty. I can add a new category there and it’ll show up until I refresh then it disappears! In my Write -> Post page, the categories were not listed there at first, then they came back after a day with the parent/child showing and then it worked on my blog (public) for awhile as well. Today I lost all child categories in my Write -> Post list, it only shows parent and all public posts are again set to Uncategorized.
    I really only upgraded to the 2.3.2 and that’s all.
    I’m actually rather upset by this. Everything was working just fine without an upgrade but I saw there was some security threat and listened and now I’ve got this mess.
    *sigh*
    Thanks for any help!

    Edit- Also my Category drop-down menu has disappeared in my sidebar. It had disappeared when I first upgraded, then magically appeared again and now is gone yet again. Same sort of thing in other category areas! How strange!

    Thread Starter Fizzgig

    (@fizzgig)

    Can no one help me with this? Still stuck.

    Options -> Writing -> Formatting:
    UNcheck “WordPress should correct invalidly nested XHTML automatically”
    Hope it works for ya.

    -Fizz

    Thread Starter Fizzgig

    (@fizzgig)

    Ok well I’m having *Some* progress…
    And by the way, I realize this maybe is in the wrong forum and I’m sorry about that (no idea how to move it to widgets area?).
    Anyhow,

    I have managed to get the widgets to show in one or both of the sidebars by changing the code:

    <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Sidebar_1') ) : else : ?>

    With:

    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>

    But of course it’s 2 sidebars and without a label for them individually, it comes out as the first sidebar for both of them (so whatever I put in the #1 bar will also show in #2)
    So now I ask, please can someone help me with what I should put in:

    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(>>HERE<<) ) : ?>

    Because ‘Sidebar_1’, ‘sidebar_1’ and ‘left-sidebar’ Do not work at all.
    Same with 2.

    Thanks a bunch.
    -Fizz

    Thread Starter Fizzgig

    (@fizzgig)

    I should also mention that in the widget section (where you drag and drop) it does in fact show the 2 sidebars rather than just one like in the default or classic theme.

    This tells me that it is at least connected somehow, right?
    I’m thinking I have to code in whatever widget I want in the order and side I want in the actual sidebar.php file but I really don’t see why this should be necessary nor do I know where to look for the code for each widget.

    I don’t mind messing with the code at all if onlyI knew what needs to go there.

    -Fizzy

Viewing 12 replies - 1 through 12 (of 12 total)