America Jr
Forum Replies Created
-
Here you go bud! I just figured it out.
Add this to the very end of your themes Function.php (wp-admin/themes/theme-name/funtions.php)
<?php
function wp_remove_events_from_admin_bar() {
global $wp_admin_bar;
$wp_admin_bar->remove_menu(‘tribe-events’);
}
add_action( ‘wp_before_admin_bar_render’, ‘wp_remove_events_from_admin_bar’ );Me too! Please help. I also own the paid version.
Forum: Fixing WordPress
In reply to: Strange hack or weird error!?I got rid of the link issue (WP Super Cache) wasn’t showing the changes.
Why does AddThis do that? And how can I continue to use AddThis with out the URL issue?
Forum: Fixing WordPress
In reply to: Strange hack or weird error!?The last part of ADDTHIS is the links to my social media accounts in the footer. I deleted the widget completely and in Safari its still there (so is the weird URL letters/numbers). I did delete my safari cache as well.
Everything is fine in Chrome.
Forum: Fixing WordPress
In reply to: Strange hack or weird error!?I am using AddThis. I disabled it, deleted the cache and it made a difference. The link issue is gone from all the pages/post except the page in the menu labeled “Find A Pro Org”. Any idea why this plugin does this and why its still on one page?
Forum: Fixing WordPress
In reply to: Strange hack or weird error!?Thanks for the response Swanson!
I have WP Super Cache installed, earlier today I deleted all the cache a few times trying to fix it and just now I realized that caching was set to off (not deactivated).
I now turned caching on, Deleted cache again just to make sure and still the same issue. I also disabled most plugins to see if anything helps but nothing!
:/
Forum: Fixing WordPress
In reply to: link to nothing redirects to weird urlIm having the same problem. Ill help you out in a few. Im figuring this out.
BUT I DO understand what you are saying. My site is doing the same thing. One of my PAGES is redirecting to a POST that doesn’t exist.
.com/sitemap
is being redirected to a non existent post
.com/category/sitemap
There is no need for this. Once i crack it, I will let you know how to do this.
??
Forum: Fixing WordPress
In reply to: InviteHow can we will that error?
Catchable fatal error: Object of class WP_Error could not be converted to string in /home/yats/youarethescene.net/wp-content/plugins/invite-friends/pages/inviteform.php on line 114