I would like to ask if it is possible using jQuery or something similar (based on some criteria) select portfolio-items and than display these items using the component portfolio?
Pseudocode:
var radioValue = jQuery("input[name='switch']:checked").val(); if(radioValue){
portfolio.Add(Item1);
portfolio.Add(Item3);
....
}
Thank you for your tips or example. Have a nice day
Hi all,
I would like to ask if it is possible using jQuery or something similar (based on some criteria) select portfolio-items and than display these items using the component portfolio?
Pseudocode:
Thank you for your tips or example. Have a nice day
Smith
Hey Again,
I am afraid there is no Custom Query Option available in the "Portfolio" Page Element as it loads post based on the Category Selection.
Thanks
ThemeNectar Support Team