Home Forums Pro Themes Education Hub Pro Mobile Menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #42043
    wslee
    Participant

    Can I change the word “Menu” at the mobile version? Thanks!

    #42088
    wensolutions
    Keymaster

    Hello @wslee,

    To change the word menu you have to create and activate the child theme.

    Child theme references :
    https://codex.wordpress.org/Child_Themes

    You can also create the child theme using plugin. Below is the link to one of them.
    https://wordpress.org/plugins/wp-child-theme-generator/

    After activating the child theme in your child themes functions.php file paste below given code:
    https://gist.github.com/anonymous/227bcda5ab2c9bc29c7dccdf4eae739a

    Now you can change the word Menu to the one you want from the below line of code given below in your child theme functions.php file.

    <button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false"><i class="fa fa-bars"></i><?php esc_html_e( 'Menu', 'education-hub' ); ?></button>

    Hope this helps.

    Best Regards!!

    #42159
    wslee
    Participant

    Thanks very much! it works well.
    May i ask if it is possible to show “published date” under the “Events” section on the front page between the Title and Content of the Events? Thanks again!

    #42189
    wensolutions
    Keymaster

    Hello @wslee,

    To show the published date in the vent section between the title and content please paste below given code in your child themes functions.php file .

    https://gist.github.com/anonymous/d92a6576f7c64d7b11a64f0c1f252ac6

    Hope this helps.

    Best Regards!!

    #42251
    wslee
    Participant

    Great. Thanks very much!

    #42277
    wensolutions
    Keymaster

    Hello @wslee,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/education-hub/reviews/

    Best regards !!

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