Jump to content

Recommended Posts

Posted

If you're using an advertising provider that provides you with a JavaScript code, they would need to support that.

If you're using our advertising module with images, you would simply click the "Use smaller images" to upload images for those particular screens: 

"Small image" would show on a small screen (aka mobile)

"Medium image" would show on a medium screen (aka a tablet or certain desktop resolutions)

Could contain: Page, Text, Nature, Night, Outdoors

Posted
6 minutes ago, Aleksandr Timashov said:

My advertising provider provides me a different JavaScript code to desktop and mobile versions.

 

We utilize a responsive design so there are not separate version to place that in. I'm afraid, we do not have means to support that and would fall on your advertisement provider to do so.

Posted (edited)
1 hour ago, Aleksandr Timashov said:

My advertising provider provides me a different JavaScript code to desktop and mobile versions.

 

Use:

<div class='ipsResponsive_showDesktop ipsResponsive_block ipsType_center'>

[desktop ad]

</div>

<div class='ipsResponsive_showTablet ipsResponsive_block ipsType_center'>

[tablet ad]

</div>

<div class='ipsResponsive_showPhone ipsResponsive_block ipsType_center'>

[mobile ad]

</div>


Remove the center class if not needed - ipsType_center

Edited by AlexWebsites
Posted
6 minutes ago, AlexWebsites said:

Use:

<div class='ipsResponsive_showDesktop ipsResponsive_block ipsType_center'>

[desktop ad]

</div>

<div class='ipsResponsive_showTablet ipsResponsive_block ipsType_center'>

[tablet ad]

</div>

<div class='ipsResponsive_showPhone ipsResponsive_block ipsType_center'>

[mobile ad]

</div>


Remove the center class if not needed - ipsType_center

This would not suffice most ad handler requirements as this will execute it 3 times.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...