Forum

Bender Bootstrap
 
Notifications
Clear all

Bender Bootstrap

12 Posts
6 Users
0 Likes
728 Views
(@adrianolmedo)
Posts: 48
Member
Topic starter
 

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

 
Posted : 09/06/2020 11:28 am
(@rusnam)
Posts: 219
Estimable Member
 

Nice, thank u

 
Posted : 09/06/2020 1:14 pm
(@tango)
Posts: 15
Active Member
 

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...

 
Posted : 04/08/2020 1:34 am
(@adrianolmedo)
Posts: 48
Member
Topic starter
 

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.

 
Posted : 04/08/2020 1:49 am
(@tango)
Posts: 15
Active Member
 

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 
 
Posted : 04/08/2020 2:20 am
(@adrianolmedo)
Posts: 48
Member
Topic starter
 

[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.

 
Posted : 04/08/2020 4:00 am
(@itcafeonline)
Posts: 4
New Member
 

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

 
Posted : 04/08/2020 2:15 pm
(@adrianolmedo)
Posts: 48
Member
Topic starter
 

[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.

 
Posted : 04/08/2020 5:36 pm
(@itcafeonline)
Posts: 4
New Member
 

Yes, it activates fine now. Thanks.

 
Posted : 04/08/2020 6:51 pm
(@tango)
Posts: 15
Active Member
 

I can confirm, v1.1.5 works perfectly!

Now all that remains is the Sort User Public Profile Items feature. 😀

Thanks!

 
Posted : 05/08/2020 1:08 am
(@macfaz)
Posts: 8
Active Member
 

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

 
Posted : 18/01/2021 11:59 am
Zero-Labs
(@zero-labs)
Posts: 82
Trusted Member
 

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.

 
Posted : 14/10/2021 6:38 pm
Share: