Thank you.
These are the files.
includes/languages/english/extra_definitions/barebones/ebook_sidebox_defines.php
line 12 & 13
define('BOX_HEADING_EBOOK_SIDEBOX', 'The Gardeners Guide');
define('TEXT_EBOOK_SIDEBOX', 'Get your copy of The Gardeners Guide to Growing Hardy perennial Orchids.');
====================================================
includes/modules/sideboxes/barebones/ebook_sidebox.php
lines 13 - 20
$show_ebook_sidebox = true;
if ($show_ebook_sidebox == true) {
require($template->get_template_dir('tpl_ebook_sidebox.php',DIR_WS_TEMPLATE, $current_page_base,'sidebox'). '/tpl_ebook_sidebox.php');
$title = BOX_HEADING_EBOOK_SIDEBOX;
$title_link = false;
require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default);
}
====================================================
includes/templates/barebones/sideboxes/tpl_ebook_sidebox.php
Lines 12 - 26
$content = '';
$content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">';
// Replace the text and HTML tags between the apostophes on lines 19 and 20.
// Use as many or as few lines using this model as you need for your custom content.
// If you have a multilingual site define your text in the languages/YOUR_LANGUAGE/extra_definitions/blank_sidebox_defines.php and include it as shown in line 19.
// If your site is monolingual, you can put the text right here as shown on line 20 (and nobody will know!)
$content .= '<p>'TEXT_EBOOK_SIDEBOX'</p>';
/* $content .= '<p>' <img width="175" height="211" title=" The Gardeners Guide " alt="the gardeners guide to growing hardy perennial orchids" src="/images/woc-book-cover.jpg"> '</p>'; */
$content .= '<p>Get your copy of The Gardeners Guide to Growing Hardy Perennial Orchids </p>';
$content .= '</div>';
?>
/* <a target="_blank" href="../catalog/images/woc-book-cover.jpg"> */
======================================================
I hope you will find the problem :smile:
thank you
Ivanna