Support » Plugin: Rio Portfolio » Problem with filter (solution)

  • Hi there,

    I read that many had problem with the filter not working when a category is pressed, except for the “All” option. What worked for me was to alter
    all 4 lines

    if(!empty($terms) && is_wp_error( $terms ))

    with this

    if(!empty($terms) && !is_wp_error( $terms ))

    in file rio-portfolio.php

    Now everything working perfectly.

    https://wordpress.org/plugins/rio-portfolio/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Dude thanks for this worked a treat , do you have any solution with the slider disappearing once the plugin is activated?

    Thread Starter pkollias

    (@pkollias)

    What slider? Did you check your browser Console log for javascript errors?

    I’m using the brankic wordpress theme (http://demo.brankic.net/zigzagwp/)

    Turns out (from reading the problems on this forum) quite a few people who activate the plugin, they then loose the slider on the homepage so I figured it’s not a theme issue.

    I did check the site in two different browsers to make sure but I didn’t do a console log check for javascripts errors but if you tell me how or point me in the right direction I can.

    Thread Starter pkollias

    (@pkollias)

    Well it sounds like there is some kind of conflict between the theme and the plugin. The ONLY way you find out the problem, is use the Web Console. Every browser has it’s own Console, you can find it from the Menu under Tools->Web Developer.

    For Chrome, press Ctrl+Shift+I and reload the page.
    For Firefox, press Ctrl+Shift+K and reload the page.
    For IE, i don’t even use.

    You should see every javascript error there and do changes to you code.

    Hi again thanks for the advice so this is what I got when I looked via the web console:

    ReferenceError: wp is not defined portfolio-custom-script.js:130

    Use of getAttributeNode() is deprecated. Use getAttribute() instead. jquery.min.js:2

    TypeError: $(…).slides is not a function slider-simple-home.js:15

    TypeError: $container_blog.isotope is not a function jquery.isotope.min.js:65

    Use of getPreventDefault() is deprecated. Use defaultPrevented instead.

    Thread Starter pkollias

    (@pkollias)

    Well this is classic jQuery conflict. It seems that you use different versions of jQuery at the same time, so there is conflict. You should do changes to the javascript code of rio portfolio, in order to make it work with your theme..

    Thanks a lot now for the big question I assume that I need to go into the editor for the rio portfolio plugin and change something there in one of the css codes, sadly I couldn’t even pretend to be a coder but if you could off the top of your head tell me what to look for and what to change it to that would be super great.

    But I do respect you have other things to do , but really appreciate the help so far dude.

    Way more support than the makers of the actual plugin themselves.

    Thread Starter pkollias

    (@pkollias)

    Sadly yes, you have to make changes to the code, there is no other way. You have to ask help from a programmer or so. Ths cannot be done from the internet, this forum is for other purposes.

    Dude you have to have basic programming knowledge when developping with Wordpres.

    Thank you anyway 🙂

    Plugin Author riosisgroup

    (@riosisgroup)

    Hello all..

    Thanks for your interest in Rio portfolio. We are working in Rio Portfolio for updations. Will consider your issues and suggestions. Will update you soon.

    Thanks & Regards,
    Riosis Group

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Problem with filter (solution)’ is closed to new replies.