JM Morganite Userguide

40 answers

Profile photo of Sarah Haynes 0.00 $tone March 8, 2010
Public

Hi,
I am having a problem with this template. I installed magento 1.4.01 from scratch and applied the template (copied over app and skin). This worked without any problems. However, when I copied over the extensions I got an "Access Denied" when attempting to to select "System->Configuration".

Also. the checkout pages appear to be formatted incorrectly. Any help would be appreciated. We bought this template because it’s compatibility with magento 1.4.01

Regards

Sarah

#1
Profile photo of G T 0.00 $tone March 11, 2010
Public

Has anyone tried and used the template? I would like to have the feedback. Also I didnot like the font, can I change the font?

#3
Profile photo of hassan ali 0.00 $tone March 12, 2010
Public

Hi
how i can rename "morganite color" in the menu bar.. This canot find in catalogue -> manage catalogue i want change morganite color as my own text

#4
Profile photo of JA Developer 0.00 $tone March 13, 2010
Public

Hi dashmaldives

To remove the colors, please open app\design\frontend\default\jm_morganitetemplate\ catalognavigationtop.phtml file, find following red text and then remove:

Code:

<?php if ( $tmpTools->getParam("ja_menu", 'css') == "css" ) { ?>

<div class="header-nav-container<?php if ($tmpTools->isHomepage()): echo "-hilite"; endif; ?> inner">
    <div class="header-nav">
        <h4 class="no-display"><?php echo $this->__('Category Navigation:') ?></h4>
        <ul id="nav" class="clearfix">
        <li <?php echo $homecls;?>>
					<a  href="<?php echo $this->getUrl('') ?>" title="Home"><span>Home</span></a>
        </li>
        <?php foreach ($this->getStoreCategories() as $_category): ?>
            <?php echo $this->drawItem($_category) ?>
        <?php endforeach ?>
        <li class="level0" onmouseout="toggleMenu(this,0)" onmouseover="toggleMenu(this,1)" >
        	<a href="#"><span>Morganite's Color</span></a>         
            <?php echo $tmpTools->genToolMenu ($tmpTools->getParam('usertool_color'),'txt'); ?>
        </li>
        </ul>
    </div>
    <?php echo $this->getChildHtml('topLeftLinks') ?>
</div>
	</div>
</div>

<?php }else { ?>

<div onmouseout="rollbackCurrentMenu()" class="header-nav-container<?php if ($tmpTools->isHomepage()): echo "-hilite"; endif; ?> inner">
    <div class="header-nav">
        <h4 class="no-display"><?php echo $this->__('Category Navigation:') ?></h4>
        <ul id="nav" class="clearfix">
        <li <?php echo $homecls;?>>
					<a  href="<?php echo $this->getUrl('') ?>" title="Home" onmouseover="hideAllMenu();"><span>Home</span></a>
        </li>
        <?php $i=0; foreach ($this->getStoreCategories() as $_category): ?>
            <?php echo $jaMenuObj->extendDrawParentItem($_category, 0, false, $i); $i++; ?>
        <?php endforeach ?>
        <li class="level0" onmouseout="toggleMenu(this,0);" onmouseover="toggleMenu(this,1); hideAllMenu();  displayChildMenu('9999'); " >
        	<a href="#"><span>Morganite's Color</span></a>
        </li>
        </ul>
    </div>
    <?php echo $this->getChildHtml('topLeftLinks') ?>
</div>
	</div>
</div>
#5
Profile photo of hassan ali 0.00 $tone March 13, 2010
Public

Hi ja developer

please let me know how i can remove " design by joomlart" from the morganite template.. please send me the instructions to removing copyright from the template, need help ASAP

#6
Profile photo of hassan ali 0.00 $tone March 16, 2010
Public

Hi
is there anyway to add 3rd level manu in "morganite" eg:-
computers
|
notebooks
| acer
| hp
|dell

i found it has two level menu, top and submenu.. Please let me know that how i can add 3rd level menu in morganite i need to setup a site using morganite template quick reaponse much appreciated

#8
Profile photo of hassan ali 0.00 $tone March 20, 2010
Public

hi

*
o SQLSTATE[28000] [1045] Access denied for user ‘u70739413’@’10.1.8.4’ (using password: YES)
o Database connection error

i type correct user name and password, but above error shows i try several times

i am getting above error when i trying to install morganite template please give me a solutions as soon as possible

#10
Profile photo of hassan ali 0.00 $tone March 20, 2010
Public

*
o SQLSTATE[28000] [1045] Access denied for user ‘u70739413’@’10.1.8.4’ (using password: YES)
o Database connection error

i type correct user name and password, but above error shows i try several times

i am getting above error when i trying to install morganite template please give me a solutions as soon as possible

#11
Profile photo of Toni Miettinen 0.00 $tone March 20, 2010
Public

Hi dashmaldives

To remove the colors, please open app\design\frontend\default\jm_morganitetemplate\ catalognavigationtop.phtml file, find following red text and then remove:

Code:

<?php if ( $tmpTools->getParam("ja_menu", 'css') == "css" ) { ?>

<div class="header-nav-container<?php if ($tmpTools->isHomepage()): echo "-hilite"; endif; ?> inner">
    <div class="header-nav">
        <h4 class="no-display"><?php echo $this->__('Category Navigation:') ?></h4>
        <ul id="nav" class="clearfix">
        <li <?php echo $homecls;?>>
					<a  href="<?php echo $this->getUrl('') ?>" title="Home"><span>Home</span></a>
        </li>
        <?php foreach ($this->getStoreCategories() as $_category): ?>
            <?php echo $this->drawItem($_category) ?>
        <?php endforeach ?>
        <li class="level0" onmouseout="toggleMenu(this,0)" onmouseover="toggleMenu(this,1)" >
        	<a href="#"><span>Morganite's Color</span></a>         
            <?php echo $tmpTools->genToolMenu ($tmpTools->getParam('usertool_color'),'txt'); ?>
        </li>
        </ul>
    </div>
    <?php echo $this->getChildHtml('topLeftLinks') ?>
</div>
	</div>
</div>

<?php }else { ?>

<div onmouseout="rollbackCurrentMenu()" class="header-nav-container<?php if ($tmpTools->isHomepage()): echo "-hilite"; endif; ?> inner">
    <div class="header-nav">
        <h4 class="no-display"><?php echo $this->__('Category Navigation:') ?></h4>
        <ul id="nav" class="clearfix">
        <li <?php echo $homecls;?>>
					<a  href="<?php echo $this->getUrl('') ?>" title="Home" onmouseover="hideAllMenu();"><span>Home</span></a>
        </li>
        <?php $i=0; foreach ($this->getStoreCategories() as $_category): ?>
            <?php echo $jaMenuObj->extendDrawParentItem($_category, 0, false, $i); $i++; ?>
        <?php endforeach ?>
        <li class="level0" onmouseout="toggleMenu(this,0);" onmouseover="toggleMenu(this,1); hideAllMenu();  displayChildMenu('9999'); " >
        	<a href="#"><span>Morganite's Color</span></a>
        </li>
        </ul>
    </div>
    <?php echo $this->getChildHtml('topLeftLinks') ?>
</div>
	</div>
</div>

Hi! I removed red text from coding and " morganite’s color" was removed from menu, but not from HOME? if i browser other menus it will remove but when i click back home it will come again..

#12
Profile photo of David Tursic 0.00 $tone April 26, 2010
Public

Hello

I just bought jm_morganite magento template and I am facing one small but for my business, big problem. I would like to have my store in two languages (slovene and english). So, how can I integrate language choose in this template?

If I use default template, web-site runes ok with both languages, but with morganite I can not even choose a language. So, how do I do that?

Thank you
Regards

#15
Profile photo of Jason Hill 0.00 $tone August 26, 2010
Public

Hey guys…Absolutely love the template. Just what I was after.

One issue though. Trying to get the 4 modules at the bottom of the page to display.
I have followed the guide and added 4 static blocks but I cannot get them to display properly.

Only the first block displays and it displays at 100% width of the main body.

What have I missed ?

Thanks in advance.

Hilly

#17
Profile photo of Phil Maclachlan 0.00 $tone January 24, 2011
Public

Im having exaxctly the same issue..

ive added four static blocks and the content is displaying but no styling/surrounding divs etc..

I have checked the block ids match etc… but is there something ive missed?

#18
Profile photo of thangnn1510 0.00 $tone January 26, 2011
Public

Dear Flikstrr!

Please check your static blocks, view their html codes in admin. The html code for each block should has this structure:

Code:

<div class="ja-box-left" style="width: 25%;">
<div class="box">
<div class="inner clearfix">
<div class="head">
<h4>YOUR BLOCK TITLE</h4>
</div>
<div class="content"><img title="YOUR ALT" src="{{skin url='URL TO YOUR IMAGE}}" alt="YOUR ALT" />
<p>YOUR BLOCK CONTENT</p>
</div>
</div>
</div>
</div>

Hope this helps.

#19
Profile photo of Bihishta Ghafoori 0.00 $tone April 27, 2012
Public

Hi JA Developer

We bought JM Morganite. It is beautiful. But now I have two questions. First of all, When we use the search box, the first page of the search result is correct. However, when we click the second page or the following pages, it comes out one new page which reads "Minimum Search query length is 1" which means we can’t see the search results from the second pages. Another question is how to add the feature of mouse over enlarged images. Looking forward to your response asap. Thank you!

#20
Profile photo of Saguaros 0.00 $tone May 1, 2012
Public

Dear streamline,

#Regarding issue of search: Did you try to change to another value instead of ‘1’ in
Backend > System > Configuration > Catalog (in left panel) > Catalog Search tab > Minimal Query Length

#Regarding enlarge image: May I know which page you want to have this feature: category page of product details page. A snapshot of this will be better.

Thanks.

#21
Profile photo of Bihishta Ghafoori 0.00 $tone May 25, 2012
Public

Hi there,

Regarding the question of how to add the feature of mouse over enlarged images, we already figure it out. Now we have another question which is that the enlarged images can never cross the line between two pictures. That makes the enlarged image not big enough. Anyone has ideal about that? Also, our homepage sometimes mess up, even when we didn

#24
Profile photo of Saguaros 0.00 $tone May 29, 2012
Public

Hi there,

the enlarged images can never cross the line between two pictures

Could you show me this issue in your site? is there a link so that I can reproduce this issue?

#25
Profile photo of Saguaros 0.00 $tone June 8, 2012
Public

Dear streamline,

Did you add this feature? cause by default as in demo site we have not that function (hover image to view enlarged image).

#29
Profile photo of Saguaros 0.00 $tone June 15, 2012
Public

Dear streamline,

Is this an extension you installed ? or please tell me which code you use to develop this feature.I shall try to check this for you.

#31
Profile photo of Bihishta Ghafoori 0.00 $tone June 19, 2012
Public

Hi Saguaros,

It is not an extension we installed, just the code I modify and input as following, now the problem is, the enlarged picture can’t exceed the row of the product grid. We want it to be even big.

app/design/frontend/default/jm_morganite/template/catalog/product/list.phtml

<?php // Grid Mode ?>
<div class="listing-type-grid catalog-listing">
<?php $_collectionSize = $_productCollection->count() ?>
<?php $_columnCount = 2;
$numberchar = 80;
?>

<?php $i=0; foreach ($_productCollection as $_product): ?>
<?php if($i++%$_columnCount==0): ?>
<ol class="grid-row">
<?php endif; ?>
<li class="item <?php if($i%$_columnCount==1) { echo " first"; } elseif($i%$_columnCount==0 || $i==$_collectionSize) { echo " last"; } else { echo " center";}?> ">
<p class="product-image">
<ul class="hoverbox">
<li>
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($this->getImageLabel($_product, ‘small_image’)) ?>">
<img src="<?php echo $this->helper(‘catalog/image’)->init($_product, ‘small_image’)->resize(100, 80); ?>" alt="<?php echo $this->htmlEscape($this->getImageLabel($_product, ‘small_image’)) ?>" title="<?php echo $this->htmlEscape($this->getImageLabel($_product, ‘small_image’)) ?>" /><img src="<?php echo $this->helper(‘catalog/image’)->init($_product, ‘small_image’)->resize(200, 160); ?>" alt="<?php echo $this->htmlEscape($this->getImageLabel($_product, ‘small_image’)) ?>" title="<?php echo $this->htmlEscape($this->getImageLabel($_product, ‘small_image’)) ?>" class="preview"/>
</a>
</li>
</ul>

skin/frontend/default/im_morganite/css/color/green.css

/* hoverbox product grid pop-up */
.hoverbox {cursor: default; list-style: none;}
.hoverbox a {cursor: default;}
.hoverbox a .preview {display: none;}
.hoverbox a:hover .preview {display: block; position: absolute; top: 0px; left: 0px; z-index: 1; }
.hoverbox img {color: inherit; padding: 0px; vertical-align: top; width: 100px; height: 80px; }
.hoverbox li { color: inherit; display: inline; float: left; margin: 3px; padding: 5px; position: relative; }
.hoverbox .preview { border-color: #000 vertical-align: top; width: auto; height: 200px; }

#32
Profile photo of Saguaros 0.00 $tone July 4, 2012
Public

Dear streamline,

Please open this file: \skin\frontend\default\jm_morganite\csstheme.css at approx line 3172 (it maybe different on yours)

Code:

.listing-type-grid li.item, .products-grid li.item {
    float: left;
    overflow: hidden;           <<< remove this line
    padding: 10px 0 !important;
    width: 49.5%;
}

and let me know if I can be of further assistance.

#34
Profile photo of Bihishta Ghafoori 0.00 $tone July 9, 2012
Public

Hi JA Developer

We bought JM Morganite. It is beautiful. But now I have two questions. First of all, When we use the search box, the first page of the search result is correct. However, when we click the second page or the following pages, it comes out one new page which reads "Minimum Search query length is 1" which means we can’t see the search results from the second pages. Another question is how to add the feature of mouse over enlarged images. Looking forward to your response asap. Thank you!

Dear streamline,

#Regarding issue of search: Did you try to change to another value instead of ‘1’ in
Backend > System > Configuration > Catalog (in left panel) > Catalog Search tab > Minimal Query Length

#Regarding enlarge image: May I know which page you want to have this feature: category page of product details page. A snapshot of this will be better.

Thanks.

Hi Hien,

I appreciate your help. I tried the way you told me and then I found that the search issue is not because of the “Minimal Query Length”, but because the search target is changed when I click the second or following page! For example, if I search for 45, in the first page , it will show “SEARCH RESULTS FOR “45””. After I click second page, it will show “SEARCH RESULTS FOR “ “. Under that, it will show Minimum Search query length is 1”.
http://www.joomlart.com/forums/attac…7&d=1335890014
After I click 2 page.
Attachment 20918

for the enlarge image: I hope we can do on both pages. The products in the homepage and category page, even in every single product page.

Thank you very much!

Hi Saguaros,

Thank you a lot! As I post before, do you have any idea for the search issue? The issue page is http://www.streamlinefurniture.ca

#35
Profile photo of Saguaros 0.00 $tone July 12, 2012
Public

Hi there,

You’re using so old version of magento 1.4.1. I’ve tried in my local with magento 1.6 and it works properly. Please try to switch to the default template to see whether this issue persists or not.

#36
Profile photo of Saguaros 0.00 $tone July 20, 2012
Public

Hi streamline,

Apologies for this late response, if the search issue still persist with default magento, there must be problem with magento core. Did you try to post a thread in magento community?

#38
Profile photo of Bihishta Ghafoori 0.00 $tone August 13, 2012
Public

Hi Saguaros,

Sorry for the late reply. I misunderstood when you say the default template.Because we install this template directly through quick install. so I thought the default template means that there is nothing has been changed after install. Also, I searched a lot Magento Forum. None of them who use magento 1.4.1 has this problem. So could you please check that for us? Thank you!

#39

Please login or Register to Submit Answer

Written By

Comments