mihaipopa
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] thankyou.php scriptrespectyoda thanks very much.Now is working good.I hope facebook will activate now statistics for website.Again thanks very much.
Forum: Plugins
In reply to: [WooCommerce] thankyou.php scriptMy ID for order complete page is 9.
<?php if ( is_page(‘9’) ){ ?>
//put the script code here
<?php } ?>Forum: Plugins
In reply to: [WooCommerce] thankyou.php scriptSorry I can’t understand what you try to tell me.
This is my javascript i need to be implemented in thankyou.php page but this page don’t have <head>.The only file where I found is on header.php.
1.Copy and paste the following code between <head> and </head> on the page of your website on which you want to track actions. For example, to track registrations, place the code on your ‘registration completed’ web page.
<script type=”text/javascript”>
var fb_param = {};
fb_param.pixel_id = ‘XXXXXXXXXX’;fb_param.value = ‘0.00’;
fb_param.currency = ‘USD’;
(function(){
var fpw = document.createElement(‘script’);
fpw.async = true;
fpw.src = ‘//connect.facebook.net/en_US/fp.js’;
var ref = document.getElementsByTagName(‘script’)[0];
ref.parentNode.insertBefore(fpw, ref);
})();
</script>
<noscript><img height=”1″ width=”1″ alt=”” style=”display:none” src=”https://www.facebook.com/offsite_event.php?id=6016044956826&value=0¤cy=USD” /></noscript>Forum: Plugins
In reply to: [WooCommerce] thankyou.php scriptIf I try to add your code or this kind of cod in head.php :
<?php
if ( is_page(‘about’) || is_page(‘contact’)) {
echo ‘<div id=”secondnav”>This is the super cool secondary navigation.</div>’;
}
?>The website will stop working and I get only a blank white page.
Forum: Plugins
In reply to: [WooCommerce] thankyou.php scriptrespectyoda can you show me a example please?
I think will be something linke this
if page is (thankyou.php)
my scriptForum: Plugins
In reply to: [WooCommerce] thankyou.php scriptYes. but I need to add a script in thankyou.php head. But I don’t have head in thankyou.
Forum: Themes and Templates
In reply to: Facebook script456shop
Forum: Fixing WordPress
In reply to: DataBase errorSo on the XAMPP I will find the problem.Thanks for help.
Forum: Fixing WordPress
In reply to: DataBase errorOk.Thanks again.The data base is working perfect on live domain.
Forum: Fixing WordPress
In reply to: DataBase errorIs not web hosting.This error is on my local host (xampp)Thanks for replay.
Forum: Plugins
In reply to: [WooCommerce] SKU fieldI have already search on “theme files” but there SKU filed is only for Admin panel.I found in .po files sku and change but on website is still there.I think I need to clear cookies.
Forum: Plugins
In reply to: [WooCommerce] SKU fieldThanks for advice.I have already change SKU in Admin Panel for Products but here for website is still SKU.I will try to take a look on .po files and see if is there.Thanks again