Blackbam
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Header Images] Doesn't work for meHello Mark, I am sure you forgot something. If you want to set images for individual pages look at the bottom of your “post/page”-edit screen.
You should find a meta box, called “Custom Header Images”. Here you do have to enter URLs for each page you want a unique header image to display. Make sure in the “Options” of your “post/page”-edit screen, that you can see the images.
Hello there
maybe I will have a look at your code soon to make a multisite extension, but currently this Plugin seems not to be compatible with a multisite installation.
BR David
Forum: Plugins
In reply to: [Improved user search in backend] multisite not workinHello
this Plugin was not tested with a multisite environment yet. Maybe some day in the future I will make it compatible, but I cannot specify some concrete date by now.
BR
DavidForum: Fixing WordPress
In reply to: Mingle Forum for Multi-language siteHello, I just found a solution for this problem. Determine your language in wp-config.php and define it depending to the current language.
In my case I use qTranslate with pretty permalinks, so I write the following in wp-config.php:
if(preg_match('/\/de\//',$_SERVER['REQUEST_URI'])>0) { define('WPLANG','de_DE'); } else { define('WPLANG','en_US'); }In case of not using pretty permalinks use something like $_GET[‘lang’] to determine the current language at this early point of loading WP.
Hello, in the new version of the Plugin some things were corrected. Use the Warning concerning Conditional Tags used in the Plugin. Put the Plugin into your header.php-file.
If it still doesn’t work, please tell me. I will test with the Genesis child theme myself.
Today a new version of the Plugin has been released. Category Images should work properly now.
Hello,
please make sure the following things:
1. The code must be pasted into your theme at a place, where it is called when needed (http://www.blackbam.at/blackbams-blog/2012/06/25/custom-header-images-plugin-for-wordpress/)
2. The header image URLs must be properly configured, and the images must exist (use absolute path)
Please let me know if it still does not work, so I can try to fix compatibility problems.
Hey there, maybe the Plugin is not able to access some global variable at the position you use the code? Please check if it works in another position of your theme, try index.php below your header.
In the next version of the Plugin there will be a lot of improvements for better compability, so please be patient for a bit more time.
Forum: Plugins
In reply to: [StatPress Visitors] [Plugin: StatPress Visitors] no data after updateYes, StatPress Visitors stopped collecting data.
After deactivating and reactivating the Plugin, a message like “StatPressV table updated” was displayed. Now it is collecting data again, but I have a lack of 5 days (for me thats not a problem).
Thank you for the Plugin and keep up the good work.
Forum: Plugins
In reply to: [StatPress Visitors] [Plugin: StatPress Visitors] no data after updateWhy is this problem marked as resolved, I cannot find a solution here? I have the same problem, StatPress Visitors just stopped collecting any data.
What can be the reason for this?
Forum: Plugins
In reply to: [Smart WYSIWYG Blocks Of Content] Conflict with a couple other pluginsHey,
discovered the problem – the Plugin uses the following line:
echo apply_filters('the_content', $post->post_content);Some other Plugins use the filter hook to add content like “events” to the content, which causes this Problem.
Probably you should include an option to apply content filters (leave it to the user)?
Thanks.
Forum: Plugins
In reply to: [Smart WYSIWYG Blocks Of Content] Conflict with a couple other pluginsHello…
same problem here. Is there any solution yet?Everbody is asked to help repairing this Plugin by answering this question in the forums:
http://wordpress.org/support/topic/broken-repository-plugin-admin-not-able-to-recreate
Hey there,
this problem was suddenly appearing and I really did not understand it, as I changed nothing and I do not know how this happend. I am searching for a solution currently. I suppose, I made the mistake which is talked about here on Stackoverflow. The repository is a bit confusing sometimes :-/
Hopefully I can fix this in a few days.
Hey, I think so because only admins can insert PHP-code that might cause damage, and these could anyway. Or is there anybody with a different opinion, which knows potential security issues?