Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #10035904
    PATRON54
    Participant

    I 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/xxsmqh

    But 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.8
    #10035909
    Support
    Keymaster

    Hello, 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


    #10035917
    PATRON54
    Participant

    It was perfect thank you.
    There is one last mistake.

    How to get the blank in the picture?
    https://prnt.sc/xz37da


    #10035919
    Support
    Keymaster

    Hello,

    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


    #10035922
    PATRON54
    Participant

    I wanted to narrow the background. (dark bg)


    #10035924
    Support
    Keymaster

    Hello,

    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-4 like 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


    #10035927
    PATRON54
    Participant

    Thank you.


    #10035935
    Support
    Keymaster

    Hello,

    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


Viewing 8 posts - 1 through 8 (of 8 total)

This topic is marked as "RESOLVED" and can not rceive new replies.