290 comments found.
hello, i’ve instaled the demoversion with the databasedump that came with the downloadpackage. i canot view the elements-sites. well the sites apear , but the shorcodes are missing. like accordeon, or button, formfields, in the edit menu the shortcodes apear but in the view after saving they are missing, can you help me in this ?
thanks in advance J.
Hi, Please post support ticket on this forum with your website URL and login details. https://nikadevs.ticksy.com
Thanks.
Dose this theme surpport “quick view” ? And Is there a administrator account, So i can login background to see how it works?
Hi, What do you mean with “Quick View”? It should support all modules as any other drupal website. Unfortunately there is no public administration acount. Thanks.
Like this page, http://puro.icotheme.com/women.html When you put arrow into some product, it will show some icon, the first is magnifier, click it, It will show some brief information about the product, this is what i’m talking about.
and Can I run more than one shop?
Hi, Unfortunately there is no such Quick view which you described. Yes you can run as many shop stores as you wish. Thanks.
I really like this theme, but there is some function it dont have, can you help me to customize it? (e.g. Quick Views, I see this feature in other drupal themes work http://atdev.arrowhitech.net/flatastic/en or Visitor log in/create an account or product filter) and give me a quote.
I really appreciate!
If you agree to customize this theme, you can give me your email, I will describe in detail what my requirements, then you can quoted price.
Hi, Unfortunately this is not so easy to implement. I’m will try to made this on the next theme update. Thanks.
Thank you Nika
I’m sorry to hear that, one last question, Can this theme allow visitor log in or create an account ?
Hi, Yes this is allowed by default in Drupal. Thanks.
I would like to ask, Can the store systems support unlimited product category (or attributes)?
like this site, left sidebar “SHOP BY” http://puro.icotheme.com/men.html
Hi, Yes this is possible to implement with this theme. Thanks for your kind words.
Dose this theme surpport “quick view” ?
And I would like to ask, Is there a administrator account, So i can login background to see how it works?
Hi, What do you mean with “Quick View”? It should support all modules as any other drupal website. Unfortunately there is no public administration acount. Thanks.
Minify JavaScript and CSS & Make fewer HTTP requests
Just purchase another copy of your great theme. According to the sidebar above it says it was last updated Aug 12, 2015. The download says version 1.2 but according to the drupal changelog.txt file it’s using Drupal 7.31. I noted that it said the modules were updated for this new release. Does that mean all the module and Drupal core or just the custom modules? Thanks for your help.
Hi, Yes all modules and core was updated to the latest version which was available. You also can update them manually. Thanks.
Hello,
I have copied my theme over to .xml format to move from my staging site to the live site. When I moved everything, I am now seeing the word “Array” in several editable fields. For example, if I were to go to my FAQ page, you can see ‘Array’ where the header should be. Can you please help me with this issue?
Hi, Please post support link on this forum http://nikadevs.ticksy.com/ Thanks.
Dear team,
I’ve been adding multiple product in the store menu.
Once done, I still cannot find the items in product pages.
Please advise,
Mohamad
Hi, Answered on the Support forum.
Hi,
I have bought this theme for Drupal 7. Its a great theme and I thank you for that. I have a small doubt. For parent menu items having dropdowns in the main menu, how do I keep the parent menu items clickable to its page?
Please help.
Thanks, Mayur
Hi, I’ve checked and parent menu items are clickable, can you sent me link to your website and I’m will check.
thanks.
?Hi, I’m trying to install the rhythm theme on bitnami for mac yosemite, please can you direct me?
Hi, Please check this video instruction, I hope you will be able to made the same on your MAC: https://www.youtube.com/watch?v=OW9W5N3O_ik
If you will have problems on some step then please back to me and I’m will try to help.
Thanks.
Just a question. I am considering buying this theme. When was the last time it was updated and when is it due for its next update?
Hi, The latest update was on 30 March 15, the next release with all included fixed will be released in couple days. Thanks.
Hello,
Which slider is includid on this theme ?
Thanks,
Afonso
Hello,
One more thing, how easy is to install on drupal 7 site already in use ?
Thanks,
Afonso
Hi, You can check sliders on this page: http://stig.nikadevs.com/content/sliders
Using features module you will be able to import blocks, nodes and views. After this you can manually configure this entities and assign to required pages in your existing website.
Thanks.
Great theme. There is one issue. There is no ability do add alt attribute to images. Default alt attributes set on image filed don’t carry over either.
Hi, Please post a link to the page there is this bug appears, I’m will check. Thanks.
thanks NikaDevs…. http://test.zeglar.com – there are couple images (the guy on the left – brown sweater) img alt=”alt” it should be the one that I set on image field. I can see your demo example http://rhythm.nikadevs.com does the same thing on the images on the front page. It includes just alt=”alt” ... not sure if that is something related to shortcodes… I can submit a ticket on your website too
Hi, If alt is set to ‘alt’ then this is mean that the field is empty and this is added to the page to pass HTML5 validation. I removed this from theme so you can test it without this feature, please upload this file https://www.dropbox.com/s/isaao2g0g4mqwao/template.php?dl=0 to \sites\all\themes\rhythm\ Thanks.
Well commenting out this function doesn’t do anything. it prints <img style="" src="http://test.zeglar.com/sites/default/files/example.jpg" alt="" title="" /> rather than including alt tag added on image field
function rhythm_image($variables) {
$variables['alt'] = empty($variables['alt']) ? 'Alt' : '';
return theme_image($variables);
}
I would look at this:
function theme_image($variables) {
$attributes = $variables ['attributes'];
$attributes ['src'] = file_create_url($variables ['path']);
foreach (array('width', 'height', 'alt', 'title') as $key) {
if (isset($variables [$key])) {
$attributes [$key] = $variables [$key];
}
}
return '<img .="" drupal_attributes="" />';
}
found on:
https://api.drupal.org/api/drupal/includes%21theme.inc/function/theme_image/7
This is clearly a bug that needs fixing
Hi, If drupal doesn’t print the ALT then this is mean that it doesn’t set, as you can see my function only checking if the alt is empty and in this case setup the default value.
This is not a bug, in the end of my function all variables send to the original theme_image function which doing all work.
Thanks.
Before buy this theme, I want to know about portfolio, does portfolio support media like youtube as grid view with popup?
Hi, Unfortunately currently portfolio supports only Images.
Thanks.
Hello!
I’m looking to build a gaming community-based website and I’m immensely attracted to the style of some of your themes such as this, although they are portfolio based.
My questions are,
1. Is it possible to configure the landing page to display news articles, and other such articles as they are put up on the website?
2. Can the landing page be split into columns, with one of them containing plugins for Facebook and Twtitter integration?
3. Is it possible to build forums, communities and intricate user profiles on the theme?
Thank you in advance for your feedback.
Hi,
1. Yes, you can add this easily
2. Yes, you can made this also
3. You can build this using custom modules from drupal.org, but this features will come with defaul drupal styles so they will requires a custom css styles to look’s like the other pages.
Thanks.
Can you explain to more why I am getting this error? http://fueledbyassociation.com
Hi, You have a problem with your server configuration, please search in the google about this error or contact your website administration.
Thanks.
HI there, again great work on this new theme! It looks great and seriously thinking about also purchasing it too.
I just took a look at the original HTML template and I noticed that Bestlooker has added a number of substantial updates. The two magazine and the video local home pages are especially attractive additions. Are you planning to use them in your version of Rhythm?
Hi, Yes I’m will try to implement this features soon.
Thanks.
please help me. Thanks
Hi, Please post support ticket here: http://nikadevs.ticksy.com/
Thanks.
Hi again, posted 2 tickets to your support site. Thank you
Sorry, still not answers on support forum? 24 hrs passed…
Theme is nice, but definitely needs update ASAP. Does someone experience the same problem?
The login into full install not possible, because theme’s CSS forced all uppercase in the login page. Then, I switched this CSS parameter off using Chrome Inspector, and able to login normally using demo login credentials. The login url is /user , this is not described in manual…
Anyway, this is professional work… not so “easy” to customise, but it can be customised using CSS, almost any colour, font, etc. can be changed.
Will be very good if Author spend some time to make CSS customisation guide for theme.
Hi, Sorry for delayed answer, I’ve ansered via email. You can find the article about customizing theme by custom.css file here: https://nikadevs.ticksy.com/article/3336/
Thanks.
Thanks, issues corrected and questions answered.
hello. Is it possible to use e- commerce on this website template ? what would the proceudre b for that? do u provide the tools or instructions for the same ?
best wishes. Looking forward to purchase this theme..
Hi, Yes this theme already comes with Drupal E-Commerce, and the Shop page which you can see on the LIVE demo is a working e-commerce shop. Thanks.
Hello, some pre-purchase questions:
1. Can I remove / Add languages in the theme? Language switch shows 3 languages now. 2. There is not much color options just white and dark. Is it possible to change colors of menus? 3. Can shop be removed from menu if I dont need it right now? 4. Is it possible to increase menu font size?
Thank you
Hi, 1. Yes this can be done in the Drupal language configuration page 2. This can be done via adding extra CSS styles to the custom.css 3. Yes shop can be disabled. 4. This can be done via adding extra CSS styles to the custom.css Thanks.
Thank you so much for quick answer. Hard to decide what theme to choose – I like Aurum theme font size and style (white + blue), but afraid to buy Aurum because dont know is it support multilanguage and language switcher, and also Aurum don’t have shop right now… May you please help me to choose along your themes? Looks like Rhythm most advanced now, supports multilanguage out of the box, and may I have help with this extra CSS styles after purchase, as I understand this is possible to customize color scheme? I also worry about theme update date – if theme not updated long, this means no new bugs fixed or theme outdated? Sorry for long and stupid (maybe) questions…
Hi, If you need shop then Aurum will not fit your needs perferctly, because if you will enable e-Commerce then the styles of the shop will not match the styles of the theme.
I’m will release soon the Rhythm latest version with all small fixes which was during the last 2 months, you can also sent me a message and I’m will sent you the latest version.
Yes you can use the special custom.css file for adding your styles and change any colors.
Thanks.
Thank you so much, Goin to check out now…