akincansenol
Forum Replies Created
-
That’s not working but I removed ;
<footer class="entry-footer"> <?php boardwalk_entry_footer(); ?> </footer><!-- .entry-footer -->
from content-single.php and that’s worked. I also searched boardwalk_entry_footer but couldn’t find it.
—
edit: the whole section is gone with Jetpack’s comment section. Also divcomment none gives the same result but for Jetpack’s comment section.- This reply was modified 6 years, 2 months ago by akincansenol.
- This reply was modified 6 years, 2 months ago by akincansenol. Reason: addition
- This reply was modified 6 years, 2 months ago by akincansenol.
I found some user created add-ons but they created over a year ago. I’m not sure if they work with new version MLP.
Forks:
https://gist.github.com/toscho/6393c79aacba0983a96a
https://gist.github.com/BiontDid you test them officially or do you have plan to integrate or support as a community add-ons, like CMB2 addon, ACF addon, MyMail addon, automatic translate & publish etc ?
The reason I ask for long term usage of MultilingualPress.
Thanks,
Ak?nI see comment related my question on github https://github.com/inpsyde/multilingual-press/issues/125#issuecomment-134161423
But I don’t know how can I apply that advise in comment.Do you have plan for various add-on plugins to extend functionality of plugin. As I understand this plugin hardlycoded and I believe there is so much things to do but unfortunately I’m not PHP expert.
- This reply was modified 8 years ago by akincansenol.
I cannot deactivate all plugins for couple of reasons but I deactivated most of network wide active plugins and also disabled redis object cache but there is nothing changed.
And in /wp-admin dashboard “Untranslated Posts” widget seems not working. Here is the screenshot:
Also I couldn’t any setting section for HTTP Redirect if there is exist any one.
And I would like to ask, any possibilities to copy more source like my theme uses CMB2 and it has own fields. Also I wondering how to automatically create when published one of new custom post-type’s translated version and publish for selected (custom) post-types.
- This reply was modified 8 years ago by akincansenol. Reason: typo
Oh, did I miss version, it’s 4.6.1
It opened with provided URL by you but little broken I guess, here is screenshot- This reply was modified 8 years ago by akincansenol. Reason: image added
Forum: Plugins
In reply to: [Fast Velocity Minify] Request “pre compression” featureThank you very much, I appreciated it!
Forum: Plugins
In reply to: [Fast Velocity Minify] Request “pre compression” featureGuys, I setup CDN on different VPS. Cdn Enabler plugin help to me for rewriting urls. There is no problem with it.
Also II’ve been with CLoudflare now for a few years too. I’m using all free features very effectively, full-strict ssl & hsts, cache & rocket enabled etc. There is no issue with it.
But I couldn’t achieve yet to high CPU usage of nginx. It’s going to be crazy when over 600 header request comes (I’m testing it with loader.io). I have started looking into the nginx config, seems there is piece of wrong config.
By the way I’ve upgrade my CentOS 7 kernel with 4.7.0-1.el7.elrepo.x86_64, this because some users says ovh’s kernel has some limitation.
Thank you for your interest anyway, I really appreciate it.
- This reply was modified 8 years, 1 month ago by akincansenol.
- This reply was modified 8 years, 1 month ago by akincansenol.
- This reply was modified 8 years, 1 month ago by akincansenol.
- This reply was modified 8 years, 1 month ago by akincansenol. Reason: correction of words
- This reply was modified 8 years, 1 month ago by akincansenol. Reason: addition
Forum: Plugins
In reply to: [Fast Velocity Minify] Request “pre compression” featureYou are right, I have some limiting factors My little Ovh’s VPS SSD 1 has just;
OpenStack KVM
1 vCore Xeon E5v3 @ 2.4 GHz
2 GB RAM
10 GB SSD
Local RAID 10
100 Mbps – Unlimited traffic (but it gives me to max 120 Mb/s in glance Tx/s (interestingly newrelic says 61.6 Mb/s) = 960 Mbps)My page’s resources size around 186.3K Gziped
Yes, there are lots of script & stylesheet but I searched and started improving both WordPress functions and nginx buffers & some configs after your reply, thanks for advising me.
Now, I will setup a CDN with lsyncd for share bandwidth & CPU resources in my other same value VPS, which I’m using it just for MariaDB & Redis.
When I make my project public, definitely upgrade server with dedicated.
It’s good to hear you will add this feature.
Again, thank you for interest.Forum: Plugins
In reply to: [Fast Velocity Minify] Request “pre compression” feature98% CPU example for nginx. Not touching php because serving the fastcgi_cache.
My gzip configuration on nginx is in very low level also, just 2.
Forum: Plugins
In reply to: [Fast Velocity Minify] Request “pre compression” featureHi Raul,
In my configuration gzip is on and also gzip_static is on.
What I’m seeing is that way we can save our resources. However in this way we don’t need anymore the on-the-fly gzip, which is compressing in every request. I use nginx on my server, which checks firstly the files in gzip for serve. If there is no gz version it starts to make on-the-fly compression.
Velocity gives us ~7 files on one page, so if you do integrate this feature we will just need the compression of dynamic page which is just one on-the-fly. So here is the compare; I can serve 600 page views in a second with on-the-fly (98% CPU), if ~7 static files are already gziped I could have served × 7 = 4200 page views in a second.
I understand your concern about gzip with other plugins etc, I guess we can keep both version of the files and nginx can choose which files to serve.
Forum: Plugins
In reply to: [Yoast SEO] Sitemap XML pages calling jquery.tablesorter.min.jsI resolved the issue by placing this file (via https://tablesorter.com/docs/) into right folder on server. But there is no difference in view, just there is no more “404 not found” error.
- This reply was modified 8 years, 2 months ago by akincansenol.
Forum: Plugins
In reply to: [Fast Velocity Minify] WPMU 4.6.1 PHP7, CSS minification brokesI did update and it’s working very well again!
Thank you for your labour, this plugin going to be a most popular. I know ??
Forum: Plugins
In reply to: [Fast Velocity Minify] WPMU 4.6.1 PHP7, CSS minification brokesI revert to 1.1.7, now it’s perfectly working again. Sorry I couldn’t help you to sort out where is the issue but except 1.1.9’s issue with me, absolutely this plugin perfect than autoptimize!
You can setup a multisite for testing in your own, which is perfect for your debugging I guess.
- This reply was modified 8 years, 2 months ago by akincansenol.
Forum: Plugins
In reply to: [Fast Velocity Minify] WPMU 4.6.1 PHP7, CSS minification brokes1) aiocypr.us
2) It breaks design, in Chrome developer there is no error with loading (404, 503 etc.)
5) It happened just when update your plugin
6) It worked very well with multisite with 1.1.7 version
-) There are 3 css files created with this plugin but I found footer css is empty (footer-0b5002e5-0.min.css)
Also WP Debug option is on but there is no error. Do you have github repo or where can I get the 1.1.7 version?
- This reply was modified 8 years, 2 months ago by akincansenol.
Forum: Plugins
In reply to: [Page Speed Optimization] Parameter warningJust Redis Object Cache + Autoptimize plugin