Grace Themes
Forum Replies Created
-
AuthorPosts
-
Grace Themes
MemberHi Jens,
Please send your website URL at [email protected] so we can check and solve your problem.
Regards
Grace ThemesGrace Themes
MemberHi,
To disable the slider title and description text box
Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
and paste the below css code in custom css box.nivo-caption { display: none; }
If you don’t want to use default footer section and add new information
Go to the Appearance -> Widgets -> Footer Widget 1/2/3/4
Drag and drop the available widgets.Please check the documentation on how to use widgets
https://gracethemes.com/documentation/creator-world/#widgetsRegards
Grace ThemesGrace Themes
MemberHi Sharon,
Please send your website URL and WordPress admin login details at [email protected] so we can make changes in code to solve your problem.
Regards
Grace ThemesGrace Themes
MemberHi Madde,
The BizGrowth free theme is build in WordPress customizer whereas the PRO version is build in more user friendly Theme Options framework.
The Theme Options is not available in free version.
Please try our BizGrowth PRO WordPress theme to create beautiful and professional website.
http://gracethemes.com/themes/bizgrowth-corporate-wordpress-theme/Grace Themes
MemberHi Madde,
It seems that your are using our Bizgrowth free theme.
The BixGrowth free theme is build in WordPress customizer whereas the PRO version is build in more user friendly Theme Options framework.
The Theme Options is not available in free version.
Please send all of your problems and your WordPress admin login details at [email protected] so we can check and solve your issue.
We will happy to help you.
Regards
Grace ThemesGrace Themes
MemberHi Madde,
Please send your website URL and WordPress admin login details at [email protected]
So we can make changes in code to solve your problemRegards
Grace ThemesGrace Themes
MemberHi Dale
If you want to remove ‘Our Skills’ in sidebar
Go to Appearance -> Widgets -> Sidebar main
and drag any widgets which you want to show on mail sidebar.If you want to customize ‘Our Skills’ in sidebar
First install the Enhanced Text Widget plugin from WordPress
https://wordpress.org/plugins/enhanced-text-widget/Now go to the Appearance -> Widgets -> Sidebar main
Drag the ‘Enhanced Text’ widget in main sidebar
enter title and in content use this short code[skill title=”Php Coding” percent=”95″ bgcolor=”#65676a”][skill title=”Web Design” percent=”85″ bgcolor=”#65676a”][skill title=”Web Development” percent=”90″ bgcolor=”#65676a”][skill title=”SEO” percent=”80″ bgcolor=”#65676a”]
You can change title, percent and bgcolor as per your requirement.
Grace Themes
MemberHi Stirling,
Please send your website URL and WordPress admin login details at [email protected] so we can check your site in IE11 to solve your problem.
Regards
Grace ThemesGrace Themes
MemberHi,
To open a image slider link in new tab needs to add some code (target=”_blank”) in anchor tag
Go to Appearance -> Editor -> header.php file
Find in line no. 113 <a href="<?php echo of_get_option('slideurl'.$sln, true); ?>"> and relpace with <a href="<?php echo of_get_option('slideurl'.$sln, true); ?>" target="_blank"> Find at line no. 119 <a class="button" href="<?php echo of_get_option('slideurl'.$sln, true); ?>"> and replace with <a class="button" href="<?php echo of_get_option('slideurl'.$sln, true); ?>" target="_blank">
Grace Themes
MemberHi,
You don’t have to do anything with sectionID. If you don’t want to display particular section you can hide that section.
Please check the documentation to customize the theme
https://gracethemes.com/documentation/medplus-doc/Please send your website URL and WordPress admin login details at [email protected] and also please mention which section you don’t want to display. We will check your site and solve your problem.
Regards
Grace ThemesGrace Themes
MemberHi,
Please send your website URL at [email protected] so we can check to solve your problem. Also please write in details so that we can assist you. You can send us screenshots to figure out issues.
Regards
Grace ThemesGrace Themes
MemberHi omtr,
Please send your website URL and WordPress admin login details so we can check and solve your problem.
Regards
Grace ThemesGrace Themes
MemberHi Thomas,
If you want to modify ‘Our Skills’ in sidebar
First install the Enhanced Text Widget plugin from WordPress
https://wordpress.org/plugins/enhanced-text-widget/Now go to the Appearance -> Widgets -> Sidebar main
Drag the ‘Enhanced Text’ widget in main sidebar
enter title and in content use this short code[skill title=”Php Coding” percent=”95″ bgcolor=”#65676a”][skill title=”Web Design” percent=”85″ bgcolor=”#65676a”][skill title=”Web Development” percent=”90″ bgcolor=”#65676a”][skill title=”SEO” percent=”80″ bgcolor=”#65676a”]
You can change title, percent and bgcolor as per your requirement.
Please check the documentation for widgets
https://www.gracethemes.com/documentation/bizgrowth/#widgetsGrace Themes
MemberHi Darknature
Please send your website URL and WordPress admin login details of your site [email protected] so we can check and solve your problem.
Regards
Grace ThemesGrace Themes
MemberIn Basic settings of Theme Options, their is already define “Times New Roman” font for the section title.
-
AuthorPosts