sangil
Forum Replies Created
-
PROBLEM SOLVED!
It was a bug in the “EditorsKit” plugin (v1.32.1). After disabling that plugin, the problem disappeared.It was a bug in the EditorsKit plugin (v 1.32.1) and after disabling the EditorsKit plugin, the problem disappeared.
More information: I don’t use the Gutenberg block editor for the event calendar. If I turn on the block editor option, then I could add \ without an issue.
But because of the styling issue, I can’t use the block editor mode.Forum: Reviews
In reply to: [Books & Papers] Big potentialAfter updating {{ [volume] }} works as expected. Many thanks!
By the way, {{ [journal] }} doesn’t seem to work as expected.
For instance, {{, [journal]}} always print “,” even if the journal is empty.
Could you check it? Thank you.Forum: Reviews
In reply to: [Books & Papers] Big potentialHere is my current setting:
[authors]. {{<a href="[url]">}}[title]{{</a><!---[url]-->}}{{, [journal]}}{{, <b>[volume]</b>}}{{([issue])}}{{([year])}}{{, pp. [pages]}} {{ <a href="https://dx.doi.org/[doi]">doi:[doi]</a>}}{{, arXiv:<a href="https://arxiv.org/abs/[arxiv]">[arxiv]</a>}}
* PROBLEM 1: {{[volume]}} shows up, even if I didn’t enter anything in the volume. The same goes to {{[issue]}}. These are integer variables and so by default if nothing is entered, then the number 0 will be the value but {{[volume]}} does not ignore it.
So, in my case, () shows up, even though volume has not been entered.* PROBLEM 2: When “add a work”, there is no way to enter nothing in the field “journal”. I want to put my papers on arXiv, which has not been accepted to any journal yet.
* PROBLEM 3: Importing the bib file did not work.
Perhaps it may be an issue on null journals.
=== error output ===An error of type E_ERROR was caused in line 700 of the file /var/www/html/wp-content/plugins/books-papers/books-n-papers.php. Error message: Uncaught Error: Call to a member function importArticle() on null in /var/www/html/wp-content/plugins/books-papers/books-n-papers.php:700
Stack trace:
#0 /var/www/html/wp-includes/class-wp-hook.php(286): BNPP_BooksNPapers->printImportDataPage(”)
#1 /var/www/html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array)
#2 /var/www/html/wp-includes/plugin.php(465): WP_Hook->do_action(Array)
#3 /var/www/html/wp-admin/admin.php(253): do_action(‘books-and-paper…’)
#4 {main}
thrownForum: Reviews
In reply to: [Books & Papers] Big potentialWow! I didn’t know that conditional formatting is available. It should be the default! ??
Forum: Plugins
In reply to: [Smooth Slider] broken after update to 2.5.1As a temporary fix, I put the following two lines in the header from the template and it works again.
<script type=”text/javascript” src=”https://URL_OF_HOST/wp-content/plugins/smooth-slider/js/jcycle.js?ver=2.5.1″></script>
<script type=”text/javascript” src=”https://URL_OF_HOST/wp-content/plugins/smooth-slider/js/smooth.js?ver=2.5.1″></script>Forum: Plugins
In reply to: [Smooth Slider] broken after update to 2.5.1I think my site has the same problem
https://mathsci.kaist.ac.kr/home/en/Oops… Please ignore my previous reply.
Your suggestion works! (I forgot the fact that during experiment I removed the format string in the admin menu..)I made a child theme with the above functions.php
and now it works.Hello?
Unfortunately, after adding “add_filter” to the functions.php into the child theme,
the contents are not copied at all.
Any suggestions?…/wp-content/themes/twentyeleven-child$ more functions.php
<?php
add_filter( ‘bbppt_topic_content’, ‘addslashes’ );
?>