imobagg
Forum Replies Created
-
I disabled the same plugin “Ad Injection” under standard – so it stopped the plugin – only the mobile one doesn’t work – I don’t know why.
Forum: Plugins
In reply to: [Simple Facebook Connect] Facebook Likes Went Back to 0Same here … does anybody have an explanation. All other shares are intact for twitter, google etc just fb likes rest to 0.
Forum: Plugins
In reply to: Facebook Likes/Share reset to 0Why does this topic say [resolved] when it’s not?
Forum: Plugins
In reply to: Facebook Likes/Share reset to 0Same thing happened a few hours ago, strangely at the same time as yours – all likes (numbering several hundreds per post) reset to 0. Nothing has changed – links are intact and number of tweets are the same – just the FB likes disappeared.
What could be the issue? Is there some kind of outage?
This is what you need to do.
Find out your database name from wp-config.php
Then, open phpmyadmin
Locate your databasename for example _wrdp2, click on that
Select wp_options
Now from this list which may stretch to several pages, find db with redrokk in the name.
Delete them.Now when you can re-install the plugin. and it’ll work.
I upgraded my website from 3.4.2 to 3.5 and it broke my Add new post / page editor. You can see it here in this screenshot. Please kindly help. It’s very hard to add posts now.
Forum: Fixing WordPress
In reply to: WordPress 3.5 broke Add New Post/Page on my websiteBetter thing would be if WordPress could work-up an auto degrade.php so atleast users could go back to an earlier version, if an upgrade doesn’t work. This is the need of the hour.
Forum: Fixing WordPress
In reply to: WordPress 3.5 broke Add New Post/Page on my websiteNobody seems to be responding to my post. And the moderators keep closing the posts which have similar issues. WordPress stop tooting the horn of your new update 3.5. well, it sucks. Like many it has screwed up my hardwork and absolute zero support from WordPress community so far.
🙁
Forum: Fixing WordPress
In reply to: 3.5 Broke "Create Link" button and "Text" tab in post editorSame here… I upgraded my website from 3.4.2 to 3.5 and it broke my Add new post / page editor. You can see it here in this screenshot.
http://i45.tinypic.com/dlnuwy.png
It’s very hard to add posts now. I have already tried, disabling all plugins and have tried using the default themes. Nothing helped. I have tried re-installing 3.5 again and again and it didn’t help. I do not know how degrade to the previous version.
Forum: Fixing WordPress
In reply to: WordPress 3.5 broke Add New Post/Page on my websiteI do not know how (or want to) degrade to the previous version.
Forum: Fixing WordPress
In reply to: WordPress 3.5 broke Add New Post/Page on my websiteI have already tried, disabling all plugins and have tried using the default themes. Nothing helped. I have tried re-installing 3.5 again and again and it didn’t help.
Forum: Plugins
In reply to: [Plugin: Widget Logic] Making widgets appear only on the category pageForum: Plugins
In reply to: [Plugin: Widget Logic] Making widgets appear only on the category pagehi, I had the same issue. I’m trying to show a widget on the posts under a specific category. I tried the …
(is_category(Technology) && !is_paged())… but it didn’t work
any ideas?