candy2012
Forum Replies Created
-
Forum: Plugins
In reply to: [SOFT79 Pricing Rules for WooCommerce] No table on product page ?!?sorry, must have been some caching issue.
It works and does what is supposed to.
Great plugin!
Thank you!Screenshots in the wordpress directory should be for the free (!) version (which is what wordpress directory is for!!). “Pro” screenshots should at least be marked as such (which sadly, is not the case with this plugin).
So please clarify if this screen applies to the free or the pro version ( need to understand if it’s the theme or the plugin’s problem):
https://ps.w.org/woocommerce-products-designer/assets/screenshot-4.png?rev=1000887Also, did not understand what “Overlay image” is actually for !??!
Thx
ok, thanks 🙂
I admit that it’s beyond my power of understanding how would this benefit customers and sellers if no clue about the discount is shown to the user …
It’s sort of against any usability rules …
But maybe I am missing smth.
Rgs
Hi,
Possible to have an answer to my question please? It’s 3 weeks now ….
There’s no need for you to develop anything new, just tell me how to pull those values and embed them on product page in php.
So the php code to show the discount on the product page (I will add that code to teh product template)
Early answer appreciated
Thank youThanks for you reply.
Waiting 🙂Forum: Reviews
In reply to: [Penci Slider] Not really responsiveHi,
The moment I have checked the demo, all slides appeared listed (with images and all) bellow one another. Seems you corrected it since, or maybe there was a server error at the time.
As for the responsiveness, the plugin is not yet there where it should be.
For small screen sizes (see phone for ex) the image is too short and everything else (navigation, text, button) gets messed up.You also seem to condition any functionality on smaller screens on an initial minimum height (600 px I think?) of the slides, which is not fine. A height of 600 is much to much for a laptop for example.
Also the fonts do not really seem to be responding right to the different screen sizes.
Maybe in a future version it will get better 🙂
Forum: Plugins
In reply to: [Fluid Responsive Slideshow] Cannot create slideshowHi,
FRS?!? What do you mean?
Hosting ok.….
Forum: Plugins
In reply to: [Strong Testimonials] "read more" text and link not showing!!!Hi,
All ok than 🙂
Works with the permalink insertion.Thank you very much for your support, it’s a nice and useful plugin!
PS: please also explain somewhere in “help” that one should name new template files like “testimonilas-mynewfile.php” and use template=”mynewfile” in the shortcode; I found that info by chance while digging after explanations, but it was well hidden somewhere among the other files 🙂
Forum: Plugins
In reply to: [Strong Testimonials] "read more" text and link not showing!!!Hi,
Are you sure there’s nothing missing under testimonials.php?
In the file I found in the plugin directory I saw NO link after the_excerpt ();
I was expecting something like:
<a href="<?php the_permalink(); ?>">Read more</a>
Shouldn’t such code be there?
Otherwise I really do not see how/where the link could be inserted and shown …I actually added that code directly in testimonials.php (the file I copeied in my theme directory) and now it shows a “read more” link ….
!?!?
Forum: Plugins
In reply to: [Strong Testimonials] "read more" text and link not showing!!!Hi,
I am using the “sensitive” theme, which is based on bootstrap …
https://ww.wp.xz.cn/themes/sensitiveAll the rest seems to work just fine, only the “read more” link does not show up …
Any idea why?!
Thank you v. much!
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Remove Required InformationI’d love to have the same, unfortunatelly it does not seem that developers are active and answering support questions 🙁
Forum: Plugins
In reply to: [qTranslate] RTL Support not workingwhy did you mark this as “resolved” !?!?
There’s no answer to your last questions here and I have issues with the rtl support as well! Only the text (page contents) works the rest is all messed upForum: Plugins
In reply to: [Jigoshop] Cannot add free variation to cart!anyone offering support around here or is this dead?
Thx
Forum: Plugins
In reply to: [Jigoshop] cannot get sidebar even with jigoshops instructionI wasted days on that too, the instructions with hooks only work if your theme is following a similar structure as jigoshop, which is not always the case.
What will however work is to copy the jigoshop theme files into your theme folder (follow instructions here: Theming with Jigoshop) than go into your jigoshop/single-product.php file you have just copied under your theme folder and modify accordingly (generally by using a similar structure of your theme’s page.php file or similar).
This worked for me, good luck!
OK, that single line was just not enough …
Used method1 from here
remove post metas
and it worked …