-
AuthorPosts
-
February 1, 2018 at 2:26 am #31988
Hello,
I’m building a Stockphoto website with Symbiostock Express. Everything works fine except for these “Select License” buttons and the second keywords line on each product site.
How can I rename these “Select License” buttons and how can I remove the second keywords line?
Best
julienFebruary 1, 2018 at 10:57 pm #31995February 4, 2018 at 2:28 am #32000Hey Robin, oh… I forgot it. Here my URL: http://stockdock.de
Thanks in advance!
February 13, 2018 at 3:33 am #32030my 3rd problem is that I can’t change the word “License” in the sentence “Choose your License” on product page.
So, it would be awesome when you can tell me how to solve these three problems:
1. rename “Select License” buttons under products on main page
2. delete the keyword line on product page
3. rename the complete sentence “Choose your License” on product page.“http://stockdock.de”
I hope someone can help
February 17, 2018 at 11:15 am #32050Hi Julien – for #1 and #3:
Add a plugin called Simple Custom CSS and JS, activate, then go to the custom Javascript tab and add this text to it:jQuery(document).ready(function( $ ){ $("a.button.product_type_variable.add_to_cart_button.kad-btn.headerfont.kad_add_to_cart").text('My New Text'); if ($("td.product_label label").text() == 'Choose your License') $("td.product_label label").text('My New Text'); });
Unfortunately the second keywords list cannot be removed, but you can hide the first one if you would like by adding this into the custom CSS tab:
div.product .product_meta .tagged_as { display: none!important; }
I hope this resolves it sufficiently.
February 28, 2018 at 7:42 am #32122Hi Robin, thank you for your well-defined answer! Everything works now. ?
March 1, 2018 at 5:25 pm #32128Awesome, great! By the way, if you’re satisfied with the software and the team, please don’t hesitate to leave us a positive review on WordPress – we really appreciate it when satisfied users give us some positive feedback on the plugin review page:
https://wordpress.org/support/plugin/symbiostock/reviews/
Thanks!
-
AuthorPosts
You must be logged in to reply to this topic.