Slicer
Forum Replies Created
-
Hi, I solved this myself, here’s how…
Go to plugins > editor > dynamic content gallery
Select to edit: dynamic-content-gallery-plugin/includes/dfcg-gallery-constructors.php
Then remove the lines that contain:
// Get the thumbnail – uses Post Thumbnails if AUTO images are used
$thumb_html = dfcg_get_thumbnail($post->ID, $image_src, $post >post_title);and
$output .= “\n\t” . $thumb_html;
There are three instances of each line, you will be removing six in total.
Forum: Plugins
In reply to: [SEO Ultimate] Not getting quotation marks for meta tagsI’ve found the cause, it was google page speed HTML minify – it screws up the html that uses quotes in a big way.
Forum: Plugins
In reply to: [SEO Ultimate] Not getting quotation marks for meta tagsok, I’ve checked some things out, I don’t think it’s your plugin, I’m seeing the same problem on my other site without your plugin, it’s probably the theme, sorry about that.
Forum: Plugins
In reply to: [SEO Ultimate] Not getting quotation marks for meta tags<!– SEO Ultimate (http://www.seodesignsolutions.com/wordpress-seo/) –>
<meta name=description content=”my meta description”/>
<meta name=keywords content=”keyword,keyword,keyword”/>
<!– /SEO Ultimate –>I’m perplexed by this, is it something I need to do with the following code?
//Do we have a description? If so, output it. if ($desc) { $desc = su_esc_attr($desc); echo "\t<meta name=\"description\" content=\"$desc\" />\n";I’m using a basic twenty ten child theme
Forum: Plugins
In reply to: [SEO Ultimate] [Plugin: SEO Ultimate] duplicate meta descriptionSorry, I posted on the wrong thread.
I just trying to get this to work, I’ve been trying all day and I can’t.
The exact same settings that I had working on the test blog they have at http://www.importcsv.eu/, with this version the output simply produced blank posts, with no output from the tokens in the design editor.
This plugin would be helpful to me and I’d consider buying, but I just can’t trust it so far.