Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #31988
    Profile photo of julien
    julien
    Participant

    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
    julien

    #31995
    Profile photo of Robin
    Robin
    Keymaster

    Hey Julien – if you post your URL we can more easily try to help, thanks.

    #32000
    Profile photo of julien
    julien
    Participant

    Hey Robin, oh… I forgot it. Here my URL: http://stockdock.de

    Thanks in advance!

    #32030
    Profile photo of julien
    julien
    Participant

    my 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

    #32050
    Profile photo of Robin
    Robin
    Keymaster

    Hi 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.

    #32122
    Profile photo of julien
    julien
    Participant

    Hi Robin, thank you for your well-defined answer! Everything works now. ?

    #32128
    Profile photo of Robin
    Robin
    Keymaster

    Awesome, 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!

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.