Question about wordpress plugin - php

http://demo.thethemefoundry.com/traction/#post-183
Which wordpress plugin is this, to have post image on the left side and shortened version of your post on the right, and read more button below?
Thank you

It could be many different plugins, but you could just place your image first, align left, then use this plugin to get the "Read More"...
http://wordpress.org/extend/plugins/sem-fancy-excerpt/
I use this one on my Wordpress, makes the small excerpt nice and neat.

Hey. I think they don't use any plugin to get post-style like this. You can use WordPress 2,9's new feature - Post Thumbnail Images and aling image left, use excerpt's for text and style cool read more link or button style. Read this great tutorial for the last one - Display Post Excerpts Only in WordPress
I hope this will help you to get what you want ;)

Related

WordPress - bbPress full width issue

I am having issues with getting the bbPress plugin full width, - if I create a new page called 'forum' or 'forums', and put the [bbp-forum-index] shortcode in on that page, and make the page setting full width no sidebar it seems to work.
Now, when I click on the forum category itself, it makes the forum then go to the left side, roughly 60% of page, leaving the right side untouched with no sidebar.
I've tried width; 100%; under .bbpress-forums, didn't work.
I've tried creating a new bbPress.php page, with the full width page template code in it, it also didn't work.
Picture of my issue;
https://image.prntscr.com/image/MlelT-DGSpSlLet6tBTTkw.png
I apologize if my question isn't clear, or if I'm missing something so simple, just can't wrap my head around this... Note that I don't know a whole lot about code but I know a little bit.
If it's any help, I am using;
bbPress v2.15.4
and Socialize by GhostPool as the theme.
EDIT: I've gotten half way! I've set "no sidebar" as the default option... now this is where I am stuck! https://image.prntscr.com/image/HONffga5SYq3DA6wi_CcxA.png
Can you provide the link to the website? As far as I can see on website for Socialize: Multi-Purpose BuddyPress Theme author sad that that he provided large, full-width and full page theme. Maybe you missed some option or just need some CSS tweak.

Wordpress at hover change the featured Image

i using the portfolio-theme studio 9 from simon bouchard.
A great theme with powerfull options.http://themes.simonbouchard.com/studio9/works/
now i would like to change the view of the work-section.
the featured image should change at hovering.
i search fpr the term and found a lot of stuff but always very special and i don´t know to code it in my theme. i´m not good at php or java.
my idea is to work with custom fields and to add a line of code that the image change to the custom field at hovering. i hope it is so simple and you can help me to fix the problem.
thank you so much!
i saw the effect at this page http://heydays.no and found it very very fresh.
The site you like uses ajax to cycle through multiple images when the block is hovered. Your theme probably does not support that. I suggest you look for a theme or plugin that offers the effect you want out-of-the-box. This one comes close and you may be able to set it to do a complete image switch instead of an effect. But the effects actually look cooler to me than the image switch.

Wordpress Plugin Development - Add image selection

I am struggling to find out how to add an image to a plugin i am building.need to be able to bring up the dialog for upload/select from gallery images from within my plugin.
Any ideas??
i found a solution, its here if any one else is interested.
http://www.webmaster-source.com/2010/01/08/using-the-wordpress-uploader-in-your-plugin-or-theme/
thanks for the comments though guys

Custom text field in wordpress

I am working on a site that has to have a box on the top left with a "welcome" header (h1) and text (p). I don't want to use a specific blog post for the content if there is a better way to do it.
How can I make this happen? A screenshot is shown in the following picture. Oh and I'm not a Vanilla Ice fan ;)
Looks like a great place to add a widget area. Very easy to do. Refer to this: http://codex.wordpress.org/Widgetizing_Themes
I had similar problem. The solution I came up with is fairly simple - I just put a code of sidebar holder there (copied the original one and changed its ID) to make it visible as another sidebar in WP admin panel. Then I just added a HTML widget and put content there.

Embedding Wordpress blog in div?

I have an existing single website (index.html) that works with a jquery content slider and I want to add my wordpress blog in one of the tabs. The blog is installed in mysite.com/blog/.
I saw a tutorial on how to show posts with php, but then when clicking those, it sends people off my page to the blog.
If I use iframe then I have SEO problems (or do I?) and the blog seems to be moving up when entering a comment on a post.
I hope somebody can help!
Sincerely, Brian
You probably need something like this
Demo is here

Categories