Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #516890

    I entered the following value into the Easy Slider Caption Title field:

    First Line of Caption Title<br /><br />Second Line of Caption Title

    And Enfold outputs the following:

    <h2 class="avia-caption-title" itemprop="name">First Line of Caption Title<p></p>
    <p>Second Line of Caption Title</p></h2>

    But it seems like this would make more sense:

    <h2 class="avia-caption-title" itemprop="name">First Line of Caption Title<br /><br />
    Second Line of Caption Title</h2>

    Am I missing something here?

    #516958

    Hi Kevin!

    Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.

    Cheers!
    Elliott

    #517086

    I should have known better that to trust Chrome’s code explorer. It’s actually slightly different than what I sent originally. This is what’s produced:

    <h2  class='avia-caption-title'  itemprop="name" >Few things are as complex, unknown and time-consuming as buying a car.</p>
    <p>Our firm’s powerful negotiation experts will negotiate the best deal for you!</h2>

    The website’s address is in the private content.

    #517710

    Hi!

    Why are you adding the H2 and p tags in? Those are already displayed on the frontend. All you should be inserting is the text for the title and caption fields.

    Best regards,
    Elliott

    #517730

    I’m not. I’m putting “First Line of Caption Title<br /><br />Second Line of Caption Title” in for the title so it will break. The theme is adding the rest.

    #518359

    Hey!

    Send us a WordPress login and we’ll take a closer look.

    Cheers!
    Elliott

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