Magento layout block - magento

i changed the images directly in the coding of the home page in the panel
and now its showing on the home page only before doing this it was showing on every product page any help will be appreciated.
Home Page - Screenshot
Product page - Screenshot

I think in homepage you have used 2columns-left layout and for product detail page 2columns-right layout, so you have to check into both layout's phtml file and check if anything(e.g. cms-block) missing for product detail page.

I think this is cms block which are calling on different positions first find block id for this and from admin disabled that block if you want to remove it thanks

Related

review summary box in magento - layout issue on different pages

any ideas why the review-summary box looks different on my products-detail-page than on review-page?
I also need to enter some extra stuff on product reviews page, like a link back to the product page. Im not shure which template file / xml has to be changed as I already changed the view.phtml and had minor success on the reviews-page with that.
any ideas?
Summary on a product details page
Summary on reviews page

adding slider in magento to cms page

{{block type="bannerslider/default" name="bannerslider.bannerslider" template="bannerslider/bannerslider.phtml" bannerslider_id="your_bannerslider_id"}}
I am trying to add a slider using the above code, to a cms page in Magento.
My banner id is called mySlider, so have done:
{{block type="bannerslider/default" name="bannerslider.bannerslider" template="bannerslider/bannerslider.phtml" bannerslider_id="mySlider"}}
Nothing shows.
I saw that someone recommended setting each banner to the day before it was creating but that didn't work either.
You should copy module files to your current template files. So that you have bannerslider/bannerslider.phtml in your templates folder.
Also look if slider is active and with slider content.
You should use the banner ID which is the number in the first column in the admin panel (under the section for managing the slider). What you are using now is simply the title.

I change the footer on Magento, but it only apply to the homepage

I am using Magento, I change the footer by click "CMS/Static Blocks/Footer Links", but this change only apply to the home page, how do I make this change apply to the whole website?
Your homepage can youse one layout, and all of other pages can use different layout. For example: homepage has 1-column, and other pages - 2columns-left. First - go to CMS->pages->homepage. Open design tab and check, wich layout use your homepage. Second, in design tab, in xml-update can be overrided a homepage template. So you will code only home page template, and it will no affect other pages. If so - figure out, wich template is used on other pages (f.e. 2-columns-left.phtml), and change it too.

Compilation renders my home page content blank

I want to enable Compilation on our Magento website, but when I enable it, I get blank content for my home page. It stops rendering before outputting the menu. Category and product pages seem to be fine.
We use the Mercado theme, and the home page uses a HomepageGrid block which is a CMS page.
Could anybody provide some insight?
Thanks
all you have to do is to check your error log. blank page means php error, and your output configured into error log, not screen. possible places to look: path_to/magento/var/log/ files system.log and exception.log. or /var/log/ and folders httpd/error_log etc. looks like you have some module like featured products or other custom stuff on front page, check your CMS > Pages > Homepage content. thank you

Product admin image tab location in magento

Where is the product admin image tab located in magento? I want to use grid of images.Or give me the path where the tabs (prices,General,images etc) are added to product tab list.
Thanks in advance.
If your speaking of code (am i right?)
Take a look at the class Mage_Adminhtml_Block_Catalog_Product_Edit_Tabs. The tabs are created in the _prepareLayout() method.
The image Tab is handled separately with the Mage_Adminhtml_Block_Catalog_Product_Helper_Form_Gallery_Content and is added to the product edit page via the Mage_Adminhtml_Block_Catalog_Product_Edit_Tab_Attributes::_getAdditionalElementTypes() function

Resources