-
Author
Tagged: subtitles
-
May 17, 2015 at 17:46 #59203Harlock_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,
FrancescoMay 17, 2015 at 21:15 #59233sharmstrModeratorDoes 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 17, 2015 at 23:00 #59250sharmstrModeratorWhat plugin is it?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 17, 2015 at 23:03 #59251Harlock_Participant“Visual Subtitle”, but even with other ones the problem is similar.
May 18, 2015 at 00:51 #59256sharmstrModeratorIts 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 18, 2015 at 00:52 #59257sharmstrModeratorOh, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.