Hello Kriesi Team,
Josue has fixed an issue with the item portfolio to configure without sidebars:
https://kriesi.at/support/topic/portfolio-items-without-sidebar/
Now i see a warning error in the top when i am logged in:
Warning: join(): Invalid arguments passed in /home2/ribanezg/public_html/wp-includes/post-template.php on line 478
class=”” itemscope=”itemscope” itemtype=”http://schema.org/WebPage” >
Could you help me to solved this issue?
Thanks in advance, Raúl.
Hi Raul!
I didn’t touch the theme files, but it seems that error is coming from the WordPress files, not the theme ones.
Try adding this to the wp-config.php file:
error_reporting(0);
Cheers!
Josue
Solved! ;-)
But i think with this changes in wp-config.php i only hide the warning, but it is not solved.
Yes, but it’s not a big deal, here’s more information about types of errors in PHP:
http://www.careerride.com/PHP-types-errors.aspx
Best regards,
Josue