Logo footer and submenu questions

Posted in: Newspaper
Post count: 98

Hi,

1. How can I center the footer logo on footer-logo-wrap? My page is wwww.thehikers.ro .

2. I have a menu item named Sights to see. It have as subcategories Hike and Karst until now. And each subcategory have own subcategories too. For example Hike have Neamt and Harghita (counties).

It’s possible to have submenus? For example when put mouse over Sights to see to show All, Hike and Karst. Whwn put mouse over Hike to see another meniu with Neamt and Harghita?

If not how can I display on meniu just ALL, Hike and Karst without sublists.

Thanks for support.

Post count: 22421

Hi Nicolai,

1. You can use this css to align the footer logo:
.footer-logo-wrap{
text-align:center!important;
}
result: http://screencast.com/t/De1HE5x2ui

2. Unfortunately the mega-menu does not work with sub-menus. It will grab every sub-category of the main one (including level 2 sub-categories). This is the way it was created. Unfortunately there are no option is this matter. There is a way to do it, but it involves editing the theme files. you can edit this file like so:
http://screencast.com/t/6tWO1mO5ecko
Now it will only show the parent category and no child categories.
before: http://screencast.com/t/RmM1wzCxO2 after: http://screencast.com/t/0NQt6ysm4C

I hope this helps.
Thank you!

Post count: 98

If I will display just parent as you propose on point 2 and I will click on Hike item then next page http://www.thehikers.ro/category/sights/hike/ will be displayed.

My question is can I change items from LATEST drop meniu with my own? Neamt, Harghita etc? If is possible can have different items on LATEST drop-menu for different parents? Some for HIKE, anothers for Karst.

Thanks for support!

Post count: 22421

Hi,
Unfortunately this will not be as easy to do. The whole dropdown will have to be modified. Basically it’s easier to create another dropdown altogether and remove the existing one. Unfortunately we have no easy solution to provide. It will have to be hard-coded.
If you want to modify the existing dropdown you will have to modify it in these 3 files:
http://screencast.com/t/2xIby88Jsxxhttp://screencast.com/t/HNNy6oIrhttp://screencast.com/t/NRcKBOzsJo5f
Unfortunately we cannot offer any custom work. We try to help out with smaller tasks but this will not be so easy to do.
Thank you for your understanding.

Post count: 98

Hm, another thing I can try is that when I will click the county link to open a page where to list all my sub-categories.

Alike http://www.ghiduldrumetului.ro/category/judetul/ but instead to all posts to have links to Iasi, Bacau, Neamt, Harghita etc.

Can be done with theme?

Thanks!

Post count: 22421

Hi,
You can do that by creating a custom link in your menu and adding the link to a page you create or you can use 301 redirects to redirect the links to a category page. This can be done either from htaccess or with plugins.
Another thing you can try is a page mega-menu where a page will be shown when a menu item is hovered so you can style the page as you want in visual composer and add custom links to it and custom menus: https://forum.tagdiv.com/page-menu/
I hope this helps.
Thanks.

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.