Maverick
Location | Hyderabad, India |
---|---|
Gender | Male |
Age | 42 years |
Member since | October 28th, 2009 |
Last seen | 2 years ago |
Topics | 32 |
Replies | 15.4k |
Points | 6.66k |
A computer geek, who always love coding, now fell in love with beautiful Bootstrap framework :).
Loves coding as much as watching Sci-Fi movies. Designed and developed some of the popular Joomla! components and corejoomla.com with all passion and love towards programming. Strong believer in smart work and "Anything is possible".
I welcome your feedback and suggestions, reach me out through contact us form.
-
Maverick replied to the topic komento and quotes.
May 26 at 7:25 am
In your Komento plugin options, the integration type is selected as Component Plugin but the same is not available. You should choose Joomla plugin instead. -
Maverick replied to the topic "Please wait" on quiz.
May 26 at 7:05 am
Looks to be some issue with ajax request. Where can I access the quiz? -
Maverick replied to the topic Elevation profile not showing full distane.
May 26 at 7:03 am
Can you please upgrade to v3.8.0? -
Maverick replied to the topic Elevation profile not showing full distane.
May 24 at 9:41 pm
What is the version of the component you are using? -
Maverick replied to the topic How to use custom answer in Polls.
May 24 at 10:19 am
You just need to remove the code and clear cache. I can provide you the package but since it will be released this week you may want to wait for it. -
Maverick replied to the topic Sharing services conflct.
May 24 at 10:18 am
Not exactly sure what is causing these issues from screeshots. Can you send me website details using contact us form? -
Maverick replied to the topic Easysocial streams.
May 24 at 10:15 am
Usually the app is not needed. But if you want to add function such as filter all streams of polls then this app is useful. I believe that would be same as what you are saying my polls and votes. -
Maverick replied to the topic How to use custom answer in Polls.
May 23 at 6:50 pm
The issue is caused by below code in media/com_communitypolls/js/cj.polls.min.js. I will be removing this in next version. if(poll_type == 'radio' && answers.length > 0 && $.trim(custom_answer).length > 0){ $('#cp-error-message').html($('#error_select_one_answer').html()).parent().show(); return false;} And below code $('input[name="custom_answer"]').change(function(){ if($(this).val().length > 0) { $('input[name="answer"]').prop('checked', false); }}); -
Maverick replied to the topic komento and quotes.
May 23 at 6:35 pm
First of all do not post any credentials on public forum. Please send me your website admin user details using contact us form. -
Maverick replied to the topic Broke Joomla when uninstalling!.
May 23 at 6:33 pm
You did not uninstall the package rather uninstalled the component. Just remove all CjBlog plugins. In above case it is CjBlog content plugin. -
Maverick replied to the topic ENTER Button on the Keyboard sends survey.
May 23 at 6:31 pm
Follow this to disable that behavior edit media/com_communitysurveys/js/cj.surveys.min.js and remove below code at line 68 $(document).keypress(function(e) { if(e.which == 13) { e.preventDefault(); $('.survey-navigation button:visible').click(); }}); -
Maverick replied to the topic Poll Module Button Unreponsive.
May 23 at 6:28 pm
So there must be some javascript conflict, could be because of some of your modules loading jquery improperly. I cannot tell you what exactly the issue unless I see your website. Let me know where can I see it. A quick fix could be disabling tooltips in media/com_communitypolls/js/cj.polls.min.js remove or comment out $('body').on('mouseover', '.tooltip-hover', function(){$(this).tooltip('show');});$('body').on('mouseover', '[data-toggle="tooltip"]', function(){$(this).tooltip('show');}); -
Maverick replied to the topic Easysocial streams.
May 23 at 5:47 am
Have you enabled "Community Polls - Polls" plugin? -
Maverick replied to the topic Survey CSV Report Problems.
May 23 at 5:46 am
1. I believe you are opening file with excel. Most of the times, excel detect csv properly. Otherwise you can use text import wizard to import csv into columns 2. Yes, once you import survey into excel filter out deleted surveys with status column -
Maverick replied to the topic komento and quotes.
May 23 at 5:42 am
Can you please send me the website details to check it? -
Maverick replied to the topic How to use custom answer in Polls.
May 23 at 5:37 am
Sorry about misunderstanding. I am looking into the issue and will provide you the solution by today. -
Maverick replied to the topic Changing CJ Forum Font Color.
May 20 at 7:44 pm
Try these steps. 1. Disable bootstrap css option in CjForum Options 2. Change theme to one of the suitable theme in Options -
Maverick replied to the topic Language Not Work.
May 20 at 7:42 pm
Can you please send me your website and admin user details so that I can fix this? Please use contact us form to send them. -
Maverick replied to the topic Survey disabled my css.
May 20 at 7:39 pm
Looks like your template do not works well with bootstrap css. You may consider displaying survey with menu item instead.