Grace Support
Forum Replies Created
-
AuthorPosts
-
Grace Support
KeymasterHi,
To change the text content and images in the top Services section, you need to create 3 services pages with some text content and select it from Appearance » Theme Options » Sections » Top Four Box Services Section
– The title, short content of the page and selected images is displayed in this section
Please check the documentation
https://www.gracethemes.com/documentation/charity-help-doc/#servicesRegards
Grace ThemesGrace Support
KeymasterHi,
To solve this issue
Go to the Appearance -> Theme Editor -> header.php
Find the below code at line no. 124<img src=”<?php echo esc_url($sv[‘image_src’]); ?>” alt=”<?php echo esc_attr($sv[‘image_title’]);?>” title=”<?php echo ‘#slidecaption’.$n ; ?>”/>
Change it with
<img src=”<?php echo esc_url($sv[‘image_src’]); ?>” alt=”” title=”<?php echo ‘#slidecaption’.$n ; ?>”/>
Please make these changes and let me know if it works.
Regards
Grace Support
KeymasterHi Manon,
The option is not available to change order of the sections in the homepage.
But this can be done by moving/exchanging the sections data (Title, Section ID, background color/image, Section CSS class, and section content)
If you are getting any problem in doing this, please send your website URL and WordPress admin login details for temporary at [email protected] so we can quickly make reordering the sections.
Regards
Grace ThemesGrace Support
KeymasterPlease share your website URL on [email protected]
Grace Support
KeymasterHi Lucius,
Thanks for your suggestions. We will make these changes in our next theme updates.
Can you please tell me what other problems you are getting in your website?
We will happy to help you.
Regards
Grace ThemesGrace Support
KeymasterHi Lucius,
Which theme are you using? Please share your website URL.
Regards
Grace ThemesGrace Support
KeymasterHi,
Please deactivate the “ThemeGrill Demo Importer” plugin
To import the demo content
– Go to Tools » Import
– Install and run WordPress importer
– Click on browse, select shifters-sample-data.xml file and click on Upload file and importPlease check the documentation
http://gracethemesdemo.com/documentation/shifters/#import-contentIf you are getting any problems, please send your website URL and WordPress admin login details at [email protected]
Regards
Grace ThemesGrace Support
KeymasterTo display the posts in full screen without right sidebar
Go to the Appearance -> Theme Options -> Basic Settings -> Blog page layout -> Select Full WidthGrace Support
KeymasterHi,
It needed to make the changes in the custom-functions.php file
Add this at line no. 883
‘catname’ => ”,
Replace below code
query_posts( array( ‘posts_per_page’=>$showposts, ‘post__not_in’ => get_option(‘sticky_posts’) ) );
With this:
$args = array( ‘category_name’ => $catname, ‘posts_per_page’ => $showposts, ‘post__not_in’ => get_option(‘sticky_posts’), ‘orderby’ => ‘date’, ‘order’ => ‘desc’ );
Regards
Grace ThemesGrace Support
KeymasterHi,
Please send your website URL and WordPress admin login details st [email protected] so we can check and assist you quickly.
Regards
Grace ThemesGrace Support
KeymasterHi,
The option is not available to import and use the custom fonts.
You can only use Google fonts https://fonts.google.com/Regards
Grace ThemesGrace Support
KeymasterHi Engelbert,
Please share your website URL so we can check this issue.
Regards
Grace ThemesGrace Support
KeymasterHi,
Please send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.
Regards
Grace ThemesGrace Support
KeymasterHi,
Please send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.
Regards
Grace ThemesGrace Support
KeymasterHi,
Please send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.
Regards
Grace Themes -
AuthorPosts
