bankrollsports
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: JETPACK ERROR (Afetr Deadline line 175)I am having the same problem…How do I fix this?
Same issue here…
This is my third problem with Jetpack. Not a fan of this Jetpack plugin so far.
My stats don’t seem to load any faster (as it says) and I don’t see any reduction in server resource usage.
I really would like my old stats back until they have beta tested this jetpack plugin properly.
Forum: Fixing WordPress
In reply to: JETPACK ERROR (Afetr Deadline line 175)Same Problem Here!
I don’t like this Jetpack thing so far…I want my old stats back.
Can anyone else help me with this problem? I can;t figure this out. All my other clicks are showing up just fine, except for clicks to this one site. I know I am getting clicks too because the are showing up on my affiliate stats at the other site.
It sounds like yours isn’t working altogether metal…You probably didn’t put in your API key. Did you do that?
Can anyone help me with this?
Anyone have an advice here?
Forum: Plugins
In reply to: my-link-order broken in 2.8.4Ok…I fixed it. Here is what fixed it for me…
On this page; https://www.hyperarts.com/blog/wordpress-blogroll-ordering-my-link-order-patch-2-8/
It says the following;
At line 683, after this code:
elseif ( empty($_orderby) || ‘id’ == $_orderby ) $orderby = ‘t.term_id’;
you paste the following code:
else if ( ‘order’ == $orderby ) $orderby = ‘t.term_order’;
It’s actually the other way around.
The Code:
else if ( ‘order’ == $orderby ) $orderby = ‘t.term_order’;
should be above this code;
elseif ( empty($_orderby) || 'id' == $_orderby ) $orderby = 't.term_id';
My taxonomy.php (with MyLinkOrder plugin working) looks like this (starting at line 683);
else if ( 'order' == $_orderby ) $orderby = 't.term_order'; elseif ( empty($_orderby) || 'id' == $_orderby ) $orderby = 't.term_id';
It’s finally working after a few hours of frustration…
Forum: Plugins
In reply to: my-link-order broken in 2.8.4Froman,
Can you help me? I added the patch to the taxonomy.php file. This seemed to take care of the error on the “link ordering page”. However, the links still are not showing up on my blog.
I have the “My Link Order” widget placed in my sidebar.
Right now, the only way I can get my links to show up on my blog is to use the regular “Links” widget in my sidebar, but obviously my link ordering doesn’t work.
Can you provide some assistance?
Lou