VersionPress Config

You must modify the vpconfig.neon file located in wp-content/plugins/versionpress Add git-binary: /usr/local/cpanel/3rdparty/bin/git as the last line in that file. Now VersionPress can be activated.

jQuery Scroll

if(window.location.hash) { var offsetSize = 185; //Offset incase of sticky nav – set to 0 if no sticky nav jQuery(“html, body”).animate({scrollTop:jQuery(window.location.hash).offset().top-offsetSize }, 1000); }

Moving Magento Catalog

The best route to migrate a catalog from one Magento store to another can be accomplished with the following procedure Take a complete database backup of the target Magento Store Now separately backup the following tables on the target Magento Store All tables beginning with catalog eav_attribute eav_attribute_group eav_attribute_label eav_attribute_option eav_attribute_option_value eav_attribute_set eav_entity_attribute eav_form_element eav_form_fieldset […]