-
Recent Posts
Recent Comments
Archives
- August 2020
- March 2020
- December 2019
- July 2019
- June 2019
- May 2019
- March 2019
- August 2018
- July 2018
- May 2018
- March 2018
- September 2017
- August 2017
- May 2017
- April 2017
- January 2017
- November 2016
- October 2016
- September 2016
- August 2016
- June 2016
- May 2016
- April 2016
- November 2015
- October 2015
- September 2015
- August 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
Categories
Meta
Author Archives: admin
Blacklist Check IP
Question – https://www.quora.com/How-exactly-does-a-domain-name-email-get-blacklisted-Whats-the-trigger-or-what-is-responsible-for-it Check: https://www.dnsbl.info/dnsbl-list.php Email needs to have rDNS and FCrDNS, so that it is not blacklisted. What is rDNS? https://spfbl.net/en/rdns/ What is FCrDNS? https://spfbl.net/en/fcrdns/ Remove from blacklist https://www.ndchost.com/wiki/rbl/yahoo https://spfbl.net/en/delist/ Spam check: https://www.spamhaus.org/lookup/ Domain health check: https://mxtoolbox.com/domain/
Prestashop 1.6: Breadcrumb to display the category that product is currently in (not its default category)
Update 20190608: Due to SEO concern, the friendly url of product is configured to not show subcategories, i.e. domain.com/product-name-1234.html so the following solution does not work as it uses the subcategories in the friendly url as reference Source: https://www.prestashop.com/forums/topic/167513-how-to-show-the-full-breadcrumb-to-the-default-category-on-every-product-page/?do=findComment&comment=2684341 Function … Continue reading
Posted in ecommerce
Tagged breadcrumb, prestashop 1.6
Comments Off on Prestashop 1.6: Breadcrumb to display the category that product is currently in (not its default category)
Prestashop: Fix pagination error on Attributes and Features in Backoffice
https://github.com/PrestaShop/PrestaShop/pull/8638/files https://www.prestashop.com/forums/topic/554037-possible-bug-on-product-attributes-list-pagination-in-1616/ https://www.prestashop.com/forums/topic/507337-backoffice-pagination-error-in-products-attribute-section/ Hi, i fixed this by adding a short code to ‘AdminAttributesGroupsController.php’ in /controllers/admin/ public function setRedirectAfter($url) { $addUrl = ”; if(Tools::isSubmit(‘viewattribute_group’) && Tools::getValue(‘id_attribute_group’)) { $addUrl = ‘&viewattribute_group&id_attribute_group=’ . Tools::getValue(‘id_attribute_group’); } $this->redirect_after = $url . $addUrl; } Function … Continue reading
Posted in troubleshoot
Tagged prestashop, prestashop 1.6
Comments Off on Prestashop: Fix pagination error on Attributes and Features in Backoffice
Prestashop: remove google maps from order page in backoffice
https://www.prestashop.com/forums/topic/336592-remove-google-maps-from-order-page-in-16-slowing-down-crashing-siteserver/ Put the modified file in the override/controllers/admin After that, you need to trigger the regeneration of the /cache/class_index.php file. This is done simply by deleting the file. It is the same when manually removing an override: in order to … Continue reading
Posted in ecommerce
Tagged google, Great Firewall of China, prestashop
Comments Off on Prestashop: remove google maps from order page in backoffice
Troubleshoot: Solve Windows ink Wacom pen scrolling instead of selecting issue
Pen tablet scrolling instead of behaving as normal. Issue happened after routine Windows update. Open Wacom Tablet Properties, selecting Mapping, uncheck Windows Ink option. As a safe-guard, open Pen & Windows Ink Settings Disable related items as well.
Posted in troubleshoot
Comments Off on Troubleshoot: Solve Windows ink Wacom pen scrolling instead of selecting issue
Prestashop 1.7: Smarty error blank page on front end if adding new language manually
http://forge.prestashop.com/browse/BOOM-3486 Error: When adding a new language in the backend (localization->languages), there is no option to enter the locale, resulting in an empty locale field in the table ps_lang. This results in a smarty error on frontend when selecting the … Continue reading
Posted in troubleshoot
Tagged prestashop, prestashop 1.7
Comments Off on Prestashop 1.7: Smarty error blank page on front end if adding new language manually
Prestaship 1.6 Fix for Contact form invulnerable to spam bots
Contact form is vulnerable to spam bot. Captcha does not help in this case. Fix here – https://github.com/PrestaShop/PrestaShop/pull/8168/files Useful information on how to build an anti spam bot contact form without captcha http://www.nfriedly.com/techblog/2009/11/how-to-build-a-spam-free-contact-forms-without-captchas/ Update: Doesn’t work well against some automated … Continue reading
Posted in troubleshoot
Tagged prestashop, prestashop 1.6
Comments Off on Prestaship 1.6 Fix for Contact form invulnerable to spam bots
Video: Reduce MP4 file size using Handbrake
Source: https://www.engagemedia.org/help/video-compression-step-by-step-handbrake-tutorial A step by step guide to using Handbrake to make H264 video for EngageMedia, plus links to some ready-made presets you can use. Contents Why use Handbrake? Make H264 With Handbrake – Step by Step Guide Compressing H264 … Continue reading
How to fix Sony Vegas Black Screen rendering error
Source: https://www.youtube.com/watch?v=7QVPSOBj3sQ In timeline Right click affected video, propeties > Switches > Disable Resample File menu Options> Preferences > uncheck close media files when not the active application Restart the application and try. Should work.
Posted in troubleshoot
Tagged font
Comments Off on How to fix Sony Vegas Black Screen rendering error
Troubleshoot: Reclaim Disk Space from Drive C By Clearing iTunes Backups and Data
Drive C disk space went critically low to almost 0 Gig! Uninstalled many programs which didn’t help much. Initially I thought Adobe software cache was the culprit based on this link… but mine was only taking up around 200MB http://marcschultz.com/blog/adobes-abuse-of-hard-drive-storage-space/ … Continue reading
Posted in Adobe, troubleshoot
Tagged Apple, itunes
Comments Off on Troubleshoot: Reclaim Disk Space from Drive C By Clearing iTunes Backups and Data