In the order email below for shipping costs.
Is it possible to display shipping details separately for each shipping class?
Please let me know how to do this.
?admin-new-order.php
?customer-on-hold-order.php
Is it possible to modify the archive-product.php template by using the Code Snippet plugin? I am working on a site that has this file overwritten in the theme, but they are not using a child theme so i cannot touch that file or it will be overwritten when they update. I am looking to information to the products that are displayed but by using code in the code snippet plugin. IE: The product archive doesn’t show the excerpt, i’d like to change that to be displayed using code snippet. I have only been able to find information on how to do this through a child theme.
Thanks
]]>First of all, we would like to thank you for all the effort you put for this wonderful plugin.
Anyway, we have this minor setback for our exported .csv file from Amazon reviews. It has this review title field/column together with the review body. The other columns we can remove/modify them to match the sample excel template for this plugin. We’re just wondering if is it possible for this plugin to include the review title in the excel template for the import process?
Thanks,
Randy
Twenty Twelve theme. Featured image for the Front Page Template.
I need the image which consists of multiple products to be mapped so that when a visitor clicks on a particular product image, they are taken to the corresponding product page.
The featured image worked well in the responsive layout but when I copied and pasted the mapped image it is no longer responsive causing it to look strange on a mobile phone. The site is guenschel.com so you can see the image and what I am trying to achieve.
Below is the default template and my child template modified.
<?php while ( have_posts() ) : the_post(); ?>
<?php if ( has_post_thumbnail() ) : ?>
<div class="entry-page-image">
<?php the_post_thumbnail(); ?>
</div><!-- .entry-page-image -->
<?php endif; ?>
<?php get_template_part( 'content', 'page' ); ?>
<?php endwhile; // end of the loop. ?>
and now the child…
<?php while ( have_posts() ) : the_post(); ?>
<?php if ( has_post_thumbnail() ) : ?>
<div class="entry-page-image">
<img src="https://guenschel.com/hgi/images/PI.jpg" usemap="#jd79081" width="400" height="800" alt="click map" border="0" />
<map id="jd79081" name="jd79081">
<!-- Region 1 Viewall -->
<area shape="rect" alt="Viewall Product Line" title="Viewall Product Line" coords="52,114,348,234" href="https://guenschel.com/hgi/viewall/" target="_self" />
<!-- Region 2 Vista -->
<area shape="rect" alt="Vista Product Line" title="Vista Product Line" coords="49,248,348,362" href="https://guenschel.com/hgi/vista/" target="_self" />
<!-- Region 3 Accession -->
<area shape="rect" alt="Accession Product Line" title="Accession Product Line" coords="49,380,348,486" href="https://guenschel.com/hgi/accession/" target="_self" />
<!-- Region 4 Viewall Front -->
<area shape="rect" alt="Viewall Glass Panel System" title="Viewall Glass Panel System" coords="49,550,349,659" href="https://guenschel.com/hgi/glass-panel-systems/" target="_self" />
<!-- Region 5 Vista Front -->
<area shape="rect" alt="Vista Glass Panel System" title="Vista Glass Panel System" coords="52,680,346,787" href="https://guenschel.com/hgi/glass-panel-systems/" target="_self" />
<area shape="default" nohref alt="" />
</map>
</div><!-- .entry-page-image -->
<?php endif; ?>
<?php get_template_part( 'content', 'page' ); ?>
<?php endwhile; // end of the loop. ?>
What do I need to do to make this image responsive? Am I going about this wrong? Thanks.
]]>I’m not php/css/html savy at all, so I have this problem, and hope somebody could kindly help. I just need to know which file i need to modify. I’m not sure if this is a woocommerce file, or a template file.
Id like to move the price below the description, and if the product has variations, not show at all. please see the picture in the link:
https://www.ads-software.com/extend/plugins/woocommerce/
]]>so that the events page is not listed all in one page.
how can I do this? without calling search action?
thanks for your help.
https://www.ads-software.com/extend/plugins/events-manager/
]]>It was working fine, but I’ve updated the plugin and the page is not returning any event post_type.
$loop = new WP_Query( array(
‘post_type’ => ‘event’ ,
‘posts_per_page’ => 5,
));
if I put “post” instead of “event” it will list bunch of different articles, but “event” is not returning anything.
however, I can go directly to each single events and the calendar is working fine too.
please help.
https://www.ads-software.com/extend/plugins/events-manager/
]]>Also, would I be able to assign different styling for shorcode that calls the event list? (these should not be sharing the same formatting that the main events page use)
thanks for the help.
https://www.ads-software.com/extend/plugins/events-manager/
]]>my question: is using templates to design each page unusual? or am i uninitiated in this way of using wp?
thanks
jack
]]>