Removing the Temporary Url ~username out of Your Link after Going Live
Ever used a temporary URL with your IP address like http://xxx.xxx.xxx.xxx/~username when building your site but then had the pesky /~username/ stay in the link after going live? An example would...
Hiding MijoShop sections on Category view using CSS
Sometimes you want to hide sections or images in Mijoshop without using an extension. Here are some fields. I will add as I use others in sites: Category...
Hiding Opencart/MijoShop Fields using CSS
Sometimes you want to hide checkout fields or shopping fields in OpenCart/Mijoshop without using an extension. Here are some fields. I will add as I use others in sites:...
Change URL from old folder to new folder
This is when you need to change everything (all content) from an old folder to a new one. This is different than redirecting just the exact match of the...
Hiding Card Issue Number on PayPal Pro in Opencart/Mijoshop
Add this to your CSS: #payment .form-group:nth-of-type(6) {display:none;}
Hiding extra Expiration Date on PayPal Pro in Opencart/Mijoshop
Add this to your CSS: #payment .form-group:nth-of-type(3) {display:none;}
Fixing Mail Instantiate Error for Joomla/RSForm
General 1. Check Global Configuration settings. a. Make sure sending mail is enabled on site. Go to Global Configuration->Server and look at Mail section in bottom right. Make...
Customizing Widgets in YOOtheme’s Widgetkit 2.x
Although YOOtheme’s documentation says to store customizations in Widgetkit 2.x: Place your custom content provider in THEME-NAME/widgetkit/content/PROVIDER-NAME/ Place your custom widget plugin in THEME-NAME/widgetkit/widgets/WIDGETPLUGIN-NAME/ http://yootheme.com/widgetkit/documentation/customizing/where-to-store-your-customizations It does not...