hello i just bought your theme and in a fresh install i get this msg:
Notice: Trying to get property of non-object in include() (line 25 of C:\xampp\htdocs\fork3\sites\all\modules\custom\md_block_custom\add\template\userinfo.tpl.php).
any advice?
hello i just bought your theme and in a fresh install i get this msg:
Notice: Trying to get property of non-object in include() (line 25 of C:\xampp\htdocs\fork3\sites\all\modules\custom\md_block_custom\add\template\userinfo.tpl.php).
any advice?
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hi,
In file userinfo.tpl.php, line 25:
replace
with
and replace line 52 with
thank you for the quick answer. the theme is very beautifull but its quite buggy. i have 2 issues. firstly i cannot add a custom css class in a view's field. secondly all of a sudden, the cart icon in the uper right corner is lost and in its place there is an unkonwn to me symbol. any advice?
Coud you send us your site url, admin account and FTP account by Private comment? We would like to have a check in your site.
1. Please tell us which view you could not add custom class or all views?
You could add class for a view by: open view > advance setting > Other => add custom class in CSS Class
2. Please go to /admin/config/media/icon check if you enable or import icon in right way.
If everything is ok but problems still exit, please try to upload your site to any host so we can check exactly which reason is and find some solutions.
In addition,
with missing cart icon problem, you could try below solution also:
open file sites\all\themes\md_hosoren\theme_setting\front\page.preprocess.inc
after line 6:
insert
Save and clear cache.