Magento 1.7 CE, Admin layout messed up when editing a product - magento

I am currently using magento 1.7 for my website http://tuicoach.vn
This is my first post after searching all posts for this issue. I have modified the frontend including style.css in my skin (display:none for Vertical nav in sidebar) & product List style to remove Compare & Wishlist.
Other than this, I didn't touch anything on admin folder. Is there any reason why I got like the attached when I select a product to edit?
The main editing area now got inside the sidebar navigation for admin.
Much appreciate. I am fraid I have to completely reinstall.
http://i270.photobucket.com/albums/jj85/dinhung85/magento_zps0375d89f.jpg
I cannot post images so I put the link here to help explain the situation.

Related

Magento 2.2.3 Top category menu suddenly disappeared

Sorry in advance I'm not very familiar with Magento.
I am working on a Magento Web Shop and one day the top navigation, where you can open the categories, just disappeared. I tried searching in the vendor folder for the Block or templates for it but no success there. Didn't find a solution in the Admin panel as well. Searched in Google, but the only thing I found was about Varnish, which I'm not using.
I'm open to any suggestions and questions.
Look in Vendor/magento/module_theme/view/frontend/layout/default.xml
remove ttl="3600" from
This happens on sites without ssl (local?)
Preferably you make a child theme first and put the catalog.topnav section in the default.xml of your theme otherwise you have to repeat this with every update..

Magento navigation menu but not added as Category

I am very new in Magento.Actually we have a client who has purchased a Magento theme and top navigation of theme is displaying some menu links like delivery,Contact Us and these are not added as Categories.May be hard coded in the theme.Can anyone tell from which file these links are appearing so that i can edit them.
Use template path hints to find out where they are.
http://www.pauldonnelly.net/magento-turning-on-template-path-hints/

Home Store View and Editing Home Link in Magento

I'm not a web designer/coder but a friend had a designer quit on him and is needing some help getting his website up and running.
Website is www.wilfrednewman.com
They are using magento 1.7, blanco theme.
I'm wondering a couple things:
1) How to edit the first item of the menu (Clothing that leads to coming-soon.html). In the CMS Static Blocks he has page-menu defined which is where the other links are generated(bespoke,wedding,about,press,store), but Clothing is not there. I just don't know where to edit Clothing.
I can go through the tutorial and see how to make nav_block1 for blanco ( http://www.techturn.com/TT/Blanco_Magento_Theme.pdf ), and I have successfully done that. It just adds a link to the end of the menu he already established. I think I could likely follow that to add all my links, but I just don't know how to edit the first link so it doesn't matter
2) How do I get a "storefront" view. Just some basic store-front that has the newest products listed? That's what I would want Clothing to link to.
Googling these problems generally brings me the wrong solutions, such as editing the Home button in the Magento Navigation, so I can't find the solution for what I need, so I'm sorry if this is common but I'm just not googling the right thing!
To Edit Clothing link,
app/design/frontend/default/blanco/template/catalog/navigation/top.phtml. I think he had added page-menu here. Kindly check.
If you want to display products in clothing link, Add the below line in CMS Page (coming-soon).
Please change the category_id as you want.
{{block type="catalog/product_list" category_id="xx" template="catalog/product/list.phtml"}}

Why wouldn't a category menu be displaying on a magento theme?

I'm trying to set up a dynamic menu in a Magento store (v1.7 community edition with the hellowired theme) and can't figure it out why on earth is not being displayed on my home page.
I don't know if there's a mistake in the call on the .phtml files of the theme or if I'm missing some configuration. I have already configured it as described in the theme's documentation and set several products and I'm still not seeing the menu displayed.
If I hard code the category call, it works fine, but it's just a workaround since I need it to be dynamic.
Turns Out for the theme I was using (The Hellowired one, but it appears to apply to several) it was required to set-up all categories under the Default Category. This question was answered to me by an admin of the theme site.
Make sure that the flag Is Active and Include in Navigation Menu set to "YES" from admin panel under General Information Tab in Catalog->Manage Categories.

magento page not display properly

I install magento on the server with default theme, then I put in a category and a product to see how it works, I found out the detail page doesnt layout right and no pictures on it only plain texts. I change to other themes and reindex / refresh coach and none of them helped, the magento is fresh install and nothing change beside adding some theme and product.
I would reinstall if it isn't a huge problem. Something must have gone wonky.

Resources