Discussion on Boson - Responsive Multi-Purpose Drupal theme

Discussion on Boson - Responsive Multi-Purpose Drupal theme

By
Cart 429 sales
Well Documented

DDamir does not currently provide support for this item.

101 comments found.

I purchased Boson Drupal Theme and would like the update to the Mega Slider as well as we are having issues with the transitions and width also. Please let me know how I can obtain the update. Thank you.

Hi kjnoce,

Please contact me via email (in the documentation file).

Thanks.

No Boson profile loading because of error Notice: Undefined variable: count in _wr_profile_import_sql() (line 82 of /home/radio-orbit/ftp/instalator/boson/profiles/boson/boson.profile).

Hi,

I sent you an email

OK – you are the Serbian master, thanks!

On Safari browser, The theme menu disappears on the front page and appears intermittently. Please check it with out as I tried to debug it without success.

Hello,

I will try to fix it.

Please, would appreciate it!

any update?

The theme’s main menu disappears in Safari browser, especially on the home page. Please help!

Hello,

Thank you for this nice theme. I bought Boson Drupal Theme a couple of days ago. I encountered some problems.

Firstly, the site runs extremly slowy on live host for some reason. I read similar complaints on previous posts. You can check the problem on my site by using information I sent you via email.

Secondly, there are some issues with Mega Slider. Although I set the transition timeout of the main image, it doesn’t affect. Slide transitions are not smooth and there are some problems with full width. It says there is available update for Mega Slider. I appricate if you can help me as soon as possible. I have a near deadline to put this site online. Thank you in advance.

There’s no even a content-type “page” to add a page! Only blog, book, poll and webform. Very dissapointed. I want my money back.

I get the same error as erlier here posted Notice: Undefined variable: count in _wr_profile_import_sql() (line 82 of …boson/profiles/boson/boson.profile).

Hi,

Please contact me via email (in the documentation file).

Thanks.

I did. No answer. I give you 2 hours to answer.

Hi, no it doesn’t work with the demo site. It doesnt load. I get a blank page. I’m not a newbie with drupal. I made it several times. Any ideas? http://test.netsystem24.eu/

Why does the mobile/responsive menu render as select list when the screen shots indicate it has a bootstrap styled drop menu for mobile?

Hi,

The installation profile contains Superfish module (one menu for desktop and mobile – jump menu).I will replace the screen shots.

Thanks.

Damir

Hello, I have seen that a gmail is setup on the module update notification area. Is there any other module form where my system is sending data without my knowledge? The site is very slow in comparison of many other Drupal sites on the same server, is it related? Thank’s for all.

I have serious problems running the site on a server with some other Drupal sites, because it’s extremely slow. The other sites are bigger and works fine. The site with Boson is unusable without cache, not only slower. Do you have any recommendations? Does the MDSlider do a lot of database querys? See you

Hello polnetwork,

Thank you for purchasing the theme.

Go to admin/reports/updates/settings

and enter your e-mail address.

The same installation profile I use on the demo site – http://webizrada.com/demo/boson

Send me the link of your existing site (My email address in the documentation).

Thanks.

Damir

Is there a sample database somewhere in the files? I can’t find one? Thanks!

Hello drupaldevguy,

Thanks for purchasing the theme.

Quickstart package contains the MSQL database – sample_content.sql (profiles/boson/sample_content.sql).

Damir

hi there, nice theme .. i bought it almost a month ago and i didnt use it untill now .. i want to know how i get the website to look like the one in the demo .. how can i import views from a profile? can you just upload you sql file then importing it would be alot easier .. i am currently uploaded all ftp files from “boson” folder to root , and running installation .. but nothing happends.

Hi boutzamat,

Thank you for purchasing the theme.

The package includes an installation profile that looks like a demo site – boson.zip.

The package contains all the files needed to have a completely functional Boson’s installation on your webserver.

Extract the archive (boson.zip) and copy to your drupal installation folder.

Access your MySQL database and create a new DB.

Open browser and navigate to the installed folder.

Select Boson profile -> Save and Continue

Select Language -> Save and Continue

Config database (only support MySQL) -> Save and Continue

Config site -> Save and Continue

and Finish.

Video:

http://www.screenr.com/nROH

Thanks.

Damir

Thanks alot, it seems to work perfectly now :) i have tried to follow your link in the description site for the slider images, but i searched thru whole photodune but i could not find the woman from the 2nd slider .. is it possible you could provide me with a link for the woman image so i can buy it? thanks and sorry if i ask for something beyond your support.

The md_slider module that is included is a version behind. Are you going to be releasing an update with the latest version? Thanks!

@boonep: – Hello, Thanks for purchasing the theme.

Please contact me. (My email address in the documentation).

Hi,

We’re having a problem with the isotope view theming that’s included in Boson. It works fine for portfolios that use only images, but for portfolios that mix both images and youtube videos (using the media YouTube module), the thumbnail for the videos never appear. They work for picture portfolio items, but not for video items. The thumbnails are being created in the filesystem and in the Views preview, the thumbnail displays. It appears that it has something to do with the code in the views-view-field--isotope-example--page--field-portfolio-image.tpl.php override.

For video, this code:

<img src="<?php print image_style_url('320x213', $row->_field_data['nid']['entity']->field_portfolio_image['und'][0]['uri']);?>" alt="image" />

...results in only the token ending up in the img tag:

<img src="?itok=6wg0BwhH" alt="image" />

For Picture portfolio items, it’s correct:

<img src="http://example.com/sites/default/files/styles/320x213/public/portfolio_images/studio-fisheye3.png?itok=zwf93_Lk" alt="image" />

The links that the views field override creates work fine in both cases, opening the portfolio item and allowing you to view it – for both video and pictures. It’s just the img tag that’s not being correctly formatted for video.

If we remove the views field override file and allow the default view formatting to show, the thumbnails for both appear (but we lose the nice formatting and the lightbox effect for viewing). So we know everything is there, it’s just that something’s wrong with this field override, I think.

Hopefully there’s a quick fix to this!

Thanks!

Hi friolator,

Thanks for your purchase.

You have to add new field (which contains an image for Youtube – Portfolio content type).

Than you must add php code in the views-view-field-isotope-example-page—field-portfolio-image.tpl.php to be shown on page.

Thanks.

Damir

Actually, there video doesn’t require its own field – the way the Media Youtube module works is that it allows you to add a video (via a URL) as if it was uploaded locally. The interface for this is within the regular Photo upload window when adding Portfolio content.

So views sees the video just fine. The problem appears to be that in the file views-view-field--isotope-example--page--field-portfolio-image.tpl.php, when you build the path to the image, the picture is never found because the internal link is not in the form: picture://, instead it’s youtube://v/. That causes image_style_url() to fail.

Here’s how I worked around it, and this now seems to work just fine:

<?php 
$newuri = $row->_field_data['nid']['entity']->field_portfolio_image['und'][0]['uri'];
$type = $row->_field_data['nid']['entity']->field_portfolio_image['und'][0]['type'];

if ($type == "video"){
   $newuri = str_replace('youtube://', 'public://', $newuri);
   $newuri = str_replace('/v/', '/media-youtube/', $newuri) . ".jpg";
}
?>

<a href="<?php print file_create_url($row->_field_data['nid']['entity']->field_portfolio_image['und'][0]['uri']);?>" rel="prettyPhoto" class="work-image">
                        <img src="<?php print image_style_url('320x213', $newuri );?>" alt="image" />
                                 <?php
                                if ($type == "video"){
                                   print "<div class="\"link-overlay" icon-youtube-play="" />";
                                }
                                else{
                                   print "<div class="\"link-overlay" icon-search="" />";
                                }
                            ?>
                        </a>

It looks like the code above got messed up in posting it – the backslashes used before quotes are all wrong here for some reason. but you get the basic idea…

Hello, nice template … for a customer I need to change the style of the class .isotope-element, but I can not find it in the css files? thx for your help!

Hello,

This file is on the path:

site/all/modules/views_isotope/views_isotope.css

Thanks.

Damir

Hi! I plan to purchase this template but I have one question first: is this template SEO ready ? SEO is a big stake for me so I want to be sure that the Boson template provides SEO module or is compatible with SEO modules before purchasing it. Thanks in advance!

I have a small issue with the main navigation menu. When I re-size my browser to check its responsiveness, when the width is between 680px and 960px (approximately), the Slider on the home page comes up to the same level as the menu and so goes off the screen to the right as a result! Obviously there is some styling issue with the Superfish menu causing the slider to move one line up.

Please can you give me a fix.

Apparently the problem comes when you have more than 6 main menu items. It does not occur in the demo version which has six main menu items. I have 8 on my site.

On further investigation I note the white space on the right of the menu items disappears as the browser window shrinks causing the slider to move up. Hopefully this may help you find a solution.

I purchased the Boson theme a few days ago. My comments are as follows:

1. The theme is absolutely brilliant! It has every possible element already included in the template that one would probably need to build a professional Drupal website.

2. The template is absolutely bug free! I did not encounter any bugs while working with it.

3. The template works very well across all screen sizes.

4. The CSS is well written and well documented, which is quite useful when you want to tweak the template to meet your specific requirements.

My live site based on this template can be viewed at www.lurnq.ca (I am implementing a few more changes so the site is still evolving).

This is my first purchase from Damir, and I was so pleased with the entire experience that I decided to post a comment for other potential buyers.

Damir you simply rock! I give this template an absolute 5 star!

P.S. I shall greatly value any design inputs from readers who may take the time to visit my site (www.lurnq.ca)

Thanks, Sanjai

Hi Sanjai,

Thank you for the nice comment!

Thanks.

Damir

Hello,

MySQL is not running on my system, now everything is all right.

Thanks.

Damir

Hello—The Available Updates Reports says that there is an update available for MD Slider. I don’t see how to update that module. I’ve gone to the site that produces the module and there’s no help there. Is it possible to update the MD Slider module and, if so, how?

thank you,

Hi switchfly,

Please contact me. (My email address in the documentation).

Thanks,

Damir

Hi,

This looks nice! I’m considering buying this: how easy/hard is it to apply this theme on an existing Drupal 7 installation?

Thanks!

Hi eetups,

Thanks for your interesting.

If you want that your site looks like Boson demo site, you need to install all required modules, than import views from install profile and create content types which is on install profile.

It depends on your Drupal experience.

Thanks.

Damir

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey