Viktor Nagornyy
Forum Replies Created
-
Thanks Chris, I didn’t realize I could reply to those emails. I did, waiting on reply now. The checkbox is unchecked by default when plugin is installed, and user has to check it and save it for it to work.
Thanks.
Thanks Chris for a reply. Yes, I’m very aware of spamming, ads and user content. Presstrends was turned off by default with a message explaining what it is and an option to turn it on. You can see it in this screenshot.
https://awesomescreenshot.com/02614r7qa8There were no ads or anything else. The email from reviewer said “We do not permit phoning home in plugins, nor analytics collections.”
Maybe I implemented the script incorrectly, but in our testing it was working.
Thanks.
UPDATE: The above fix will make it work for logged in users, but not for visitors. Last piece of the puzzle is to disable Filter Suspicious Query Strings under Tweaks. It needs to be unchecked for it to work.
Hey Michael,
Thanks for quick reply. The problem is twofold. Those errors do not go away in the admin, and two – on the frontend right before the_content is being displayed it outputs a bunch of database variables and stuff. Is it possible to simply disable that feature to be able to use low relatedness feature?The problem is back. Anyone knows what can cause intermittent permalinks issues?
In the weird turn of events. Couple of minutes after I posted my previous message, they started working again.
What in the world is going on.
So we reverted back to older versions, and still nothing. Pages and posts permalinks not working.
We are trying to revert back to older versions.
Am I the only one with this issue?
Oh snap! Just figured it out.
It wasn’t working even with 1.7.2 version of jquery, so I tried placing files into the header by using the option in your plugin. And bam! It works now =)Dave,
With the plugin, do I still have to call the api?
$('.dropdown-toggle').dropdown()
Thanks.
Looking forward to the update. I’ll see if I can edit plugin to include updated version of jquery, maybe that will fix the problem.
You might just include it in the installation notes, for the user to make sure they have latest jquery and add it to the theme if they don’t.
Thanks.
Hey Dave,
I’m glad I was able to help improve it. Looking through my source code, the only jquery file included by another plugin is “jquery-1.4.4.min.js?ver=3.3.1”It seems to be outdated, and not sure if the right one for your plugin.
Here’s a link to the dev site, so you can check it out:
projectarmy.netThough dropdown is not visible for visitors.
Thanks.
Hey Dave,
I appreciate the help. Here’s the code I’m using for dropdown in a fixed navbar.<ul class="nav pull-right"> <li><a href="/mc/"></a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-user icon-white" id="account-icon"></i> <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="#">Link</a></li> <li><a href="#">Link</a></li> </ul> </li> <form class="navbar-search pull-right" method="get" action="https://projectarmy.net/"> <input type="text" class="search-query span2" id="s" name="s" placeholder="Search"> </form> </ul>
I’m not sure if I have to use js api for the dropdown, so I tried both, with and without. Still no luck.
Thanks a lot.
ViktorHey Paul,
Have you tested dropdowns with your plugin? I’m not sure why mine isn’t working, though in jsfiddle it works. Just wanted to make sure it works with plugin.