Anniversary Special Sale! 10 Years of Excellence in WordPress Themes | Flat 20% OFF on All Themes Package. Use Code GT10YEARS Buy Now
Anniversary Special Sale Banner

Grace Support

Forum Replies Created

Viewing 15 posts - 256 through 270 (of 1,028 total)
  • Author
    Posts
  • in reply to: Edit top three box #40231
    Grace Support
    Keymaster

    Hi,

    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/#services

    Regards
    Grace Themes

    in reply to: Code showing in header Charity Theme #40230
    Grace Support
    Keymaster

    Hi,

    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

    in reply to: HOME PAGE SECTIONS #40229
    Grace Support
    Keymaster

    Hi 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 Themes

    in reply to: testimonials displayed but unable to remove #40000
    Grace Support
    Keymaster

    Please share your website URL on [email protected]

    in reply to: shortcodes are lacking #39929
    Grace Support
    Keymaster

    Hi 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 Themes

    in reply to: Tolltip in the social icon #39928
    Grace Support
    Keymaster

    Hi Lucius,

    Which theme are you using? Please share your website URL.

    Regards
    Grace Themes

    in reply to: Unable to import the demo #39743
    Grace Support
    Keymaster

    Hi,

    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 import

    Please check the documentation
    http://gracethemesdemo.com/documentation/shifters/#import-content

    If you are getting any problems, please send your website URL and WordPress admin login details at [email protected]

    Regards
    Grace Themes

    in reply to: Persist PRO theme #39675
    Grace Support
    Keymaster

    To display the posts in full screen without right sidebar
    Go to the Appearance -> Theme Options -> Basic Settings -> Blog page layout -> Select Full Width

    in reply to: latest news by category #39518
    Grace Support
    Keymaster

    Hi,

    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 Themes

    in reply to: Display blog in two column format #39500
    Grace Support
    Keymaster

    Hi,

    Please send your website URL and WordPress admin login details st [email protected] so we can check and assist you quickly.

    Regards
    Grace Themes

    in reply to: Adding additional Fonts to theme #39418
    Grace Support
    Keymaster

    Hi,

    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

    in reply to: Social Links not working #39284
    Grace Support
    Keymaster

    Hi Engelbert,

    Please share your website URL so we can check this issue.

    Regards
    Grace Themes

    in reply to: homepage slider makes a google fault #39283
    Grace Support
    Keymaster

    Hi,

    Please send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.

    Regards
    Grace Themes

    in reply to: GRC zeroerror #39282
    Grace Support
    Keymaster

    Hi,

    Please send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.

    Regards
    Grace Themes

    in reply to: Grace Themes – PHP 8.0 problems – PHP 7.4 OK #39154
    Grace Support
    Keymaster

    Hi,

    Please send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.

    Regards
    Grace Themes

Viewing 15 posts - 256 through 270 (of 1,028 total)