ojojmannen
Forum Replies Created
-
Forum: Plugins
In reply to: [Name Directory] Letters outside english alphabetAmazing. I Will be sure to donate to the plugin!
When it comes the weird quotations I have no idea how they “doubled”, so to speak. It looked ok on my end. I used the example-file provided in the plugin. And just replaced the example names with what I needed.
I Will try the plugin as soon as I get home!
A thousand thanks.
Forum: Plugins
In reply to: [Name Directory] Letters outside english alphabetThanks for the support!
Forum: Plugins
In reply to: [Name Directory] Letters outside english alphabetWhen looking at the health check, it clearly reports, first thing, that the PHP needs to be updated (I guess that the webhosting provider should do that).
Also it says the version is “PHP-version 7.0.33”.
Forum: Plugins
In reply to: [Name Directory] Letters outside english alphabetI mean the link to the PHPinfo print plugin, I didn’t install.
Forum: Plugins
In reply to: [Name Directory] Letters outside english alphabetAlso
PHP-version: 7.2.7Forum: Plugins
In reply to: [Name Directory] Letters outside english alphabetHello,
this PHP plugin didn’t work, I found another (I think), but I’m not sure if it shows the information you need to check.
Also I have emailed you the CVS-file and and image of the PHP-info I found.I also pasted it below (looks a bit weird though)
“mbstring
Multibyte Support enabled
Multibyte string engine libmbfl
HTTP input encoding translation disabled
libmbfl version 1.3.2
oniguruma version 5.9.6
mbstring extension makes use of “streamable kanji code filter and converter”, which is distributed under the GNU Lesser General Public License version 2.1.
Multibyte (japanese) regex support enabled
Multibyte regex (oniguruma) backtrack check On
Multibyte regex (oniguruma) version 5.9.6
Directive Local Value Master Value
mbstring.detect_order no value no value
mbstring.encoding_translation Off Off
mbstring.func_overload 0 0
mbstring.http_input no value no value
mbstring.http_output no value no value
mbstring.http_output_conv_mimetypes ^(text/|application/xhtml\+xml) ^(text/|application/xhtml\+xml)
mbstring.internal_encoding no value no value
mbstring.language neutral neutral
mbstring.strict_detection Off Off
mbstring.substitute_character no value no value”Forum: Themes and Templates
In reply to: [MesoColumn] Change "Home" at the top.Great! Works perfectly. I changed true to false!
Thanks a lot!!Forum: Themes and Templates
In reply to: [MesoColumn] Change "Home" at the top.Wow, great response time. However I can’t find the lines you refer to.
I’ve ctrl-f searched and looked manually via editor in Theme Functions (functions.php).
The only line with “show_home” in functions.php is:// add home link in custom menus
function mesocolumn_dtheme_page_menu_args( $args ) {
$args[‘show_home’] = true; return $args; }
add_filter( ‘wp_page_menu_args’, ‘mesocolumn_dtheme_page_menu_args’ );Where should I go from here?