[Plugin: Qr Code Adv] Breaks Footer Widgets
-
When using the Responsive Theme by ThemeID, putting your QrCodeAdv in the a Footer Widget area, breaks all the remaining Footer Widget areas.
From what I can tell, the way your plugin implements the DIV tags, is over-riding the DIV tags for the footer widgets, built into the theme.
Before installing your plugin, the footer widget code is identified as:
<div class="grid col-220"> <div class="grid col-220"> <div class="grid col-220"> <div class="grid col-220 fit">
After installing your plugin, the footer widget code is identified as:
<div id="colorwp_qr_widget-3" class="widget-wrapper colorwp_qr_widget"> <div class="grid col-220"> <div class="grid col-220"> <div class="grid col-220 fit">
…completely removing the containing DIV.
FYI: it looks to have the same issue in verticle widgets as well, but because they are verticle, it doesn’t have the same negative effect.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Qr Code Adv] Breaks Footer Widgets’ is closed to new replies.