Grace Themes
Forum Replies Created
-
AuthorPosts
-
Grace Themes
MemberHi Amlan,
You can remove ‘latest posts’ section from footer and use your own WordPress widget.
Go to Appearance -> Widget -> Footer Widget2 -> Use text/Image widgetPlease check the documentation to customize the widgets
https://www.gracethemes.com/documentation/pleasant-doc/#widgetsThe width of the logo image changes according to the height selected. So size of the logo changes as per the height selected.
Can you please share tour website URL so we can check?Regards
Grace ThemesGrace Themes
MemberHi
All the available fonts are Google fonts. You can’t add more fonts to the Theme Options.
Regards
Grace ThemesGrace Themes
MemberHi Akash,
Please send your website URL and WordPress admin login details for temporary at [email protected] so we can check and solve your issues quickly.
Regards
Grace ThemesSeptember 11, 2017 at 6:52 am in reply to: How to Remove Slider Page Title & Box from Eatershop theme #5845Grace Themes
MemberHi Akash,
To remove the slider caption box
Go to Appearance -> Theme options -> Basic Settings -> Custom CSS
ans add below css code.nivo-caption { display: none !important; }
Please do this changes and let me know your feedback.
If still getting you can also send WordPress admin login details for temporary at [email protected] so we can check and assist you.Regards
Grace ThemesGrace Themes
MemberHi Akash,
We need to check your website by login to WP admin panel.
Please send WordPress admin login details of your website for temporary at [email protected] so we can check solve your problem quickly.Regards
Grace ThemesGrace Themes
MemberHi Daniel
Can you please send WordPress admin login details of your website for temporary at [email protected] so we can check the email functionality?
Regards
Grace ThemesGrace Themes
MemberHi Ian,
The changes has been completed.
I have removed the code, so the services section is displaying only image, title and Read more button.Regards
Grace ThemesGrace Themes
MemberHi Ian,
Please send your website URL and WordPress admin login details for temporary at [email protected] so we can check and assist you.
Regards
Grace ThemesGrace Themes
MemberHi
Can you please write in details what problem you are getting with menu gallery?
Please send your website URL so we can check and assist you.Regards
Grace ThemesGrace Themes
MemberHi Akash,
To remove the Read More button and links form title and image of Latest News section
Go to inc/custom-functions.php file of eaterstop-pro theme directory
or Go to Appearance -> Editor -> inc/custom-functions.php
at line no 812 find below code and replace with the new code
<a href="'.get_the_permalink().'"><img src="'.$imgUrl.'" alt=" " /></a>
New code:
<img src="'.$imgUrl.'" alt=" " />
at line no 815 find below code and replace with the new code
<h6><a href="'.get_permalink().'">'.get_the_title().'</a></h6>
New code:
<h6>'.get_the_title().'</h6>
To remove Read More button: at line no. 822 find below code and remove it
<a href="'.get_permalink().'">'.of_get_option('latestnewsreadmore').'</a>
If you are finding any difficulty in changing this code, please send your website URL and WordPress admin login details for temporary at [email protected] so we can check and solve your issues quickly.
Regards
Grace ThemesSeptember 10, 2017 at 7:41 am in reply to: How to Remove Slider Page Title & Box from Eatershop theme #5828Grace Themes
MemberHi Akash
Your website rsrestuarants.com is not working. Please check and let me know feedback.
Regards
Grace ThemesGrace Themes
MemberHi
With this plugin you can select the widgets to display on specific page.
Regards
Grace ThemesGrace Themes
MemberHi
To display widgets on specific pages, use Display Widgets WordPress plugin.
- Install and activate the Display Widget plugin
- Go to the ‘Widgets’ menu and show the options panel for the widget you would like to hide.
- Select either ‘Show on Checked’ or ‘Hide on Checked’ from the drop-down and check the boxes.
Regards
Grace ThemesGrace Themes
MemberHi Fabius,
This can only be done via coder.
Please send WordPress admin login details for temporary at [email protected] so we can check and solve this issue quickly.
Regards
Grace ThemesGrace Themes
MemberHi Bartosz,
I have setup the EaterStop PRO theme on your website.
Please don’t change the below settings (This will show all homepage sections))
Settings -> Reading -> Front page displaysTo customize the theme
Go to Appearance – Theme Options -> SectionsPlease check the documentations to setup and customize the theme
https://www.gracethemes.com/documentation/eaterstop-doc/Regards
Grace Themes -
AuthorPosts