Forum Replies Created
-
AuthorPosts
-
May 1, 2014 at 5:18 am in reply to: Custom CSS to update footer area where the copyright and powered by area is #9895
Theme Horse Support Team
KeymasterOK thanks
Regards
SunilTheme Horse Support Team
KeymasterOK Great and also thank you for your help too.
Regards
SunilTheme Horse Support Team
KeymasterHi elle
Could you please send the url of your site ? We will have a look on it.
Regards
SunilTheme Horse Support Team
KeymasterHi 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
SunilTheme Horse Support Team
KeymasterYes sure you can youdate.
Regards
SunilTheme Horse Support Team
KeymasterHi DD
you can change the code from attitude->library->widgets->attitude_widget.phpOn 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
SunilTheme Horse Support Team
KeymasterHi 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
SunilTheme Horse Support Team
Keymasterhi 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
SunilTheme Horse Support Team
KeymasterHi 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
SunilMay 1, 2014 at 2:36 am in reply to: Custom CSS to update footer area where the copyright and powered by area is #9883Theme Horse Support Team
KeymasterHi
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
SunilTheme Horse Support Team
KeymasterHi
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
SunilTheme Horse Support Team
KeymasterHi,
We have designed our theme this way. We will think about it. Anyway thanks for your great support.
Regards
SunilTheme Horse Support Team
KeymasterHi 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
SunilTheme Horse Support Team
KeymasterHi 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
SunilTheme Horse Support Team
KeymasterHi visheshshahani,
You have to put only one email id. In email address there will not be (,) so we will think about it.
Regards
Sunil -
AuthorPosts