Forum Replies Created

Viewing 15 posts - 76 through 90 (of 2,034 total)
  • Author
    Posts
  • #38276
    Profile photo of Robin
    Robin
    Keymaster

    Hey Hebstreit – we have not changed anything so if it was working before it should certainly be working now. There must have been a change on your site, perhaps s woocommerce upgrade or something?

    #38236
    Profile photo of Robin
    Robin
    Keymaster

    Unless you are having any functional issues or have clear quantifiable data that this is affecting your site in any way, please ignore it. There is no reason to fret over syntax concerns when it does the job it’s supposed to. This is not a bug in the software but rather unconventional methods of coding.

    #38234
    Profile photo of Robin
    Robin
    Keymaster

    Hi there,

    At the current time, if you are using your own theme for Symbiostock, you may have to just use some Javascript to alter the way it looks on the front end as the word ‘license’ is built into Symbiostock. Apologize about the inconvenience.

    Try this:

    
    
    <script>
    jQuery(document).load(function () {
    $( "label" ).each(function() {
      if( $( this ).html() == 'License') {
    $( this ).html('Lizenz');
    }
    });
    });
    </script>
    
    

    #38228
    Profile photo of Robin
    Robin
    Keymaster

    Hi Lisa,

    The metadata is not being appended as you mentioned by Symbiostock – Symbiostock only uses the metadata in the images to populate the titles within WordPress. It is possible your site’s SEO settings are automatically doing that, but it is not actually within the metadata of the images themselves. If that is happening, it is unlikely to be Symbiostock.

    #38227
    Profile photo of Robin
    Robin
    Keymaster

    Hi there,

    Sorry for the delay in responding – are you using Symbiostock Vendors plugin as well? Or just WooCommerce product vendors and Symbiostock? If you are just using the latter, Symbiostock will not work correctly as it introduces various functionalities unique to Symbiostock and requires the Vendors plugin to function with multiple vendors.

    #38170
    Profile photo of Robin
    Robin
    Keymaster

    Hi there – pro does require lite. ?

    #38091
    Profile photo of Robin
    Robin
    Keymaster

    Hi there – you are correct, it does not. As I said, we will look into this and get back to you, thanks.

    #38090
    Profile photo of Robin
    Robin
    Keymaster

    This is somewhat beyond the scope of our ability to provide support – however, if you provide code snippets that filter the related products query with product meta information, we can then direct you into the right way.

    #38087
    Profile photo of Robin
    Robin
    Keymaster

    Yes, they are product attributes and variations.

    #38085
    Profile photo of Robin
    Robin
    Keymaster

    Hi there,

    It should be fine – the products you add before you add vendors will be attributed to the administrator, and then once you add vendors you will be able to create other users who have their own products.

    #38084
    Profile photo of Robin
    Robin
    Keymaster

    Hi there – are you using the correct version of WooCommerce? Have you disabled the personalized interface option in Symbiostock settings?

    #38082
    Profile photo of Robin
    Robin
    Keymaster

    Hi there – this is an issue related to WooCommerce, WordPress, and the theme – Symbiostock does not resize thumbnails itself but gives it over to WordPress to do.

    #38080
    Profile photo of Robin
    Robin
    Keymaster

    Hi there – this is unique to WooCommerce and the only solution would be to hide the entire tab, thanks.

    #38079
    Profile photo of Robin
    Robin
    Keymaster

    Hi there,

    Are you having any actual functional issues on your site? Are you using the correct version of WooCommerce and Symbiostock? Or are these just warnings you are getting that you would like to solve?

    #38019
    Profile photo of Robin
    Robin
    Keymaster

    Hi there,

    You would have to create custom code that would add a filter to the related products query within WooCommerce. This would then have to ensure the products that are selected have the video meta information in them.

Viewing 15 posts - 76 through 90 (of 2,034 total)