badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

typo in header.php do_action('interface_before')

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #36756
    beckidouche
    Participant

    hello there,

    first, thanks really a lot for your great theme which i use on a clients website.

    with the latest update to version 3 i got reminded that i wanted to give you a hint about a typing errror, which i have to ‘fix’ each time on a theme update.

    in header.php on line 59 there’s this

    <?php
    		/** 
    		 * interface_before hook
    		 */
    		do_action( 'interface_before
    			' );
    	?>

    but i i add an action on ‘interface_before’ it won’t get picked up by wordpress because of the whitespace after interface_before and the single quote …

    could you perhaps update your code and remove the whitespace?

    <?php
    		/** 
    		 * interface_before hook
    		 */
    		do_action( 'interface_before' );
    	?>

    so i can add an action to it, without having to update the header.php each time

    add_action( 'interface_before', 'ems_add_facebook_sdk' );

    that would be really awesome 😉

    thanks again for your nice theme & wish you guys all the best

    greeetings
    becki

    #38692

    Hi beckidouche,

    Thanks for letting us know. We will update it in our upcoming version.

    Thank you!

    #39157
    beckidouche
    Participant

    hello theme horse support team,

    thanks a lot for your recent theme update to version 3.0.1

    but the update broke my child theme again. perhaps you can include the above fix in the next update??

    thanks & all the best
    becki

    #39211

    Hi beckidouche,
    Yes we will update within couple of day and fix it. Thanks for helping us.

    Thank you!

    #39494

    Hi Beckidouche,

    We have already updated the theme removing the white spaces that you have mentioned.
    Please update your theme.

    Thank you!

    #39532
    beckidouche
    Participant

    hi there 😉

    thanks a lot for fixing that. makes theme updates like a breeze!

    greetings
    becki

    #39544

    You Welcome. 🙂
    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/interface
    We really appreciate your rating.

    Thank you!

    #39560
    beckidouche
    Participant

    theme rating -> done!

    thanks again for prodivding such a nice free theme 😉

    #39600

    You are always welcome beckidouche

    Thank you!

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.