Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi stina,
Once go to your wp-config.php file and set your debug mode false.
define( 'WP_DEBUG', false );Although we are not getting any issue regarding to it too.
If you are facing this issue then you may add this below code inside content-extension.php on line no 17
$banner = '';Theme Horse Support Team
KeymasterHi florian.peter,
This header image is the WordPress default feature. If you swap to another theme then this header image will not be displayed. You need to add the image again. We don’t have any other options too. If we find then we will let you know.
Thank you!
August 13, 2015 at 5:10 am in reply to: Featured images won't upload, media library doesn't load #27237Theme Horse Support Team
KeymasterHi rogan,
We are not facing any problem on image upload. We have not added any ajax code too. First of all deactivate all the plugins that you have installed in your dashboard and upload the image whether same problem occurs or not.
And also increase the memory limit inside wp-config.php file and also .htaccess file. If still problem persuits then contact to your server to increase the memory limit. After that too still you are getting the issue then let us know.
Thank you!
August 13, 2015 at 5:04 am in reply to: My website doesn't show sliders and images with Safari #27236Theme Horse Support Team
KeymasterTheme Horse Support Team
KeymasterOh SMW,
We missed that. We will update it within in couple of week. We need to fix it almost in all themes. Thanks for reportingThank you!
August 12, 2015 at 6:13 am in reply to: How to add a logo before web name and web description? #27199Theme Horse Support Team
KeymasterHi ludveek,
go to theme folder -> library-> structure -> header-extension.php you will see this below code
` <hgroup id=”site-logo” class=”clearfix”>
<?php
if( $options[ ‘header_show’ ] != ‘disable-both’ && $options[ ‘header_show’ ] == ‘header-text’ ) {
?>
<h1 id=”site-title”>
<a href=”<?php echo esc_url( home_url( ‘/’ ) ); ?>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”>
<?php bloginfo( ‘name’ ); ?>
</a>
</h1>
<?php $site_description = get_bloginfo( ‘description’, ‘display’ );
if($site_description){?>
<h2 id=”site-description”><?php bloginfo( ‘description’ ); ?></h2>
<?php } ?>
<?php
}
elseif( $options[ ‘header_show’ ] != ‘disable-both’ && $options[ ‘header_show’ ] == ‘header-logo’ ) {
?>
<h1 id=”site-title”>
<a href=”<?php echo esc_url( home_url( ‘/’ ) ); ?>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”>
<img src=”<?php echo $options[ ‘header_logo’ ]; ?>” alt=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>”>
</a>
</h1>
<?php
}
?>`Now you need to customize your the above code in header-extension.php
Before making any changes in the code first of all create a child theme then only customize the code. So that while udpating to new version you will not lose any data.
Thank you!
Theme Horse Support Team
KeymasterYou welcome drkkgt
Thank you!
Theme Horse Support Team
KeymasterHi beth_almeida,
This is responsive design. If you view in smaller device then menu nav switches to the toggle menu. About your overlapping page titles could you provide your site Url too.
Thank you!
Theme Horse Support Team
KeymasterHi leeann.obringer,
Is there any other post with related to that category? I could not see the other post. I think you have used it for slider. If you use related category post in slider then it will not be displayed. You may use tag to featured your slider.
To display specific category then got to dashboard -> appearance-> customize -> ambition theme options -> home page blog category settings and select the specific category. Selected category here will be displayed only in front page.Thank you!
August 12, 2015 at 4:54 am in reply to: My website doesn't show sliders and images with Safari #27195Theme Horse Support Team
KeymasterHi Benjamin,
Could you Email Us your temporary username and password, we will have a look on it. Don’t forget to send this forum topic too.
Thank you!
August 11, 2015 at 6:18 am in reply to: Creating a page which lists posts from a specific category. #27156Theme Horse Support Team
KeymasterHi craig.haydon,
<?php $args = array( 'posts_per_page' => 5, 'offset' => 0, 'category' => '', 'category_name' => '', 'orderby' => 'date', 'order' => 'DESC', 'include' => '', 'exclude' => '', 'meta_key' => '', 'meta_value' => '', 'post_type' => 'post', 'post_mime_type' => '', 'post_parent' => '', 'author' => '', 'post_status' => 'publish', 'suppress_filters' => true ); $posts_array = get_posts( $args ); ?>You can use the above code and add the category name in
'category' => ''View this link https://codex.wordpress.org/Template_Tags/get_posts
If you want to show different page with different category then you can create a template and then customize the code. Create a template and customize the code.
First of all create a child theme and then customize the code. Otherwise your customized code will be lost while updating to new version.
It needs lots of coding so you need to hire a developer. If you are good at coding then you can customize the code too.
Thank you!
August 11, 2015 at 5:46 am in reply to: Creating a page which lists posts from a specific category. #27154Theme Horse Support Team
KeymasterHi craig.haydon,
We cannot provide any support on the custom file that you have created. You need to hire a developer to fix it.
Thank you!
August 11, 2015 at 5:42 am in reply to: How to add a logo before web name and web description? #27153Theme Horse Support Team
KeymasterHi ludveek,
This feature is not available in our theme. You can either display image or text only. We have designed our theme this way. It needs code customization and you need to hire a developer.
Before making any changes in the code first of all create a child theme and then customize the code to be safe from data loss while updating to new version.Thank you!
August 11, 2015 at 5:39 am in reply to: My website doesn't show sliders and images with Safari #27152Theme Horse Support Team
KeymasterHi Benjamin,
Did you made any changes in code? You can see in our demo site its working fine there. If you have not changed any code then First of all deactivate all the plugins that you have installed in your dashboard and re upload images and there must not be any space in image name too.
Thank you!
Theme Horse Support Team
KeymasterHi quan3t,
You can find changelog inside theme folder (ultimate)-> changelog.txt file
Thank you!
-
AuthorPosts
