trippindian
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Enigma] Few Problems with Appearencetrippindian.com this is the site url.
Forum: Themes and Templates
In reply to: [Enigma] post content boxHi, Weblizar I am not able to resolve this issue.
Forum: Themes and Templates
In reply to: [Enigma] post content boxHi, is there a solution available ?
@fcrippa72 my webhosting provided me with that navbar
Forum: Themes and Templates
In reply to: [Enigma] Slider Issues and side bar WidgetsThanks. Resolved
Forum: Themes and Templates
In reply to: [Enigma] Slider Issues and side bar WidgetsHi thanks a lot this worked. Is there anyway so that the slider shifts between to images only?
Also can i remove the slider arrows on mobile/tablet as well as Laptop ?
Thanks a lot guys ??
- This reply was modified 8 years, 2 months ago by trippindian.
- This reply was modified 8 years, 2 months ago by trippindian.
Forum: Themes and Templates
In reply to: [Enigma] Slider Issues and side bar WidgetsYes i have removed 2 images now my slider has only one image but the animation is on so it keeps on moving. I want it to stay at one image.
Forum: Themes and Templates
In reply to: [Enigma] Slider Issues and side bar WidgetsCurrently I have 3 images. I just want one image in my slider and there shouldnt be any animation.
Forum: Themes and Templates
In reply to: [Enigma] Slider Issues and side bar WidgetsHi, I restored my site from a backup point. I am still looking for a solution. I want to stop the slider’s animation
Forum: Themes and Templates
In reply to: [Enigma] Slider Issues and side bar WidgetsNo I didn’t change front-page.php.
Forum: Themes and Templates
In reply to: [Enigma] Slider Issues and side bar WidgetsFRONT PAGE:
<?php get_header(); if ( get_option( ‘show_on_front’ ) == ‘page’ ) { get_template_part(‘breadcrums’); ?> <div class=”container”> <div class=”row enigma_blog_wrapper”> <div class=”col-md-8″> <?php get_template_part(‘post’,’page’); ?> </div> <?php get_sidebar(); ?> </div> </div> <?php } else { $wl_theme_options = enigma_parallax_get_options(); if($wl_theme_options[‘slider_home’] == “1”) { get_template_part(‘home’,’slideshow’); } if($wl_theme_options[‘service_home’] == “1”) { get_template_part(‘home’,’services’); } if($wl_theme_options[‘portfolio_home’] == “1”) { get_template_part(‘home’,’portfolio’); } if($wl_theme_options[‘show_blog’] == “1”) { get_template_part(‘home’,’blog’); } if($wl_theme_options[‘show_team’] == “1”) { get_template_part(‘home’,’team’); } if($wl_theme_options[‘fc_home’] == “1”) { get_template_part(‘footer’,’callout’); } } get_footer(); ?> home-slideshow : <!– Carousel ================================================== –> <div id=”myCarousel” class=”carousel slide” data-ride=”carousel”> <div class=”carousel-inner”> <?php $wl_theme_options = weblizar_get_options(); $j=1; for($i=1; $i<=3; $i++){ ?> <?php if($wl_theme_options[‘slide_image_’.$i]!=”) { ?> <div class=”item <?php if($j==1) echo “active”; ?>”> ” class=”img-responsive” alt=”<?php echo esc_attr($wl_theme_options[‘slide_title_’.$i]); ?>”> <div class=”container”> <div class=”carousel-caption”> <?php if($wl_theme_options[‘slide_title_’.$i]!=”) { ?> <div class=”carousel-text”> <h1><?php echo esc_attr($wl_theme_options[‘slide_title_’.$i]); ?></h1> <?php if($wl_theme_options[‘slide_desc_’.$i]!=”) { ?> <ul class=”list-unstyled carousel-list”> <?php echo esc_attr($wl_theme_options[‘slide_desc_’.$i]); ?> <?php } if($wl_theme_options[‘slide_btn_text_’.$i]!=”) { ?> ” role=”button”><?php echo esc_attr($wl_theme_options[‘slide_btn_text_’.$i]); ?> <?php } ?> </div> <?php } ?> </div> </div> </div> <?php $j++; } } ?> </div> <?php for($i=0; $i<$j-1; $i++) { ?> <li data-target=”#myCarousel” data-slide-to=”<?php echo $i; ?>” <?php if($i==0) { echo ‘class=”active”‘; } ?> > <?php } ?> <span class=”glyphicon glyphicon-chevron-left”></span> <span class=”glyphicon glyphicon-chevron-right”></span> <div class=”enigma_slider_shadow”></div> </div><!– /.carousel –>
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
- This reply was modified 8 years, 2 months ago by bdbrown.
Forum: Themes and Templates
In reply to: [Enigma] Slider Issues and side bar WidgetsHi, I pasted this code in the theme folder and I cannot see anything on my homepage.
Please help me out ASAP trippindian.com
Forum: Themes and Templates
In reply to: [Enigma] Appearance IssuesDesktop. I want this layout to occupy the complete space.I mean there should not be any white space left around it.
And is there any way to remove this Travel Guides and Home>Travel Guides ?
Screenshot :
Thankyou sir
Forum: Themes and Templates
In reply to: [Enigma] Appearance IssuesHey thanks again and here’s the URL https://trippindian.com/share-your-experience/
Forum: Themes and Templates
In reply to: [Enigma] Relocate search boxHi, Thanks for the reply but it is still not working.
Forum: Themes and Templates
In reply to: [Enigma] Relocate search boxIt’s the same space from the screenshot I attached befire. I don’t have a child theme yet so I planned just to remove that white space
Thanks ??