Hi!
Could you help me display the affiliate code (attached below) properly in posts?
I have been trying to fix it for months but I could not. In other themes it is working fine but here it is not. đ
Thank you in advance!
Judit
<meta http-equiv=”Content-Type” content=”text/html; charset=utf8″ />
<meta charset=”UTF-8″>
<script type=”text/javascript” src=”//www.pelikan.hu/hu/web/search-form/js-app-hu.js”></script>
<script type=”text/javascript”>
APP_FLIPO.loadModule({
src: “search-form-main.js”,
css: “//www.pelikan.hu/hu/web/search-form/css/search-form-468×200.css”,
a_aid: “”,
a_bid: “uj-kereso468x200”,
defaultCities: “Budapest / BĂ©cs / Pozsony”,
defaultCodes: “BUD VIE BTS”
});
</script>
-
This topic was modified 9 years by
nktheme.
Hello nktheme,
Iâm not sure exactly what implementation is needed for your affiliate code. Please ask the code provider about an implementation method as we have not tested this type. Add it inside a simple text block and see if it works. Please notice that we cannot provide custom services at the moment, but only we can provide support for basic theme settings.
Thanks for your understanding!
Thank you for your quick answer, i shall try.
I have another problem with displaying text in bullet point mode and with numbers the problem is the same like this:
http://prnt.sc/erxada
I saw on your demo page that this function works another way:
http://prnt.sc/erxg06
However with arrows it works fine as you described in the documentation. So, I’am confused a little bit.
What can be the problem with the bullet points and with the numbers?
Thank you in advance!
Judit
note with some things, you do need the explicit http or https in the URLs; shouldn’t be the case but I’ve run into this issue a few times
src="http://www.pelikan.hu/ etc.
Worth trying that đ
also double check the quote marks are " inch marks and not curly quotes.
-
This reply was modified 9 years by
simchris.
Thank you so much for your help!
I tried but unfortunately it does not work đ
The “banner” looks like this (and also the calendar does not pop up properly):
http://prnt.sc/es14ak
But it should look like this:
http://prnt.sc/es16cn
Do you have other suggestion?
Thank you again!
Judit
Hi!
Would you help me also in the second question related to the template I mentioned above?
I copy here again:
“Thank you for your quick answer, i shall try.
I have another problem with displaying text in bullet point mode and with numbers the problem is the same like this:
http://prnt.sc/erxada
I saw on your demo page that this function works another way:
http://prnt.sc/erxg06
However with arrows it works fine as you described in the documentation. So, Iâam confused a little bit.
What can be the problem with the bullet points and with the numbers?
Thank you in advance!
Judit”
Hello,
Sorry but we have not tested any affiliate programs so I cannot provide any insight in this matter. The ad provide should be the one to present the implementation needed for this type of ad.
As for the second request, please provide a link so we can inspect the 2 posts and bullet lists as I cannot tell from the screenshot what is actually wrong.
Thank you!
Hello,
Your demo site link:
https://demo.tagdiv.com/newsmag/discover-the-10-best-hairstyles-according-to-your-face-shape/
Our page link:
http://netkoffer.hu/14-erdekesseg-az-eiffel-toronyrol/
Thank you for your help!
Judit
Hello,
I have inspected the 2 links but I cannot figure out exactly what is wrong. What is the issue you are facing? the bullet list displays exactly as it should. https://www.screencast.com/t/dlaU13MFg
Thank you!
Thank you!
I specify my question.
I would like the text to be displayed like this:
http://prnt.sc/esq8ke
But I would like to replace the arrows to bullet points and/or numbers.
Is it possible somehow to replace it?
Thank you for your help!
Judit
Thank you, I know this code, but it does not display the text the way I linked (with arrows). đ
There is a difference so I hope someone could answer the question.
Look the print screens:
With bullet points the first line starts behind the second and third etc. lines:
http://prnt.sc/erxada
But with arrows every line starts at the same position:
http://prnt.sc/esq8ke
So I would like to change the arrows to bullet point and/or numbers.
I hope I could specify the question this way.
You can simply make a new CSS class for a bulleted list then apply that to the list you want to style.
e.g.,
http://stackoverflow.com/questions/7698764/custom-bullet-symbol-for-li-elements-in-ul-that-is-a-regular-character-and
https://www.w3schools.com/css/css_list.asp
Hello,
If you do not want arrows to show up, then simply remove the td-arrow-list class from your lists. Instead of the ul class=”td-arrow-list”> you would have a simple
-
If you want to keep the arrows but change the style, ypou can modify the css code for them: https://www.screencast.com/t/QtwiwbLOYc4
Thank you!