• I need to find a hack that drops an image into the corner of a block of text. I have done a search and found nothing though I hear there are hacks out there.

    Can someone help?

    cheers

    Frank

Viewing 15 replies - 1 through 15 (of 22 total)
  • Can you be a little more specific, maybe a visual reference or two?

    -d

    Thread Starter frank1

    (@frank1)

    Hi David,

    Sure..what I am thinking about is similar to what you might see in any newpaper or magazine article where there is picture accompanying a story, and the text wraps around the picture. Sometimes there is a caption below the image.

    Here is an example from BBC news:

    https://news.bbc.co.uk/2/hi/business/4354839.stm

    Frank

    You mean like: https://www.chait.net

    If so, you can do it with CSS. I do it with one of my plugins, CG-Inline, which lets me do something like:

    <!--imginline:some-picture.jpg-->

    The code outputs dynamically during processing (means you can revise the style of output and ALL posts using it will automatically get the adjustments…). It uses CSS to float the block whichever direction is specified.

    Because it’s CSS-based, I can also just wrap ‘anything’ in the floating block class — useful for taking things like associate-program site links and floating them. Could also be used for floating quotes, etc.

    I’ve been awaiting someone looking for ‘more’ out of this stuff — I’d certainly be willing to take a crack at some further feature work…

    -d

    Look thru this page, it covers wrapping text, quote pullouts, and images.

    https://www.mandarindesign.com/troops.html#opacityblack

    I don’t like that they do everything hardcoded, rather than as classes within CSS. That’s just NOT a good idea for a growing site! ??

    -d

    Thread Starter frank1

    (@frank1)

    except guys….I don’t know my butt from a hole in the ground when it comes to code, css or otherwise :<

    Thread Starter frank1

    (@frank1)

    Hey Dave!

    Just saw your site and it is awsome! How in the ‘sam hill’ did you do all of that with WP??? Your site is darned inspriational for those of us just starting out!!

    If you could figure out how to make something for a non programmer non technical person, I am sure it would not just be me that would love you!

    thanks

    Frank

    Thread Starter frank1

    (@frank1)

    Hi Marc,

    That was one amazing reference page!! Holy smokes! I ahve bookmarked it for the day that I know enough about coding. many thanks!

    cheers

    Frank

    CSS is not rocket science, but it can be a steep learning curve initially. Check out https://www.w3schools.com/ and go through their free tutorials. Also check out https://positioniseverything.net as well as the many free CSS tutorials at https://communitymx.com for starters.

    Thread Starter frank1

    (@frank1)

    Hi Mr. Moose :>

    Thanks for the refrences, but I am thinking that what I need is some sort of add on to the blog submission form, that allows an image to be uploaded at the time of posting. I think CSS might be great for determining if images will be left or right or centered etc. but I can’t imagine hard coding everytime I want to add a thumbnail. As well don’t forget that I wanted a user to be able to click on the thumbnail and go to a larger version of the image.

    cheers

    Frank

    Thread Starter frank1

    (@frank1)

    btw..what would be really cool is some sort of way of including some of those cool pull quotes into WP from the blog submission page.

    cheers

    Frank

    btw..what would be really cool is some sort of way of including some of those cool pull quotes into WP from the blog submission page.

    Whatever code used could probably be called up by a quicktag. Just choose the style desired, edit quicktags.js file to add the new button on the write post page.

    Thread Starter frank1

    (@frank1)

    Hi Marc,

    What is a ‘quick tag’?

    cheers

    Frank

    Let me be frank, Frank1. You are asking a question which seems to be beyond your current understanding of WordPress. It will be hard for folks to explain everything you need to know and understand. You need to work with WordPress for a while and get used to what you can and can’t do with it. I don’t say this to be mean, I’m just trying to be honest with you.

    Quicktags are a menu of JavaScript-based “tools” that appear just above the space in your Admin Panel where you actually type in your posts.

    Most of all, just be patient and be willing to explore and mess around with stuff. It’s a good way to learn, although it’s not for everyone.

    That said, there may be a plugin out there that does exactly what you are looking for. Be patient and keep searching. Don’t forget that Google and Yahoo! are good search engines to use. People will help you as they can, but we can’t help everyone through every step of the way. We’ll do our best to help, but you can’t expect people to just show up and “cut and paste” some code onto the forum for you to use. That does happen at times, but mostly one must be patient and keep slogging away at things.

    Most of all, don’t forget to have fun!

    Thread Starter frank1

    (@frank1)

    Hi Again Mr. Moose!

    Thank you for taking the time to try to answer my question. I will definately try Google and try to learn the program..though I am interested in WP cause I am a writer. I wanted to use WP to publish scenes from scripts and get people to react to the scene and then maybe make suggestions….or vote on the scene. But I sure wish I had the brain for this stuff!

    cheers

    Frank

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘is there a plugin that drops an image into the corner of a text block?’ is closed to new replies.