Hello
I am looking to edit the sidebar Poll layout.
I am using a custom theme, although I have edited both of the following files and the changes are not shown on the front-end. I have tried clearing the CS Cart cache (admin.php?cc) and tried on 2 browsers and 2 different computers, so am confident what I am seeing is not a local cache problem as other layout changes I have made have taken effect as soon as I reload the page.
What I am trying to do with the Poll sidebar box:
[POLL SIDEBAR TITLE]
[QUESTION]
[ANSWERS]
[CAPTCHA]
[SUBMIT BUTTON]
[CUSTOM POLL FOOTER TEXT]
However, at the moment, the Captcha and Submit Button show below the Poll Footer text, I am trying to reverse this.
I have therefore changed this piece of code around in both:
skins/basic/customer/addons/polls/views/pages/components
AND
skins/mycustomtheme/customer/addons/polls/views/pages/components
{$poll.footer|unescape}
{if $poll.footer}
{if $settings.Image_verification.use_for_polls == "Y"}
{include file="common_templates/image_verification.tpl" id="poll_`$obj_prefix``$poll.page_id`"}
{/if}
{$poll.footer|unescape} {if $settings.Image_verification.use_for_polls == "Y"}
{include file="common_templates/image_verification.tpl" id="poll_`$obj_prefix``$poll.page_id`"}
{/if}
{if $poll.footer}
Note: Position of $poll.footer variable.
Is there something I am missing? I did take advantage of the fix for Displaying a subcategories list as a multicolumn list with images which uses the 'my_changes' feature, is this the same route I need to go down to override this layout?
Thanks in advance.