badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 1,366 through 1,380 (of 5,207 total)
  • Author
    Posts
  • in reply to: Layout question #50702

    Hi Victoria,
    You can follow Theme Instruction link which helps you to setup business Template.

    Thank you!

    in reply to: Page Curl #50689

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

    in reply to: error text in footer #50676

    Hi 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

    in reply to: error text in footer #50673

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

    in reply to: Post Display Truncation #50667

    Hi Sanford,

    You did it great.
    Thank you!

    in reply to: Post format #50666

    Hi Claudia1,
    To make it invisible please add below css

    .entry-meta .by-author, .entry-meta .date {
        display: none;
    }

    Thank you!

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

    in reply to: Responsive theme??? #50664

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

    You 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!

    in reply to: Change the name "services" #50649

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

    in reply to: recent work redirect url is not woeking #50648

    Hi NFOYED,
    Just visited to your site and everything seems to be working fine. There is no any issue on the absolute url provided.
    Thank you

    in reply to: Mobile site menu is not working #50647

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

    Hi 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

    Try adding below custom css. This may help you.

    body.woocommerce-page .page-title-wrap {
        display: none;
        padding: 0;
        height: 0;
    }

    Thank you

    Hi 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

Viewing 15 posts - 1,366 through 1,380 (of 5,207 total)