infox24
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Need option for inline javascriptOk.
Forum: Plugins
In reply to: [Hyper Cache] Problems with rel canonicalSeems to be ok. ??
Forum: Plugins
In reply to: [Hyper Cache] Problems with rel canonicalNo. Only 3.1.9.
Forum: Plugins
In reply to: [QQWorld Auto Save Images] Romanian diacritics replaced with non-diacriticsSolved.
Forum: Plugins
In reply to: [QQWorld Auto Save Images] Romanian diacritics replaced with non-diacriticsI writed my posts using UTF-8 and now it works fine. Eg: https://vasileruscior.ro/uploads/2015/01/cum-s?-nu-te-plictise?ti-de-revelion-300×169.jpg. Thanks again!
Forum: Plugins
In reply to: [QQWorld Auto Save Images] Romanian diacritics replaced with non-diacriticsOr without str_replace:
$name = basename(get_permalink(), ‘.html’);Forum: Plugins
In reply to: [QQWorld Auto Save Images] Romanian diacritics replaced with non-diacriticsI’ve maked some changes in qqworld-auto-save-images.php and that’s the best version for me because I have “.html” at the end of every post link (custom permalinks):
public function change_images_filename($name, $extension) { if ($this->change_image_name == 'east-asian') { preg_match( '/^[\x7f-\xff]+$/', $name, $match ); if ( !empty($match) ) { $name = md5($name); } } elseif ($this->change_image_name == 'all') { global $post; $name = str_replace('.html','', basename(get_permalink())); } return $name . $extension; }
Forum: Plugins
In reply to: [QQWorld Auto Save Images] Romanian diacritics replaced with non-diacriticsA way can be: The slug of the post to be used for image (or images) used in the post and the title to be used for the ?alt” property.
Forum: Plugins
In reply to: [QQWorld Auto Save Images] Romanian diacritics replaced with non-diacriticsOk. I know that. Thanks!
Forum: Plugins
In reply to: [Autoptimize] PageSpeed Insights validationI’ve checked ‘Inline all CSS?’ and the problem has disapeared. Thanks!
Forum: Plugins
In reply to: [Autoptimize] PageSpeed Insights validationSo, I need to check ‘Inline and Defer CSS?’ ?
If I check ‘Inline “above the fold CSS” while loading the main
autoptimized CSS only after page
load. Check the FAQ before
activating this option!’, I need to paste something in a new textarea. I can’t understand what.Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Some errorsWhen I disable the “Rename Login Feature”, all is good. I can’t find the server error logs in my site. I use DirectAdmin, but I can’t find that file (error_log) in public_html or in panel.
Forum: Fixing WordPress
In reply to: How to display the last comment just for one post, on the homepageThanks! And another question… I can display only the comments of the registered users?
Forum: Reviews
In reply to: [All-In-One Security (AIOS) – Security and Firewall] logsOk. Thanks for reply! The best security plugin! ??