14all41:
I have found that when I add my own text no matter how much the banner goes away.
Some time ago I installed CK Editor, but I am using the plain text and not the editor.
Could that be the problem?
I have not found an uninstall for this plug-in.
This is what the text looks like from the file that I replaced with the original.
######################################################################################################################################################____
Flora and Fauna Pet Supplies is your one stop shop when you need something for your pet. We all love our pets, they are like family to us. We celebrate their birthdays, give them gifts and we get those things for them that make their lives better. We understand what it means to have and cherish our pet.
Flora and Fauna Pet Supplies has over 5000 items for you to choose from. We carry only the highest quality products and and the best prices possible. We even offer free shipping on many items in our store.
Please look around, you won't be disappointed. If you have any questions or comments, send us an email. Or if you can't find what you are looking for let us know and we will do our very best to assist you.
Thank you for visiting ffpetsupplies.com.
And while you are here read my blog to hear all about my adventures and misadventures with poultry!
Anne,
I have removed any trace on CK Editor and the condition remains.
After looking closley at the code that is in the template define_main_page.php file it became clear that only some of the existing text can be replaced.
Everything above the ------- line must remain in order to keep the banner functional. If this is considered common knowledge then just call me uncommon. :blush:
I ended up using html in the text without any problems as well.
Here is the file contents:
<?php
if ($this_is_home_page) {
?>
<?php
if (RAB_SLIDES_STATUS == 'true') {
?>
<?php require($template->get_template_dir('tpl_home_slider.php',DIR_WS_TEMPLATE, $current_page_base,'common')
. '/tpl_home_slider.php');?>
<?php
} ?>
<?php
} ?>
<div id="home-text">
<p>
This content is located in the file at: /languages/english/html_includes/responsive_all_business/define_main_page.php
</p>
<p>
You can quickly edit this content via Admin->Tools->Define Pages Editor, and select define_main_page from the pulldown.
</p>
</div>