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
Related
I have created few pages and posts in my site.
I am able to add posts to the menu.
I am unable to add pages to the menu.
Note: screenshot attached as image.
(The wheel is rotating but adding to the menu)
Workarounds: Deactivated plugins, Latest wordpress version.
Please suggest me solution or let me in which file i have to update side menu information of wordpress files.
I couldn't find a tutorial or hint regarding making a product image in the wordpress theme "uncode" clickable. when clicking on the product image, it only opens the image in full size but doesnt rather redirect to the details page.
I assume it isn't a big thing that needs to be changed/added, but finding it seems quite difficult, as I have no experience regarding this theme at all.
thanks upfront!
EDIT: What I am trying to find out, is how to make this (tutorial for another theme https://slocumthemes.com/2015/10/how-to-make-woocommerce-thumbnails-clickable/) for my theme, uncode.
can anybody help? I think I found the line of code in one of the php files, but I have no proper experience of php
You can override woocommerce template.
Create a folder named woocommerce in your uncode theme and further corresponding folders where relevant file is added in woocommmerce plugin. e.g woocommerce/templates/single-product/product-image.php.
In that overridden file you can customize the HTML i.e link your image.
this might be very easy question. I am trying to add a page and then have that page added to navigation bar and then i want that page to have all of my products and categories on the side. i dont have a lot of products so i thought it would help to have them all on one page. like a products page.
thank you
Check this module which is free to use.
https://webocreation.com/blog/show-all-products-opencart-module
Installation:
Unzip “Show+All+Products+Module.zip” in folder of your choice.
Upload all the files to the root folder to your server, no files are overwritten.
Be sure you have VqMod installed.
I am having problems trying to figure out how exactly i can edit a simple page of the website. I didn't initially create it so i am given the task of trying to understand someones code. So the problem is... i am trying to change the simple font colour on the front home page, but i cannot even find the CSS file on magento or Wordpress so i'm kind of confused. I want to change the white font colour to black.
Do i just log in with FTP and edit the pages manually on there? Please give me some information on how i can go about editing any pages at all.
Wordpress
Wordpress have /wp-content/themes/ for a directory which stores all instaled themes (downloaded or created by you). You can edit everything of a theme there. The default stylesheet file in wp's /wp-content/themes/[yourtheme]/style.css. Attention: this CSS file can import another from somewhere else.
Finding the style
You can find the ids and classes statements just positioning the mouse over the element that you want to discover what is influencing it, right button click and select Inspect Element if in Chrome or Mozilla. An add-on to help is Web Developer.
Possibly useful links: http://ithemes.com/tutorials/ ; http://mcbuzz.wordpress.com/wordpress-tutorials-complete-list/ ; http://themeshaper.com/2009/06/22/wordpress-themes-templates-tutorial/ ; http://line25.com/articles/15-tutorials-to-help-you-build-wordpress-themes
Web developer
Mozilla | Chrome
#edit Yes, you can edit via FPT or SSH connection ;P
In wordpress you should check in settings->reading what the front page is set to and css changes can be done in the theme folder wp-content/themes/theme_name/ and for magento the css is usually in /skin/frontend/package/theme/css. or somewhere close depending on the template.
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.