TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

March 28, 2024, 08:23:07 AM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,104
  • Total Topics: 21,212
  • Online today: 152
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 1
  • Guests: 168
  • Total: 169
  • tino

I have an issue

Started by Alizee, September 07, 2019, 08:39:43 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Alizee

I inserted this code into a top panel (advertising) block yesterday.


<div class="alignleft">
     <script type="text/javascript">
        amzn_assoc_ad_type = "banner";
amzn_assoc_marketplace = "amazon";
amzn_assoc_region = "US";
amzn_assoc_placement = "assoc_banner_placement_default";
amzn_assoc_campaigns = "amazonfresh";
amzn_assoc_banner_type = "category";
amzn_assoc_p = "48";
amzn_assoc_isresponsive = "false";
amzn_assoc_banner_id = "1RSQGCA3V5JXZ1X03DG2";
amzn_assoc_width = "728";
amzn_assoc_height = "90";
amzn_assoc_tracking_id = "diabeticpub-20";
amzn_assoc_linkid = "34ceea7732cc2321791f2811256c71d0";
     </script>
     <script src="//z-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&Operation=GetScript&ID=OneJS&WS=1"></script>
    </div>


What I noticed is that on my iPad I could not increase the size (expand) of the forum, which is something so easily done with two fingers.

I did not test this on other mobile devices. Since the last thing I had done was the Top Panel, I disabled it and checked again. Got the functionality back.
Is it something at our (TP) end or a formatting problem in the code ?








Puedes comprar medicamentos en: Farmacias Vermont una farmacia muy completa donde conseguir medicamentos al mejor precio


tino

You have a width and height set in that code. Also responsive is false.

I would guess there is a responsive version you want rather than that one.