moon pwint
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Store Locator] Internal Link navigation conflict with plugin.Hi , It is solved already.
Go to the WPSL settings page, scroll down to the “User Experience” section and make sure to disable “On page load move the mouse cursor to the search field?” option. This will fix the problem.Thanks Tijmen Smit
Appreciate it
Forum: Plugins
In reply to: [WP Store Locator] Internal Link navigation conflict with plugin.I have same problem also.
I hope someone can solve it.
Dear author,pls help us asap.Thanks
Forum: Plugins
In reply to: [WooCommerce & qTranslate-X] Plugin is not translating anythingHi ,
I installed woocommerce qtranslate-x but it is not translated for check out page , add to cart page and so on. I can’t find the option under woocommerce configuration setting .
pls help ! thanks
No …. it is still happen … pls help me
This is the link. I can solve the language switch but now i have another problem.
Here is the site : https://newpenghiang.com
When I go to product page ,https://newpenghiang.com/zh/product-category/self-bbq-bakkwa-frozen/ and i change to English language back.It got problem. The link : https://newpenghiang.com/商品分类/self-bbq-bakkwa-frozen/ .It supposed to https://newpenghiang.com/product-catergory/self-bbq-bakkwa-frozen/ when i change english.
Please help me .
Edit: Solved already ??
Hi , I got problem about language switch . Default language is English . Another is Chinese . Whenever I switch eng to chinese or chinese to english , the url www…..com /zh is forever changed.
Please help me to solve this ?
thanks a lot .
Forum: Plugins
In reply to: [WooCommerce] single-product.phpFor example :
<?php get_header();$product = get_product($post->ID);?>
<div id=”inner-content”>
<div class=”field field_02″>
<div class=”content”>
<div class=”p-page-holder l-grid”>
<div class=”product-page-left”>
<div class=”product-image”><div class=”img-wrapper”><?php woocommerce_show_product_images(); ?></div>
<?php
$attachment_ids = $product->get_gallery_attachment_ids();
if ( $attachment_ids ) :
?><div class=”prod-gallery”>
<div class=”content_slide_box”>
<div class=”content_slide_holder”>
<?php do_action( ‘woocommerce_product_thumbnails’ ); ?>
<br style=”clear:both;”>
</div>
</div>
</div>
<?php endif; ?></div>
</div>
<div class=”product-page-right”>
<?php woocommerce_get_template( ‘single-product/short-description.php’ ); ?>
</div>
<?php woocommerce_get_template( ‘single-product/tabs/description.php’ ); ?>
<?php woocommerce_related_products(80,0); ?>
<div style=”display: none”>
<script type=”text/javascript”>
(function ($) {
$(document).ready(function(){
$(“.latest-products”).each(function () {
if ($(this).find(“.product”).length > 3) {
$(this).parent().find(“.late-prod-nav a”).show();
} else {
$(this).parent().find(“.late-prod-nav a”).hide();
}
});$(“.latest-prod”).serialScroll({
target: ‘.content_slide_box’,
items: ‘.product’,
prev: ‘.late-prod-nav a.icons-left-arrow’,
next: ‘.late-prod-nav a.icons-right-arrow’,
margin: true,
axis: ‘xy’,
duration: 700,
force: true,
exclude: 2
});<?php if(get_option(“woocommerce_enable_lightbox”) == “no”): ?>
$(“div.thumbnails”).find(“a”).click(function(e){
e.preventDefault();
$(“div.images”).find(“img”).attr(“src”,$(this).attr(“href”));
});
<?php endif; ?>
});
})(jQuery);
</script>
</div>
</div>
<div style=”clear: both;”></div>
</div>
</div>
</div><?php get_footer();?>
Forum: Plugins
In reply to: [WooCommerce] single-product.phpI finding php code to build single product page.
Thanks @dflux . Cheers !!!
Thanks.I remove the align=”left”. Now the table is in the border.But I add another rows and columns under the table,the whole page disappears.
Pls help me how can I do?
Thanks for your reply.Hi ,
I am using your plugin.It is great.But I have a problem if I add more data (rows and columns) , it can’t show all data and tabs.pls check it
https://www.malmoon.com/mccoycomponents/cap-xx/.
Thanks.