konar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Missing letter ‘s’ in excerpt.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.
Forum: Fixing WordPress
In reply to: Missing letter ‘s’ in excerpt.Try to deactivate one plugin at a time and force reload with ctrl-F5 every time.
Complitly no effect.
- This reply was modified 8 years, 9 months ago by konar.
Forum: Fixing WordPress
In reply to: Missing letter ‘s’ in excerpt.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 8 years, 9 months ago by konar.
Forum: Fixing WordPress
In reply to: Missing letter ‘s’ in excerpt.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 errorOMG I’m blind, You are rught!
Thank You! It works now. 🙂Forum: Plugins
In reply to: [WP eCommerce] Email errorI have this error too, and I’m using WordPress 4.6.1.
How can I fix it?