dencreativeltd
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Error at checkout with 3.0.5Hello, is there any news on the status of this thread and a fix? Using stripe.js option in the plugin allows transactions to go through without issue.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Error at checkout with 3.0.5Same issue here 🙁
Forum: Fixing WordPress
In reply to: Missed schedule – busy site – working cronNo news unfortunately
Forum: Plugins
In reply to: [Shopp SEO Glue] [Plugin: Shopp SEO Glue] CategoriesHi Barry, the way I see it is that if I’m using WordPress SEO then that is the meta description I would expect to appear in the page rather than anything else – it should take precedence. Your example is exactly why I’m using it like this – so I can use the Category Description as visible output on the page.
Also agreed, in an ideal world WordPress SEO would have this all sorted and there’d be no need for the Glue! (thanks for Glue though – it sorted us out!)
Forum: Plugins
In reply to: [Shopp SEO Glue] [Plugin: Shopp SEO Glue] CategoriesSorry, try again now,
Forum: Plugins
In reply to: [Shopp SEO Glue] [Plugin: Shopp SEO Glue] CategoriesI did try deactivating that but to no avail. here is the pastebin link: http://pastebin.com/Y6Q46rAQ
You’ll see one
<meta name="description" content=at the top that is the yoast one, then the category description coming up further down.
Forum: Plugins
In reply to: [Shopp SEO Glue] [Plugin: Shopp SEO Glue] CategoriesHey Barry, is there any way I can PM you the dev site link?
Plugins running:
Wordpress SEO
Shopp + campaign monitor
Shopp SEO Glue
– that’s it.I’ve fixed it on the live site: http://www.dezeenwatchstore.com by using:
// register filter callback
add_filter('shopp_meta_description', 'shopp_meta_description_filter');// create filter function
function shopp_meta_description_filter( $description ) {
return '';
}Cheers,
BillForum: Plugins
In reply to: [Shopp SEO Glue] [Plugin: Shopp SEO Glue] CategoriesHi Barry, just switched to 2011 theme and got the same problem…
Forum: Plugins
In reply to: [Shopp SEO Glue] [Plugin: Shopp SEO Glue] CategoriesHello… I’ve got wordpress 3.4.2, shopp 1.2.3 and glue 1.3 – I’ve got a meta description coming up under Yoast which is the ‘SEO’ description, then further down i have a meta description which is the ‘category description’ So a duplicate, only on category pages – anyone else have this or have a fix??
Thanks!
hello – i have the same problem, any news?
Hi there – I’m also having the same problem – any news?
http://www.dencreative.com/blog/comments/getting-first-image-or-custom-field-in-wordpress
In the directory you download with YAARP there are some example templates you can use, you may also find the link above helpful!
Forum: Fixing WordPress
In reply to: [WPBook] [Plugin: WPBook] Stream/Wall OptionHI, you need to follow instructions and go to the groups link, you’re confusing username with ID. (I think)
http://wordpress.org/support/topic/plugin-wpbook-streamwall-options-unavailable
Turning off the notices obviously doesn’t fix the issues.
And as mentioned, i can fill in the custom field in the template – but it fills it with a number i.e. 23654 rather than the url to the image, this means i cant put it directly in the src= tag of the <img>.
This comes back to the fact that when I select the image in the file selector it is saving a number rather than the url. Does this refer to a separate database because it is a multiple file upload?
If so – do I need to create an array to fetch this?
Cheers