![]() |
|
Removing border around featurific - Printable Version +- Featurific Support (http://featurific.com/support) +-- Forum: General Support (/forum-3.html) +--- Forum: General Support (/forum-11.html) +--- Thread: Removing border around featurific (/thread-103.html) |
Removing border around featurific - Guest - 08-02-2009 06:44 AM Hi, I really enjoy the plugin...and thinking about purchasing the upgraded version. ![]() However, I was wondering how I might be able to remove the black border around Featurific or change it to white? ![]() Thanks! Oh yeah, I'm using the original time template. Iy was looking to purchase the "Personal" update. RE: Removing border around featurific - Guest - 08-03-2009 12:03 PM Will I require the Professional update instead to achieve the effect? Also, how does one change the colors of the background behind the text? RE: Removing border around featurific - radcrap - 08-03-2009 12:13 PM Yeah, I wanted a version of Featurific that meshes with the background of my website as well: http://www.segashiro.com. Those type of tweaks would be useful. However, I am unclear if these options are selectable in the Pro/Personal version or not. RE: Removing border around featurific - rinogo - 08-04-2009 07:05 AM Hi radcrap, I'll respond to both your email and to your post here. Some of the modifications you requested can be accomplished with the Free version by editing your template.xml file: -To use a custom 'background color' for the template, you could create a 1 by 1 image (mycolor.gif) containing a single pixel with the desired color, and add a line similar to the following line, immediately after the '<screen url="%url%"...>' line: <image filename="/path/to/mycolor.gif" x="0" y="0" width="350" height="233" resizetype="exact"/> (note the use of the 'exact' resize type, which resizes the image to the exact dimensions specified.) -To use different text besides "Read More", simply edit the text in the same template.xml file referenced above. -Removing/changing the border color is a feature of the 'Pro' version. Does this answer your question? -Rich RE: Removing border around featurific - Guest - 08-04-2009 10:39 AM Thanks a lot! I'l be looking into purchasing the "Pro" version while the sale is still on! RE: Removing border around featurific - rinogo - 08-13-2009 05:02 AM Sounds great! Just drop us a line at sales at featurific.com. Have a great day! -Rich RE: Removing border around featurific - rinogo - 08-06-2010 05:24 AM Hello, everyone! For the record, here are some more details on modifying the border. Remember that **modifying the border is a feature of Featurific Pro only**. To remove the border, add the following code just after the <data> element in your template.xml or data.xml: <border color="#-1"/> So, it should end up looking like this: <data> <border color="#-1"/> (etc...) Changing the color of the border requires a hex color value such as the following (for red): <border color="#ff0000"/> Please let me know if you have any questions! ![]() -Rich RE: Removing border around featurific - kswaby10 - 12-05-2010 07:39 AM (08-06-2010 05:24 AM)rinogo Wrote: Hello, everyone! Thanks for this additional tip rinogo. amazon coupons iphone cases caribbean hotels car games fishing games carnival cruises chicken recipes RE: Removing border around featurific - rinogo - 12-07-2010 05:05 AM You're welcome! Please let me know if you need any more help! ![]() -Rich |