How to centralise logo between menu item in wordpress? - php

I would like to centralise logo between menu item in Wordpress dt the7 theme, is there any solution to solve this problem? Because currently the menu was using build in layout which is logo at the top and menu item at below.

I can't telling you exactly without seeing the problem, but you probably have to play with the line-height css property.
If you give us a clear example we will be able to help you more.

Related

My Mega-Menu is not showing on top of the Carousel

I am trying to get my mega menu on top of the carousel but it hides behind it. I don't know how to make it show on top.This is before adding carousel. This is after adding carousel from bootstrap. Mega Menu css. Mega menu Hover.
Please help.
I tried to see overflow and z-index and tried both of them. I don't know if i am doing it right or not. I want my mega menu to show up on top of the carousel.
A possible solution is to set the mega menu to position absolute, then set its z-index to +1. This will set the entire bar above out of the stack and move it above the carousel.
The other option is to move the mega menu data higher in the HTML page to give it higher priority. It would help to see the rest of the source code from the HTML index. Tell me how it goes!
My Problem is solved as i have given "z-index:5;" to all the "li" and "ul" element in the navbar. Now it is working.

Change CSS style according to URL

I have looked everywhere, but couldn't found a simple solution.
CSS would be best.
Basically I want to change the link css style according to the URL.
So, let's say, there are three menu items:
HOME (https://www.example.com)
PRODUCTS (https://www.example.com/products)
SERVICES (https://www.example.com/services)
I want that, when a visitor is ON https://www.example.com, the HOME link would be Blue.
All other - black.
When on /products, then PRODUCTS would be in blue and all others (HOME and SERVICES) in black.
Example below:
Any kind of help would be appreciated.
Thanks.
P.S. not on hover, but when a visitor is on the specific URL.
You should use Wordpress' menu system.
In that case, the active menu item will automatically be marked with class current-menu-item
Then you'll be able to style it differently than others with css
Detailed information on how to declare a custom menu area in your WordPress theme
https://www.wpbeginner.com/wp-themes/how-to-add-custom-navigation-menus-in-wordpress-3-0-themes/

Joomla theme where to modify certain parts?

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.

Magento navigation menu

I am trying to reorganize my navigation menu. I want it to have only one product page button and a couple of CMS pages. I don`t want any categories on it. I know how to put additional buttons to the menu, but if I try to remove the category the whole menu disappears. Any suggestion? I am runing the latest magento with a custom theme.
P.S. I tried to edit the top.phtml site but I am not very confident with coding.
Thanks
you can change menu as you want to customize and want to add your link
app\design\frontend\your_package\your_theme\template\page\html
add your link to topmenu.phtml
hope this will sure help you.
You can read this tutorial - Adding Page Links to the Main Menu

Need some help coding zen cart product layout

I am currently working on my ecommerce website. Having a lot of trouble and I do not know where can I start editing the positioning of the product lay out.
For example:
http://www.picaflor-azul.com/free-demos/index.php?main_page=product_info&cPath=1_4&products_id=2
Currently my product layout in page is like this.
What I would like to achieve is something like that:
https://jawbone.com/up
Something like the section of "Designed for everyday life"
I would like to place my product image on the right.
Currently because I have made the width of the page bigger, it was aligned on left. Is there any way I can do to make it center?
Is there any zen cart experts here to help? Because I do not know what file do I have to edit in order to achieve what I want..
You will need to edit the product info display template file to get the layout you want. It can be found under the templates folder in your custom template folder. tpl_product_info_display.php.
You can then style the elements on this page by modifying the main CSS stylesheet for your template.

Categories