Add link in Magento menu - magento

I am trying to manually add a link in my menu but it won't work. Here is what I tried : I edited navigation/top.phtml in my theme folder but it won't change anything. I also tried to edit navigation/top.phtml in my "base" folder without success. Any idea of the right file I have to edit to get my hand on this menu ? Thank you in advance for your help.

I hope the below link will helps you.
http://www.webdosh.net/2011/03/adding-links-to-top-menu-of-magento.html

Related

How do I get to see the contents of my just made .plist?

I just made a new file: "VideoNames.plist". Usually the template is shown in the editor. But it is showing up empty. Before updating to Xcode 13.3 I did not have this problem.
When I go and look up the file, the template contents is there.
So how do I convince the editor to show it in plist or xml format?
Thanks in advance.
Got it!
It turned out that I accidentally had tapped the Enable/Disable Code Review button. Tapping it again brought back my .plist as well as several other missing windows, like fx Assets.xcassets.
Thanks anyway! I appreciate all the good answers, I have found here on this site.

How to Remove or Edit View on setting menu in odoo version 10

Actually, I want to edit view or remove in setting menu if possible. But I don't know how to do it. I try to find it in XML views for inherit but can't find.
If it is possible then how?
Thank you in advance...
You can find menuitem for Settings/Dashboard here : addons/web_settings_dashboard/views/dashboard_views.xml
and templates :addons/web_settings_dashboard/static/src/xml/dashboard.xml
and js file : addons/web_settings_dashboard/static/src/js/dashboard.js
If you want to hide menu Dashboard, just create a group named 'Hidden' and assign that menu into this group. And give users no access to this group.
Hope it will help you.

Magento: “Add New Set” button in “Manage Attribute Sets” is not visible…

For some reason the "Add New Set" buton is not visible in the "Manage Attribute Sets". Hope someone can help with this...
I have tried everything... gone through all settings... nothing seems to be wrong... Desperate as I was, I even made a complete reinstall on a clean site (and DB)... Same issue...
The "default" set is empty, and there are no unassigned attributes in the list... I think it's weird... (see attached images)
Anyone have an idea of what(if) I'm doing(something) wrong? Everything else seem to be working ok!
(thanks in advance)
Mike
The issue is because there is template files missing in magento 1.9.2.3 version adminhtml catalog directory.
You will need to add the files from magento old version manually to make the attribute section work properly. you can find more detail here:
magento attribute set missing button

Cannot disable button in front-end for joomla 3.1.5?

I'm having issues removing this button icon from my joomla site.
I went to the article options and selected Hide/no for all the options and yet this icon does not dissappear. The full site looks as follows.
Does anyone know how to remove this icon? Can someone kindly assist?
When you click on the button you get the following options.
I was searched for a solution for the same issue you had when I found your question. The solution I took was a template overwrite, which removed the edit button for me. You need to change the com_content/article/default.php file and change the line:
$canEdit = $params->get('access-edit');
to
$canEdit = false;
A more detailed explanation can be found in the source here. This solved the issue for me.
These links are all control in Global Configuration > Article Options. If you have them set to off, then you need to LOG OUT of the admin and then look at your page. They will be gone at that point.

how to hide category name in joomla?

I'm working on a website based on joomla and I have to delete or hide the category under the slider, but can't figure how. I find it funny it appears here http://ozonoterapie.geromaslan.ro/index.php/2-uncategorised/4-cum-este-administrata-ozonoterapia and on another page, but on the others no.
Can you please help me fix this?
Check this: http://www.publishyourarticles.org/joomla/general-question/best-way-to-hide-category-title-for-any-page-in-joomla.html
Hope it works for you

Resources