hadizahedi
Forum Replies Created
-
I was able to make it work by changing ‘_composite_children’ to ‘_composite_parent’
Thanks a lot for your support
Thanks for your quick response. I put the code in the theme function, but still the parent products are visible in the invoices.
It made the main product title to be hidden, not the composite ones. I need the second level titles to be hidden.Before adding the code, the invoice look like this https://imgur.com/xxB1Uys.
Please adviseForum: Plugins
In reply to: [AVVO Star Rating Plugin for Lawyers] Your plugin stop workingSame here with no error. Page freezes.
Forum: Plugins
In reply to: [Theme My Login] Custom Registration Form Not Working !Any suggestion?
Forum: Hacks
In reply to: woocommerce display image captions in single-product thumbnail displayThe solution to show thumbnail titles above each:
add_filter('woocommerce_single_product_image_thumbnail_html', 'thumb_add_title', 10, 4 ); function thumb_add_title( $html, $id, $parent, $class) { $attachment = get_post( $id ); $img_cap = "<div class=\"img-cap\"><span class=\"cap-text\">{$attachment->post_title}</span></div>$html"; return $img_cap; }
Forum: Hacks
In reply to: woocommerce display image captions in single-product thumbnail displayThis is a very useful hook but in my case, it will disable clicking on thumbnails (link: https://vianacanada.tk/product/zegna-shirts/black-pattern-bowtie/) because hooked div will be placed as parent of my theme’s thumbnail div.
By the way, I need to have the same code but instead of caption, I want to display titles above thumbnails.
Forum: Plugins
In reply to: [WooCommerce Products Per Page] Not working with Divi themeHI, I’m using Divi 2.4.5, used suggested code in function.php but still no results. nothing changes and it is just showing 1o items per page.
please help to solve the issue.Thanks for your quick reply.
No, there is no Cache plugin available on website. but there wasdefine('DISABLE_CACHE', true);
in wp-config.php file which I removed it.Forum: Plugins
In reply to: [WooCommerce Show Attributes] Fatal errorThanks for consideration. you did great!
Forum: Plugins
In reply to: [WooCommerce Show Attributes] Fatal errorany idea? anyone can help me to use this plugin?
Forum: Plugins
In reply to: [WooCommerce] Changing products image link in category pageHi again.
I was waiting to hear from you.
How can I change<a href="<?php the_permalink(); ?>">
located in content-product.php line 42 to open image in light box?Forum: Plugins
In reply to: [PayPal for WooCommerce] No Confirmation or Cancellation pageFinally got the problem
PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 311296 bytes) in /shop/wp-content/plugins/woocommerce-pdf-invoices/mpdf/mpdf.php on line 11934
Thanks guys
Forum: Plugins
In reply to: [PayPal for WooCommerce] No Confirmation or Cancellation pageThanks for your reply . The reason of mentioning Yahoo hosting was for some popular problems you may know like no .htaccess allowance and caching.
Actually it was working fine without the www. I ordered 2 test products 1 month ago and everything was good. But now by pressing place order button we get 500 internal server error.Forum: Plugins
In reply to: [PayPal for WooCommerce] No Confirmation or Cancellation pageHere is the screenshot after redirecting from Paypal:
https://take.ms/WRpEW