Display affiliate code properly

Posted in: Newsmag
Post count: 31

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.
Post count: 23312

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!

Post count: 31

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

Post count: 9544

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.
Post count: 31

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

Post count: 31

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”

Post count: 22421

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!

Post count: 31
Post count: 22421

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!

Post count: 31

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

Post count: 9544

Normally to use numbers in an ordered list, you would use normal html

<ol>
<ul> First </ul>
<ul> Second </ul>
</ol>
  • This reply was modified 9 years by simchris.
Post count: 31

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.

Post count: 9544

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

Post count: 31

Thank you, I shall check it!

Post count: 31

Maybe is there any easier solution like change something in the code below to display bullet points and/or numbers instead of arrows? :

<ul class=”td-arrow-list”>

Thank you!

Post count: 22421

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

Post count: 31

Hello,

Thank you for your help!

Judit

Viewing 17 posts - 1 through 17 (of 17 total)
The forum ‘Newsmag’ is closed to new topics and replies.