Will
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.
Do you have some sort of example you can share with me? I am in a state of confusion at this point…thank you 🙂
Okay thank you for that info! Much appreciated!
This reply has been marked as private.February 14, 2020 at 5:23 pm in reply to: V2 Help With Copyright Footer Getting error using snip using supreme theme #530376This worked
add_action(‘after_setup_theme’, ‘_my_sd_footer_changes’,15);
function _my_sd_footer_changes(){
remove_action( ‘dt_footer_copyright’, ‘dt_footer_copyright_default’, 10 );
remove_action( ‘dt_footer_copyright’, ‘sd_footer_copyright_default’, 10 );
add_action( ‘dt_footer_copyright’, ‘custom_dt_footer_copyright_text’, 10 );
}function custom_dt_footer_copyright_text(){
echo ‘© 2020 whateveryouwanttosay ‘;
}February 14, 2020 at 5:22 pm in reply to: V2 Help With Copyright Footer Getting error using snip using supreme theme #530375Cancel This request.. I got it figured out 🙂
February 10, 2020 at 11:26 am in reply to: V2 Home Page Maps Loading Different Country by Default #529650That works! How did you fix?
Thank you so much!!!
February 10, 2020 at 10:50 am in reply to: V2 Home Page Maps Loading Different Country by Default #529640https://budscore.com/
is working fine for me
might use budscore as the domain for ftpFebruary 8, 2020 at 2:26 am in reply to: V2 Home Page Maps Loading Different Country by Default #529427This reply has been marked as private.February 7, 2020 at 7:54 pm in reply to: V2 Home Page Maps Loading Different Country by Default #529341This reply has been marked as private.This reply has been marked as private.This reply has been marked as private. -
AuthorPosts