Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter konar

    (@konar)

    Ok, i found it! 🙂

    It was error in function made for limited excerpt by character:

    function get_excerpt(){
    $excerpt = get_the_content();
    $excerpt = preg_replace(" ([.*?])",'',$excerpt);
    $excerpt = strip_shortcodes($excerpt);
    $excerpt = strip_tags($excerpt);
    $excerpt = substr($excerpt, 0, 100);
    $excerpt = substr($excerpt, 0, strripos($excerpt, " "));
    $excerpt = trim(preg_replace( '/\s+/', ' ', $excerpt));
    $excerpt = $excerpt.'...';
    return $excerpt;
    }
    

    There was missing “\” in “/\s+/” 🙂

    Thank everyone for help.

    Thread Starter konar

    (@konar)

    Try to deactivate one plugin at a time and force reload with ctrl-F5 every time.

    Complitly no effect.

    • This reply was modified 9 years ago by konar.
    Thread Starter konar

    (@konar)

    Letter “s” is missing only in excerpts, in title it is ok, for example first post (missing “s” is putted in [s]):

    Title: “Centralne instalacje filtrowentylacyjne dla stanowisk spawalniczych”
    Excerpt: “Projektujemy, wykonujemy a na[s]tępnie do[s]tarczamy i montujemy wielo[s]tanowi[s]kowe in[s]talacje…”

    • This reply was modified 9 years ago by konar.
    Thread Starter konar

    (@konar)

    Thank You Steven for Your response.
    I did everything You asked to, but nothing have changed. The theme is build over WordPress theme Twenty Thirteen version 1.9 – maybe this will give some clues.

    Forum: Plugins
    In reply to: [WP eCommerce] Email error

    OMG I’m blind, You are rught!
    Thank You! It works now. 🙂

    Forum: Plugins
    In reply to: [WP eCommerce] Email error
    konar

    (@konar)

    I have this error too, and I’m using WordPress 4.6.1.

    How can I fix it?

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