mtngeekuk
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] SVG images not workingDone and still the same.
Still getting the fontawesome download icon, rather than the SVG.
??
Would upgrading my version of WordPress help?
Forum: Themes and Templates
In reply to: [Customizr] SVG images not workingIt’s ok, have resolved this – internet quotes, rather than “proper” ones.
So, page loads, but I get a big down arrow, enclosed in a circle – I’m guessing some sort of download image – it’s the same in both Chrome and Firefox, and in Android mobile browser, so not sure what’s going on now?
Do you get the same, or do you need a screenshot?
Forum: Themes and Templates
In reply to: [Customizr] SVG images not workingSo I add that code block into my child theme functions.php and the whole thing blows up.
This is what I’ve got in there…
<?php
add_filter(‘tc_credits_display’, ‘my_custom_credits’);
function my_custom_credits(){
$credits = ‘ ‘;
$newline_credits = ‘ ‘;
return ‘
<div class=”span4 credits”>
<p> · © ‘.esc_attr( date( ‘Y’ ) ).’ ‘.esc_attr(get_bloginfo()).’ ·</p> </div>’;
}add_filter('tc_sticky_logo_src', 'my_logo');
add_filter('tc_logo_src', 'my_logo');
function my_logo($logo){
$normal = 'https://upload.wikimedia.org/wikipedia/commons/2/2c/Download_font_awesome.svg';
$sticky = 'https://www.mountaingeek.co.uk/wp-content/uploads/2015/01/MountainGeek2015.svg';
if ( current_filter() == 'tc_logo_src'){
return $normal;
}
return $sticky;
}?>
Forum: Themes and Templates
In reply to: [Customizr] SVG images not workingForum: Themes and Templates
In reply to: [Customizr] SVG images not workingForum: Themes and Templates
In reply to: [Customizr] SVG images not workingHere we go – hope this helps?
<iframe src="https://pastebin.com/embed_iframe.php?i=Z8jCUkrx" style="border:none;width:100%"></iframe>
Forum: Themes and Templates
In reply to: [Customizr] SVG images not workingSoo annoying – still not having it for me.
Is my installation of WordPress blocking SVG files or something?
I’m Self-hosted, if that makes a difference?
Forum: Themes and Templates
In reply to: [Customizr] SVG images not workingHi,
Made the change, but no effect.
Can you just check I’ve done it correctly?
Thanks again
Forum: Themes and Templates
In reply to: [Customizr] SVG images not workingHi
Thanks for the speedy reply – glad it’s not just me!
Happy to give it a go – can always do CTRL-Z, right?