mtngeekuk
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Custom Author URL] Unable to Activate?Amazing news, thanks so much.
Forum: Plugins
In reply to: [WP Custom Author URL] Unable to Activate?Am I able to download the plugin zip, remove the trunk folder then upload and install?
Am happy to do that on my site while you get the repository sorted.
Forum: Plugins
In reply to: [WP Custom Author URL] Unable to Activate?Hi Chris –
Any joy yet please?
Forum: Themes and Templates
In reply to: [Tracks] Category hierarchy on post pageGotcha!
Made that change on the post and all good. Thanks again – keep up the great work!!! ??
Forum: Plugins
In reply to: [WP-Strava] Responsive Map?Hi –
Have upgraded to 1.7.0 and tried the extra condition, but still no joy sorry.
Page where I’ve put it is here: https://mountaingeek.co.uk/2019/01/test-route/
Forum: Themes and Templates
In reply to: [Hestia] Facebook, Instagram, etc icons not showingHi – my social media icons are displaying, but the contact icons on the homepage are not – any chance of an update here as well please??
Forum: Plugins
In reply to: [Orbit Fox by ThemeIsle] Post Grid – filter pages?Yes, that is for posts.
I am looking for a way to filter pages. Is this not possible?
Forum: Themes and Templates
In reply to: [Refur] Removing Posts From Home PageHi,
Does doing this give you the featured section only, or effectively a regular page?
I would like the have the featured section only on my homepage, with no posts or additional page info.
Would this achieve what I require?
Forum: Themes and Templates
In reply to: [Refur] Missing Featured Content?Hi –
Is it possible for this option (i.e. having the featured content) but without the posts please?
Forum: Themes and Templates
In reply to: [Refur] Missing Featured Content?Hi –
Is it possible for this option (i.e. having the featured content) but without the posts please?
Forum: Themes and Templates
In reply to: [Customizr] Responsive Menu ButtonPerfect – thanks very much!
Forum: Themes and Templates
In reply to: [Customizr] Responsive Menu ButtonSorry – https://www.mountaingeek.co.uk
Work in progress, so don’t look at the rest of the site too much just yet!
Hi all,
I’m doing this in my child functions.php, but after putting the code in, website no longer works.
<?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' ) ).' <a href="'.esc_url( home_url() ).'" title="'.esc_attr(get_bloginfo()).'" rel="bookmark">'.esc_attr(get_bloginfo()).'</a> ·</p> </div>'; } add_action('wp_head','my_analytics',1,20); function my_analytics() { <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', '(MY TRACKING CODE HERE)', 'auto'); ga('send', 'pageview'); </script> }
(Obviously have some additional code at the start to customize the footer)
What am I doing wrong?
THANKS IN ADVANCE
Forum: Themes and Templates
In reply to: [Customizr] SVG images not workingCool, thanks again
Forum: Themes and Templates
In reply to: [Customizr] SVG images not workingHi,
THANK YOU SO MUCH! Now working exactly as expected.
Just out of interest, what was the issue?