Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Heidi,
We are sorry. It needs lot of code customization. You need to hire a developer to fix it.
Thank you
April 18, 2017 at 10:40 am in reply to: Conflicts between Ambition Pro and My Calendar plug in #50977Theme Horse Support Team
KeymasterHi Jeffrey,
Please contact to the main plugin author. We cannot give support for the plugin that you are using in our theme.
Thank you!
April 18, 2017 at 10:35 am in reply to: Questions about Woocommerce 3 support and testimonial page #50976Theme Horse Support Team
KeymasterHi 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
April 18, 2017 at 10:04 am in reply to: Attitude Pro – structured data errors – no 'updated' or 'author' #50975Theme Horse Support Team
KeymasterHi 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!Theme Horse Support Team
KeymasterYou welcome victor
Thank you
Theme Horse Support Team
KeymasterHi 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 youTheme Horse Support Team
KeymasterHi 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 youTheme Horse Support Team
KeymasterHi 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.
Theme Horse Support Team
KeymasterHi happyeungin,
It means you did it right?
Thank you!Theme Horse Support Team
KeymasterHi 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 youTheme Horse Support Team
KeymasterHi Vladimír,
Oh thanks for the file. Our support team will reply you via email.
Thank youTheme Horse Support Team
KeymasterHi 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.April 13, 2017 at 10:18 am in reply to: When I search by category. the summary of each feed is way too long #50905Theme Horse Support Team
KeymasterThanks you for rating us.
Thank you
Theme Horse Support Team
KeymasterHi happyeungin,
Go to Dashboard -> Appearance -> Customize -> Additional Css and add below css.single #main .entry-title { display: none; }
Thank you
April 11, 2017 at 11:10 am in reply to: When I search by category. the summary of each feed is way too long #50854Theme Horse Support Team
KeymasterYou 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 -
AuthorPosts