« See all FAQs for Selfless - A One Page WordPress VCard Theme
I changed the download button text in the theme options but it still says “Download” on the website. How can I change?
This is a slight bug that can easily be fixed by opening the file “profile.php” and editing line 47:
<?php if (of_get_option("profile_vcard_btn") != 0) : ?>
.. replace that with:
<?php if (of_get_option("profile_vcard_btn") != "") : ?>
