RT-Themes | Support Center

Viewing 10 results - 1 through 10 (of 32 total)
  • Author
    Search Results
  • #112697

    In reply to: Portfolio filter

    neo
    Customer Support
    LEAD SUPPORT

    Try custom css

    .filter-holder .icon-filter::before {
    content: “All”;
    font-family: inherit;
    }

    #96265

    In reply to: Product showcase

    Eran5102
    Member

    Thanks Tolga. Worked beautifully.

    FYI – for future reference this one does the same job, but gives more control: https://wordpress.org/plugins/cat-tag-filter-widget/

    #95806
    ferona
    Member

    Hi there,

    On a previous post I asked you if you could send me your red filter psd file.
    http://support-rt.com/forums/topic/red-filter-on-slider-backgound-image/

    Could you please also send me the black one ? example on this page : http://businesslounge-demo.rtthemes.com/image-content-boxes/

    Thank you very much !

    #80794

    In reply to: Products filter

    neo
    Customer Support
    LEAD SUPPORT

    Hi

    there is no filtering ability for products. If you are refering to the admin area follow this thread

    http://support-rt.com/forums/topic/add-category-filter-to-product-custom-post-type-in-admin/

    To solution is provide as is as it is beyond forum support. If you don’t know how to code please hire a coder from https://www.freelancer.com/hire/Hire-a-Coder/ as we unfortunately don’t provide such service for which i apologize.

    I am gonna close this thread as it is from another user and i dont want to spam him with emails.

    http://support-rt.com/forums/topic/create-your-own-threads/

    Best regards,
    Neo
    Theme support

    #77796
    neo
    Customer Support
    LEAD SUPPORT

    Hi

    its documented here

    http://support-rt.com/forums/topic/add-product-categories-column-on-products-admin-page/

    http://support-rt.com/forums/topic/add-category-filter-to-product-custom-post-type-in-admin/

    If you don’t know how to code please hire a coder from http://microlancer.net as we unfortunately don’t provide such service for which i apologize.

    Best regards,
    Neo
    Theme support

    #77624
    Mrwan BG
    Member

    Hi

    All the theme is working fine, Just in the portfolio page the pagination give me 404 error.

    By search, I found this article:
    Portfolio filter error in RTL version

    You said: “filtering and pagination cannot work together.”
    So I fix it by removing the filter option.

    PLZ let me know if you will fix it in any next update.

    Regards

    #77486
    Tolga
    Customer Support
    DEVELOPER

    Hello,

    The filters are sorted by name. There is only one way to customize it, overwriting the function. You can put the following function in your functions.php this will be reverse the sorting from A-Z to Z-A

    Please feel free to ask if you have any further questions.

    Best Regards,
    Tolga

    #74891
    neo
    Customer Support
    LEAD SUPPORT

    Hi

    There is no change that the filter_var is undefined unless you have a php problem.

    http://php.net/manual/tr/function.filter-var.php

    You server does not support filters. They should be enabled. Please contact your hoster.

    This is related to your server. Do you have another hoster not the same as yours wher you can try?

    Best regards,
    Neo
    Theme support

    #73941

    In reply to: Alpha Search Results

    neo
    Customer Support
    LEAD SUPPORT

    Hi

    You cannot add sorting order for a search result list to the excerpt filter. Those are two different things and that is incorrect coding. I dont know where you got that code but please consult and follow the wordpress codex and remove that code snippet.

    This thread http://support-rt.com/forums/topic/search-results-with-featured-image-product-layout is on adding a featured image to a search result page and alter the excerpt result per post.

    It has nothing todo with the search order.

    RT17 display the search results based on latest post first which all themes do (not only rtthemes, but even the default wordpress themes). There is no asc or desc code in the theme todo what you want. You can checkout the search.php in the theme root folder. Its a default wordpress search result php file. I havent seen one theme so far that does it different and presents the search in alphabetical order. If i search i would want to see the most recent article first.

    If you want that different you need to create a filter.

    http://wordpress.stackexchange.com/questions/41691/how-do-i-filter-the-search-results-order

    https://www.google.com/search?q=wordpress+display+search+results+asc

    Note search cannot detect if its a product or portfolio or post search. Its a global search. Altering it by filters will affect all your search results for any post type

    You can try and add of these filters to the theme functions.php just before the last ?> to alter your search results:

    If you dont know how to code please hire a coder from http://microlancer.net as we unfortunately dont provide such service for which i apologize.

    Best regards,
    Neo
    Theme support

    #70076
    neo
    Customer Support
    LEAD SUPPORT
Viewing 10 results - 1 through 10 (of 32 total)