Irmantas
Forum Replies Created
-
I fixed that bug on my side (template).
IMHO, it’s more related to my theme than plugin.But i think there is a way to reproduce this bug:
? add custom element to template (f.e. button which will toggle div).
? use jQuery and toggle functionLet me know how it happens ??
I checked again – problem is related to “toggle” function (jquery).
I tried to disable all plugins – same.
Only when speed booster pack disabled – i do not have this issue ??
I’ll try to rewrite “toggle” function in my template.
I did this before posting there ??
Forum: Plugins
In reply to: [Secure Custom Fields] Polylang supportThanks, i’ll try. But why they dropped syncing custom fields between translations in newer versions ? :/
Forum: Plugins
In reply to: [Secure Custom Fields] Polylang supportany news ?
Forum: Plugins
In reply to: [W3 Total Cache] Notice: post_permalink is deprecatedI hope W3TC updates soon. In the meantime I disabled the plugin. I was receiving multiple different errors. Namely, in these files:
wp-includes/functions.php on line 3573
wp-admin/post.php on line 197
wp-includes/pluggable.php on line 1228Not sure about the patch above since it was probably made to address the permalinks error but maybe not the other 2 I experienced. Can’t afford to break the site at the moment!
I have same issue :/
Yep. I tested with default theme (twentysixteen) – same problem
Forum: Fixing WordPress
In reply to: Footer at the end of pageproblem fixed.
Forum: Fixing WordPress
In reply to: Page theming! Need fast help.Thanks mates for incredibly fast help ?? I allways will love wp community for that ?? So i am going to read wp codex ?? Thanks again.
Forum: Fixing WordPress
In reply to: Page theming! Need fast help.So i should use
home.php for Front page
index.php for blog entries
page.php for other pages with content
?Maybe can show some scripts ?