sourcelab
Forum Replies Created
-
Forum: Plugins
In reply to: [wp-mpdf] Lost Footnotes / endnotes : not workinghave you choose footnotes or endnotess ??
endnotes are better and easly to wp-mpdfForum: Plugins
In reply to: [wp-mpdf] Lost Footnotes / endnotes : not workinghi.
in “plugins/wp-mpdf/themes/”
look “defaultXX.php”.
After “$pdf_output .= ‘<div class=”entry”>’ . wpautop($post->post_content, true) . ‘</div>’;”
add your custom code + custom field.
But I’don’t know exctaly how the footnote plugin work, sorry.Forum: Plugins
In reply to: [wp-mpdf] Lost Footnotes / endnotes : not workingYes ! fkrauthan is rigth : my footnotes are located in a custome field ! I added a line in wmpdf template and it work perfectly, now
- This reply was modified 7 years, 8 months ago by sourcelab.
Forum: Plugins
In reply to: [wp-mpdf] Lost Footnotes / endnotes : not workingthank you but no ! Footnotes are imported directly form a DOC file and paste in wordpress editor. No special plugin.
Can I send you an sample link by MP ?Forum: Fixing WordPress
In reply to: How to display only child category name?Hello !
<? $category = get_the_category(); echo $category[0]->cat_name; ?>)
or
<? $category = get_the_category(); echo $category[1]->cat_name; ?>)
if the post have multiple category…Forum: Fixing WordPress
In reply to: Problem : all the imports with accentuated characters are broken.I’m very BAD !
It’s necessary to save the .txt file in “UTF8 format” (under Windows Notepad !!!)The solution : “File”, “Save as…” —-> NOT “ANSI” but “UTF8″…..
Forum: Plugins
In reply to: Automatic Hyphenation PluginHello! (Excuse me for my very bad English !)
But it is the very best plugin that I installed of all year !
Very good, and perfectly respectful of international norms of the typography.
Very thanks you !