We offer 10% off any package for anyone who has previously purchased any of our products. To get your discount code, please contact us using the via live web chat (click the little blue speech bubble in the bottom right corner). For other current promotions, please reach out to us […]
FAQ: Can we hire you to implement some customizations on Bloxby?
Unfortunately, we can not currently take on any customization projects.
FAQ: Does Bloxby integrate with any domain registration API?
Bloxby does not currently integrates with any domain registration API.
FAQ: Does Bloxby support e-commerce?
Bloxby does not currently support any form of e-commerce.
FAQ: Is it possible to organize templates by category?
Organizing templates by category is not currently possible.
FAQ: Is Bloxby multi-language and can users switch between languages?
Bloxby is not currently multi-language. The application is fully translation ready with all text labels located in easy-to-translate language files. However, Bloxby can only use a single language. Switching between languages is not currently possible.
FAQ: Can I change the background color for an entire block?
Yes, you can. Bloxby allows end-users to edit every possible style attribute (CSS for any HTML element on the canvas. However, this needs to be configured first. The application administrator will need to define which CSS properties should be activated for which HTML elements. He does this by editing the […]
FAQ: How can I add public pages to Bloxby
Bloxby was built using CodeIgniter in combination with an HMVC extension. This means that in order to add additional (public) pages to Bloxby, you will need to follow the typical HMVC approach: Add a module (by adding a folder in /application/modules/) Add a controller Add a view Add a route […]
FAQ: Can Bloxby be installed in a sub folder or on a sub domain?
Bloxby should not be installed in a sub folder. Bloxby was designed to allow end-users to publish their sites in sub folders and therefor installing Bloxby in a sub folder will result in a number of issues. Installing Bloxby on a subdomain is possible and should not generate any problems. […]
Update from v1.0.21 to v1.0.3
To manually update from 1.0.21 to 1.0.3, you will need to update the following files/folders: README.md – updated application/helpers/htmlawed_helper.php – added application/language/english/builderlite_lang.php – updated application/modules/customdomain/controllers/Customdomain.php – updated application/modules/sites/models/Pages_model.php – updated application/modules/sites/views/create.php – updated application/modules/subdomain/controllers/Subdomain.php – updated application/modules/subfolder/controllers/Subfolder.php – updated application/third_party/MX/Loader.php – updated assets/css/build-builder.css – removed assets/css/build-builder.min.css – removed assets/css/build-main.css – […]