T Klein
Forum Replies Created
-
it doesn’t work with either of the default themes. It seems to not be loading the CSS for the admin-bar. It works fine on the front-end of the site by removing it, but on the backend its all messed up.
Nice find edlund.
Edlund – what theme are you using? Is it a free one I can look at? I use WP-Minify but i don’t think it strips out php comments.
Ballet News, the plugin works fine for a majority of people. Including myself.
This problem sounds like it is on your end not on Alex’s end. wp_head is a basic wordpress function it has nothing to do with anything next-gen gallery. If you are missing that call on your website, the issue goes far beyond this plugin.
Not being able to downgrade to a lower version doesn’t make any sense at all either. It just adds proof that their are far more problems with your wordpress installation then this plugin.
Also, it is a FREE plugin. You have no right to tell him how to do his job, if you have high expectations that is your own fault. The entire plugin is open source, go learn PHP and fix it yourself if you are so angry at the developer. Believe it or not, he does have a life outside of developing this plugin and needs to pay his own bills. He did this as a hobby and a service over a million people have downloaded this plugin and yet he still provides it as a free service. He should be praised for what he does.
Lastly, did you run the plugin check option on the “overview” page of next gen gallery?
Nevermind, I figured out how to fix it.
/nextgen-gallery/
add that under the URI’s to disable.
Forum: Plugins
In reply to: [List Yo' Files Pro] list-yo-files contact form 7 issueCould be Javascript also, same thing pretty much. I’ve had that exact problem before with some plugins and it turned out to be a javascript conflict. (haven’t tried it with this plugin though). It could be the codes fault in contact form 7 also.
I think it was in the way the order of javascript files were being loaded on my site.
Forum: Plugins
In reply to: [List Yo' Files Pro] [Plugin: List Yo' Files] More CSS control?In case anyone wants to know this is what I did:
if ( $isFilesize ) $files .= '<span class="size"> Size: ' . $size . '</span>' . PHP_EOL; if ( $isDate ) $files .= '<span class="modified"> Date: ' . $date . '</span>' . PHP_EOL;On lines 390 and 393 I just added those span classes to output on the file list. This will allow you to modify the individual outputs easier, such as making the font for size and date modified smaller then the link so it doesn’t stand out as much.
Forum: Plugins
In reply to: [List Yo' Files Pro] [Plugin: List Yo' Files] More CSS control?I meant I’m new to web design haha, I’ll send something in!
Forum: Plugins
In reply to: [List Yo' Files Pro] list-yo-files contact form 7 issueThats a jquery conflict. Are you running the latest version of jquery?
You might want to check on that.
Forum: Plugins
In reply to: [SEO Friendly Images] [Plugin: SEO Friendly Images] Not doing anythingnot working for me either 3.1.2
Forum: Plugins
In reply to: [Job Manager] Paginate Applications Page… its crashing my computerI would really appreciate this in the next update. 🙂
I get this:
Fatal error: Call to undefined method WP_Scoped_User_Anon::WP_User() in /home/…/website.net/wp-content/plugins/role-scoper/scoped-user_anon.php on line 31
When I hit the logout button in the admin area. Dunno if its related and now I can’t log in again. 🙂
That plugin is made by someone else I believe, not the next-gen gallery author.
You can easily do this yourself by playing with the CSS and removing the menus.
Forum: Fixing WordPress
In reply to: nextgen-gallery–update troubleTheir’s a conflict with the thickbox CSS, disable thickbox for the ecommerce plugin.
Pretty sure thats the reason, because it happened to me too.
Haha thats funny, not a big deal to me.
Though heres another problem I seem to be having:
It also seems that if I select more then 1 category I get 0 results found. But if I select one category at a time I get the results.