July 10, 2017 at 12:17 pm
Thank you so much for making and maintaining such a great theme.
We heavily use your kadence shortcodes on our site and had a child theme to make a few changes which broke on the recent 2.0 update of Pinnacle Premium. They are such simple changes I was wondering if you’d put them directly into the theme for us. Otherwise, I imagine our programmers will have to sink a fair amount of time into figuring out what is different in the 2.0 version.
The changes are:
1. For the staff posts shortcode, allowing you to turn off the display of all content (meaning neither the full content nor the excerpt) and/or turn off the name and title display. Such as [staff_posts items=”2″ columns=”2″ show_content=”false”] or [staff_posts items=”2″ columns=”1″ link=”true” show_name=”false” show_content=”false”]
2. For blog posts shortcode, being able to query by author nicename or tag. Such as [blog_posts items=”3″ columns=”3″ orderby=”date” type=”grid” authornicename=”david-john-marotta”] or [blog_posts orderby=”date” columns=”4″ items=”8″ tag=”2016-in-review” type=”grid”]
3. For “carousel type=portfolio”, being able to turn off the display of the Portfolio Types. Such as [carousel type=portfolio columns=4 show_type=”false”]
4. Allowing the “columns” posts shortcode variable for grid views to be 1. As in [staff_posts items=”1″ orderby=”date” columns=”1″] to get “col-md-12” as the container.
Thanks for considering making these changes. Let me know if there is more I can do to help.