Page 3 – RT-Themes | Support Center

Viewing 10 results - 21 through 30 (of 34 total)
  • Author
    Search Results
  • #67314

    neo
    Staff

    Hi

    i fixed the /wp-content/themes/rttheme18/rt-framework/functions/rt_shortcodes.php for you. Its a bug.. Thanks for reporting.

    On line 1195 this

    should be

    in rt18 version 1.71 the code is on line 1207

    Best regards,
    Neo
    Theme support

    #66172

    neo
    Staff

    Hi

    Maybe try the forum search? The solution is here.

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

    Best regards,
    Neo
    Theme support

    #65067

    neo
    Staff

    Hi

    You could have just edited the rttheme18/rt-framework/functions/custom_posts.php and added this on line 81 and line 161 to the portfolio and products categories

    This way you dont need a child theme. It was described here for rt15 including the filtering ability.

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

    I did not want to bother you with that as i believe the author can easily add the ability to rt18.

    Thank you for the feedback though.

    Now if you want filtering then enable the query_var set query_var to true around lines 78 and 158 in that same file

    and add this code to the functions.php

    Best regards,
    Neo
    Theme support

    #65020

    neo
    Staff

    Hi

    http://support-rt.com/forums/topic/portfolio-filter-error-in-rtl-version/

    http://support-rt.com/wp-content/uploads/2015/01/filterfixrt18-v161.zip

    unzip the file and replace the rtl.css in your rttheme18 root folder and replace the rt_shortcodes.php in the rt-framework/functions folder

    Best regards,
    Neo
    Theme support

    #64280

    toongvove
    Member

    Hi guys,

    Please kindly help me with the Our Portfolio filtering system. I would like it to behave similar to this one:

    http://3clicks.bringthepixel.com/work-tag/gallery-3-cols-filter-wt/

    instead of your default, fade away filtering.

    But I have no idea where to edit the css or add in which code, could you please provide me with the codes please?

    Thank you so much in advance!

    #63408

    neo
    Staff

    Hi

    We dont have that ability. I cant help you on that. Maybe a plugin can do so. But i never tested that.

    https://wordpress.org/plugins/wp-meta-data-filter-and-taxonomy-filter/

    http://codecanyon.net/item/wordpress-meta-data-taxonomies-filter/7002700

    http://codecanyon.net/item/filter-custom-fields-taxonomies/6964843

    But you will have the guys a presale question if it works on any custom posttype.

    Best regards,
    Neo
    Theme support

    #62728

    lk-service
    Member

    Hi Neo,

    thanks for your great support.
    The solution ist better, may you want take a look:
    http://lk-service.com/cms/filter/webdesign-dessau/

    #1 Breadcrumb is not show the full paths
    #2 the archive (taxonomy-portfolio_filter.php) show all item, also from other filter-tags.
    #3 pagination outputs 404 error. I already flushed permalink setting.

    I try to fix the 404 error.

    Do you have idea for #1 and #2?

    Thanks!

    #62660

    neo
    Staff

    Hi

    add this also to the functions.php

    Then you can copy over the content of the taxonomy-portfolio_categories.php into the taxonomy-portfolio_filter.php

    and change in the content of the taxonomy-portfolio_filter.php this line from

    to this

    Best regards,
    Neo
    Theme support

    #62498

    lk-service
    Member

    Hello,

    a custom taxonomy-template does not works.

    I created a Child-Theme and added a new taxonomy for custom post type Portfolio.
    The new taxonomy is named “Portfolio-Filter” (Slug => filter) and works like tags.

    This is the code in function.php inside Child-Theme:

    Than I copied the original file taxonomy-portfolio_categories.php (no changes inside this file) renamed it to taxonomy-portfolio_filter.php and put it to the folder portfolio-contents inside Child-Theme folder.

    But when I am clicking on a filter-term. It does not using this template. It’s using the archive.php from parent theme folder. I also tried by put the taxonomy-portfolio_filter.php file into the folder portfolio-contents inside parent-theme-folder. But it’s the same issue. Still using archive.php.

    What I did wrong?
    And do I have to edit other files?

    Thanks for help 🙂

    ***********************

    My custom taxonomy is “portfolio_filter” so the template file is named taxonomy-portfolio_filter.php Is is not correct?

    I also copied taxonomy-portfolio_categories.php and put it to root directory of the parent-theme and rennamed it to taxonomy.php without editing the content. But it also shows a site without the portfolio-items by clicking on the portfilio_filter term in single-portfolio view. But portofolio-category term works fine in taxonomy.php.

    So may I have to edit the file to get an result ;o)

    ***************************************

    Hi Neo,

    I really appreciate your help!
    Thank you very much at this point!

    Please look the single portfolio-page:
    http://lk-service.com/cms/referenz/metallbearbeitung-joch-neue-webseite/

    Clicking on the portfolio-filter terms and the portfolio category term below the image.
    Both load the taxonomy.php (an original copy of taxonomy-portfolio_categories.php).
    But my custom portfolio-filter terms don’t list the items.

    You know what I mean and what I want?

    I am sorry for missunderstanding.
    My English is not the best.

    If you need an admin-access for wordpress-backend.
    Please let me know.

    *************************************

    taxonomy.php has original content of taxonomy-portfolio_categories.php. No changes, except the text note.
    No changes in function.php in parent-theme directory.
    function.php in child-theme directory has only the register taxonomy code in my first post above.

    In single-portfolio-content.php in child-theme folder, I added:

    <?php the_taxonomies(); ?>

    Thank you very much!

    #60541

    In reply to: filter navigation


    neo
    Staff
Viewing 10 results - 21 through 30 (of 34 total)