reneequinn
Forum Replies Created
-
Where do they go – I must be having a Duh moment also!
Forum: Fixing WordPress
In reply to: .htaccess not writableThx Michal didn’t work as I’m pretty sure it’s the main htaccess file – it’s writeable but think the problem might be that Total Cache can’t find it.
Forum: Fixing WordPress
In reply to: .htaccess not writableHi Shakers, did you work this one out? I’m having same issue and it’s baffling me.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] htaccess not writable and cant create directoriesDid you work this one out? I’m having same issue?
Would love to know how you managed to deregister all Nextgen’s scripts inTown!
Would love to know the answer to this!!
Try this ….
add_action( ‘wp_print_styles’, ‘deregister_next_gen_styles’, 100 );
function deregister_next_gen_styles() {
wp_deregister_style( ‘nextgen_gallery_related_images’ );
}Forum: Plugins
In reply to: [DB Toolkit] Search doesn't work unless logged inHaving the same issue – everything working just fine when logged in but search results not showing when I set the permissions to public.
Did you manage to resolve this?
Forum: Plugins
In reply to: [Buckets] Error 500 on plugin installI’m getting the same error. Deactivated ACF and all works well, reactivate and same problem. I think I’ll try Widget Builder or similar.
Forum: Plugins
In reply to: Echo quotes inside function?Hi Alchymyth,
Seems that it must have been something with my code cause it’s all working now? I’m not sure what I did to get it working but this works fine:
echo '<h5><a href="'.get_permalink().'">'.get_the_field('the_field') . '</a></h5>';
Thanks for your offer of help ??
Forum: Plugins
In reply to: [Arconix Portfolio] Multiple taxonomiesThanks John – thought that might be the case. I could probably manage the php and wordpress functions but would have no chance with the Javascript!
Forum: Plugins
In reply to: [Facebook Comments by Fat Panda] Misterious disappearing commentsNope – never figured this one out – also no comments on facebook are appearing on the site. No help from the author either.
Forum: Fixing WordPress
In reply to: Conditional wp_enqueue with is_page_templateThanks Puppet master – worked for me.
Agree – more developers need to take this into account.
Forum: Plugins
In reply to: [Firelight Lightbox] Easy FancyBox – Theme problemHey Alain – I’m having exactly the same problem – driving me crazy!
I’ve removed any hardcoded jquery links from my header and Easy Fancybox is the only other item using jquery in the site.
Is there another hardcoded jquery link somewhere that I should try removing?