worldsdream
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] How to set the reCaptcha language?Thank you, thats nice. Anyone has a code to put in the child functions php, so i dont have to manually do it everytime there is an update! thanks!
Forum: Plugins
In reply to: [Groups] will you ever add an option, display specific text for non membersSo this the best what i can come up with:
[groups_non_member group="platinum"] Buy "product" to get all content[/groups_non_member]
[groups_member group="platinum"] I have all my information over here, restricted, only platinum users can see this [/groups_member]
I think this will do it for now. But i would love to know if there is an option to make the logged in user get a message on page that overwrite the message to the non logged in user.
Forum: Plugins
In reply to: [Groups] will you ever add an option, display specific text for non membersI just found out that there is a shortcode section.
I did add those shortcodes on the page that i want:
for non logged in users:
[groups_non_member group="Registered"] Please log in or sign up to access more content.[/groups_non_member] [groups_login]
for users that bought the product with “platinum” group.
[groups_member group="platinum"] I have all my information over here, restricted, only platinum users can see this [/groups_member]
NOW THE LAST PART, how do i get users that login without the “platinum” group, will see: Hi you have to purchase this product, click here, to get this unlocked.
Because right now, when a user makes a new account or doesnt have that product with the group “platinum” added. Doesn’t see anything. empty page.
Thank you. I hope there is an shortcode for that!!
Forum: Plugins
In reply to: [WooCommerce] send a link when order is completedUnfortanetly no. different link to each product.
I hoped there was a plugin that did let us add custom links or text to each product (also variabel). And we could choose that it would show on processing and/or complete.
Forum: Plugins
In reply to: [WooCommerce] send a link when order is completedI can see indeed. But this shows the link when its processing and when order is completed. I want it to be shown ONLY when it’s COMPLETED. Any way to do this?
For the time being, i am adding a note everytime a order is completed. But that is not handy as i get a lot of orders each day..
edit: i have products in variables, every product has another link. So this won’t work. I hope anyone knows a plugin that can do this?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce make text smaller CSSfixed it, wrong documentation. They should update it accordingly. Very bad!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce make text smaller CSSThis is the plugin called, points and rewards by woothemes. In documentation is stated: This text inherits the same styling as the price, but can be changed by targeting span.wc-points-rewards-product-variation-message
i did add:
.span.wc-points-rewards-product-variation-message;
font-size: 13px;
}but that DID NOT help.
Forum: Plugins
In reply to: [Pricing Deals for WooCommerce] can i achieve this?Thank you for your answer and clarifying. I appreciate it a lot.
Forum: Plugins
In reply to: [WooCommerce] Tax rates are not workingAre you using woocommerce 2.3? As of 2.4 they changed the currency “kr” to DKK.
Is that how it should be?
Here you can see that it works. But how to add it in my child theme?
Where should i put this code
jQuery(document).ready(function($) { "use strict"; $(document).on('click','.thumbnails .zoom', function(){ var photo_fullsize = $(this).find('img').attr('src').replace('-150x180',''); $('.woocommerce-main-image img').attr('src', photo_fullsize); return false; }); });
I found this topic online, exactly what i am looking for
I really don’t where i have to edit that code.
I wished there was an option like that.
I do confirm that there are a lot of people that don’t understand it.I did look at the website you linked and i like that way too.
If you find a a way. Please let me know. I would love to have the “choose an option” removed and it will always select a product.Forum: Plugins
In reply to: [WooCommerce] Remove clicking on product imageThis could be nice to implent in feature versions of woocommerce. Just under the button of disable woocommerce lightbox, put a new option: disable click on image.
Forum: Plugins
In reply to: [WooCommerce] Remove clicking on product imageThank you.
It worked perfectly!!!! <3