This topic has 7 replies, 2 voices, and was last updated 9 years by Harlock_.

  • Author

    Tagged: 

  • #59203
     Harlock_
    Participant

    Hello,
    on my test website http://socceracademy.pro visual subtitle plugin give the error you can see on the first post in home page (the problem results with different subtitle plugins, so I think it is a theme fault).
    Please help.
    Thank you,
    Francesco

    #59233
     sharmstr
    Moderator

    Does your subtitle for that post have quotes?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #59241
     Harlock_
    Participant

    No, it doesn’t.

    #59250
     sharmstr
    Moderator

    What plugin is it?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #59251
     Harlock_
    Participant

    “Visual Subtitle”, but even with other ones the problem is similar.

    #59256
     sharmstr
    Moderator

    Its the double quotes its inserting. Open up /visual-subtitle/class-visual-subtitle.php. Find the following line (around 304)

    COPY CODE
    
    $title = $title . ' <small class="subtitle">' . $subtitle . '</small>';
    

    and change it to this.

    COPY CODE
    
    $title = $title . " <small class='subtitle'>" . $subtitle . '</small>';
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #59257
     sharmstr
    Moderator

    Oh, and sorry for asking the plugin name. It was obviously in the topic title. :/

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #59270
     Harlock_
    Participant

    Thank you.
    Have a nice day,
    Francesco

Viewing 8 posts - 1 through 8 (of 8 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?