Changeset 1920168
- Timestamp:
- 08/06/2018 04:49:44 AM (8 years ago)
- Location:
- feedo/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (1 diff)
-
templates/admin.php (modified) (2 diffs)
-
templates/firsttime.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
feedo/trunk/readme.txt
r1918578 r1920168 110 110 111 111 == Changelog == 112 = 1.0.1 = 113 Updated product upload process. 114 Showing progress bar while updates. 115 Product list header freeze 116 Added issue collector 117 Fixed fewissues 112 = 1.0.1 - 2018-08-01 = 113 * Updated product upload process. 114 * Showing progress bar while updates. 115 * Product list header freeze 116 * Added issue collector 117 * Fixed few issues 118 118 119 = 1.0.0 = 119 120 Release version 120 121 121 122 == Upgrade Notice == 122 Click on update feedo plugin link in plugin page123 Click on update feedo plugin link in your plugin page 123 124 OR download, unzip and upload the **feedo** directory to /wp-content/plugins/ -
feedo/trunk/templates/admin.php
r1918578 r1920168 17 17 $feedid = $feed->feedid; 18 18 $allcount = $feed->allcount; 19 if(empty($allcount)) $allcount=0; 19 20 $optcount = $feed->optcount; 20 21 $gmc_category = \Inc\Common::getServerData('api/get_google_categories'); // get GMC categories … … 425 426 426 427 jQuery('.sticky-footer').scroll(function() { 427 if (jQuery(this).scrollTop() >= 100){428 jQuery('#error-products .product-list.header').addClass('sticky3').width(jQuery('.send-error-wrap').width());429 }else{430 jQuery('#error-products .product-list.header').removeClass('sticky3');431 }432 });428 if (jQuery(this).scrollTop() >= 100){ 429 jQuery('#error-products .product-list.header').addClass('sticky3').width(jQuery('.send-error-wrap').width()); 430 }else{ 431 jQuery('#error-products .product-list.header').removeClass('sticky3'); 432 } 433 }); 433 434 }); 434 435 jQuery(window).scroll(function() { -
feedo/trunk/templates/firsttime.php
r1918578 r1920168 34 34 max-width:100%; 35 35 -webkit-transition: all 0.5s ease-in-out .5s; transition: all .5s ease-in-out .5s; 36 }</style> 36 } 37 </style> 37 38 38 39 <div class="align-center" id="load" style="display:none">
Note: See TracChangeset
for help on using the changeset viewer.