badget

Biggest Sale! Special Offer!

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

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 4,936 through 4,950 (of 5,207 total)
  • Author
    Posts
  • OK thanks
    Regards
    Sunil

    in reply to: Contact Info Bar #9894

    OK Great and also thank you for your help too.
    Regards
    Sunil

    in reply to: Services Featured Image #9893

    Hi elle
    Could you please send the url of your site ? We will have a look on it.
    Regards
    Sunil

    in reply to: Columns and nevegacion #9889

    Hi anlady,
    The Navigation menu appears in smaller devices only. We have coded it that way. If you don’t have any page set as home page then the navigation shows up linking it to the home. Currently there is no way to remove it. But we are working on creating better navigation.

    for your first question.
    If you add custom css then that may help for you.
    Regards
    Sunil

    in reply to: wordpess 3.9 #9888

    Yes sure you can youdate.
    Regards
    Sunil

    in reply to: Showing excerpt in Recent Work widget #9887

    Hi DD
    you can change the code from attitude->library->widgets->attitude_widget.php

    On line no 319 there is a function

    function widget( $args, $instance ) {
     		extract( $args );
     		extract( $instance );
    
     		global $post;
     		$title = isset( $instance[ 'title' ] ) ? $instance[ 'title' ] : '';
     		$text = apply_filters( 'widget_text', empty( $instance['text'] ) ? '' : $instance['text'], $instance );
     		$page_array = array();
     		for( $i=0; $i<6; $i++ ) {
     			$var = 'page_id'.$i;
     			$page_id = isset( $instance[ $var ] ) ? $instance[ $var ] : '';
     			
     			if( !empty( $page_id ) )
     				array_push( $page_array, $page_id );// Push the page id in the array
     		}
    		$get_featured_pages = new WP_Query( array(
    			'posts_per_page' 			=> -1,
    			'post_type'					=>  array( 'page' ),
    			'post__in'		 			=> $page_array,
    			'orderby' 		 			=> 'post__in'
    		) );
    		echo $before_widget;
    			if ( !empty( $title ) ) { echo $before_title . esc_html( $title ) . $after_title; } ?>
    			<p><?php echo esc_textarea( $text ); ?></p>
    			<div class="column clearfix">
    				<?php 
    	 			while( $get_featured_pages->have_posts() ):$get_featured_pages->the_post();
    					$page_title = get_the_title();
    					?>	
    					<div class="one-fourth">
    						<?php 
    						if ( has_post_thumbnail( ) ) {
    							echo '<a title="'.get_the_title().'"href="'.get_permalink().'">'.get_the_post_thumbnail( $post->ID,'gallery').'</a>';				
    						}
    						?>
    						<h3 class="custom-gallery-title"><a href="<?php the_permalink(); ?>" title=""><?php echo $page_title; ?></a></h3>
    					</div><!-- .one-fourth -->			
    				<?php endwhile;
    		 		// Reset Post Data
    	 			wp_reset_query(); 
    	 			?>
    			</div><!-- .column -->
    		<?php echo $after_widget;
     		}
     	}

    You need to edit here and custom code in your own way.

    Regards
    Sunil

    in reply to: menus erasing #9886

    Hi Kb33,
    Did you install any plugins or added some custom css ?
    I think we don’t have footer Nav in our attitude theme. I think you have done custom coding and that might getting the problem for you.
    Regards
    Sunil

    in reply to: Using a different revolution slider on each page #9885

    hi Markus,
    For slider options” (appearance > theme options > slider options)
    If you select the revolution slider in slider option then there is ” Revolution Slider Options ” at the bottom.

    If you want to display in the home page this slider then check box must be selected. And if you want to display this slider on other page then you must keep the page id there.
    finally click on save all changes.

    And go to the revolution slider plugin you have installed at left bottom of dashboard.
    Clickk on create new slider
    create new slides and create give new alise name.
    Then edit slides and add images on it.

    After doing this you must see the slider.
    Hope this may help you
    Thanks
    Sunil

    in reply to: Few of issues with corporate homepage and blog #9884

    Hi cbuddau,
    I could not get exactly what you mean. I visited to your site and i think its working fine there. Could you clarify more about it.
    Regards
    Sunil

    Hi
    To edit this footer area recently we don’t have this feature. You need to hire a developer to fix it or wait until interface-pro. We will have this facility from admin theme-options.
    Regards
    Sunil

    in reply to: Blog page is not showing up with proper layout #9882

    Hi
    I could not see the slider in your blog page. I think you have disable the slider. Could you send your temporary username and password on our email. We will have a look on it.
    https://www.themehorse.com/contact-us/
    Regards
    Sunil

    in reply to: Contact Info Bar #9881

    Hi,
    We have designed our theme this way. We will think about it. Anyway thanks for your great support.
    Regards
    Sunil

    in reply to: Footer text #9880

    Hi dmedie,

    Recently we don’t have this feature in free version. You need to wait for upcoming pro version or you need to hire a developer to fix it.
    Regards
    Sunil

    in reply to: Blog page is not showing up with proper layout #9871

    Hi Ita wroking fine here in our demo and also in our local host. Can you send us url. We will have a look once.
    regards
    Sunil

    in reply to: Contact Info Bar #9869

    Hi visheshshahani,
    You have to put only one email id. In email address there will not be (,) so we will think about it.
    Regards
    Sunil

Viewing 15 posts - 4,936 through 4,950 (of 5,207 total)