dropletz
- Bought between 10 and 49 items
- Sold between 50 000 and 100 000 dollars
- Has been a member for 1-2 years
- Exclusive Author
- Italy
- Referred between 1 and 9 users
694
Purchases
Buyer Rating:
3.57 stars
3.57 average based on 54 ratings.
-
5 Star
2444%
-
4 Star
1222%
-
3 Star
35%
-
2 Star
11%
-
1 Star
1425%
| Created | 10 February 12 |
| Last Update | 23 October 12 |
| Columns | 4+ |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | Drupal 7.1 |
| Compatible With | Bootstrap 2.0 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Liquid |
| ThemeForest Files Included | Layered PNG, Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
- business
- corporate
- creative
- customizable
- drupal 7
- free support
- hospital
- piecemaker
- portfolio
- responsive
- shopping
- shortcodes
- university
- video
- wysiwyg
© All Rights Reserved dropletz -
Contact Envato Support


Hi, Could you please tell me where do you see the wrong URL or where it is located/generated?
Thanks.
Hello I am having many problems with bugs in my localhost, if you could get an updated version with full bd and images like the SAMPLE issue as the issues before buying Converge Smooth and come complete as in the demonstration url: http://themeforest.net/item/glossy-modern-drupal-theme/full_screen_preview/1559039 to only have to modify images and text. thanks
Hi @jadoblas,
Glossy works as it’s expected and if you have any issue please let me know in dedicated support forum. regarding why images in demo preview is not supplied in the purchased package it’s clear because they are purchased under a regular license to use only in a website and you need to purchase them if you want to use them.
All the best, Carlo Carlos.
I can not publish temea my user forum is jadoblas.
Hi, there is no account with “jadoblas” username in support forum, please register first.
Thanks.
If I can enter my user jadoblas but I can not write in the forum or create new themes
your account is just activated
Superb Drupal Theme. But I am encountering a problem. I follow all the instructions but I cannot see to log in as an admin. I looked in the documentation provided with the theme install package and it said to use a default admin and password to access the admin view. I tried that but it says username and password not recognized. What can I do to fix this issue. I just purchased this great theme and I need to able to configure it.
Hi @Guyto, have you tried admin as username and password? no client has got that issue! please insert following characters in the password field of admin record that can be found in the users table:
$S$DDdQqiHqCfNeyCGNeJIOv/JZsdolB.Jr8JPr3LuG5VrpOTVWoWEa
and try again with admin as default user/pass.
Thanks.
Hi and thanks for your prompt reply dropletz. I get this error when trying to enter admin as username and password as password or the password you gave me:
Warning: file_put_contents() [function.file-put-contents]: Filename cannot be empty in file_unmanaged_save_data() (line 1904 of /home/content/45/8883945/html/includes/file.inc). The file could not be created.
please see this thread: http://support.dropletz.com/comment/64#comment-64
Thanks,
I got the issue resolved. I am in heaven now with this theme. SUPERBBBBBBBBBBB . You are very talented dropletz.
Thanks, BTW please correct your purchase code that registered in my Support forum
Can you also tell me how you have the user profile picture in the “Recent Comments Section” I like the way you have it displayed in your live preview.Please tell me how to get it to look like the one you have. thx
You just need to activate ‘View: Recent comments’ block – place it under any region that is enabled. just navigate to ‘admin/structure/block’ and change the position of ‘View: Recent comments’ block.
Thanks,
The front slider region gives error stating that flash is not enable. We are running OpenSUSE 11.4. Please advise on the optons for the correction.
does clean url is enabled on your server?
The answer is yes we do have clean url enabled on our server.
please send me your website URL + admin login
It work just like the documentation stated, but I am confused why do we use portfolio item content instead of slideshow content? I got a lil confused on that one part. But the slideshow is working really great!!! Thank you so much!
PS How do you enable the 3D slideshow?
To enable 3d slideshow you just need to place ‘Front featured slideshow – piecemaker slider’ block under a region and add items to portfolio items, BTW there is some issues related to contributed “piecemaker” module so i highly recommend you to use just ‘Front featured slideshow – piecemaker slider’ till new release of this module,
Thanks.
I have been trying to access the forum but so far I have been unsuccessful. Can you please help me out. Thanks before hand.
you registered an invalid purchase code with your account, please correct that.
Thanks,
I found my purchased code but I do not know that to do with it. Please help
please just send it to me i will activate your account.
How would I go about making editing region-user-first and region-user-second? I couldn’t find a page.tpl and pretty much went through all the theme files to find the zone-user HTML without any luck.
Basically I’d like them to be set as class=”grid-4” and class=”grid-8” respectively (the opposite of what they’re set right now).
Also, will any of the sliders work without CleanURL? Mod_rewrite still not working on my server and looks like we can’t enable it.
Thanks in advance.
Hi mmblais, Actually in omega subthemes for the sake of UX there is no .tpl file to change width of any regions or zones but you can change them via theme settings UI, just navigate to “admin/appearance/settings/glossy”, click on ‘Zone and region configuration’ tab, then under ‘Header Section’ click on ‘User Zone’ then click on any region you want to customize, you can change width of any region by changing ‘Width’ value. to learn more please see Configuring Regions
Regarding sliders, there was no problem with Clean URL disabled hosts for sliders to work correctly except piecemaker, but recently i fixed all reported errors such as clean url conflict with piecemaker slider and they all work fine.
Kind Regards, Carlo Carlos.
Hello dropletz. I am desperately needing to do an horizontal login block for the glossy theme. I know how to tweek the css to get that done but I cannot seem to locate the css folder that controls the login block you have for the glossy theme. Can you provide any advice?
you can place all needed styles in “sites/all/themes/glossy/css/global.css” file, also in the “sites/all/themes/glossy/css/” directory all files have a meaningful name that makes it easy to find where you must place/find styles.
I was able to find the eaxct css stylesheet that I need to modify. I have a problem though. I want to place the horizontal login bar in the “User Bar Second” region but everytime I try the user login refuses to be displayed horizontally there. I think it has to do with the width of the “User Bar Second”. Which css name controls that area in the global.css? These are the codes I used to try to make the login bar horizontal but still it refuses to be horizontal:
/* 4.2.3.4 Login block
—-—-—-—-—-—-—-—-—-—-—-——- */ #user-login-form .form-item-name { float: left; } #user-login-form .form-item-pass { float: left; } #user-login-form .form-submit { float: left; } #user-login-form { float: left; } #user-login-form li { display:none; }you can change with of any regions or zones via theme settings UI, just navigate to “admin/appearance/settings/glossy”, click on ‘Zone and region configuration’ tab, then under ‘Header Section’ click on ‘User Zone’ then click on any region you want to customize, you can change width of any region by changing ‘Width’ value. to learn more please see Configuring Regions
Kind Regards, Carlo Carlos.
I tried everything but cannot get the user login to appear horizontal. This is my site talkconnected.com and can you tell me what I am doing wrong. I changed the Zone information as you indicated to make it be to the far top left, changed the css to make each element float to the left ex) float:left; but the user login is still not coming up horizontal. I want the username and password fields to be on one line. I tried everything. Please help
Hi, First you need to remove any suffix or prefix of user zone from Glossy admin UI, then remove any added styles to make a horizontal login block then add the following line to the global.css file that is placed under “sites/all/themes/glossy/css” directory
.zone-user #block-user-login .clearfix{clear: none; float: none !important;} .zone-user #block-user-login .form-item, .zone-user #block-user-login .form-actions{clear: none; float: none; display: inline-block; padding: 0; margin: 0 10px 0 0} .zone-user #block-user-login .login-options{display: none;} .zone-user #block-user-login .form-submit{float: left; margin: 0; color: #DDDDDD}Then find ‘glossy_helper_form_alter’ function that is placed under “sites/all/modules/glossy_helper/glossy_helper.module” file and replace it with the following:
/** * Implements hook_form_alter(). */ function glossy_helper_form_alter(&$form, $form_state, $form_id){ switch ($form_id) { // alternate user login block case 'user_login_block': $items = array(); if (variable_get('user_register', USER_REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL)) { $items[] = l(t('Join'), 'user/register', array('attributes' => array('title' => t('Create a new user account.')))); } $items[] = l(t('Lost password'), 'user/password', array('attributes' => array('title' => t('Request new password via e-mail.')))); $form['links'] = array('#markup' => theme('item_list', array('items' => $items, 'attributes' => array('class' => 'fancy_list'))), '#prefix' => '<div class="clearfix login-options">', '#suffix' => '</div>'); break; } // alternate user login block if (strstr($form_id, 'comment_node_')) { $form['author']['name']['#size'] = 60; } }Finally clear the cache and enjoy Glossy
Kind Regards, Carlo Carlos.
You have been so helpful dropletz. The username and password fields are now horizontal after I followed the instructions you included here. I told all my colleagues about this site and especially about Glossy. This theme is very powerful if one knows how to tweek it. It is very modern and highly customizable. You Rock man.
Thanks dude, please don’t forgot to rate it if you are happy with it
This may sound like a silly question but I could not get it done somehow. I read the documentation that came with the theme but I cannot find the location to change the layout from a full width to a three column or other. Can you please tell me exactly where I can locate it. Also I have to say this. I have visited other sites and looked at their forum. I have to admit that not only I get a quick reply here from the author of the theme, but he is willing to provide very useful technical help. That is why I chose this theme. The Support that dropletz provides is very useful. Thanks Man.
2- non node pages that called “custom pages”: content of these pages are created automatically based on page callback function that hardcoded into module files, system.api.php/function/hook_menu/7”>see this to learn more
As it mentioned in Documentation on page #22, in Glossy you can change the layout of every node page in the add/edit node form – click on context tab and choose layout from right panel.
but to change the layout of non node pages you need to add new rules such as path comparison to the built in layouts that can be found in the Context UI, to learn more please see:
http://www.lullabot.com/articles/assembling-pages-with-drupal http://mustardseedmedia.com/podcast/episode38Kind Regards,
Thx dropletz. How did you get the testimonial block to look like a scroller? Yours really look nice and one can scroll from the same block to view other testimonials.
please check your email inbox, thanks.
I did not get the email.
it’ the main reason why you need to use support forum
kindly send the email about the testimonial block as you have it on the live sample site. I have not received it. Thx
please use only support forum to ask for support. and regarding testimonials block please explain the problem you have with that,
Thanks.
Hi. I will be going to the Forum but I simply need to know hoe you got the testimonial block to look like a scroller on the live preview. I do not seem to get it to work like that. this is my last question for this page and I will ask my questions in the forum. If you have sent an email about that I thank you otherwise please provide some information on how I can get it done on my site like the one you have where it scrolls the testimonials on the block you have on the live preview in the contact page.
regarding testimonial block, please send your website address and login info to me.
Again I can not write my user enters the forum but I can not create topics
and
ie7 and ie8 in recent proyect of images are not no style sheets specific to IE7 , IE8 and IE9 thanks
Dear,
demo.dropletz.com is not FOUND , so I can not test Demo!
Sorry for any inconvenience, now it’s up and running
Hello, Nice Drupal Theme. But I am encountering a problem.I can’t install it. I tried 3 times: same result. I used to install many other drupal themes without any pb ; but this time… The error is: Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 7680 bytes) in /home/pckiwi/public_html/sites/all/modules/views/plugins/views_plugin_query_default.inc on line 145 I just want to enjoy this beautiful theme ; but maybe there’s someting wrong I don’t know where .. Thanks for your help
Hi @papajil, Well the error says you are out of memory. You php.ini settings have allocated 64 MB of memory as the maximum any script can consume – which doesn’t seem to be enough. Error also says you need ~1 more MB of memory for site to function – I would add 64.
So edit your php.ini and change the memory_limit line from:
to
Thanks,
Carlo Carlos.
Can’t post to support forum. I did enter my purchase code when I created an account. UID : dvogel
Having a problem hiding the date and author info on Articles. I have unchecked the box Structure>Content Types>Articles>Display Settings Flushed cache and it still appears.
Hi, your account is activated, please explain your issues at support forum.
Thanks, Carlo Carlos.
Thanks for the quick response both here and on the support forum.
you are welcome, I am glad to be of help,
Kind Regards, Carlo Carlos.
Hi again,
I’m wondering how to get the my sliders to work. Basically I’m trying to use any besides the piecemaker (as I do not have URL rewriting enabled on my site).
Whenever I try to create a new portfolio content type, I can’t seem to upload any images, which doesn’t let me save the new content. I get the error message, cannot upload image. I’ve tried using http://mysite.com/img.jpg but it only allows to upload an image.
Which folder is it trying to upload to? Finally, am I doing the right steps to get my slider working. It’s enabled in the blocks, just missing the actual content, I believe.
[root@localhost]for d in path/to/sites/default/files do find $d -type d -exec chmod ug=rwx,o= {} \; find $d -type f -exec chmod ug=rw,o= {} \; doneand if your server is windows, By default, Apache runs in the built in SYSTEM account. So all you have to do is change the permission in a way that only the SYSTEM account, the administrators group and the user greg have access to the Drupal root directory, subdirectories and files (assuming greg is the site owner).You should exclude all other users and groups from the ACL . For the SYSTEM account give read only access to all Drupal directories, sudirectories and files except for the “files” directories which require write permission. For the user greg give read, modify and write permissions. And for the administrators group give complete access. Go to the Drupal root directory, right click on it, go to properties and then security.
Make use of permission inheritance to make things easier for yourself. And remember that any newly installed module/theme or addon must have its permissions changed too. It’s better to do this BEFORE installing it in its appropriate Drupal directory. For those who use permission inheritance it’s done automatically by Windows.
Thanks,
and just worked all…
translate by google


hello, I love the theme but in Version Glossy_quickstart not see slider, submenu, portfoglio why? expected something complete online demo, clear images of the copy, but something similar.
http://support.dropletz.com/ off line
translate by google


I keep getting a google Maps v2 error on the contact page.
Hi, all support requests must be conducted through support forum.
Thanks.
hi, you said you sent me theme the full version, I have not recieved anything, how long would have to wait?
Thank you very much for all.
Hi, please use support forum for any support request. BTW i don’t remember what i said to you !
Hi, are you sure that your have changed memory size? it says that it didn’t change.
Hello, wonderful theme. It has been very easy to install. Congratulatios.
Only one small problem: The Administration bar suporpone to the top of the design (About Us | Contact Us | Home)
You can see here: http://www.medefine.com/shot_glossy.pngIs it possible to correct this?
Thanks,
Best Regards.
Hi, Thanks for choosing my product, it’s displaying only for administrator and is a theme-independent interface. please see http://drupal.org/project/admin_menu
All the best, Carlo Carlos.
Hello Carlo Carlos,
What you say is not entirely true, I have seen the class. Toggle has a padding: 30px 7px.
The class belongs to shortcodes.css, which is the subject glossy.
If padding is disabled solves the problem.