milos.zivkov
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] TTFB increase after re-activationSorry, I didn’t understand you.
Should I disable both of them or what? Can you give me more precise answer please?
Forum: Plugins
In reply to: [W3 Total Cache] Logged users on cached pages are not loggedAfter almost 10 days I didn’t solve the problem. Changed 2 hosting machines, changed everything I could in Plugin Settings, but this doesn’t work.
Logged user will always load cached pages. Whatever you select in configuration settings situation is same.
However this plugin is awesome, performance of website and speed is perfect. I want to buy pro licence also, but problem with logged user cache is present, also as Page Fragment Caching didn’t work for me.
Regards
Forum: Plugins
In reply to: [W3 Total Cache] Logged users on cached pages are not loggedHi @vmarko ,
I did it like you said. I have changed on 3 places to Max age and Validation.
Peformance > Browser Cache > (CSS and Js, HTMl and XML, Media and other files)
On mentioned 3 places now I have enabled:
“ke?irati sa max-age i validacijom (“max-age=EXPIRES_SECONDS, public, must-revalidate, proxy-revalidate”)”Situtation is same.
Descritpion of problem:I am browsing as guest user throw Woocommerce Store (in background static cached pages are generated)
From some random page I go to login section, and log in to store. System redirects me to My Account page, everything is ok.
While I am logged in, click on home page, and I get cached page, where “I am not logged in at top right section”.
Click on refresh button on my browser, and my username appear. If I not click on refresh, there is no my username at top right.Forum: Plugins
In reply to: [W3 Total Cache] Logged users on cached pages are not loggedI have the same situtaion on my Woocommerce Shop.
Description of problem:
I am guest user, and browsing throw web shop. Navigate to some page or item, and click top right login section, and logg in to store. On that page I see that I am logged in, everythin is ok. But if I click to Home Page, or some other cached page where I was before my login process, it will not be visible in top right corner that I am logged in.
I am desperate, and that problem is active more then a year.No cache for logged users is enabled on my WordPress admin section.
Tnx mate
After updated to 2.5 can not add another admin role to some specific user. Not showing admin role in AAM settings, and in Users (default wordpress) section.
Same question from me? Where the hell is admin role???
p.s. I have disabled 2.5beta, and try to go back to 2.4, and after I activated it, my dashboard is not functional anymore. Than, I needed to manually delete files via FTP client, to get back my normal dashboard.
A lot of stress for now.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] How to change notification email textHello guys,
in wysija-newsletters/helpers/user.php found the place where he starts to generate notification email.
I want to add the NAME of subscribed user to notification email, cause i have it as a requird field on signup form on web site. Don’t know the variable name, of Name field.
%1$s – only gets the registered email. I want to add name of registered user in notification email.
$body=sprintf(__(‘Howdy,’.”\n\n”.’The subscriber %1$s has just subscribed to your list “%2$s”.’.”\n\n”.’Cheers,’.”\n\n”.’The MailPoet Plugin’,WYSIJA),”“.$email.”“,”“.implode(‘,’,$list_names).”“);