No GavernWP Button in the Fest Theme - Speakers Section

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Mon May 04, 2015 11:30 am
We have the FEST theme for our Youth Festival RockDenDom http://rdd.jugend-hildesheim.de/ used. So that we can present the bands we have; the area Speaker rewritten in Bands and there presented the Musicbands. Now we would like to format the text. Unfortunately, does not appear in the area of the button "GavernWP Shortcut". But this is only here: In the Section Posts ( Artikel) and pages (Seiten) we see him. Can you help us?
Thanks in advance. Dom
User avatar
Fresh Boarder

GK User
Tue May 05, 2015 7:33 am
Hi,

You can switch to html editor on your posts/pages to check the syntax and copy it to your speakers section, or if you want to enable this button for your speakers, please edit add_gavern_shortcode_button function from Fest/gavern/helpers/helpers.features.php file and change this line:

Code: Select all
if( ! in_array( $typenow, array( 'post', 'page' ) ) )

to:
Code: Select all
if( ! in_array( $typenow, array( 'post', 'page', 'gavern_speakers' ) ) )

where gavern_speakers is a name of you custom post (may be changed in Settings -> GK Speakers).
User avatar
Moderator

GK User
Tue May 05, 2015 11:42 am
Thanks a lot! We have changed the Code :-) Greetings from Germany Dom
User avatar
Fresh Boarder


cron