Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author alexvtn

    (@alexvtn)

    Hi @bere3ka

    Sorry for the delay.

    I don’t understand your request, sorry.
    What do you mean?

    If you want to display a quote post using the same layout from the demo
    https://demo.themeinprogress.com/suevafree/

    you need to create a new quote post and change the layout of aside, quote and link post formats from the customize section

    Let me know

    Alex

    Thread Starter bere3ka

    (@bere3ka)

    hi @alexvtn

    I need to quote looks like

    Hello, Dolly, well, hello, Dolly.
    It‘s so nice to have you back where you belong.
    You‘re looking swell, Dolly,
    We can tell, Dolly,
    You‘re still glowin‘, you‘re still crowin‘,
    You‘re still goin‘ strong.

    But now it looks like

    Hello, Dolly, well, hello, Dolly. It‘s so nice to have you back where you belong. You‘re looking swell, Dolly, We can tell, Dolly, You‘re still glowin‘, you‘re still crowin‘, You‘re still goin‘ strong.

    I try use br or p tags but it doesn’t works :/

    P.S. I’ve create a new quote post and change the layout of aside, quote and link post formats from the customize section, yes

    • This reply was modified 7 years, 6 months ago by bere3ka.
    Theme Author alexvtn

    (@alexvtn)

    You can edit the following file

    suevafree/core/post-formats/quote-format.php

    and replace

    <p> <?php echo esc_attr(suevafree_postmeta( ‘suevafree_quote_text’ )); ?> </p>

    with

    <p> <?php echo get_the_content(); ?> </p>

    then add the content of your poem from the default WordPress editor.

    Let me know

    Alex

    Thread Starter bere3ka

    (@bere3ka)

    I’ve do it. But it doesn’t work ??

    Standart post
    standart post

    the post with qoute format
    quote post

    Theme Author alexvtn

    (@alexvtn)

    Hi @bere3ka

    I successfully tried this feature on my local WordPress installation.
    Could you please send me the URL of your website?

    Have you installed the latest version of SuevaFree?

    Please send an email to [email protected]

    Thank you

    Alex

    Thread Starter bere3ka

    (@bere3ka)

    hi Alex,

    The feature works in preview but doesn’t work after save post on my website.
    I use latest version of SuevaFree and WordPress 4.7.5.

    I will email you, thanks

    • This reply was modified 7 years, 6 months ago by bere3ka.
    Thread Starter bere3ka

    (@bere3ka)

    Thank you Alex!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Quote post’ is closed to new replies.