Forum Replies Created
-
AuthorPosts
-
June 8, 2021 at 4:58 am in reply to: I want select any page as footer in Footer Settings of right side for each entry #1304517
Thanks for the solution, Ismael.
I tried the code you gave me, but unfortunately it did not work as intended.To be more specific, the situation is similar to forcing Page Conent into the WordPress default (with sidebar) single post page.
(2) The result of trying the code you gave me
- This reply was modified 3 years, 5 months ago by nonononotch.
February 5, 2020 at 10:33 am in reply to: I think "slide-entry-wrap" class doesn't need in Blog Posts with Grid Layout #1181679Hi, Victoria
Thank you for your message.
I’ll send the url and temporary admin access.Sincerely,
nonononotchOctober 18, 2019 at 8:00 am in reply to: Mysterious garbled character of only one letter in excerpt of Blog posts Element #1149158Hi, Rikard
Your team can close this topic.
Thanks a lot.Best regards,
nonononotchOctober 17, 2019 at 11:48 am in reply to: Mysterious garbled character of only one letter in excerpt of Blog posts Element #1148888Hi Ismael,
Thank you so much for checking my code!
That’s perfect! Your code and new-filter worked perfectly.I became more and more a fan of you.
Keep good support and making good products in the future!ARIGATO !
nonononotch- This reply was modified 5 years, 1 month ago by nonononotch.
October 16, 2019 at 11:39 am in reply to: Mysterious garbled character of only one letter in excerpt of Blog posts Element #1148413Hi,
I tried it and failed. I wrote below code on functions.php, but didn’t work.
function blog_posts_excerpt_bugfix() { $string = str_replace(array("\r\n","\r","\n" ), '', $string); return $string; } add_filter('avf_avia_backend_truncate_string', 'blog_posts_excerpt_bugfix', 10, 1);
Coud you check my code & tell me correct code?
Best regards,
nonononotch- This reply was modified 5 years, 1 month ago by nonononotch.
October 15, 2019 at 8:32 am in reply to: Mysterious garbled character of only one letter in excerpt of Blog posts Element #1147987Hi Günter,
Thank you so much for include the filter to Enfold!
I’ll try it right away.Sincerely,
nononotchAugust 26, 2019 at 6:06 am in reply to: Mysterious garbled character of only one letter in excerpt of Blog posts Element #1130857Hi, Rikard
Thank you for your message.
I self-solved the problem.In conclusion, this was a problem with line feed codes and was specific to Japanese.
It was solved by forcibly removing the Japanese line feed code from the excerpt.> Edited file
wp-content > themes > enfold > framework > php > function-set-avia-backend.php> Added code
$string = str_replace(array("\r\n","\r","\n" ), '', $string);
This solution is temporary. If left untouched, users will need to make this fix every time Enfold or Avia Framework is updated.
And, this problem can occur not only in Japanese but also in other foreign languages, using Multibyte Character Set.
I hope the Enfold team will solve this problem if possible.Thank you.
- This reply was modified 5 years, 3 months ago by nonononotch.
-
AuthorPosts