autismne
Forum Replies Created
-
Forum: Plugins
In reply to: Trouble uploading plugin to directory and activatingStill unpacking after 45 mins.
Forum: Plugins
In reply to: Trouble uploading plugin to directory and activatingI removed the error messages, and tried to install again through the WP admin plug ins page. It has said “Unpacking the package” for about five minutes. How long does this take?
Forum: Plugins
In reply to: Trouble uploading plugin to directory and activatingNow I’m unable to access WP administration. I get this message:
Warning: include_once(services.php) [function.include-once]: failed to open stream: No such file or directory in /home1/autismne/public_html/wp-content/plugins/add-to-any.php on line 43
Warning: include_once() [function.include]: Failed opening ‘services.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home1/autismne/public_html/wp-content/plugins/add-to-any.php on line 43
Warning: Cannot modify header information – headers already sent by (output started at /home1/autismne/public_html/wp-content/plugins/add-to-any.php:43) in /home1/autismne/public_html/wp-includes/pluggable.php on line 868
Forum: Plugins
In reply to: Trouble uploading plugin to directory and activatingForum: Plugins
In reply to: Trouble uploading plugin to directory and activatingI just tried to install the plug-in Add-To-Any, and now I get this message across the top of my homepage:
Warning: include_once(services.php) [function.include-once]: failed to open stream: No such file or directory in /home1/autismne/public_html/wp-content/plugins/add-to-any.php on line 43
Warning: include_once() [function.include]: Failed opening ‘services.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home1/autismne/public_html/wp-content/plugins/add-to-any.php on line 43
What does this mean?
Forum: Themes and Templates
In reply to: Text wont wrap around imageIt didn’t work right away. Later, when I logged on, I saw that it did work.
I didn’t know about clearing the cache, or that Ctrl+f5 worked on a Mac platform. I’ll try that next time.
Does that code work if I add it directly to the HTML code in the text? I’m blogging at HuffPo, and when I add a photo I can tweak the HTML to make if center or flush left, but the text doesn’t wrap.
Forum: Themes and Templates
In reply to: Text wont wrap around imageDidn’t help.
Forum: Themes and Templates
In reply to: Text wont wrap around imageI am using the WP button
Forum: Themes and Templates
In reply to: Text wont wrap around imageAutismNewsBeat.com
Forum: Themes and Templates
In reply to: Theme folder will not uploadApparently not.
Forum: Themes and Templates
In reply to: Text wont wrap around imageI added the code to the end of the CSS style sheet, but the text is still flush against the image. Does WP have a clear explanation for how to wrap text around images without the text bumping up against the image?
Forum: Themes and Templates
In reply to: Text wont wrap around imageYes, thank you, I did read your post.
I can tell you’ve kindly given me some code to post.
I understand I can paste it anywhere on the CSS style sheet, but it is best pasted in the css element for that image. Unfortunately I do not know what that means.
It sounds like I need to search the code on the css style sheet and look for something that says “same element” or “element” or “image”.
I did find a string of code that says img. That is what I posted last.
I’m assuming that the code I posted is not the “same element.”
I will just past your code at the end of the style sheet and see what happens.
Sorry to be asking questions. Have a good night.
Forum: Themes and Templates
In reply to: Text wont wrap around imageIs this the “same element”? I’m using cutline:
.entry img.left { padding: 3px; margin: 0.5em 15px 0.5em 0; border: 3px double #bbb; float: left; clear: left; }
.entry img.right { padding: 3px; margin: 0.5em 0 0.5em 15px; border: 3px double #bbb; float: right; clear: right; }
.entry img.center { display: block; padding: 3px; margin: 0 auto 1.5em auto; border: 3px double #bbb; float: none; clear: both; }
.entry img.off { padding: 0 !important; border: none !important; }
.entry img.stack { clear: none !important; }
Forum: Themes and Templates
In reply to: Text wont wrap around imageAnd by same element, you mean with the other code relating to image floats?
Forum: Themes and Templates
In reply to: Text wont wrap around imageDoes it matter where in the CSS theme you add the code for image floats?