amad87
Forum Replies Created
-
Forum: Plugins
In reply to: [NSFW] [USPS Simple Shipping for Woocommerce] USPS Shipping Rates not showingAbove are the details, when I enabled debug from the shipping option. Please help me out
USPS rates are not showing on the checkout page.Forum: Plugins
In reply to: [WooCommerce added to cart popup (Ajax)] Delivery Date option not visibleBelow are the images of my requirements.
Forum: Plugins
In reply to: [WooCommerce added to cart popup (Ajax)] Problem with variable productsHello 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 SAMADForum: Fixing WordPress
In reply to: Homepage images/slider issueAny 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 problemsAny 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: Themes and Templates
In reply to: [Custom Community] Image Slider Not WorkingAny 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: [Yoast SEO] Issues with Image recognitionAny 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: Themes and Templates
In reply to: [Customizr] Front Page Image SliderAny 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>