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 - 2,401 through 2,415 (of 5,207 total)
  • Author
    Posts
  • in reply to: Error message- Notice: Undefined variable: banner #27241

    Hi 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 = '';

    in reply to: Swap header log and picture #27238

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

    in reply to: Featured images won't upload, media library doesn't load #27237

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

    in reply to: My website doesn't show sliders and images with Safari #27236

    Hi Benjamin,

    There we have already mentioned our email address. Its [email protected]

    Thank you!

    in reply to: How to apply H1 to the header of a post or page? #27201

    Oh SMW,
    We missed that. We will update it within in couple of week. We need to fix it almost in all themes. Thanks for reporting

    Thank you!

    in reply to: How to add a logo before web name and web description? #27199

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

    in reply to: Change Menu Color #27198

    You welcome drkkgt

    Thank you!

    in reply to: Responsive toggle customizable? #27197

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

    in reply to: Blog landing page only showing "uncategorized" posts #27196

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

    in reply to: My website doesn't show sliders and images with Safari #27195

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

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

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

    in reply to: How to add a logo before web name and web description? #27153

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

    in reply to: My website doesn't show sliders and images with Safari #27152

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

    in reply to: Where can I find the change logs? #27151

    Hi quan3t,

    You can find changelog inside theme folder (ultimate)-> changelog.txt file

    Thank you!

Viewing 15 posts - 2,401 through 2,415 (of 5,207 total)