Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Victoria,
You can follow Theme Instruction link which helps you to setup business Template.Thank you!
Theme Horse Support Team
KeymasterHi jquincy,
The little page curl in the bottom of two corners of the image, its all from the revolution slider. using a default slider you can’t obtain it. We made our theme compatible with revolution slider.
Thank you!
Theme Horse Support Team
KeymasterHi Fredrik,
Currently We don’t customize the code. You need to hire a developer who can fix your issues with creating a child theme. Sorry for it.
Thank you
Theme Horse Support Team
KeymasterHi Fredrik,
Something is missing in your child theme so you have to look on your child theme again. Activate the parent theme and check it first. There is no any issue in the parent theme. if you have created a backup before then you can check in backup of your child theme whats missing there.
Thank youTheme Horse Support Team
KeymasterHi Sanford,
You did it great.
Thank you!Theme Horse Support Team
KeymasterHi Claudia1,
To make it invisible please add below css.entry-meta .by-author, .entry-meta .date { display: none; }
Thank you!
March 28, 2017 at 5:54 am in reply to: social media icons show only blocks when visiting site on google chrome.. #50665Theme Horse Support Team
KeymasterHi Hanneke,
Its a file url issue not the theme issue. We have encountered that all the contents are loaded from studiobubbles.com/blog but your main domain site is hannekesupply.com
The genericons file should be called from the main domain where there should be a genericons file. Try using file content from the same domain instead of using from another domain.Thank you!
Theme Horse Support Team
KeymasterHi lindaspiller,
Google tester doesnot show the exact result every time. Because its a bots test. You can check in your demo site in your mobile device. Please provide your site Url too.
Thank you!March 27, 2017 at 7:43 am in reply to: Ambition Pro & Woocommerce: How to disable background image? #50654Theme Horse Support Team
KeymasterYou welcome f.ramser
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/view/theme-reviews/ambition
We really appreciate your rating.Thank you!
Theme Horse Support Team
KeymasterHi INFOYED,
if you create a page with parent page services then your link will be yourdomain.com/services/yourpagename.
If you like to change something else then you have to change your parent page services to any other page.
Thank youTheme Horse Support Team
KeymasterHi NFOYED,
Just visited to your site and everything seems to be working fine. There is no any issue on the absolute url provided.
Thank youTheme Horse Support Team
KeymasterHi Hi Juri,
The same two theme you cannot add. So first delete the ambition pro theme installed on your dashboard and then install a fresh copy of ambition pro theme.
If there is no any code customization in the theme then nothing will loss. If there is code customization then while updating to new version all your customized code will be lost. So we always recommended you to create a child theme before making any changes in the parent theme.Thank you!
March 24, 2017 at 10:10 am in reply to: Ambition Pro & Woocommerce: How to disable background image? #50620Theme Horse Support Team
KeymasterHi f.ramser,
It needs code customization. Display none will only hides in front end. If you inspect it then then code will be run. If you like to hide background image in woocommerce page then code customization is required.
Go to theme folder -> inc -> structure -> header-extension.php on line no 266. you will see below code.<div class="page-title-wrap" <?php if ( $sitetitle_img_setting != '1' && $sitetitle_image != '' ){ ?> style="background-image:url('<?php echo esc_url($sitetitle_image);?>');" <?php } ?> > <div class="container clearfix"> <?php if(is_home()){?> <h2 class="page-title"><?php echo ambition_header_title();?></h2><!-- .page-title --> <?php } else { ?> <h1 class="page-title"><?php echo ambition_header_title();?></h1><!-- .page-title --> <?php } if (function_exists('ambition_breadcrumb')) { ambition_breadcrumb(); } ?> </div><!-- .container --> </div><!-- .page-title-wrap -->
Replace above code and add this below code
<?php if(!is_woocommerce()){ ?> <div class="page-title-wrap" <?php if ( $sitetitle_img_setting != '1' && $sitetitle_image != '' ){ ?> style="background-image:url('<?php echo esc_url($sitetitle_image);?>');" <?php } ?> > <div class="container clearfix"> <?php if(is_home()){?> <h2 class="page-title"><?php echo ambition_header_title();?></h2><!-- .page-title --> <?php } else { ?> <h1 class="page-title"><?php echo ambition_header_title();?></h1><!-- .page-title --> <?php } if (function_exists('ambition_breadcrumb')) { ambition_breadcrumb(); } ?> </div><!-- .container --> </div><!-- .page-title-wrap --> <?php } ?>
We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.
http://codex.wordpress.org/Child_Themes
Thank you
March 24, 2017 at 8:15 am in reply to: Ambition Pro & Woocommerce: How to disable background image? #50617Theme Horse Support Team
KeymasterTry adding below custom css. This may help you.
body.woocommerce-page .page-title-wrap { display: none; padding: 0; height: 0; }
Thank you
March 24, 2017 at 7:22 am in reply to: Ambition Pro & Woocommerce: How to disable background image? #50615Theme Horse Support Team
KeymasterHi f.ramser,
Could you provide us your site Url what exactly are you talking about. If you are a Premium user then please post your forum topic at Ambition Pro.
Thank you
-
AuthorPosts