Grace Support
Forum Replies Created
-
AuthorPosts
-
Grace SupportKeymaster
Hi,
The child theme contains two file style.css and functions.php
To create a child theme from “The Church” parent theme:
In child theme style.css file
Add:Template: the-church
Text Domain: the-church-child(Template name will be the Text Domain of parent theme and change Text Domain)
Parent Theme CSS:
Version: pro 1.2
License: GNU General Public License version 2
License URI: license.txt
Text Domain: the-churchChild Theme CSS:
Template: the-church
Version: pro 1.0
License: GNU General Public License version 3
License URI: license.txt
Text Domain: the-church-childIf you are getting any problem, please send your website URL and WordPress admin login details at [email protected] so we can make child theme on your website.
Regards
Grace ThemesGrace SupportKeymasterHi,
Please send your website URL and WordPress admin login details at [email protected]
We will add the Cart icon in the header section.Regards
Grace ThemesOctober 3, 2022 at 6:24 am in reply to: Greenest Pro – replace menu in ‘design-by’ section with a text box. #37808Grace SupportKeymasterHi,
It is not possible to insert a text box in the ‘design-by’ section.
I have added ‘Designed & Managed by Webbering’ text in the footer copyright section.Please heck your website.
Regards
Grace ThemesGrace SupportKeymasterThank you.
Grace SupportKeymasterHi,
To remove the footer menu
Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code.design-by { display: none; }
To add/remove the pages in the footer menu
– Go to Appearance >> Menu
– Click on Create a new menu link to create footer menu
– Give a name to your menu (Footer Menu / Support Menu) in Menu name and click save menu button
– Add pages by selecting with checkboxes.
– Select Display location Footer Menu from Menu SettingsPlease check the documentation
http://www.gracethemesdemo.com/documentation/greenest/#footer_menuRegards
Grace ThemesGrace SupportKeymasterThank you!
Grace SupportKeymasterHi,
Please send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.
Regards
Grace ThemesGrace SupportKeymasterHi,
Please send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.
Regards
Grace ThemesGrace SupportKeymasterHi,
Please send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.
Regards
Grace ThemesGrace SupportKeymasterHi,
Please send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.
Regards
Grace ThemesSeptember 22, 2022 at 5:00 am in reply to: Dancing Star Pro – WordPress short code not working #37648Grace SupportKeymasterHi,
To display the Latest News section on the homepage
Go to Appearance » Theme Options » Sections » Section 11Please check the documentation
http://www.gracethemesdemo.com/documentation/dancing-star/#dance-newsTo display Latest Posts in the inner page
– Create a page “News/Blog”
– Add Title and select “Blog – Right Sidebar” page template from Page Attribute panel
– Add this page in the main menuPlease check the documentation
http://www.gracethemesdemo.com/documentation/dancing-star/#page-templatesYou can also use this below shortcode in the inner pages
[latest-news showposts="3" excerptlength="15" date="show" comment="hide"]
Regards
Grace ThemesSeptember 22, 2022 at 4:53 am in reply to: Dancing Star Pro – Add sidebar to home page section #37647Grace SupportKeymasterYou can use the sidebar widgets in the inner pages
September 21, 2022 at 7:01 am in reply to: Dancing Star Pro – Add sidebar to home page section #37625Grace SupportKeymasterHi,
It is not possible to add sidebar widgets in the homepage sections.
Regards
Grace ThemesSeptember 15, 2022 at 3:11 am in reply to: Sports Club Pro – change order of “Our Coaches” on Homepage #37538Grace SupportKeymasterHi,
Please install the Post Types Order plugin to change the order of “Our Coaches”
https://wordpress.org/plugins/post-types-order/Regards
Grace ThemesSeptember 10, 2022 at 4:38 am in reply to: Sports Club Pro – Footer Background Image stretched on mobile #37477Grace SupportKeymasterHi,
The background image is not fully displayed responsive to mobile devices.
Please add below css code in Appearance -> Theme Options -> Basic Settings -> Custom CSS
@media screen and (max-width:767px) { #footer-wrapper { background-size: cover !important; } }
Regards
Grace Themes -
AuthorPosts