Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #404175

    Hello, I would like to know how to make just the same sort by as in this link:
    http://kriesi.at/theme-overview

    I need custom sort buttons with custom text and count just like in Kriesi main page.

    I need to use this filter on portfolio items. Please help! :)

    Thanks! :)

    #404599

    Hi rfrbase!

    Please see Kriesi’s post here – https://kriesi.at/support/topic/kriesi-logo/#post-161892 and please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/

    Regards,
    Yigit

    #404602

    Hello Yigit, you might have misunderstood me, I don’t need any modifications with logo, I need these nice sort by buttons separated from standart Portfolio. I am talking about these buttons with counters: “All themes”, “Best seller…”, “Blog…”, “Business” and etc… Maybe wrong link you gave :)?

    #404610

    Hey!

    I understand the changes you would like to make. In the first link i posted, Kriesi talks about the changes on Kriesi.at site and that he will share features over time, also he mentions “In addition to that most of the stuff is really tailored to my theme only and is not very user friendly to use or set up.”.

    Regards,
    Yigit

    #404756

    Ok, I see the problem, then please point where can I modify the look of the Portfolio Sort by section? For example in this case:
    http://teracorp.eu/porfolio/
    I am talking about the just below heading line:
    All
    All/E-Shop/HTML/Joomla/Wordpress

    I made it to appear in the center, could you please help with further modification? Or it is CLASSIFIED too? :D

    #404765

    For example how do I make display count in brackets?
    Now: All 19 /E-Shop 1 /HTML 1 /Joomla 8 /Wordpress 9
    I need: All (19) /E-Shop (1) /HTML (1) /Joomla (8) /Wordpress (9)

    What do I have to add to this code? .av-cat-count{display: inline; }?

    #405101

    Hey!

    Please go to Enfold/config-templatebuilder/avia-shortcodes folder and edit portfolio.php file as needed and you can add your custom CSS code to Quick CSS field that is in Enfold theme options > General Styling tab

    Best regards,
    Yigit

    #515445

    Hi rfrbase,
    It looks like we get into the same pitfall. We need a nice portfolio sort.
    Would you please support my request.
    https://kriesi.at/support/enfold-feature-requests/
    Kind regards
    Tomasz

    #516229

    Hey!

    The OP should be notified via email. If you can open a new thread and provide a screenshot of the modifications that you like to do, we’ll try our best to help. This is Kriesi’s css modification in the sort container:

    #top .sort_width_container {
        background: transparent url(/wp-content/themes/kriesi/images/small-banner1.jpg) top center no-repeat;
        width: 146%;
        left: -23%;
        margin-top: -50px;
        padding: 35px 50px 15px 50px;
    }
    
    .sort_by_cat {
        width: 90%;
        display: table;
        height: 120px;
        table-layout: fixed;
        margin: 0 auto;
        max-width: 800px;
    }
    
    #top .sort_by_cat a {
        display: table-cell;
        float: none;
        vertical-align: top;
        text-align: center;
        position: relative;
    }
    
    #top .av-cat-count {
        position: relative;
        display: block;
        height: 60px;
        width: 60px;
        line-height: 57px;
        display: block;
        border-radius: 100px;
        text-align: center;
        margin: 0 auto;
        font-size: 13px;
        font-weight: bold;
        background-color: transparent;
        background-color: rgba(255, 255, 255, 0.2);
        border: 2px solid #FFF;
        color: #FFF;
    }

    You might need to modify the portfolio.php file for the category count.

    Cheers!
    Ismael

    #516408

    Hi,
    Thank you for your response!
    I am not sure who is “OP” but I assume it is a good information :)
    What I want to do is soemthing close to this: http://kriesi.at/theme-overview
    I had a thread already: https://kriesi.at/support/topic/sortable-portfolio-style-the-categoriesfilter-list/#post-515240

    As fas as the code you have sent to me is concerned. I used it and it gives progress. I managed to see the backgraund photo, category titles are centered, but they are on white sguare (scereenshot attached). Also the circles above Category Titles do not appear.

    There may be some other settings important in Enfold Child “Maximum Container width in General Layout/Dimensios.

    Thanks for your great support

    #517302

    Hi!

    Yigit already answered you in your other post that it won’t be possible:

    Kriesi built it for Kriesi.at site which is an Enfold child theme and it is currently not available on Enfold. Please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/

    Can you show us what you want to achieve please? a mockup would be helpful to us, so we can provide you some precise CSS code. We also need a link to the elements in question, because we need to inspect them.

    Regards,
    Andy

    #1275502

    I just have another Question, is it possible to make it so the sorting starts on different category on variours pages?
    For example is it possible to have start on one category on one page and start on another category on another page?

    #1275708

    Hi,

    That should be possible but it will require modifications that is beyond the scope of support. You may need to hire a freelance developer or contact our partner, Codeable. For additional questions, please try to open a new thread using the inquiry form.

    // https://kriesi.at/support/forum/enfold/#new-post

    We will close this one for now. Thank you.

    Best regards,
    Ismael

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Custom sort by filter just like on Enfold main page HOW TO?’ is closed to new replies.