ergkranjan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site being redirected to spam pages sometimes but bot alwaysI was also redirected to this url along with shared 2 earlier.
https://www.thecrazytourist.com/crazy-beautiful-pictures-from-around-the-world/
But after removing PageNavi, it seems ok.
Forum: Fixing WordPress
In reply to: Site being redirected to spam pages sometimes but bot alwaysHi folks,
I am troubleshooting the issue and have a close doubt with a plugin named “PageNavi” used for nnavigation page numbers.
When i deactivate the plugin, pages are not redirected anywhere. But when i again activate it and try with some clicks, pages start redirected randomly to some spam urls.
Can any one suggest me what i should do to be on safe side? Is there anything else i have to do apart from deactivation and delete of this plugin.
Forum: Themes and Templates
In reply to: [Enigma] Menu breaks between resolution of 767px to 992pxHi Ross,
You are right!
It was a setting at Godaddy server. I am sharing so that others can use this to make their life simple.Open MyAccount and on Hosting Setting page and set as below;
PHP Settings -> Open_BaseDir() -> None
In PHP Setting, we have an option to set Open_BaseDir. make it as None. Its Default by default.
Thanks to all.
Forum: Themes and Templates
In reply to: [Enigma] Sub Menu List not disappear without a clickI got the solution by comparing someone else live site’s menu.js file with mine version of menu.js file:
Team,
You have missed below line of codes from “oMenus.on” in your latest theme;
'mouseleave': function() { nTimer = setTimeout(function() { oMenus.removeClass('open'); }, 500); }
Add above line of code after below line in both if and else part;
jQuery(this).addClass('open').slideDown();