the1path
Forum Replies Created
-
Forum: Plugins
In reply to: [Twitter Widget Pro] Not updatingThanks for the reply Aaron.
I know my host doesnt really like loopback as Ive had some issues with this before. But I didnt think it was this kind of loopback as all was working before.
I will try the lock thing as I doubt its API calls but look at that too.
Forum: Plugins
In reply to: [Twitter Widget Pro] Not updatingNo but if you go into the widget and change the number of tweets and save it updates????? SO the functionality is there its just not doing it automatically. Perhaps its a server cron issue.
Yup same invalid display issues.
Also the Gallery settings page is very confusing, no titles or anything. Rubbish release I have to say. Going back to older version.
Forum: Fixing WordPress
In reply to: Hide Admin Bar from Logged Out Useres@m Rasid Check the CSS in Firebug or similar and see if its still applying a height to it.
Isnt this a simple CSS fix? Or am I missing something?
.activity-content img{ float:left; margin:0 15px 15px 0;}Forum: Fixing WordPress
In reply to: Hide Admin Bar from Logged Out Useres@russoroni my code will not affect the login process. If your login breaks then I have no idea why. All my code does is use css to hide the admin bar. Did you make any other changes at all, add any other plugins at the same time?
Did you double check you copied and pasted the code correctly?
Other than that I have no idea Im afraid, code works perfectly for me.
Forum: Fixing WordPress
In reply to: Hide Admin Bar from Logged Out UseresReally? I’ll need to check my other sites to check as its displayed when users lig out on my beekeeping site. This does run buddypress right enough which now links into the wp admin bar.
My solution works. I dont need a plugin.
Forum: Fixing WordPress
In reply to: Hide Admin Bar from Logged Out UseresThe admin bar DOES show now in 3.3 all the damn time. I think this is a com[plete oversight on Automattics side regarding WP developers. Sure the bar might be useful for beginner bloggers etc but I have my own custom sticky menu which was obscured by the front end wp admin bar.
However there is a simply fix. But there shouldnt have to be….give us the choice!
Anyway put this in your header.php above the </head> tag:
<?php if ( !is_user_logged_in() ){ ?> <style> #wpadminbar{ display:none; } </style> <?php } ?>Very annoying of WP to force this admin bar on people who dont want it. Dont get me wrong I actually like it but dont need it for logged out users and would prefer an option to disable in the admin panel instead of hacking yet more code into my theme files. Booooooooo WP 🙁
Forum: Networking WordPress
In reply to: Test to see if user is a site admin, can it be done in MU?Yeh my code definitely works but I dont think its that pretty. There is probably a WP function for this now?????
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] No related posts.mitcho and everyone. I installed the YARPP Experiments plugin, cleared the cache and rebuilt it. Now everything is working!!
Perhaps you could build this function into the official plugin, so when a new one is installed it clears cache and rebuilds?
🙂
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] No related posts.Hi mitcho. No Im just using the function call in my single.php
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] No related posts.OK mitcho I can confirm that the beta does NOT fix it for me.
I am on a standard single WP install with the standard DB prefix.
I installed your beta and checked all my settings (my match threshold is 2). Should the fix be instant? If so its a no go Im afraid.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] No related posts.No errors in browser checking firebug and error console.
Toggle still dont work but I found my missing options in the screen options, doh!
Hopefully 3.4.2 will solve the “no related posts” issue.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] No related posts.According to hotfix plugin page it only fixes upto 3.2
This may be useless info but my server was on PHP 5.2 with this problem so I just upgraded to PHP 5.3 and still have the problem. I agree with Iridoz, seems to be a plugin issue as other plugins that uses toggles work fine.
@iridox do you seem to be missing settings vital for YARPP to work? I only have display settings, none of the settings that determine the relation scoring are present!
b5 seems to be an older version than the straight 3.4.1? According to my install anyway.
Made no difference to the plugin option screen. Still broken.