Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter amad87

    (@amad87)

    Above are the details, when I enabled debug from the shipping option. Please help me out
    USPS rates are not showing on the checkout page.

    Thread Starter amad87

    (@amad87)

    Below are the images of my requirements.

    null

    delivery-date-popup

    Hello Author,

    I have installed plugin in my website everything is working fine except delivery date option. i used product delivery date plugin but when i select date and click add to cart it is not display on popup window and also on cart page. i was doing lot of things in code but not happen anything. i really need Delivery Date from customers but it is not post on cart checkout and popup window. please help me out

    regards,
    AB SAMAD

    Any one can help me?

    I have a website in which a fullpage width custom jquery slider , for slider i have create a custom post type “Slider”. In slider text/content is on left side and image is on right side like this https://tympanus.net/Development/ParallaxContentSlider/

    Now my client want that 2 images show full width slider without content and the others are shown like by default below is my slider code , please help me as soon as possible

    <div id=”da-slider” class=”da-slider”>

    <?php wp_reset_query();?>
    <?php query_posts( array( ‘post_type’ => ‘slider’ ) );?>
    <?php if (have_posts() ) : while (have_posts() ) : the_post();?>
    <?php $src=wp_get_attachment_image_src(get_post_thumbnail_id($post->ID),’full’);?>
    <div class=”da-slide”>
    <div class=”da-img”><img src=”<?php echo $src[0];?>” alt=”<?php the_title();?>” /></div>

    <?php $title=get_the_title($post->ID); ?>
    <h2><?php echo add_span_to_title($title); ?></h2>
    <p> <?php the_content();?></p>

    </div>

    <?php endwhile;endif;?>
    </div>
    </div>

    Forum: Plugins
    In reply to: image slider problems

    Any one can help me?

    I have a website in which a fullpage width custom jquery slider , for slider i have create a custom post type “Slider”. In slider text/content is on left side and image is on right side like this https://tympanus.net/Development/ParallaxContentSlider/

    Now my client want that 2 images show full width slider without content and the others are shown like by default below is my slider code , please help me as soon as possible

    <div id=”da-slider” class=”da-slider”>

    <?php wp_reset_query();?>
    <?php query_posts( array( ‘post_type’ => ‘slider’ ) );?>
    <?php if (have_posts() ) : while (have_posts() ) : the_post();?>
    <?php $src=wp_get_attachment_image_src(get_post_thumbnail_id($post->ID),’full’);?>
    <div class=”da-slide”>
    <div class=”da-img”><img src=”<?php echo $src[0];?>” alt=”<?php the_title();?>” /></div>

    <?php $title=get_the_title($post->ID); ?>
    <h2><?php echo add_span_to_title($title); ?></h2>
    <p> <?php the_content();?></p>

    </div>

    <?php endwhile;endif;?>
    </div>
    </div>

    Any one can help me?

    I have a website in which a fullpage width custom jquery slider , for slider i have create a custom post type “Slider”. In slider text/content is on left side and image is on right side like this https://tympanus.net/Development/ParallaxContentSlider/

    Now my client want that 2 images show full width slider without content and the others are shown like by default below is my slider code , please help me as soon as possible

    <div id=”da-slider” class=”da-slider”>

    <?php wp_reset_query();?>
    <?php query_posts( array( ‘post_type’ => ‘slider’ ) );?>
    <?php if (have_posts() ) : while (have_posts() ) : the_post();?>
    <?php $src=wp_get_attachment_image_src(get_post_thumbnail_id($post->ID),’full’);?>
    <div class=”da-slide”>
    <div class=”da-img”><img src=”<?php echo $src[0];?>” alt=”<?php the_title();?>” /></div>

    <?php $title=get_the_title($post->ID); ?>
    <h2><?php echo add_span_to_title($title); ?></h2>
    <p> <?php the_content();?></p>

    </div>

    <?php endwhile;endif;?>
    </div>
    </div>

    Any one can help me?

    I have a website in which a fullpage width custom jquery slider , for slider i have create a custom post type “Slider”. In slider text/content is on left side and image is on right side like this https://tympanus.net/Development/ParallaxContentSlider/

    Now my client want that 2 images show full width slider without content and the others are shown like by default below is my slider code , please help me as soon as possible

    <div id=”da-slider” class=”da-slider”>

    <?php wp_reset_query();?>
    <?php query_posts( array( ‘post_type’ => ‘slider’ ) );?>
    <?php if (have_posts() ) : while (have_posts() ) : the_post();?>
    <?php $src=wp_get_attachment_image_src(get_post_thumbnail_id($post->ID),’full’);?>
    <div class=”da-slide”>
    <div class=”da-img”><img src=”<?php echo $src[0];?>” alt=”<?php the_title();?>” /></div>

    <?php $title=get_the_title($post->ID); ?>
    <h2><?php echo add_span_to_title($title); ?></h2>
    <p> <?php the_content();?></p>

    </div>

    <?php endwhile;endif;?>
    </div>
    </div>

    Any one can help me?

    I have a website in which a fullpage width custom jquery slider , for slider i have create a custom post type “Slider”. In slider text/content is on left side and image is on right side like this https://tympanus.net/Development/ParallaxContentSlider/

    Now my client want that 2 images show full width slider without content and the others are shown like by default below is my slider code , please help me as soon as possible

    <div id=”da-slider” class=”da-slider”>

    <?php wp_reset_query();?>
    <?php query_posts( array( ‘post_type’ => ‘slider’ ) );?>
    <?php if (have_posts() ) : while (have_posts() ) : the_post();?>
    <?php $src=wp_get_attachment_image_src(get_post_thumbnail_id($post->ID),’full’);?>
    <div class=”da-slide”>
    <div class=”da-img”><img src=”<?php echo $src[0];?>” alt=”<?php the_title();?>” /></div>

    <?php $title=get_the_title($post->ID); ?>
    <h2><?php echo add_span_to_title($title); ?></h2>
    <p> <?php the_content();?></p>

    </div>

    <?php endwhile;endif;?>
    </div>
    </div>

Viewing 8 replies - 1 through 8 (of 8 total)