Grace Themes
Forum Replies Created
-
AuthorPosts
-
Grace Themes
MemberHi Michael
Can you please send your website URL and WordPress admin login details for temporary at [email protected] so we can check and assist you?
Please check the documentation to customize the theme
http://gracethemes.com/documentation/studycircle-doc/Regards
Grace ThemesGrace Themes
MemberHi Maria,
To change the ‘Rad More’ button text of four column services section
Go to Appearance -> Theme options -> Sections -> Change read more button text for top services four boxes
Please check the screenshot http://prnt.sc/f2jsjp
Regards
Grace ThemesGrace Themes
MemberYou are most Welcome!
Grace Themes
MemberHi
Please send your website URL and WordPress admin login details for temporary at [email protected] so we can check and solve your problem regarding tabs on product page.
Also please write in details how do you want to change product page frontend
Regards
Grace ThemesGrace Themes
MemberHi
To display photo gallery from selected category, needs to make some changes in custom-functions.php file.
Can you please send your website URL and WordPress admin login details for temporary at [email protected] so we can make changes in your site to display categorized photo gallery?
Regards
Grace ThemesGrace Themes
MemberHi
To remove the parallax effects
Go to Appearance -> Editor -> index.phpat line no 61, you will find the below code
<section <?php if( $bgcolor || $bgimage || $hide) { ?>style="<?php echo ($bgcolor != '') ? 'background-color:'.$bgcolor.'; ' : '' ; echo ($bgimage != '') ? 'background-image:url('.$bgimage.'); background-repeat:no-repeat; background-position: center top; background-attachment:fixed; background-size:cover; ' : '' ; echo ($hide) != false ? 'display:none;': ''; ?>"<?php } ?> id="<?php echo $secid; ?>" class="<?php echo ( of_get_option('menutitle'.$s, true) != '' ) ? 'menu_page' : '';?>">
Now just remove background-attachment:fixed;
The revised code is below
<section <?php if( $bgcolor || $bgimage || $hide) { ?>style="<?php echo ($bgcolor != '') ? 'background-color:'.$bgcolor.'; ' : '' ; echo ($bgimage != '') ? 'background-image:url('.$bgimage.'); background-repeat:no-repeat; background-position: center top; background-size:cover; ' : '' ; echo ($hide) != false ? 'display:none;': ''; ?>"<?php } ?> id="<?php echo $secid; ?>" class="<?php echo ( of_get_option('menutitle'.$s, true) != '' ) ? 'menu_page' : '';?>">
If you are find any problem, you can send your WordPress admin login details for temporary at [email protected] so we can solve your problem.
Regards
Grace ThemesGrace Themes
MemberHi Anton,
The issue regarding the footer has been solved.
The problem was getting because you was also using Text widget for ‘Footer Widget 1’
When using widgets for footer section, the Theme Options footer setting will not work.
Regards
Grace ThemesGrace Themes
MemberHi Anton,
Can you please send WordPress admin login details for temporary at [email protected] so we can check and assist you?
Regards
Grace ThemesGrace Themes
MemberHi
The banner changing options is not available for custom post types.
Regards
Grace ThemesGrace Themes
MemberHi
The header image is set as a background image so it is not responsive.
Regards
Grace ThemesGrace Themes
MemberHi igor
The option is not available to change the section order.
To change the order need to do some changes in options.php fileGo to options.php file
at line no 775 you will find the array of section content like in order below1 => array( 'section_title' => 'why choose us', 2 => array( 'section_title' => 'Popular Destination', 3 => array( 'section_title' => 'Special Ofer for you',
Now to change the order, you need to move the array to that position.
If you will find any difficulties, you can send your WordPress admin login details for temporary at [email protected] so we can check and assist you.
Regards
Grace ThemesGrace Themes
MemberHi
We have tested in all the devices online and is working fine.
Grace Themes
MemberNo
This is not possible with this theme.
the script is very different.Grace Themes
MemberHi
You can use only four services boxes.
Regards
Grace ThemesGrace Themes
MemberHi
I have checked in all the devices using http://www.responsinator.com
The parallax background image is working fine.Regards
Grace Themes -
AuthorPosts