Grace Themes
Forum Replies Created
-
AuthorPosts
-
Grace ThemesMember
Hi Leon
The custom post types are used for Our Menu. So the Page Template Attribute is not applicable for WordPress posts but for pages you can use it.
In section 1 (Today’s Special Menu) menus are coming from WordPress Page.
If you want to set default sidebar for the Our Menu posts, please send your website URL and WordPress admin login details at [email protected] so we can check and solve your problem.
Regards
Grace ThemesGrace ThemesMemberGreat
Please do no hesitate to contact us for any theme related problem. We are always ready to help you.
Regards
Grace ThemesGrace ThemesMemberHi
Please send your website URL and WordPress admin login details at [email protected]
We will then install and activate MedPlus theme on your website.Regards
Grace ThemesGrace ThemesMemberHi
You can use the Post Types Order WordPress plugin to reorder the menu
https://wordpress.org/plugins/post-types-order/Regards
Grace ThemesGrace ThemesMemberHi
The latest posts are displaying first.
Grace ThemesMemberHi,
The problem with the Menu Filter Tab has been solved.
Regards
Grace ThemesGrace ThemesMemberHi Leon
Thank you for pointing this issue. We are looking at this problem.
Regards
Grace ThemesGrace ThemesMemberHi
Can you please send WordPress admin login details of your website at [email protected] so we can check and solve your problem.
Regards
Grace ThemesGrace ThemesMemberHi Niisa
The Our Menu and Food Section is in EaterStop PRO theme.
The EaterStop PRO theme is built in more user friendly Theme Options panel where as the EaterStop free version is in WordPress Customizer. The PRO version contains lots of sections in home page for creating beautiful and professional website.
Regards
Grace ThemesGrace ThemesMemberHi
Please setup homepage to display the homepage slider, our menu and services section
Go to Appearance -> Customize -> Select static front page
Please check the documentation to customize the EaterStop free theme
https://www.gracethemes.com/documentation/eaterstop-doc/#homepage-liteRegards
Grace ThemesGrace ThemesMemberHi,
Please send your website URL and WordPress admin login details at [email protected] along with the text which you want to translate in default contact form. We will surely solve all of your problems.
You can also translate the contact form fields by editing custom-functions.php file
Go to the custom-functions.php file which is inside the inc folder of your theme directory
at line no. 714 find the function for contact form
function contactform_func
so you can change the contact form fields and messages.
Regards
Grace ThemesRegards
Grace ThemesGrace ThemesMemberHi Leon
Please add some code in function.php file to solve the issue of google font.
In function.php file at line no. 166 delete the below code
if ( of_get_option('oswaldfontface', true) != '' ) { wp_enqueue_style( 'eaterstop_pro-gfonts-teamserv', '//fonts.googleapis.com/css?family='.rawurlencode(of_get_option('oswaldfontface',true)).'&subset=cyrillic,arabic,bengali,cyrillic,cyrillic-ext,devanagari,greek,greek-ext,gujarati,hebrew,latin-ext,tamil,telugu,thai,vietnamese,latin' ); }
And then add below code at line no. 166
if ( of_get_option('slidetitlefontface', true) != '' ) { wp_enqueue_style( 'eaterstop_pro-gfonts-slidertitle', '//fonts.googleapis.com/css?family='.rawurlencode(of_get_option('slidetitlefontface',true)).'&subset=cyrillic,arabic,bengali,cyrillic,cyrillic-ext,devanagari,greek,greek-ext,gujarati,hebrew,latin-ext,tamil,telugu,thai,vietnamese,latin' ); } if ( of_get_option('slidedesfontface', true) != '' ) { wp_enqueue_style( 'eaterstop_pro-gfonts-sliderdesciprion', '//fonts.googleapis.com/css?family='.rawurlencode(of_get_option('slidedesfontface',true)).'&subset=cyrillic,arabic,bengali,cyrillic,cyrillic-ext,devanagari,greek,greek-ext,gujarati,hebrew,latin-ext,tamil,telugu,thai,vietnamese,latin' ); }
Regards
Grace ThemesGrace ThemesMemberHi Leon
We are looking at this issue.
Can you please send your site URL at [email protected] so we can check your website.Regards
Grace ThemesGrace ThemesMemberHi
The shortcode is used to display the contact form on contact us page
https://gracethemes.com/demo/zeroerror/contact-us/[contactform to_email=”[email protected]” title=”Contact Form”]
Yo can find all shortcode here
Appearance -> Theme Options -> Short Codes
https://www.gracethemes.com/documentation/zeroerror/#shortcodesIf you don’t want to use default contact form, you can use Contact Form 7 WordPress Plugin
https://wordpress.org/plugins/contact-form-7/Regards
Grace ThemesGrace ThemesMemberHi Leon,
We really appreciate you.
Thank You!
-
AuthorPosts