I have downloaded and installed OpenCart v1.5.2.1. Now I'm using the default template in there.
I want to add some extra elements like side menu bar to that template.
How can I achieve this? How can I add new elements to my current template according to my requirements?
you should check this link
or
you could buy the book titled Opencart 1.4 Template Design (but this for version 1.4 only)
For side menu bar go to Extensions > Module > Category(edit) then add module and choose which ever page you like to show and where at top, right, left and bottom and save the menu.
Logon to Admin Panel and select:-
Extensions -> Extensions ->
select 'Themes' from the extension type drop down menu
click on the Edit button of your Default Store Theme and from the General Tab select the desired Theme from the Theme Directory drop down menu and save it. Clear the Modifications from Extension -> Modifications. That's all.
Related
I am using the latest WordPress version (5.2).
- I replaced old version wp files with the latest(wp-admin, wp-includes, root files).
- No plugin activate.
- Using the Default Theme.
The issue is when I add pages or anything in the menu and then save the menu, randomly menu item disappear, re-order the child menu and delete parent menu.
Before Saving menu - http://prntscr.com/npngof
After saving menu - http://prntscr.com/npngx4
I have set max_input_vars 1000 but still not working.
It seems like an issue should be in the database. It's just my assumption
Does anyone have any solution?
You can call that page using custom link else you have to call it by Primary Menu
I am pretty experienced with wordpress but having a hard time modifying some areas of Joomla templates,
the template is,
http://demo.joomla-monster.com/177-jm-web-development
I have already installed it and can access it administration area but I couldn't be able to find the area where I can modify the footer links , or slide show images under "our latest releases..." heading or the news in the left widget.
I have looked under Extensions -> Template Manager to modify the widget or footer but there is no such option.
Can anyone guide me ?
Your template has a position, see what position is the element that you want to edit.
http://demo.joomla-monster.com/177-jm-web-development
Look for the module in this position and edit it (for the banner). Menu footer likely to be edited in the "MENU", module in this position only displays menu items.
basic joomla https://docs.joomla.org/Portal:Administrators
You can also find the module position by adding ?tp=1 to the end of your URL. For example, if you are looking to edit a module and not sure what position it is just go to http://www.yoursite.com/?tp=1 and it will outline the name of your module positions.
To edit the footer links directly, if you go to menus, there should be a menu called "Footer Links" or something like that. You can modify/create links there.
I am implementing a new website with customized theme. I have added menus(structure-> Add menu) but its displaying only in the default theme.Its not appearing in my theme.How I can show the menu in customized theme
theme: I changed one html file to theme
drupal version 7.22
all menus are blocks and are displayed in regions of page
go to /admin/structure/block and put your menu block in proper region since different themes have different regions
Use ready module it will help to customize menu easily and also allow for multiple level menu
Nice menu
I am new to magento and I am interested in changing the menu from a magento website. I have installed the magento classic theme, I need to rename the 2 buttons from the main menu (Home and Products).
I've tried modifying some files from app/design/frontend/default/f002/template/page/html, but it didn't work. Any help is appreciated.
I have the community version installed.
Edit:
It was really makes me astonished! However I installed this theme only for you and observed that it was by default menu.Ok NO problem just change the menu name here
open the file app\design\frontend\default\f002\template\page\html\topmenu.phtml and rename as you wish .See the image
And I want to tell you how to know that form which file this menu comes.It is very easy to detect in Magento. Just follow the few images!Please save the images at first or drag and drop each image into the new tab browser to see the actual image for more clear!
Go to the main page (frontend) page
I am new to Social Engine. I am trying to add a custom menu item that will work with jQuery.
But I need to understand where is the file or files to edit in order to apply these changes.
Can anyone tell me how the Social Engine core is organized?
How do I find the files that control and generate the menu items?
Go to Control panel > Layouts > Menu editor and add new menu items to existing menus. From the same page you can also create new menus and later add them to any layout using the layout manager.
You should be able to add jQuery functionality to any menu by editing a suitable view file. Like if you want your jQuery to be available site wide then you can edit application\modules\Core\layouts\scripts\default.tpl and other layout scripts on that folder.
You can also create menu plugins. Take a look at this table on database- engine4_core_menuitems. You can see some menu items have corresponding classes. Find out those classes in SocialEngine and try to understand how they work. You can add conditions, small javascripts using these classes and this is recommended way to work with SocialEngine menus.
go to admin(control panel)
Layput
Menu Editior
As mentioned previously, we recommend editing menus in the Menu Editor which can be found in the Admin Panel > Layout > Menu Editor. For detailed instructions, please see: http://support.socialengine.com/questions/217/Admin-Panel-Layout-Menu-Editor
You can view the below mentioned video URL to understand the working environment with Socialengine Menu through admin user :
https://www.youtube.com/watch?v=Frc5U6iB_wg
need to click on Control panel then Layouts then Menu editor and add new menu items to existing menus. From the same page you can also create new menus and later add them to any layout using the layout manager.