Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #279046

    Hello!

    I have a portfolio with several categories: http://gator3130.hostgator.com/~elites/our-portfolio/

    How can I put a box around each category item with enough distance between them to make them more distinct and easy to find. I want something like following theme:
    http://artbees.net/themes/jupiter-demo/portfolio-modern-four-column/

    Do you have any idea?

    Thanks,
    Amir

    #279207

    Hi afarahani!

    Thank you for the link.

    You can add something like this on Quick CSS or custom.css to increase the left and right padding between the sort items:

    #js_sort_items .text-sep {
    padding: 0 30px;
    }

    Best regards,
    Ismael

    #279259

    What about the box around each item? Do you have any solution for it?

    Also it is not good that instead of loading more portfolio in the same page, the visitor should go to the page 2 or 3. In that case the visitor should choose among the categories again to filter in that page. Do you have any idea to solve that problem too? When a visitor filters the portfolio, whether the item is in the page 2, 3, or 4, it should be displayed in the first page in the number is within the limit defined for each page. isn’t it?

    #279332

    Hey!

    Do you want to make the sort item look like a button? You can add this on Quick CSS:

    .sort_by_cat a span {
    background: gray;
    padding: 10px;
    color: white;
    }

    I answered your inquiry regarding the sorting function limitation here: https://kriesi.at/support/topic/why-portfolio-categories-just-filters-items-on-the-same-page/

    Cheers!
    Ismael

    #279546

    Ismael,

    Thanks for the answer. But I need a little bit more help on that. I want the box (or button) appears only when the visitor clicks on it. Also I need to get rid of that “/” sign. Probably I will need to adjust the line distance to prevent interfering the box with the text.
    Actually I want something like this: http://artbees.net/themes/jupiter-demo/portfolio-modern-four-column/

    Can you send me the code?

    Thanks,
    Amir

    #279705

    Hi Amir!

    Try with this code:

    .sort_by_cat a > span {
    padding: 4px 8px;
    display: inline-block;
    }
    .sort_by_cat .text-sep {
    display: none;
    }
    .sort_by_cat a.active_sort span {
    background: gray;
    color: white;
    }

    Result:

    Cheers!
    Josue

    #280283

    Josue,
    I tries this code:
    .sort_by_cat a > span {
    padding: 4px 6px;
    display: inline-block;
    }
    .sort_by_cat .text-sep {
    display: none;
    }
    .sort_by_cat a.active_sort span {
    background: rgba(0,0,0,.6);
    color: white;
    }

    .sort_by_cat a span {
    padding: 8px;
    }

    You can see the portfolio page here: http://gator3130.hostgator.com/~elites/our-portfolio/

    I don’t know why the center part is black and just both sides of the button gets the transparency. Also I want to increase the line distance to prevent the box interfering with the text.

    How can I do That?

    Thanks,
    Amir

    #280284

    Hey Amir!

    Make sure the first part of the code is put correctly (don’t copy it from the mail message):

    .sort_by_cat a > span {
    padding: 4px 6px;
    display: inline-block;
    }

    http://gator3130.hostgator.com/~elites/wp-content/uploads/dynamic_avia/enfold.css?ver=1

    Cheers!
    Josue

    #280289

    Josue!

    Thanks. The problem solved.

    Do you have any idea about why it is not possible to filter items belonging to one category within the whole portfolio!
    For example if I have 3 items in category A but the first item in page 1, the second item in page 5 and the other one in page 7, filtering the portfolio in page 1 turns out only 1 item in the that category and it doesnt show 3 items that exist in that category. To find out if there are any other item in that category, a visitor should go forward page by page.
    I want when a visitor filters one category, all the items belonging to that category be shown and not only one item that is in the same page. If the number of categories is more than the number of items that is set to be shown one each page, then the rest should be shown on the next page.

    Is there any fix for this?

    Regards,
    Amir

    #280291

    Hi Amir,

    There isn’t, for a simple reason: the filter works with the content displayed on the current page, changing pages changes the content, makes sense?

    You can also note this ‘limitation’ here.

    Regards,
    Josue

    #280329

    Hello,

    I write to you more or less for same question.
    I m finishing my project and i have detected that visitors, when they access to next section (http://www.novamaris.es/alquiler-de-veleros/) they don t know that if click over portfolio item go inside full information. This happens when they visit the website with mac or pc but more when they visit with tablet or smartphones.
    For this reason a would link to insert an automatic link in port folio entrie (like Click me to read more, …). How can be done?
    And portfolio items gallery, items are closed without padding. How can i separete them?
    As well, you will see that i m working with to domains for two different language. If you visit each one, you will see that aparently are equal but not true, I think that size font or font are a bit different. Why is it?
    Thanks for all.
    Regards
    Sergio

    PD: Another question: why do i not have the posibility to write a new topic in this section? Or where is link or web to do it?

    #280332

    Hi Sergio!

    Your issue is quite different, please create another topic, here’s how to do it:
    http://screencast.com/t/y2hlixuzeF

    Regards,
    Josue

    #280412

    Hello Josue,

    I m sorry for but i don t have the box to write new topic (like screenshot).
    Any idea how to do it?
    Regards
    Sergio

    #280510

    Hey!


    @novamaris
    You can go to Enfold forum and scroll down to start a new topic – https://kriesi.at/support/forum/enfold/#new-topic-0

    Regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.