Forum Replies Created
-
AuthorPosts
-
Hi again Victoria,
it shows up great on some devices and on others it fails…
Could you test it on more devices or might you know what is going on?
Kind regards,
AuroraHi Victoria,
I have deactivated “WP Fastest Cache” and “Smush”. Was that what you wanted me to do?
I have added all the info you need to log on to my site if that is your intention…
Kind regards,
AuroraI thought the problem had been solved as one of my friends told me that he no longer had a problem.
Then another send me this 2 days later which proves that the problem still is there:
https://drive.google.com/file/d/1ZG1tW4PKz6Fyl_z0r_PVVMgq_wY07wXX/view?usp=sharingAny other solutions to the problem?
Again, please remember, that the problem only arises when people push the facebook “learn more” button and not when people enter the site.
Mindventure.dk (working great)
vs
https://www.facebook.com/mindventure.dk/posts/229616101159655 (not working all the time)I just want to share, that it seems that this change solved the problem:
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);changing it out for:
//define(‘DB_CHARSET’, ‘utf8’);
//define(‘DB_COLLATE’, ”);Good luck for the rest of you with the problem. I hope this can add some value for you:)
Hi RIkard and Guenni,
First I tried to overwrite the following:
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);with:
define(‘DB_CHARSET’, ”);
define(‘DB_COLLATE’, ”);This did not solve the problem.
I have now tried this instead to see if it solves the problem:
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);
changing it out for://define(‘DB_CHARSET’, ‘utf8’);
//define(‘DB_COLLATE’, ”);I want to emphasise that the problem only occurs, when people press a “learn more” button through my Facebook commercial. So normally everyones sees the letters perfectly, but when they push the “learn more” button through Facebook, the problem occurs:
https://drive.google.com/file/d/1Q3puSHGOu7TkZdrOU0la4RmtK1uFRfvA/view?usp=sharing
Here is the original commercial with the problem:
Klar til at finde dit fokus under varme himmelstrøg?Drag med tidligere jægersoldat, Rolf, på en Mindventure kursusrejse! 6 pladser tilbage!
Gepostet von Mindventure am Donnerstag, 17. Januar 2019
Do you see the problem when you push it?
I just want to add, that there is no problem on my computer and people tell me that eg on their computer its perfect but not on their phone…
Regarding your prior suggestion for a solution, I have no idea how to do that! Please walk me through!
Hi again,
here is the a screen dump
https://drive.google.com/file/d/1Q3puSHGOu7TkZdrOU0la4RmtK1uFRfvA/view?usp=sharing
It looks like it wont accept Ø Æ Å in which are Danish letters…
What do you think is the problem?
Hi Mike,
thanks for the effort!
I was unable to fix the problem using the code. Also, when I put in the code, it changes my white text. https://mindventure.dk/ into black (“Jeg har tit fulgt min “gut feeling”, men havde jeg gjort det på et bestemt tidspunkt, havde det kostet mig dyrt! Livet har lært mig at udvikle velargumenterede strategier, og netop velargumenterede strategier er det Mindventure handler om.”).
Thank you, here is the admin login…
best regards,
AuroraHi again,
actually I was looking at it on a Samsung galaxy s 9+…
I tried the code, but it doesnt change anything for the experience on the Samsung…
Any other suggestions?
Best regards,
AuroraHi Victoria,
Please look at https://mindventure.dk/rolfejerskov/
It’s the small text from this picture, that I want to make darker…
https://drive.google.com/file/d/1SO8COrZGpTp6-j-V54-83gE0lSvT1AGq2A/view?usp=sharingBest regards,
AuroraFacebook also writes the following when it comes to the view a content event:
“Paste the view content event code
Place the event code on your content or detail page page.
Add the event code just below the </head> tag. This allows the event code to load along with the pixel code when the page loads.
<!– End Facebook Pixel Code –>
</head>
<body>
<script>insert_event_code_here;<script>”Where is the “content or detail page page”?. Is it the header.php for the theme?
Hi Ismael,
Thanks for the info.
Using the info from you and this link:
https://developers.facebook.com/docs/facebook-pixel/events-advanced-use-cases/v3.0
I put in this into a code block in the top of the page.<!– Somewhere there is a button that performs Add to Cart –>
<button id=”addToCartButton”>Add To Cart</button><!– Add Pixel Events to the button’s click handler –>
<script type=”text/javascript”>
var button = document.getElementById(‘Book Nu!’);
button.addEventListener(
‘click’,
function() {
fbq(‘track’, ‘AddToCart’, {
content_name: ‘Book Nu!’,
value: 25,
currency: ‘DKK’
});
},
false
);
</script>Unfortunately, “Facebook pixel helper” keeps on giving me an error. Could you look through the second block of code I have put in there and tell me howcome it’s not working? (i’m trying to put a pixel trigger on the button “Book Nu!”.
Hope you can help me out, because I’ve been stuck with this for the past 2 days…
Hi Victoria
Ok thanks – I will look into it. Fyi, the button is not a sale, but opens up for the possibility to mail me. I don’t know if that changes anything?
Where should I put the code, when it’s a button?
Hi Ismael,
thanks, I created the code block on the landing page.
I tried putting the:
<script>
fbq(‘track’, ‘Lead’);
</script>into the “book nu!” button’s custom css class, but it’s not working.
Can you describe, how I track the button? (I don’t understand the hooks and filters concept!)
Best regards,
AuroraHi Victoria,
thanks for the info. I think I will just leave it for now and get back to it later on if needed…
Hi Victoria
Im not seeing anything in the link in the private data…
I changed some things in my footer. I don’t know if that had an effect? Ill leave it until I hear from you…Hi Victoria,
great – were seeing the same…
Im trying to have move the pictures downwards…
Are there any possible adjustments that can be done to the facebook widget. I mean its much higher than the other widgets, taking away from the design…
Hi again,
an addition to nr 2: is it possible to shrink the facebook widget, so it contains the same information, but it is just as tall as the other widget left of it…?
Hi Rikard,
I found a way around it…
Hi Victoria,
I made a new footer and put in widgets instead…
I would appreciate solutions for the following now:
1. Lowering the position of the left picture, so I can put it in line with the rest of the widgets instead of flying in the air.
2. I would like the bottom of the facebook widget not to be shown (the part with friends who have already liked the page)
Kind regards,
Aurorayes thank you:)! Good job!
Hi Victoria,
the plugin has been disabled. Go ahead with suggested css:)
Hey Ismael,
thanks for following up! You actually solved the problem by answering another question yesterday. I was trying an alternative route here:)
Best regards,
AuroraHi Ismael,
works like a dream. The Image Slider was the way to go:)
Thank you!
hi again support,
I wish to make the have the post slider displayed in full screen like as if it was a background image on a color section. The goal is that it stretches from top to bottom of the screen and left to right, filling up everything and having the header transparent in front of it…
Is that possible?
In that case, how do I do this in the original footer?
1. I have put 2 logos in the footer, but I want to change the size of the logos to 30% and keep them both perfectly centered.
Hey Rikard,
yes I also went for that option, but I also want the social links in there. Would I be able to do that in the 1/3 layout?
Kind regards,
AuroraArcusFYI, I tried to deactivate all plugins to see if that helped, but no luck.
Please respond quickly to my post, as I’m in lack of time!:)
Great,
thank you for answering all the questions. The result is great. You can close the case…:)
-
AuthorPosts