Pedro Candeias
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need a few answers ASAP!This should be marked as resolved.
Same problem here. What a disappointment.
I’m sorry, i didn’t understand at first. Can’t help you.
But, i would try to hack the plugin and make it support custom taxonomies.
Good luckForum: Fixing WordPress
In reply to: Optimize wordpress sitesSo, no WP Gurus to give me a few tips about this
Forum: Fixing WordPress
In reply to: Profile Activity StreamI believe you’ll get a better answer in the Buddypress forum. But…i do recall a plugin that disabled the activity stream in some way.
If you do find a way, post it here.Forum: Fixing WordPress
In reply to: Need a few answers ASAP!That depends on what you expect, in terms of pageviews and unique visitors for you’re site.
I think you can leave it off (i would). Remove W3TC completely. If you feel you’re site is kinda slow, then install it again.
Search for instructions on how to remove W3TC.
You should only use a caching mechanism once you’re done making changes.Anyway, glad to hear the problem is resolved. You owe me a beer :).
Forum: Fixing WordPress
In reply to: Need a few answers ASAP!Well, i just found out that you’re using W3 Total Cache.
Try turning it off.
Then make the changes.
Then activate the plugin.
Clear all the cache.Forum: Fixing WordPress
In reply to: Need a few answers ASAP!Try turning off all plugins. And then try to change. I don’t think this is a theme related problem, as i did the changes here and everything went worked fine.
Forum: Fixing WordPress
In reply to: Need a few answers ASAP!You could always turn debbug mode on and verify the faulty files.
Add this to you’re wp-config
if ( isset($_GET[‘debug’]) && $_GET[‘debug’] == ‘debug’)
define(‘WP_DEBUG’, true);And then access like this
https://yoursite/?debug=debugForum: Fixing WordPress
In reply to: Need a few answers ASAP!No luck?
Forum: Fixing WordPress
In reply to: Need a few answers ASAP!Ok. Thanks. Downloaded it.
Tested it.
And it works fine.
Copy this to you’re footer.php, removing everything in it.
https://pastebin.com/0bb5WJYjForum: Fixing WordPress
In reply to: Need a few answers ASAP!39images,
Send me YOU’RE files. Not the theme the original theme. That i can download by myself. I’ll take a look and try to find you’re problem. But i can’t do it from unmodified files.
Just zip ou rar the theme and send it via wikisend or sendspace or something like that.Forum: Fixing WordPress
In reply to: Need a few answers ASAP!Remeber the popular post stuff?
This is what should be there:
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer 2') ) : ?><?php endif; ?>
Forum: Fixing WordPress
In reply to: Need a few answers ASAP!I’ve told you already. remove this:
<?php padd_theme_credits(); ?>