Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Align text to right of [Plugin] WordPress

  • SOLVED

Looking to use a plugin such as [easingslider] and then have text to the left or right, as opposed to it falling directly beneath as it does presently. Other sites are able to do this (MagBooth.com), however DIVs/CSS is not my strong suite so I've not been able to replicate it.

Answers (6)

2012-01-09

Reland Pigte answers:

Sent you a pm.


Reland Pigte comments:

@Julio Potier: Is there any problem with that? everyone can send PMs here.


Reland Pigte comments:

Ok Sorry guys, my bad

2012-01-09

Kannan C answers:

if you can use template tag for easyslider, then do like

<div id="slider">
<?php if (function_exists('easing_slider')){ easing_slider(); }; ?>
</div>
<div id="text-content">
<p>your text goes here...</p>
</div>


add in your css

#slider { width: 40%; float:left; margin-right:2% }
#text-content { width: 58%; float:left; }

you may need to set slider width in the settings
http://www.easingslider.matthewruddy.com/wp-content/uploads/2010/07/slidersettings.jpg

2012-01-09

Fahad Murtaza answers:

Simple, create two dics floating next to each other. Then use easing slider in the left one just like http://www.magbooth.com/.

Hope I make sense :)


Fahad Murtaza comments:

Kanan above has even given you the basic code for that.


Fahad Murtaza comments:

Please share your code and we will try to fix it for you. Thats the best approach.

2012-01-09

Hardeep Singh answers:

Hello,

Either you can use the solution provided by Kannan or use an image slider plugin and customize its dimensions to suit the need.

There are few implementations that we did on:
http://www.wahotechnologies.com/ (image ONLY)
http://halfpage.wahotechnologies.com/ (image & text and another one with Image only scroller )

If you want, I can get this done for you.

My contact information is available on my profile page.

2012-01-09

Julio Potier answers:

@Reland Pigte: He's looking to use a plugin, can you just talk here instead of sending PMs !?

2012-01-09

Gabriel Reguly answers:

Hi ee Dub,

The solutions above look good to me. Have you tried any of them?

@Reland Pigte:

Sorry for the downvote, but it is better if we all communicate using this form.

Also

<blockquote>
Lawrence Krubner says:

I just want to remind everyone that we prefer it if answers remain public. Please re-read this, if you haven't read it already:

http://codewi.se/2010/07/21/conversations-offline-close-account/

This is a message from Lawrence Krubner, I am one of the co-owners of WP Questions. </blockquote>


From this question [[LINK href="http://wpquestions.com/question/showLoggedIn/id/843"]]http://wpquestions.com/question/showLoggedIn/id/843[[/LINK]]

Regards,
Gabriel