blackstudio
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Strange Excerptme neither ??
hopefully there’s a fix.
Cheers
Forum: Themes and Templates
In reply to: Strange ExcerptThanks mate. But they have 1,500 posts that they want to apply this function to without having to do them manually one-by-one.
Ideally they’re looking for an easy fix where a tag calls to content of the post after the defined (normal) excerpt.
Forum: Plugins
In reply to: [WP-reCAPTCHA] Multi Site problemsyarby – you’re a legend! works a charm!
Yeah I was having the same issue. I think it’s something to do with w3 total cache. I found this bit of code on another forum which goes into the varnish field in the general settings page of w3 total cache;
if (req.url ~ “^/(cart|my-account|checkout|addons)”) {
return (pass)
}if ( req.url ~ “\?add-to-cart=” ) {
return (pass)
}which i believe keeps the cart, account, checkout pages dynamic.
Hope this helps – it worked for me.
Cheers
Forum: Installing WordPress
In reply to: Upgrade to 3.2.1 is crippling blogs!Some themes have issues with the upgrades. I used to check with the developer before updating but In the end I sacked any theme that was showing issues with upgrades.
We have noticed a increase in speed and efficiency through upgrading to 3.2.1 – so probably worth running through the motions to get it fixed….?
@debfg48 out of curiosity who is your host?
Forum: Plugins
In reply to: generating or figuring urls with a form or on a pagenot sure what you’re asking but if you want to redirect a viewer after they have completed the form you add this;
on_sent_ok: “location = ‘put your url where you want to send them here’;”
into the additional settings area at the bottom of the CF7 admin page.
I did this for a client on here https://lifecoach.yourfuturenow.com.au/
@john – it’s not custom tags, having issues with the normal category and description tags.
@finleydesign – i found that writing a category meta description in the category admin works for the ones that get rejected in the SEO Ultimate area.
I’m using the latest version of WP and SEO ultimate. I wonder if it a theme issue? The site which i’m working on for this is https://purecruises.com.au. Everthing else about this plugin is awesome! By far the best free one i’ve come across yet ??
Forum: Themes and Templates
In reply to: Displaying Related Posts with Custom Post Typesophieyanow – did that work? i’m using the same code and trying to do the same thing but can’t get it to work….. any thoughts?
Forum: Hacks
In reply to: How to sort [specific] multiple categories post in alphabetical orderAwesome! Thanks mate!
Forum: Plugins
In reply to: [SEO Ultimate] [Plugin: SEO Ultimate] Description Tag Option does NOT Work!how’d you fix it?
evanw!! you the man!! worked a treat!!