Close

Profile: konstantinoskok

Avatar

User posts

7 years ago

Thank you for your help.

I want that sidemenu to have it in specific topics it's about information for the store such as aboutUs, History and so on.

yes i adjust the styling and i have the result which i want without touch any javascript part.

Thank you!

With Regargs,
Konstantinos

7 years ago

Hello and Happy New Year,

I use Tiffany's Template. What I have done so far is to create a new menu by declare it in a specific widgetzone and after that through the plugin I add Menu Items Topic Pages with subpages (drag and drop) and in General Settings I choose Show DropDowns on Click. It works in a way but I have to show it in specific pages and not to all topics.
So inside the _ColumnsTwo.cshtml I add the next part

if (controllerName == "Topic")
            {
                
                <script>
                    $('.block-category-navigation').remove();
                                   </script>
//That's because it shows me the category-navigation menu in left side
                <div class="block block-category-navigation sideinfo">
                    <div class="listbox">
                        @Html.Widget("topic_navigation_menu")
                    </div>
                </div>
            }


* topic_navigation_menu is my widget

Is there another way by using this template or to continue what i have done so far?

Thank you in advance!!

7 years ago

Hello I would like to ask if I can create a vertical menu in left side, like Gategories but to use Topic Pages with submenu too. The Topics will be pages which will have content for the company website like profile, history etc.

Is a way to do something like that?
Thank you in advance