Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #38362
    Profile photo of Richard
    Richard
    Participant

    – Added additional text conversion abilities, including ability to replace ‘License’
    This doesn’t appear to be working on my site.
    In the Sybiostock String section I have: “License”>”Product”,”Type”>”Type”,”Price”>”Price”,”Choose your”>”Choose your”,”Licensing information”>”Product information”
    Is this correct?

    #37874
    Profile photo of Richard
    Richard
    Participant

    Thanks Robin, I figured as much.
    Do you know how Woocommerce see’s the License? Does it consider it a Product, attribute, category? This may help me identify an appropriate plugin.
    Cheers,
    R.

    #37427
    Profile photo of Richard
    Richard
    Participant

    To provide an example, I simply want the Text “License” change to “Select Product” as seen on this page here:

    https://wall2wall.photos/shop/motorcycles/rwmtnebobikes160820/_w2w8790-jpg/

    Ta.

    #37426
    Profile photo of Richard
    Richard
    Participant

    Hi all.
    My little JS code above is no longer working, likely because I am not longer using the Sybiostock Pro template.

    Any guidance on what to modify to get the wording changed?

    Ta.

    #37238
    Profile photo of Richard
    Richard
    Participant

    Hy Richard,

    I have a question. I also want to share fotos with password protection through symbiostock. But i cant get it managed via symbiostock.
    How did you do this with catergories? I cant get subcategories in the platform symbiostock and i cant get a password protection sharing via symbiostock or?

    How do you get this managed?

    Would be very great if you could reply!!!
    THANKS!
    John

    Hi John,
    The issue is not Symbiostock software. I have found it’s related to security software, in my case, when you rename your admin login page to something other than https://domainname.com/wp-admin it breaks the access to the protected categories.

    I use wpcerber security which is fantastic but they blame the Symbiostock software, sooo it would seem you can’t have the security of a non standard admin login page and protected categories at the same time which is a bizarre situation that no one wants to deal with.

    Hope this helps.

    R.

    #37162
    Profile photo of Richard
    Richard
    Participant

    Thanks Robin,

    It is absolutely related to security software I run, how is the Auth done for protected folders? What is the mechanism for displaying the folder content once auth is done?

    I only ask so I can try and configure the security software to allow access.

    Cheers. 🙂

    #37134
    Profile photo of Richard
    Richard
    Participant

    Actually ignore that. It does work but the password change doesn’t happen straight away. I assume it need to wait for CRON to run the processor?

    #37133
    Profile photo of Richard
    Richard
    Participant

    But…..

    When you change the password, you no longer get access to category.

    Thoughts?

    #37132
    Profile photo of Richard
    Richard
    Participant

    Yup, you’re right again Robin. Thank you. It’s an issue with WP Security, I guess I will have to go through each settings and check. lol

    #36784
    Profile photo of Richard
    Richard
    Participant

    Thanks Robin, not a big enough issue to warrant the Anytype plugin. 🙂

    #35223
    Profile photo of Richard
    Richard
    Participant

    Thanks Graham,

    I have it resolved now, I modified Robin’s JS to accomplish what I need. You can see this here: Example

    Here is the modified code:

    jQuery(document).ready(function( $ ){
        $("a.button.product_type_variable.add_to_cart_button.kad-btn.headerfont.kad_add_to_cart").text('Select Product');
      	if ($("td.product_label label").text() == 'Choose your License') $("td.product_label label").text('Choose your Product');
        if ($("td.sse_product_license_licensetitle").text() == 'License') $("td.sse_product_license_licensetitle").text('Product');
        if ($("td.sse_product_license_typetitle").text() == 'Type') $("td.sse_product_license_typetitle").text('License');
    });

    This is suffice for my needs and I should now be able to add prints to my “Product List”.

    #35221
    Profile photo of Richard
    Richard
    Participant

    Hi all,
    How did you get on with this? I am looking to change the word “License” to “Product”.

    I have installed a custom CSS & JS plugin however using the above code it doesn’t change it.

    Thoughts?

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