accordion shrink

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10035859
    PATRON54
    Participant

    Hello support,
    I use accordions menu on the home page. ( same page-faq.html )
    https://prnt.sc/xrsk1l
    I want to use both side by side. (accordion and customer comments)
    How do I reduce the width and get it to the left?
    (Same default accordion)
    But I don’t want to use it. I need FAQ it inside


    #10035861
    Support
    Keymaster
    This reply has been marked as private.
    #10035866
    PATRON54
    Participant

    accordions menu done..

    Other problem;

    I use ajax portfolio.

    I want to change the portfolio html file path.

    Example; portfolio-ajax-load-more-2.html to urunler.html

    examples.portfolio.js

    I’m changing line 478 of this file, but it still doesn’t work.

    ` ajax_url = ( self.$wrapper.data(‘ajax-url’) ) ? self.$wrapper.data(‘ajax-url’) : ‘ajax/portfolio-ajax-load-more-‘;


    #10035871
    Support
    Keymaster

    Hello,

    I saw you already marked this topic as resolved.

    But here’s the solution for change the ajax file name:

    Change the HTML of portfolio load more wrapper like the example below:

    <div id="portfolioLoadMoreWrapper" class="row portfolio-list sort-destination" data-sort-id="portfolio" data-total-pages="1" data-ajax-url="urunler">..........</div>

    * Note the data-total-pages="1" data-ajax-url="urunler". The total pages 1 is needed if you will have just one ajax file to load. If you want more files you should duplicate the ajax html files to urunler.html, urunler-2.html, urunler-3.html, etc… And change the data-total-pages="xx" with the number of pages you created.

    We hope this helps and clarify!

    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


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

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