Grace Support
Forum Replies Created
-
AuthorPosts
-
Grace SupportKeymaster
The problem has been solved.
February 18, 2023 at 4:41 am in reply to: Car Fix Pro – Contact info & Social media not shown on homepage #40321Grace SupportKeymasterOk, thanks
February 17, 2023 at 4:33 am in reply to: Car Fix Pro – Contact info & Social media not shown on homepage #40313Grace 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,
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 SupportKeymasterHi,
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 SupportKeymasterHi 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 SupportKeymasterPlease share your website URL on [email protected]
Grace SupportKeymasterHi 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 SupportKeymasterHi Lucius,
Which theme are you using? Please share your website URL.
Regards
Grace ThemesGrace SupportKeymasterHi,
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 SupportKeymasterTo display the posts in full screen without right sidebar
Go to the Appearance -> Theme Options -> Basic Settings -> Blog page layout -> Select Full WidthGrace SupportKeymasterHi,
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 SupportKeymasterHi,
Please send your website URL and WordPress admin login details st [email protected] so we can check and assist you quickly.
Regards
Grace ThemesGrace SupportKeymasterHi,
The option is not available to import and use the custom fonts.
You can only use Google fonts https://fonts.google.com/Regards
Grace Themes -
AuthorPosts