Activate page cache, browser cache (leave database and object off) and cdn if you use one, this should work.
If you want you can activate minify on manual mode and add each css and js file one step of a time and check if the site still works.
I did not managed to handle style.css which one added to minification would break everything!
So the basic idea is Newspaper theme uses wp-admin/admin-ajax.php for live search and possible other related ajax stuff so we must be careful about the access to that file.
That is the worst advice i ever read online. Disabling _all_ plugins..
no Steven, I already tried that today.
Well, today’s update is having the js_composer.zip in both plugins/ folder and in the Newspaper.zip archive, in includes/plugins/ ..
I wish we would have this sorted soon.
Also this “Updates info” link from the right seems NOT UPDATED.
-
This reply was modified 12 years by
danielpetre.
Seems like the VC guys are having a 4.2 version with major improvements (not detailed).
meh, i have selected default from the dropdown and it works as it should. My conclusion is that the text under the FONT SIZE option is misleading.
Thanks Radu, i’m not gonna fiddle anymore with this, im kindof tired,
i just solved in my nginx.conf, here is the line of the server block for :80 that redirects all requests to /wp-login to the ssl part of the site:
location ~ \.php$ {
location ~* /wp-login { return 301 https://$host$request_uri; }
STUFF
}
it was:
location ~ /wp-(admin|login) { return 301 https://$host$request_uri; }
and was erroring for Newspaper theme, saw it in firefox web console..
thanks Marius, i will wait.
I think i got it, i had a redirect in nginx for ssl under wp-admin, commented out and it works now but.. why the hack does it call wp-admin/admin-ajax.php for the live search function? aint stuff in wp-admin/* supposed to be only for logged in users??
Well, i don’t know how you tried, i did it before i opened this thread and re-tried now without a real success.


-
This reply was modified 12 years by
danielpetre.
Thanks Marius,
so i should wait for qtranslate then..
I actually requested a feature to automatically style the categories widget if a theme option toggle is set. I didnt request for a specific css styling, i wanted this feature to be in the category widget.
