Plugins Edit

Written by Atniz

Topics: Wordpress

Plugin Code EditorI got 3 column template blog. The main content column (first column) in this template which the contact form and youtube displayed is a little out of the line and reach the second column. So, I have no idea on programming and just leave it. Luckily, today I received a mail from Shane and the message is as below:

—————————

Hi,

If you want the contact form to fit, try finding the line..

<textarea class=”y_msg” rows=”8″ cols=”35″ name=”msg”/>

.. in the plugin editor and adjusting the cols value to something lower!!

Should help!!!

Good luck!

Shane

Website: phrixus.co.uk
——————————————

So, I have tried go to Plugins, Edit then ctrl+f ( <textarea class= ) and edit the cols to 30. The form has been formated to the first row from 3 rows without messing the second row. Thank you so much Shane. Really appreciate you help here.

This gives me and idea of the youtube video display. The problem is the same. The display table exceeded the first row and have reached second row of my blog template. This doesn’t look very nice for presentation. So, I go to Plugin -> Edit -> Smart Youtube and search for display columns width.

I have changed the numbers of width and height from 425 to 383 and 355 to 320.

$width=get_option(‘smart_yt_width’);
$height=get_option(‘smart_yt_height’);

if ($width==”")
$width=”383″;
if ($height==”")
$height=”320″;

Then, I refreshed back, it looks perfect. So, I learned something new today and I feel it is worth to share. If you think the display is not as you need, you can alter it. Just look for width or cols or columns under display title and try to play with it. We can see some results.

Do I sound like a programmer? hehe

Thank you Shane

Leave a Comment Here's Your Chance to Be Heard!