Forum Replies Created

Viewing 15 replies - 466 through 480 (of 565 total)
  • well theme + plugins + any other place there is html

    Forum: Fixing WordPress
    In reply to: Header Warnings!

    i knew i had seen this post soemwhere before
    http://wordpress.org/support/topic/47195

    Forum: Fixing WordPress
    In reply to: Header Warnings!

    deja vu…

    in other words, you have the margin=bottom and rest probabally defined in your css and then again in a plugin, in your html or a 2nd time in your css. something is giving the same class name a diff attribute

    and there are tons of left out tags, unclosed ones, misplaced ones all throughout.

    <body>
    <a href="http://feeds.feedburner.com/cinemalog" title="Subscribe to my feed, cinemalog" rel="alternate" type="application/rss+xml"><a href="http://feeds.feedburner.com/cinemalog" title="Subscribe to my feed, cinemalog" rel="alternate" type="application/rss+xml"></a></a>

    i did see that in the html…

    you are missing closing tags everywhere and have them all out of order in your html

    you should close a tag (like the above example) before you open another one.

    If you have firefox, get the tidy plugin and take a look at all of the errors and warinings you get

    I don’t know what to say then. If you have narrowed it down to the only diff being the database.. then I would say you might have answered your own question.

    Ah well, its ok.. I went ahad and took it down anyway. You could always just try to another post.. wouldnt hurt to try.. but anyway. The computer that WP server is on.. wouldnt have a firewall by ancy chance? or the server you sent one to wouldnt have been running bad behaviour would it? i have run into those before as well..

    hmmm. What version of WP are you using? What did it do when you tried to send a trackback to aleeya.net trackback ?

    heheheheh.
    Seems that everything I have read about blogging.. whether about trackbacks on c|net, from anyother blogging site, or even in blogging books (so its nto jsut WP specific) defined trackbacks and pingbacks all the same..

    I can’t understand why MT cwould up and change the definations…

    But, that’s my 2 cents

    Wow I did not know it had posted two posts lol. I only ment to do one <shrug>

    One thing I have seen in previous posts… Another user I had read about ran across that.

    In the Admin , options , writing,

    Update Services
    that person had a lot of pingback places. http://rpc.pingomatic.com/ and such. The person i had read abouta few nights ago.. had tried deleting everything out of there and then sending one, and it then worked.

    Other than that, I am not sure

    Thread Starter estjohn

    (@estjohn)

    Beel yup.. that is one I worked with to get what I made. I expected the “default” to work and it didn’t so then I went back and tried to understand what I was looking at , and wht it would take for it to work with the theme I was using.

    Thread Starter estjohn

    (@estjohn)

    Personally, I don’t even know why I wrote that post. Chalk it up to late at night. I guess more than anything I dug through post after post trying to find an answer, trying to get another one to work, but none would, so I made that one and I wanted to show others a way to edit one to work, not just use another one and not have it work. I tried to go through and exaplin what I did to modify it and how and where to look to see to modify it for the next person. So when someone else had the problem.. they could ee how to modify vs it doesn’t work and not understand why.. which is what I did. Just hope others can learn from my mistakes πŸ˜‰

    Forum: Requests and Feedback
    In reply to: Image groups

    no im nto a CSS god, but if i look at the source of the page, i can see a BIG difference with the way that you have done section 1 and section 2

    section 2 you have added div and span to each individual pics
    section one you did not do it individually

    uif section 1 wworks…
    then just copy the html from it and put the html in section 2, change pics if you want to

    <div class=”cpg-grp-center”>
    <img alt=”” src=”zeilen/img001.jpeg”/>
    <img alt=”” src=”zeilen/img000.jpeg”/>
    <img alt=”” src=”zeilen/img002.jpeg”/>
    <img alt=”” src=”zeilen/img003.jpeg”/>
    <img alt=”” src=”zeilen/img004.jpeg”/>
    <img alt=”” src=”zeilen/img005.jpeg”/>
    <img alt=”” src=”zeilen/img006.jpeg”/>
    <img alt=”” src=”zeilen/img007.jpeg”/>
    <img alt=”” src=”zeilen/img008.jpeg”/>
    <div class=”spacer”> </div>
    </div>
    <div class=”cpg-album-link”>Visit this album</div>
    </div>

    vs
    <div>
    <div class=”cpg-img-box”>
    <img alt=”” src=”zeilen/img000.jpeg”/>
    <span class=”label”>img000</span>
    </div>
    <div class=”cpg-img-box”>
    <img alt=”” src=”zeilen/img001.jpeg”/>
    <span class=”label”>img001</span>
    </div>
    <div class=”cpg-img-box”>
    <img alt=”” src=”zeilen/img002.jpeg”/>
    <span class=”label”>img002</span>

    options –>>> General Might be a good start…

    healthgurl: “I’d love to hear your thoughts on SEO and WP.”

    One of these nights (maybe tonight) after I get home from work, I will sit down and write up soem stuff. Right now, I have

    http://www.aleeya.net/category/seo/

    Titles, Description, and Keywords is one that I have used some of the WP plugins to SEO optimize some things quite a bit.

    The inner pages really havent been around long enough (This domain is one that I have had for years… but I recently split it up between 2 sites and gave it an overhaul) to do much with PR.. although I dont focus as much on page rank as I do true SE listings. I will sit down and see what I can put together on using WP and its SEO’nes.

    my http://www.girlgeekette.net site has done pretty well for SEO and PR. it had a 6.o after about 2 weeks.. so I was pleased with it (being a brand new site.. I was very happy.. and the Aleeya.net site has been out for years, but when it comes to PR, I think Google still sees the old unSEO PHPnuke I used to use since it still holds a lot of backlinks to the old site which arent there.

    “Estjohn, do you find that ” WYSI-Wordpress” makes it easy for you to add images to your posts with ‘text wrap’? “
    That is kinda a hard question for me. I like WYSIWYG for just that.. text wrap, and it makes it quicker in a way.. but I have been able to use CSS to acheieve the same reults. As you can tell ont hat page, i need to work with Spacing and CSS to get the pictures padded between the wrapped text. I have been focusing on so many things.. I havent had a chance to add 90% of the books, dvds and awards I have. Comes from rebuilding the site. I guess I am concentrating on structure more than anything right now then will go back and add posts in each category after I get the structure the way I want it.

Viewing 15 replies - 466 through 480 (of 565 total)