Hi, thanks for that..
The only module I have that is using catalog position is Djc2Frontpage.
I've checked out the index.php file and can see the catalog and breadcrumb coding but I'm not confident with php so feel a bit freaked about changing it, even if I do a backup of the file.
However, I'm also in the unenviable position of not having much money because I haven't charged this client much as it's a template I'm not familiar with, so a much steeper learning curve so paying for custom php is kinda outta the question, too!
Can anyone out there give me a quick bit of advice on how to change the places of breadcrumb and catalogue positions so that the Newsletter Article appears above the Bookstore?
link
here is the code in question:
<div id="mainpage_wrap">
<div id="mainpage">
<div id="main<?php echo $column_lr; ?>" class="<?php echo $currentScheme ?>">
<div id="main-bottom" class="clearfix">
<div id="content">
<?php if($this->countModules('catalog')) { ?>
<div id="catalog" class="clearfix">
<jdoc:include type="modules" name="catalog" style="raw"/>
</div>
<?php } ?>
<?php if($this->countModules('breadcrumb')) { ?>
<div id="pathway">
<jdoc:include type="modules" name="breadcrumb" style="xhtml"/>
</div>
<?php } ?>
<div id="mainbody" class="clearfix">
<jdoc:include type="message" />
<jdoc:include type="component" />
</div>
muchos gracias in advance!