AWB Collier
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] How to wpseo_pre_analysis_post_contentSorry, I thought this was a related issue question that was inline with exactly what the original poster was asking to do. No interruption was intended and I apologise for any rudeness, as it was unintended. I was just trying to get some help.
Forum: Plugins
In reply to: [Yoast SEO] How to wpseo_pre_analysis_post_contentHello,
I am trying to find exactly the same thing. A few questions:
Where do I enter the above code? Is it in the functions.php file for my theme?
Is the ‘your_flexible_fields’ where you enter css class labels to add to content in your posts to then get added into the Yoast XML Sitemap?
Will this work outside the standard ‘the_content’ filters?
I ask as I am trying to find a way to force add images and videos to the XML sitemap that are outside the standard content of posts/pages. The easiest way I can think of doing this is by adding a class element to any image I want added to the sitemap that Yoast would then hook into to add to the page XML sitemap the image is on.
Forum: Plugins
In reply to: [Dynamic "To Top" Plugin] conflict with Yoast SEOOK I found it: There were two extra spaces after the ?> in the file cssmin-v3.0.1.php in the /inc/ folder of the plugin. Removed those two spaces and the plugin worked perfectly.
Will the be removed in a future update?
Many thanks,
Alastair
Forum: Plugins
In reply to: [Fast Secure Contact Form] Add FSCF to website but on a php pageHi, I got it to work. It wasn’t the wrong number. The trick was to make the php think it was working in the content of a post/page as a filter. This is what worked:
<?php echo apply_filters('the_content','[si-contact-form form="1"]');?>
Thanks!
Forum: Plugins
In reply to: [Fast Secure Contact Form] Add FSCF to website but on a php pageHello,
Thanks for the quick response! I have tried both code snipets and it wont work. My form does load (it is #1) when I place the standard code in the page and publish it, it just wont work in the template. Is there something I am missing, or else I need to do?
Thanks in advance,
I would also like to know how to add the javascript code for conversion tracking on google adwords.
Can we enter more than one line of Java after the on_sent_ok tag?
For example, setting up one conversion with Ad Words requires entering the following Java into the ‘thank you’ page:
<!– Google Code for Availability Enquiry Conversion Page –>
<script type=”text/javascript”>
/* <![CDATA[ */
var google_conversion_id = 1066013591;
var google_conversion_language = “en”;
var google_conversion_format = “3”;
var google_conversion_color = “ffffff”;
var google_conversion_label = “AwLUCPGitAIQl6eo_AM”;
var google_conversion_value = 0;
/* ]]> */
</script>
<script type=”text/javascript” src=”https://www.googleadservices.com/pagead/conversion.js”>
</script>
<noscript>
<div style=”display:inline;”>
<img height=”1″ width=”1″ style=”border-style:none;” alt=”” src=”https://www.googleadservices.com/pagead/conversion/1066013591/?label=AwLUCPGitAIQl6eo_AM&guid=ON&script=0″/>
</div>
</noscript>How can I enter all this code into Conactform7?