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,336 through 1,350 (of 5,207 total)
  • Author
    Posts
  • in reply to: Header layout question #50978

    Hi Heidi,

    We are sorry. It needs lot of code customization. You need to hire a developer to fix it.

    Thank you

    in reply to: Conflicts between Ambition Pro and My Calendar plug in #50977

    Hi Jeffrey,

    Please contact to the main plugin author. We cannot give support for the plugin that you are using in our theme.

    Thank you!

    in reply to: Questions about Woocommerce 3 support and testimonial page #50976

    Hi f.ramser,

    It seems that you have customized the code in our team widget. There is no feature which you can set third column. We have given only fourth column which will clear the section automatically but will not support for third column.
    If you want to add third column manually then you have to add the code in below format where the section will be cleared automatically from the css.

    <div class="column clearfix">
    	<div class="one-third">
    	</div> 
    	<div class="one-third">
    	</div>
    	<div class="one-third clearfix-half">
    	</div>
    	<div class="one-third clearfix-third">
    	</div>
    	<div class="one-third clearfix-half">
    	</div>
    	<div class="one-third">
    	</div>
    	<div class="one-third clearfix-half clearfix-third">
    	</div>
    	<div class="one-third">
    	</div>
    </div>

    Sorry we cannot add a “Accept Cookie” bar. You can easily add via plugin.

    We will make compatible in our new version. So for you you can add below code in theme folder -> functions.php line no 147

    add_theme_support( 'wc-product-gallery-zoom' );
    add_theme_support( 'wc-product-gallery-lightbox' );
    add_theme_support( 'wc-product-gallery-slider' );

    Thank you

    Hi jackie7,
    Please update it manually in content-extension.php. We missed it in this theme. We will soon release a new version with (missing ‘updated’, missing ‘author’) adding vcard and date updated for better seo. Thanks for the report.
    Thank you!

    in reply to: Problem with slider #50961

    You welcome victor

    Thank you

    in reply to: Problem with slider #50954

    Hi victor,

    Just visited to your site and we can’t find any image uploaded on slider. Please upload featured image if you are using post/page slider.
    Thank you

    in reply to: theme preview content #50953

    Hi Suleiman Alhadidi,
    Please change our account to administrator account rather than customer so that we can set the demo content. Please contact via Email
    Thank you

    in reply to: H1 and H2 is forced to be the same? #50952

    Hi happyeungin,

    If you like to keep h2 tag and remove the h1 tag then there needs a bit code customization. Go to theme folder -> inc -> structure -> header-extension.php on line no 216 to 227 remove that code and add this below code

    <?php if (!is_single){ ?>
    <div class="page-title-wrap" <?php if ( $magcast_sitetitle_img_setting != '1'  && $magcast_sitetitle_image != '' ){ ?> style="background-image:url('<?php echo esc_url($magcast_sitetitle_image);?>');" <?php } ?> >
    					<div class="container clearfix">
    					<?php if(is_home()){?>
    						<h2 class="page-title"><?php echo magcast_header_title();?></h2><!-- .page-title -->
    					<?php } else { ?>
    						<h1 class="page-title"><?php echo magcast_header_title();?></h1><!-- .page-title -->
    					<?php }
    						if (function_exists('magcast_breadcrumb')) {
    							magcast_breadcrumb();
    						} ?>
    					</div><!-- .container -->
    				</div><!-- .page-title-wrap -->
    <?php } ?>

    This may help you.

    in reply to: Fail to create child theme #50951

    Hi happyeungin,

    It means you did it right?
    Thank you!

    in reply to: Open PDF-files #50909

    Hi Tamara,

    You have to install a pdf viewer extension for google chrome . In mozilla firefox it working fine.

    For IE you can refer to this link or you can google it by yourself.
    Thank you

    in reply to: Settings "next – previous posts" bottom panel #50908

    Hi Vladimír,
    Oh thanks for the file. Our support team will reply you via email.
    Thank you

    in reply to: H1 and H2 is forced to be the same? #50906

    Hi happyeungin,

    To remove you have to customize a code. Go to theme folder -> inc -> structure -> content-extension.php on line no 285-287 and remove below code

    <h2 class="entry-title">
       <?php the_title(); ?>
    </h2><!-- .entry-title -->

    We recommended you not to change the code. But if you change the code then while updating to new version all your customised code will be lost. So create a child theme before customizing any code in the theme or each and every time you update to new version simply go to that line and remove it from code.
    Thank you.

    Thanks you for rating us.

    Thank you

    in reply to: H1 and H2 is forced to be the same? #50855

    Hi happyeungin,
    Go to Dashboard -> Appearance -> Customize -> Additional Css and add below css

    .single #main .entry-title {
        display: none;
    }

    Thank you

    You welcome happyeungin
    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/magcast
    We really appreciate your rating.
    Thank you

Viewing 15 posts - 1,336 through 1,350 (of 5,207 total)