Nikolaos Giannopoulos
Forum Replies Created
-
Forum: Plugins
In reply to: [Loco Translate] Woocommerce Pdf Invoice QuestionMarks problemTim thanks for the immediate response. I will try to check for what you recommended.
All best.I found a workaround.
wp_sign_on has a second variable to use or not $secure_cookie. If is set to true the user will not be logged in. If is set to false the user logins fine.Is this a security issue or not?
Forum: Plugins
In reply to: [WP Session Manager] Internet Explorer 11 ProblemThe problem is located more specifically in the var container.
container:protected is not updated in the other pages of the website. What is more I just located that in internet explorer in every page the session_id changes. In chrome and firefox session id remains the same. So this is the problem.
Any suggestion or hint?I found the reason why that happened.
I had a custom rewrite rule for portfolio pages and I had to change that in plugin too. I also commented out last line in a file of the plugin and now the plugin’s portffolio categories not dispalying at all.