kwadman
Forum Replies Created
-
Marked as resolved?
Well you’re correct.Cached clearout fixed the issue.
ThanksSorry for the delay! This is on my list but I’m on holiday until Wednesday.
Thanks, I will give this a go and come back to you.
Forum: Plugins
In reply to: [WassUp Real Time Analytics] Exclude / IncludeI wouldn’t say pointless. a bit harsh…
We use WP as a KB and even though it’s internet facing.
we would like to know how much use it gets in the internal during the day.So an internal only stat for us is perfect.
Forum: Plugins
In reply to: [The Events Calendar] Change use of CostThanks! looking into this plugin it looks like it will complete the task.
Although i have already hacked the PHP to bits.Anyway, when i do an update and it all gets changed back, i will continue with this plugin. Thanks for the info.
Forum: Plugins
In reply to: [PHP Browser Detection] 500 Errorlol, i do understand.
I have worked it out now anyway. it’s been a while!
Forum: Plugins
In reply to: [PHP Browser Detection] 500 ErrorYeh this is what i did. I was missing out the rest as i’m only editing inside the {}. Sorry if that was not clear. basicly i was missing the ;
Please can you show me how to use on the code above.
Forum: Plugins
In reply to: [PHP Browser Detection] 500 Errorecho text worked OK
Forum: Plugins
In reply to: [PHP Browser Detection] 500 Errori only want the last two items to be affected.
<?php wp_nav_menu( array( 'container' => 'div', 'container_class' => 'main-nav', 'fallback_cb' => 'responsive_fallback_menu', 'theme_location' => 'header-menu' ) ); ?>
Forum: Plugins
In reply to: [PHP Browser Detection] 500 Errorjust added a ; inside the {} and your never guess what.
Forum: Plugins
In reply to: [PHP Browser Detection] 500 Errori’m just testing with egs:
{TEXT}
{echo “text”}
{echo text}
{echo text}
{print “text”}Forum: Plugins
In reply to: [PHP Browser Detection] 500 Error<?php if(is_desktop()) {};?> < this is OK
put something in {} and then the error comes up.
Forum: Plugins
In reply to: [PHP Browser Detection] 500 ErrorPlease find header pastebin:
https://pastebin.com/qLiHz13v (Available for 1 Week)Forum: Plugins
In reply to: [PHP Browser Detection] 500 ErrorWell i’m trying to add it into the header.php
at the moment i just put plan text so i knew i could see it then tried to hide if on phone.
========================================================
</div><!– .skip-container –>
<div id=”header”><?php responsive_header_top(); // before header content hook ?>
<?php if ( has_nav_menu( ‘top-menu’, ‘responsive’ ) ) {
wp_nav_menu( array(
‘container’ => ”,
‘fallback_cb’ => false,
‘menu_class’ => ‘top-menu’,
‘theme_location’ => ‘top-menu’
) );
} ?><?php responsive_in_header(); // header hook ?>
<?php if(is_desktop()) {};?>
<?php if ( get_header_image() != ” ) : ?>
i deleted one of the index.php from the URL & this bring back the same error message.