Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   [SOLVED] How to make images remain in color instead of changing to black and white? (http://forum.bytesforall.com/showthread.php?t=20632)

flower Jul 13, 2013 05:17 AM

[SOLVED] How to make images remain in color instead of changing to black and white?
 
I love this theme and the way it looks EXCEPT for the fact that the images show in black and white and only change to color if you mouse over them.

Surely there must be a way to have the images display only in color.

If there is, can someone please explain how to do it step by step? I do not know how to code.

Thanks in advance for any help.

juggledad Jul 13, 2013 05:29 AM

Did you try a search thru he forum?

flower Jul 13, 2013 05:34 AM

I did try to search but I could not find anything. I guess I used the wrong terminology. I am not a coder or accustomed to modifying themes.

juggledad Jul 13, 2013 05:59 AM

Never too late to learn. You will need to edit the post format.php virtual template and change the 'bfa_thumb' line to
HTML Code:

<?php bfa_thumb( 620, 180, true); ?>

flower Jul 13, 2013 10:09 AM

This took me a long time to figure out because the instruction to change the virtual template is unclear. There is no link to anything that says "virtual template". It assumes that everyone knows where virtual templates are located but I did not.

Here is what worked for me and may help others:

Go to Montezuma Options then to subtemplates then to postformat.php.

change:


<?php bfa_thumb( 620, 180, true, '<div class="thumb-shadow"><div class="post-thumb">', '</div></div>' ); ?>

to:

<?php bfa_thumb( 620, 180, true); ?>

Then the image will remain in color.

juggledad Jul 13, 2013 11:00 AM

good job, you dug in and learned something and shared it!
I'll close this now


All times are GMT -6. The time now is 07:57 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.