-
AuthorPosts
-
February 5, 2015 at 11:00 am #391129
Hi,
can you tell me how to remove these lines in the comments?
And how to change the title?
of ” answer ” I want to move a comment
thank you for your help.
excuse me for my english.Vous pouvez utiliser ces balises et attributs HTML :
<abbr title=””> <acronym title=””> <b><cite>
<i> <q cite=""> <strike>- This topic was modified 9 years, 9 months ago by phil78.
February 5, 2015 at 1:23 pm #391285Hey phil78!
Thank you for coming back.
Add this to custom.css or Enfold->Styles->QuickCSS:
.form-allowed-tags { display: none !important; }
Can you pls. explain closer:
what title you want to change?
of ” answer ” I want to move a commentBest regards,
GünterFebruary 5, 2015 at 3:43 pm #391391I would like to modify the header.
thus ” answer ” I would ” leave a comment”
thank you- This reply was modified 9 years, 9 months ago by phil78.
February 5, 2015 at 4:06 pm #391409Hey!
Please try using this plugin to change the translated strings – https://wordpress.org/plugins/codestyling-localization/
Regards,
YigitFebruary 5, 2015 at 4:08 pm #391410And also
Is it possible to have a lightbox on easy slider ?
how should I do? a plugin or change in slideshow.php
thank youFebruary 5, 2015 at 4:10 pm #391411Hey!
Thank you for coming back.
There is no hook to modify the text without changing the core file.
1) You can modify the translation in the translation file (see text below)
or
2)
Modify enfold\comments.php lines 162ff:
echo "<h3 class='miniheading'>".__('Leave a Reply','avia_framework')."</h3>"; echo "<span class='minitext'>".__('Want to join the discussion? <br/>Feel free to contribute!','avia_framework')."</span>";
replace with:
echo "<h3 class='miniheading'>".__(' your headline ','avia_framework')."</h3>"; echo "<span class='minitext'>".__(' your info text ','avia_framework')."</span>";
Cheers!
GünterFebruary 5, 2015 at 5:38 pm #391465thank you , but nothing succeeded the 2 solutions!
and lightbox , is it possible?February 6, 2015 at 12:16 pm #391951 -
AuthorPosts
- You must be logged in to reply to this topic.