Ben Andersen
Forum Replies Created
-
Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Auto-expand infobox+1 on that feature!
And thanks for a great plugin!!
I just ran into the same issue as @optica. The issue was that I had is_tree() calls in my Widget Logic settings for some inactive widgets. Doh! Removing that and re-saving those widgets resolved it for me.
The situation was that I used Widget logic a long time ago on this WP install. And now some years later I wanted to use it again but got the above error code when going to any page in the frontend.
Forum: Fixing WordPress
In reply to: Missing shopp page with 3.7 upgradePlease see this blogpost for a fix for this issue:
https://bettershopp.com/shopp-and-wordpress-37/Hey Sandylea,
Have you found a solution?
If nothing else you can change directly in the file:
collapsCatStyles.phpFor instance, here is the double arrow, just change the content to what you like:
{ID} li.collapsing.categories.item:before {content: ‘\0BB \0A0’ !important;}For link styling you can do like this:
/* link styles */ #collapscat-2 li a { text-decoration: none; } #collapscat-2 li a:hover { text-decoration: underline; color: green; }
Hope it helps! I think this is a great plugin! Kudos to the author!
BR,
BenForum: Fixing WordPress
In reply to: Jetpack stats lostI know how frustrating this is!
Can you try and lookup your old id and search for all places it’s in using a backup of your page. And then change in those places in the new db where there now is a new id.
I hope you will succeed!
Forum: Fixing WordPress
In reply to: Jetpack stats lostWhen upgrading to the latest wp version my jetpack_options id was changed again! And when I connected jetpack again my stats was zero. I disabled all plugins before upgrading. The solution was again to change the jetpack_options id back to what was in stats_options. I think this is buggy?
Next time I will try not to disable jetpack and see if that helps.Forum: Fixing WordPress
In reply to: Jetpack Stats and Subscribers not working…I know what kind of frustration this brings, hang in there! I got the reply from support_at_wordpress.com..
Forum: Fixing WordPress
In reply to: Jetpack Stats and Subscribers not working…Hm, the new id must be somewhere else it shouldn’t start using it. Sorry I can’t help you more.
Forum: Fixing WordPress
In reply to: Jetpack Stats and Subscribers not working…Aha, can you search your db and see if the new id can be found in other places and then replace it with the old? Use for instance the plug-in Search and replace. (https://bueltge.de/wp-suchen-und-ersetzen-de-plugin/114/)
Forum: Fixing WordPress
In reply to: Jetpack Stats and Subscribers not working…They did reply to my support request but it took about a week. But I don’t understand what they should do with your blogid? Are you not using your old id? Then everything should be fine?
Forum: Fixing WordPress
In reply to: Jetpack Stats and Subscribers not working…It does, but when I did it I had the choice between 2 years or 4 days so the choice was easy. There is no way to merge them afaik. But you can see see who is subscribing and notify them that they have to subscribe again?
Forum: Fixing WordPress
In reply to: Jetpack Stats and Subscribers not working…rcarrollct: see my description of how to revert to the old stats data in this thread:
Forum: Fixing WordPress
In reply to: Jetpack Stats and Subscribers not working…It would be nice if there was a way to merge stats together after this kind of problem occured. I have 4 days of stats on a new id before I found out how to continue using my old stats instance.
Forum: Fixing WordPress
In reply to: Jetpack stats lostadampetrie: have you tried to find your old id?
Try and see if you have different id:s in the following settings..
See wp_options:
In stats_options:
s:7:”blog_id”;i:xxxIn jetpack_options
a:7:{s:2:”id”;i:yyyAnd then you can change the jetpack_options to the same as stats_options and you’re back to normal.
You can also try to go to
https://dashboard.wordpress.com/wp-admin/index.php?page=stats&blog=xxx
where xxx is the id in stats_options.Hope it works for you! I know how frustrating this is…. ??
Forum: Fixing WordPress
In reply to: Jetpack stats lostYou can always see your old stats if you find the old blog_id by visiting:
https://dashboard.wordpress.com/wp-admin/index.php?page=stats&blog=xxx
where xxx is blog-id.
That’s the answer I got from the support. We can’t merge them right now, maybe in the future.
Let me know if you have trouble finding the id.