• Resolved blueamulet

    (@blueamulet)


    In my continuing crusade to find the holy grail of the perfect theme that is easy to use yet professional looking and best shows off my work…I ran across Platform, which is awesome except for one thing: it’s messing up my Blockquotes on many of my posts. I’m getting extra text above the blockquote which is the same text as contained in the quote. On a few of my posts I have smaller sized images that leave room for blockquotes to go in at the side. Here

    https://www.wildwanderingrrl.web44.net/wordpress/?p=956&page=2

    you can see a post that is royally messed up, I’ve tried to fix it but it won’t stay fixed! The theme seems to want to keep throwing in extra code and tags. I saw this anomaly on another theme which I got away from partly for that very reason…

    What can I do about this issue, if anything? Other than move away once again from a theme which is getting real close to perfect for me…

    Here’s another one that doesn’t even have a blockquote, just a bit of text, and it’s repeating too!

    https://www.wildwanderingrrl.web44.net/wordpress/?p=876

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello Blueamulet,

    I think you want your blockquote under your image?

    this is what you need

    BLOCKQUOTE, Q
    {
    	quotes: none;
    	clear: both;
    }

    add the clear: both; to your blockquote in the common.css, but you can also add it to the blockquote in the style.css

    why do you style the blockquote in two different stylesheets? if there is no reason for, you should only style the blockquote in one place. You will get this (delete the blockquote in common.css) and change the blockquote in style.css to:

    BLOCKQUOTE
    {
    	margin: 0 0 1em 1em;
    	padding: 1em 1em 0.5em;
    	font-style: italic;
    	quotes: none;
    	clear: both;
    }
    Thread Starter blueamulet

    (@blueamulet)

    I think you want your blockquote under your image?

    Ok, that would be fine, whatever works and doesn’t look weird, lol.

    why do you style the blockquote in two different stylesheets?

    Not exactly sure what that means, but if it’s meant as rhetorical, yeah, like I say, whatever works is great.

    Frankly I’m not sure what would happen if I did futz with the blockquote on two different style sheets. I am somewhere between a n00b and an intermediate user ?? So, if I just deleted the blockquote in common.css, and put the addition into the style.css, it would behave itself as needed? I hope? I seriously LOVE this theme, better than any I’ve run into thus far. Just about perfect, so easy to use…save for this one little problem.

    [Edit] I’m on ‘common.css’ right now and don’t see BLOCKQUOTE, Q anywhere at all. So, I’m for shifting over to style.css and making the addition advised on there. Should be adequate for my needs.

    and you got it working now?

    Thread Starter blueamulet

    (@blueamulet)

    Nope, not yet…we’re fixing, or trying to…. ??

    Arrggh, dang it. I did what you advised and I am still getting the same duplications, as for example =

    https://www.wildwanderingrrl.web44.net/wordpress/?p=516

    Found the PageLines support forum and apparently other people have had some similar issues:

    https://www.pagelines.com/forum/topic/72

    Thread Starter blueamulet

    (@blueamulet)

    Found the answer, at least a workaround. A forum member advised me to go here and tick or un-tick as needed:

    PageLines Settings>Blog and Posts>Post Excerpt or Summary Handling

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘New question = blockquotes problem’ is closed to new replies.