- This topic has 5 replies, 2 voices, and was last updated 7 years, 6 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Education Hub Pro › Mobile Menu
Can I change the word “Menu” at the mobile version? Thanks!
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!!
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!
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!!
Great. Thanks very much!
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 !!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |