Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter ojojmannen

    (@ojojmannen)

    Amazing. 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.

    Thread Starter ojojmannen

    (@ojojmannen)

    Thanks for the support!

    Thread Starter ojojmannen

    (@ojojmannen)

    When 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”.

    Thread Starter ojojmannen

    (@ojojmannen)

    I mean the link to the PHPinfo print plugin, I didn’t install.

    Thread Starter ojojmannen

    (@ojojmannen)

    Also
    PHP-version: 7.2.7

    Thread Starter ojojmannen

    (@ojojmannen)

    Hello,

    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”

    Thread Starter ojojmannen

    (@ojojmannen)

    Great! Works perfectly. I changed true to false!
    Thanks a lot!!

    Thread Starter ojojmannen

    (@ojojmannen)

    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?

Viewing 8 replies - 1 through 8 (of 8 total)