- This topic has 7 replies, 2 voices, and was last updated 5 years, 5 months ago by
Support. This post has been viewed 962 times
-
AuthorPosts
-
February 1, 2021 at 9:35 am #10035904
PATRON54
ParticipantI categorized the products. I have 3 categories
1-Yerli kömür 1.Categori (6 item)
2-İthal kömür 2.Categori (7 item)
3-Torba Kömür 3.Categori (6 item)I have saved these products in an HTML file. (No ajax html)
My problem is;
I want to link to other categories.
Example: https://prnt.sc/xxsmqhBut I just want it to go to other category links.
I don’t want to show all products on the same page.When I try to add a category title and link it, it doesn’t show the products and the theme breaks.
Can you please give a sample page code?
NOTE: It is okay if we do not give a link to the first category name.I am using this page.
https://www.okler.net/previews/porto/8.3.0/portfolio-sidebar-sticky.html
Template Version: 3.8February 1, 2021 at 11:08 pm #10035909Support
KeymasterHello, to add a simple menu to navigate to another pages you can use this HTML:
<ul class="nav nav-list flex-column sort-source mb-5"> <li class="nav-item"><a class="nav-link" href="your-page.html">Category 1</a></li> <li class="nav-item"><a class="nav-link" href="your-page.html">Category 2</a></li> <li class="nav-item"><a class="nav-link" href="your-page.html">Category 3</a></li> </ul>
Please try that and let me know if you need further assistance.
Kind Regards,
Jonas
February 2, 2021 at 12:11 am #10035917PATRON54
ParticipantIt was perfect thank you.
There is one last mistake.How to get the blank in the picture?
https://prnt.sc/xz37da
February 2, 2021 at 12:32 am #10035919Support
KeymasterHello,
Great the issue is now resolved!
Regarding new question, please try changing the columns to:

Please try that and let us know if you need further assistance.
Kind Regards,
Rodrigo.
If you are satisfied with Porto HTML and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads
February 2, 2021 at 1:40 am #10035922PATRON54
ParticipantI wanted to narrow the background. (dark bg)
February 2, 2021 at 6:18 am #10035924Support
KeymasterHello,
By default this is not possible.
But maybe the custom CSS code below should do the desired effect:
@media(min-width: 992px) { .dropdown-mega > .dropdown-menu { max-width: 1000px; right: 0 !important; left: auto !important; width: 100% !important; } }Also change the HTML columns to
col-lg-4like in my last reply for you.Please try that and let us know if you need further assistance.
Kind Regards,
Rodrigo.
If you are satisfied with Porto HTML and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads
February 2, 2021 at 11:51 am #10035927PATRON54
ParticipantThank you.
February 2, 2021 at 11:41 pm #10035935Support
KeymasterHello,
Great! 🙂
If you are satisfied with Porto HTML and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads
-
AuthorPosts
This topic is marked as "RESOLVED" and can not rceive new replies.