Anonymous User 4048828
(@anonymized-4048828)
Hi,
It would have to be done through customizing the existing Javascript.
Have a look in wp-content/plugins/backgrond-manager/resources/js/pub.dev.js (which is the uncompressed version of pub.js). Most likely you’d want the initInfoTab() function near line 556.
You can use the uncompressed version by setting WP_DEBUG to true, if you prefer (though the current version of BGM has a few warnings that’ll creep up in this case).
hello,
I already tried everything in that file already apagei ate everything it was written and what happens is that the image comes out but the [+] it continues even if you delete all the file pub.js.
I just wanted to change the [+] to “Photo:”
Anonymous User 4048828
(@anonymized-4048828)
Oh, sorry! I must have misunderstood what you had meant. That would be rather simple then 🙂 Have a look in wp-content/plugins/backgrond-manager/resources/pub_footer.html.twig — It is near the bottom of that page.
If after changing that file it does not show up immediately, you may have to remove the directory wp-content/plugins/backgrond-manager/store/cache – the cache will be re-created when required.
The directory that told me this as well?
wp-content/plugins/backgrond-manager/resources/pub_footer.html.twig
is that within the resources folder I have over 6 folders
Ja is found inside the views folder in resources right?
Anonymous User 4048828
(@anonymized-4048828)
Sorry, it is wp-content/plugins/backgrond-manager/resources/views/pub_footer.html.twig.
Thanks, even this was
sorry for my bad english in posts
Anonymous User 4048828
(@anonymized-4048828)
That’s OK, as long as we can find the solution 🙂 Did you manage to get it changed?