badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

blockquote paragraphs

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #20646
    gassho
    Participant

    Speaking of update, was the issue that when using blockquote paragraphs did not work with the usual one click on enter. To get a proper paragraph break you have to hit enter twice. This of course works on the blog but not in the emails of subscribers, where you now have a double paragraph break. Was this ever fixed in any of the updates? And I agree, changelog should be posted somewhere easy to find and check.

    #20685

    Hi Gassho,

    Oh! We missed some css code for blockquote paragarph. You can add it via custom css as well to do that Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    blockquote {
        padding-bottom: 0;
    }
    blockquote p {
        padding-bottom: 20px;
    }

    Thank you!

    #20700
    gassho
    Participant

    Thanks but there are 2 big problems with this:

    Why didn’t anyone give me this custom CSS a VERY long time ago when I pointed out how blockquotes don’t render proper paragraph breaks?! I noticed that a long, long time ago. At that time I was told that it would be included in a theme update.

    So now when I use this code it creates DOUBLE paragraph breaks in ALL my old posts!!!

    Is there a way to make the custom CSS date-specific, for example it applies ONLY to new posts after the code is inserted?

    #20716

    Hi Gassho,

    Can we have your site url? So that we can provide you a exact CSS code for you.
    We have missed to update it. Sorry for not updating it.
    We have listed this in our next version update and we will sure update it this time.

    Thank you!

    #20717
    gassho
    Participant

    It’s reikihelp.com/blog

    #20738
    Justin
    Participant

    Since updating to Attitude Pro 1.8, my home page is returning this error:

    Fatal error: Call to undefined function get_header() in /html/index.php on line 11

    How can I fix this?

    #20756

    Hi,

    @gassho
    Sorry we cannot provide you a custom css. There is only two option to remove the paragraph spaces you have to delete all the empty <p> </p> tags and paste the CSS code we have given or you have to stick with the same old empty <p> </p> tags.


    @jphibbard
    Sorry there is no any error in the function get_header(). May you have customize the code before and updated it.

    Thank you!

    #20780
    gassho
    Participant

    So basically you’re telling me that something I reported in July of 2013 was not included in any of the updates since then, including this very last update! Why are we paying for this theme?! Here’s my original post:

    https://www.themehorse.com/support-forum/topic/blockquote-will-not-retain-enter-line-space/

    And when it is included in the next update, does that mean ALL prior posts are going to have DOUBLE paragraph breaks? And we’re going to have to manually delete all extra spaces from all old posts?

    Your design/coding team needs a much better to-do list and work flow organization.

    #20784

    Hi Gassho,

    We apologize that we missed it to update. Actually we will list out all the things that we are going to update but we missed your point.
    Now if we update the theme with the css that we have provided 2 days before then yes you have to manually delete all extra <p> tag from all the old posts. By the way you do not have to edit all your post you just have to remove the extra empty

    tag in the blockquote from your post. Also you have used the empty <p> tag for the spaces in the blockquote instead of <br> tag.

    Thank you!

    #20801
    gassho
    Participant

    I’ve no idea what this means. There’s a language barrier here. Not being fluent in another language is not a crime, but if you’re going to be in the global theme marketplace based on WordPress which is predominantly an English language based platform, then please have techs who have a better command of English respond to this forum and support requests. Thanks!

    #20814

    Hi gassho,

    It’s a simple HTML tags. Learn more about <p> tags and <br> tags here. http://www.w3schools.com/tags/tag_br.asp
    http://www.w3schools.com/TAgs/tag_p.asp

    Thank you!

    #20820
    gassho
    Participant

    Thanks. I know what the <p> and <br> tags are an do! What I don’t understand is how this relates to the broken way your theme renders paragraph breaks in a blockquote!

    And what’s further unclear is how these tags relate to when you FINALLY fix this in the next update, or if I start using the custom CSS you provided before.

    In the Edit Post window I use the Visual composing text option. I hit ENTER button twice to get normal paragraph breaks when using blockquote. I don’t have the time to also look at the Text option when composing to see what hitting ENTER twice does to tags. Apparently is adds a <p> tag. So what? Do you really expect me to toggle back and forth on every post I write between Visual and Text to fix this error in the theme?!

    Your theme should never been released in the first place with this error. As a result, whenever you finally decide to fix it in a new update, or if I use the custom CSS all my old posts have DOUBLE paragraph breaks because I already manually created an extra break to fix your error.

    I tried the custom CSS. It works great on a new post, but it created DOUBLE breaks in ALL my old posts. That’s also what I don’t understand in relation to <p> and <br>. Is there a way to avoid this issue?

    #20891

    Hi Gassho,

    So we will not update it then. Use enter twice in visual composing text option to make more spaces.

    Thank you!

    Regards,
    Theme Horse

    #20924
    gassho
    Participant

    So you’re going to make a theme-wide decision based on one user, in this case me? Someone else is going to run into this. Such an unprofessional approach. Just because you can code doesn’t mean you are professionals. Omissions like this blockquote bug, bad customer service and support tell me this is an unprofessional theme house. I gave you the benefit of the doubt for a long time, but now I can’t tolerate it.

    Manually double spacing paragraph breaks in blockquote doesn’t work for email and RSS subscribers — it renders as two spaces, not the workaround that works on the blog itself!

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.