What is the link to the product?
Thanks,
Anne
Printable View
Same problem, wish you posted your solution!
Thank you! Thank you! Thank you! :):d
Hi,
I found a small code error in includes/templates/westminister_new/sideboxes/tpl_whats_new.php (vr.1.3)
line 20
should be:PHP Code:
$content .= '<div class="box-title">' . $random_whats_new_sidebox_product->fields['products_name'] . '</a></div>';
incorrect tag closing order caused some errors in this template.PHP Code:
$content .= '<div class="box-title">' . $random_whats_new_sidebox_product->fields['products_name'] . '</div></a>';
Another note that you should avoid divs (block elements) inside <a>.
I Really like this template and your work. Just wanted to let you know about this tiny error :) Keep up the good work!
Hi Harri,
Thanks for pointing that error out, I am not sure how that occurred but I have fixed it now. This however did not fix the problem with more information sidebox. I found the problem in line 396 of stylesheet.css.
It read this originally
.betterEzpages a:before, .betterMoreinformation a:before, .betterDocuments a:before, .betterInformation a:before, .betterCategories a:before{position:absolute; font-family: FontAwesome;content: "\f0da";}
I have changed it to this
.betterEzpages a:before, .betterMoreinformation a:before, .betterDocuments a:before, .betterInformation a:before, .betterCategories a:before{position:relative; padding-right:5px;font-family: FontAwesome;content: "\f0da";}
And now the sidebox displays correctly.
Finally, many thanks for your kind words.
Bob
How to do turn on the discount percentage to show how much they are saving?
Here's an interesting one !
I am playing around with Westminster using xampp on my laptop (as I have done many times before - prior to upgrading a current website). I am reasonably confident that everything is as it should be, the demo file works well EXCEPT that when I use CKeditor to call up the front page file (includes/languages/english/html_includes/westminster_new/define_main_page.php) strange things happen.
The full file is shown in the editing area as plain text rather than as the interpreted image - fair enough - but if I save the file, even without making a single change, the front page then doesn't function. Both the slider and and the lower pictures from the demo disappear to be replaced with their code.
I know that it's the correct file in the right place and all the code remains intact. Interestingly I can both manually edit the file and make adjustments using the text editor in 'Plain text' mode and that works just fine. However I'd like to be able to use the text editing facility to easily change text colour etc.
You'll probably say that this is a CEeditor problem and that's fine, but I'd be interested to know if any other Westminster user has experienced similar effects.
Thanks
Tony