Bender Bootstrap
https://github.com/adrianolmedo/osclass-benderbs
From Osclass Market
Download
Bootstrap 4 theme, inspired in Bender original from Osclass.
This theme uses:
- fontawesome-free (5.12.0)
- jquery-ui (1.12.1)
- jquery-validation (1.17.0)
Bender Bootstrap is based on SB Admin 2.
On the Wiki you can find how to install galleries for item.php:
https://github.com/codexilab/osclass-benderbs/wiki
- Fancybox 2.1.5
- Bootstrap Lightbox 3.5.0
- lightGallery 1.3.9
- Magnific Popup 1.1.0
Nice, thank u
Please note that I'm not able to install this theme on latest https://github.com/mindstellar/Osclass, PHP 7.0.33.
I'm getting a blank page after hitting activate...
Please note that I'm not able to install this theme on latest https://github.com/mindstellar/Osclass, PHP 7.0.33.
I'm getting a blank page after hitting activate...
[member=175]Tango[/member] check the PHP error logs and put it here to see what is failing.
This is the error:
PHP Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in C:\Bitnami\wampstack-7.0.33-0\apache2\htdocs\osclass\oc-content\themes\benderbs\functions.php on line 235, referer: http://localhost/osclass/oc-admin/index.php?page=appearance
[member=175]Tango[/member] , At line 235 of the functions.php file in v1.0.3, it doesn't seem to indicate any syntax errors.
I was already preparing a new release with fixed bugs, some updates and a little additional feature.
These are the changes from version 1.1.4 (2020-08-03):
## [1.1.4] 2020-08-03
### Added
- Copy to Clipboard on the item prices.
- CSS media styles for ads (banners).
### Fixed
- Two bad indentation fixeds.
- Changed .size() to .length for jQuery 3+ compatibility with Fine Uploader.
### Changed
- Renamed custom.css to style.css.
- img/ folder renamed to images/ .
- Renamed benderbsRowClass to customRowClass
- Ordering some things in CSS and HTML (now with HTML5 semantic code for SEO).
- Replaced osc_curent_web_theme() by BENDERBS_THEME_FOLDER constant.
It is already uploaded in the market, you can download and update again. Let me know if you have any problems again, I will be grateful for the feedback.
Not able to activate the theme. It just hits a blank screen. with all of the versions of BenderBootstrap and OSclass 3.8 and 3.9
[member=175]Tango[/member] , [member=251]ITCafeOnline[/member] an indentation problem was causing a blank page.
In version 1.1.4 find the line [278] to [293] and replaced by:
// Add breadcrumb to all pages
if (!function_exists('breadcrumb')) {
function breadcrumb() {
$breadcrumb = benderbs_breadcrumb('', false, get_breadcrumb_lang());
if ($breadcrumb !== '') {
echo <<<FB
<div class="row">
<div class="col-md-12">
$breadcrumb
</div>
</div>
FB;
}
}
osc_add_hook('before-main', 'breadcrumb');
}
This issue has been solved in the new version 1.1.5 https://github.com/codexilab/osclass-benderbs/commit/1b8f121fc67ea0ca8d6b1afd15a7a342d3f37e59.
Yes, it activates fine now. Thanks.
I can confirm, v1.1.5 works perfectly!
Now all that remains is the Sort User Public Profile Items feature. 😀
Thanks!
Yes, it activates fine now. Thanks.
Bootstrap 4 theme, inspired in Bender original from Osclass.
How can I activate this? pls explain, i tried but doesn't work
Being perfectly honest, I'm not thrilled with the way the top level directory page is rendered at my site https://locally-grown.org with the latest benderbs 1.1.7. I have a lot of locations. All of the gallery/list results get pushed way off to the bottom in desktop view with a LOT of dead space to the left. Okay maybe for cell phones but it needs to scale better on PC desktop. Sticking with Bender 3.2.3 or Letgo for now.