Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
danielpetre
tagDiv Member

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!

danielpetre
tagDiv Member

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.

danielpetre
tagDiv Member

That is the worst advice i ever read online. Disabling _all_ plugins..

danielpetre
tagDiv Member

no Steven, I already tried that today.

danielpetre
tagDiv Member

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.

danielpetre
tagDiv Member

Seems like the VC guys are having a 4.2 version with major improvements (not detailed).

danielpetre
tagDiv Member

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.

danielpetre
tagDiv Member

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..

danielpetre
tagDiv Member

thanks Marius, i will wait.

danielpetre
tagDiv Member

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??

danielpetre
tagDiv Member

Well, i don’t know how you tried, i did it before i opened this thread and re-tried now without a real success.

qtranslate on post

qtranslate clicked on post

danielpetre
tagDiv Member

Thanks Marius,
so i should wait for qtranslate then..

danielpetre
tagDiv Member

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.

Viewing 13 posts - 1 through 13 (of 13 total)