I have also tried to create a wishlist page but the short code [ti_wishlistsview] does not seem to do anything.
]]>My php version is 7.1
[Note that it works well in php version 5.6]
What should I do?
]]>I’m trying to insert Team members in two or more rows. Like 3 members in the first row and 4 more in the second. How can I do that? Can I select which members to show which Categories?
Thank you.
I’ve tried modding the theme and related plugins to get these to work. The problem is the title and breadcrumbs break in the views for the events. As a workaround / partial solution I can add in the header partial file:
$title = get_the_title();
in the variable block at the top, and on line 234 or about replace the header call which gives me nothing with:
if (strlen($title) == 0) echo ‘Title Not Found’; else echo $title;
For some reason this gets me the title but it is bolded and breadcrumbs still broken.
]]>