Albert
Forum Replies Created
-
It’s directly after activating.
Forum: Plugins
In reply to: [WP Float] Show the content on all pagesAt the moment only by deleting Line 539 of wp-float.php
(Would be this content:
if (is_home() && isset($home) && $home == 1 || is_single() && isset($single) && $single == 1 || is_page() && isset($page) && $page == 1 || is_front_page() && isset($home) && $home == 1 || isset($cat) && $cat == 1 && $catname == $catlist && is_single() ) { ?>
)and the last bracket in line 566.
Forum: Plugins
In reply to: [WP Float] All categoriesCan the developer please add the option “Show in all Categories” or make checkboxes instead of a select field? With the next update, these changes will be overwritten!
Forum: Plugins
In reply to: [WP Float] Doesn't show on FirefoxHere it did show up, but not as expected. I found it at the bottom of the page, when I used a AdSense Code in it. Images and other HTML worked.
Forum: Plugins
In reply to: [WP-EMail] Embed Post_Image in Mail?Thanks, that’s what I wanted to know.
Maybe I’ll alter the plugin then. I definitely see a need for it: Posts can be recommended in a much nicer way when people also see the post image instead of just having the title with the excerpt or the content (with content images, of course). I even can make a nice HTML template with (of course,) inline CSS, since the Plugin strips out all CSS or header information from the html. Maybe this will increase the click rate on a recommendation mail significantly.
Thanks for your info.
Forum: Plugins
In reply to: [WP-EMail] Embed Post_Image in Mail?Okay, last try to pose my question “straightly” ??
Can the plugin be adapted in this way that there will be a new variable that gets the post image out? Or is there a wordpress restriction that doesn’t allow this? Otherwise, I suppose, you would have done this, wouldn’t you?Forum: Plugins
In reply to: [WP-EMail] Embed Post_Image in Mail?Okay, is that a wordpress restriction? Could a post image variable technically exist? Would make the email more beautiful.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] css with important ?Can you please release the fixed version asap? I am sorry for that, but I have 35 sites to maintain and this !important – thing destroys the layout!!
Jeffparker firstly: thanks for your work!
Can you tell why you added this change to related.css?
Also it’s always !important…. So I cannot overwrite it.
I have to manage 37 websites that use yarpp – I will have to fix it everywhere after the update, that’s a no-go. Can you please remove it and let me choose if I want to have it bold or not?Forum: Reviews
In reply to: [YARPP - Yet Another Related Posts Plugin] Pls not bold titles related post!Why did the author even add it??
Forum: Plugins
In reply to: [WPMU Blog Name Restrictions Override] PHP Error after creating siteOkay, this seems to be because of another plugin…
Forum: Plugins
In reply to: [Multisite Plugin Manager] Error when adding new siteI still get this problem with WP 3.8 and WPM 3.1.4 (seen 2 minutes ago):
Warning: fopen(/www/htdocs/w0116cec/websites/wp-content/plugins/EMPTY): failed to open stream: No such file or directory in /www/htdocs/w0116cec/websites/wp-includes/functions.php on line 3666 Warning: fread() expects parameter 1 to be resource, boolean given in /www/htdocs/w0116cec/websites/wp-includes/functions.php on line 3669 Warning: fclose() expects parameter 1 to be resource, boolean given in /www/htdocs/w0116cec/websites/wp-includes/functions.php on line 3672 Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w0116cec/websites/wp-includes/functions.php:3666) in /www/htdocs/w0116cec/websites/wp-includes/pluggable.php on line 896
Forum: Plugins
In reply to: [Redirector] Custom Post TypesInfo from the developer:
Just add
add_post_type_support( 'your-custom-post-type', 'redirector' );
to your functions.php and it will work.
Forum: Plugins
In reply to: [Redirector] Custom Post TypesNo, not yet, I hope it will be done soon!
Forum: Plugins
In reply to: [Save and Close] Idea: Save and Add NewHi, I also would need this function – could you add it in the near future?