Hello MT team,
I am really enjoying MT Yoming, but faced a few issues with MT Slideshow added to it. I've read the posts before asking, no prevail:
My installation is Magento 1.6.2 (test instance), we have installed MT Yoming theme (acquired through Themeforest) on top of it and then MT Slideshow. We did not use the quickinstall procedure on MT Yoming theme for it would have installed a previous Magento release. (test instance: http://ec2-177-71-167-10.sa-east-1.c...amazonaws.com/). (The instance is populated, we rather not reinstall via the quickinstall package.)
Our intention was to have the same layout of the quickinstall package, that is mt_slideshow on top of mt_banner, out of the content area and covering the whole window.
So, after installing MT Slideshow on top of MT Yoming, we have a MagenThemes->MT Slideshow tab at the backend. The Manage Slideshow part works, but if we choose MagenThemes->MT Slideshow->Configuration, we have a 404. (Issue #1). Although we do not access Configuration, it seems that the slideshow is present on Top-Content position (descriptions are visible there, not the pictures).
And what would the required changes to have the same layout of the quickinstall package, that is the slideshow running on top of mt_banner and not on the content area? (issue #2).
Keep on the good work,
Best regards,
Marcelo
Results 1 to 6 of 6
-
04-25-2012, 01:10 PM #1
Unlicensed member
- Join Date
- Apr 2012
- Posts
- 6
- Downloads
- 1
- Uploads
- 0
MT Yoming + MT Slideshow - No access to Configuration and Layout issue
-
04-26-2012, 05:57 PM #2
Hi,
Could you please show me your site url (I can't access the test instance url) and the administrator information of this site. I will take a look at this. Please use PM system to send me these information!
Best regards,
Linh
-
04-27-2012, 04:02 PM #3
Hi,
I see the configuration page is work now (backend) and the slideshow has been shown on frontpage.
But it seem that your folder "/js/MagenThemes/mtslideshow/timthumb" is not able to write public, please try to chmod it to 777 then refresh your homepage.
Best regards,
Linh
-
04-27-2012, 05:04 PM #4
Unlicensed member
- Join Date
- Apr 2012
- Posts
- 6
- Downloads
- 1
- Uploads
- 0
Lihn,
Thank you, the backend is really OK. I also did chmod 777 that folder.
But the position of the slideshow is still not quite like MT Yoming's quickstart package. The slideshow is positioned on top of the content area, below the mt_block. On the MT yoming quickstart pack it is on top of the mt_banner block. How do we do that?
Intended position as on the quickstart package: http://ec2-177-71-161-181.sa-east-1....amazonaws.com/
I left block and templates names hints on.
Best regards,
Marcelo
-
04-28-2012, 02:16 AM #5
Hi,
Please check the configuration of mtslideshow (Admin panel -> MagenThemes -> MT Slideshow -> Manage Slideshow then click to the slideshow item you are using)
Check the "Position *" param and make sure you have set it to "Top content" position!
Then please open the file: app/design/frontend/default/mt_Yoming/layout/page.xml
Find
Replace it byCode:<block type="core/text_list" name="mtbanner" as="mtbanner"/>
Open file: app/design/frontend/default/mt_Yoming/layout/mtslideshow.xmlCode:<block type="core/text_list" name="mtnewslide" as="mtnewslide"/> <block type="core/text_list" name="mtbanner" as="mtbanner"/>
Find
If it does exist, it is ok, other wise, please show me your mtslideshow.xml file.Code:<reference name="mtnewslide"> <block type="mtslideshow/content_top" before="-" name="mtslideshow-content-top" template="magenthemes/mtslideshow/content.phtml" /> <block type="mtslideshow/content_bottom" after="-" name="mtslideshow-content-bottom" template="magenthemes/mtslideshow/content.phtml" /> </reference> <reference name="left"> <block type="mtslideshow/left_top" before="-" name="mtslideshow-left-top" template="magenthemes/mtslideshow/left.phtml" /> <block type="mtslideshow/left_bottom" after="-" name="mtslideshow-left-bottom" template="magenthemes/mtslideshow/left.phtml" /> </reference> <reference name="right"> <block type="mtslideshow/right_top" before="-" name="mtslideshow-right-top" template="magenthemes/mtslideshow/right.phtml" /> <block type="mtslideshow/right_bottom" after="-" name="mtslideshow-right-bottom" template="magenthemes/mtslideshow/right.phtml" /> </reference>
Open file: app/design/frontend/default/mt_Yoming/template/page/2columns-right.phtml
Find:
Replace it by:Code:<?php echo $this->getChildHtml('mtbanner') ?>
Best regards,Code:<?php echo $this->getChildHtml('mtnewslide') ?> <?php echo $this->getChildHtml('mtbanner') ?>
Linh
-
04-30-2012, 04:15 PM #6
Unlicensed member
- Join Date
- Apr 2012
- Posts
- 6
- Downloads
- 1
- Uploads
- 0
Linh,
Thank you for the reply.
- app/design/frontend/default/mt_Yoming/layout/page.xml was already as intended.
- app/design/frontend/default/mt_Yoming/layout/mtslideshow.xml was missing.
- app/design/frontend/default/mt_Yoming/template/page/2columns-right.phtml was already as intended.
After creating mtslideshow.xml and adding that content (with xml, layout and default tags) and tweaking the theme css, it seems to be working. I will apply to the production instance - I believe it will be OK.
Thank you very much,
Marcelo


Reply With Quote
