Grace Support
Forum Replies Created
-
AuthorPosts
-
June 29, 2023 at 5:57 am in reply to: Carnival theme – Contact Page info not displaying on Contact Page #42929Grace SupportKeymaster
Ok, thanks for the feedback.
June 28, 2023 at 4:55 am in reply to: Carnival theme – Contact Page info not displaying on Contact Page #42895Grace SupportKeymasterHi,
To display the contact sidebar in the Contact Us page
– Edit your Contact page and select “Contact Us”page template from page attribute panel
– Go to the Appearance -> Widgets -> Sidebar contact page -> Add widgetRegards
Grace ThemesGrace SupportKeymasterHi,
You need to select the innerpage banner image
Go to Appearance » Theme Options » Homepage Slider » Inner Page BannerPleas check the documentation
http://www.gracethemesdemo.com/documentation/psyclone/#innerpage-bannerRegards
Grace ThemesGrace SupportKeymasterHi,
Please share your website UL so we can check and assist you quickly.
Regards
Grace ThemesGrace SupportKeymasterYou are most welcome.
Grace SupportKeymasterHi,
To lower down the slider text content,
Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSSadd below css code
.nivo-caption { bottom: 12% !important; }
Regards
Grace ThemesGrace SupportKeymasterPlease send your website URL so we can check and assist you quickly.
Grace SupportKeymasterHi Lucius,
To display the full page content in the Welcome section of the homepage
Go to the Appearance -> Editor -> page-boxes.php
Find the below code at line no. 12<?php echo content( of_get_option(‘welcomepagelength’) ); ?>
Change it with
<?php the_content(); ?>
Please make these changes and let me know your feedback.
Regards
Grace ThemesGrace SupportKeymasterYou are most welcome.
Grace SupportKeymasterHi,
To change the order of the Team Members, please install the Post Types Order plugin
https://wordpress.org/plugins/post-types-order/Please let me know if you are having any issues.
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 SupportKeymasterI have added the code in category.php file at line no. 34
<?php the_archive_description( '<div class="taxonomy-description">', '</div>' ); ?>
Grace SupportKeymasterHi,
The changes has been completed.
I have added the post category description in the category page.Please check now.
Regards
Grace ThemesGrace SupportKeymasterHi,
It will need to change the code and this can be done via our coder.
Please send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.
Regards
Grace ThemesMay 13, 2023 at 4:21 am in reply to: Single page – bottom navigation – prior / next limit to category #41917Grace SupportKeymasterYou can change the code to display Prev/next posts
Go to the Appearance -> Theme Editor -> inc/template-tags.php
check the code at line no 37 & 38
<?php previous_post_link( '<div class="nav-previous">%link</div>', '<span class="meta-nav">' . _x( '←', 'Previous post link', 'spangle-pro' ) . '</span> %title' ); ?> <?php next_post_link( '<div class="nav-next">%link</div>', '%title <span class="meta-nav">' . _x( '→', 'Next post link', 'spangle-pro' ) . '</span>' ); ?>
Regards
Grace Themes -
AuthorPosts