Forum Replies Created
-
AuthorPosts
-
January 22, 2021 at 11:28 pm #38276January 14, 2021 at 6:40 pm #38236
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.
January 14, 2021 at 6:38 pm #38234Hi 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>
January 14, 2021 at 6:21 pm #38228Hi 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.
January 14, 2021 at 6:20 pm #38227Hi 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.
December 30, 2020 at 10:22 pm #38170December 12, 2020 at 4:35 pm #38091December 12, 2020 at 4:33 pm #38090December 12, 2020 at 4:32 pm #38087December 12, 2020 at 4:29 pm #38085December 12, 2020 at 4:28 pm #38084December 12, 2020 at 4:26 pm #38082December 12, 2020 at 4:23 pm #38080December 12, 2020 at 4:22 pm #38079November 29, 2020 at 7:02 pm #38019 -
AuthorPosts