shondalai.com Forum

Welcome, Guest
Recent activity
  • Maverick replied to the topic Change Question Effect.

    July 18 at 6:42 am

    Try these $('#cj-wrapper').find('.hideme').fadeOut(); or you can try this $('#cj-wrapper').find('.hideme').hide('slow'); And to show the question $('#qn-'+value).fadeIn();

    9 years ago

  • Kari created new topic Scores are not exporting to CSV Reports. Why not?.

    July 17 at 6:52 pm

    Hello, When we export the Quiz reports to CSV, the "Scores" are not being exported.  Not sure if thi sis a bug, or by design; but I would assume that the Report would have this included by default. If not, how can we add the Scores to teh exported CSV? Thank you

    9 years ago

  • Chris Chase replied to the topic Survey Titles Not Saving.

    July 17 at 6:48 pm

    Hello Maverick,  I have tried your above suggestion and switched from my usual chrome browser to FireFox and I was sitll unable to save the 5 answers.  Here is  a screenshot of the errors that I get: http://prntscr.com/7tv77i  Thanks! -Donna

    9 years ago

  • Mark Reynolds replied to the topic Change Question Effect.

    July 17 at 5:16 pm

    Sorry to be a pain but how would I change it to fade in and out? Thanks Mark

    9 years ago

  • Maverick replied to the topic Change Question Effect.

    July 17 at 2:53 pm

    Yes. See the function SurveyFactory.reset_question_visibility in media/com_communitysurveys/js/cj.survey.min.js In this function I am simply doing show/hide the respective question. $('#cj-wrapper').find('.hideme').hide(); $('#qn-'+value).show(); However you can apply any jQuery animation effect on these elements.

    9 years ago

  • Robert Stones replied to the topic End of Survey Redirect URL?.

    July 17 at 1:28 pm

    Maverick wrote: Usually the text editor will strip out all scripts as it is dangerous to allow them. However you can exclude yourself as super admin. 1. make sure you are allowed to add anything in the text filters of your global configuration. 2. Then on your Joomla editor, collapse the editor buttons by switching the toggle editor mode. 3. Now add your content and save.  You should be able to save the scripts. If you still unable to save the scripts, try to use some third party extensions, check them on JED. I'm using my templates in built editor but it's well known for not stripping anything out, it's called RokPad from RocketTheme which is why I was surprised to have it stripping the javascript link code. I've actually managed to get the end of survey message to save and no strip a normal html link to the evaluation form, this will do for now as I don't have the time remaining to faff. :) I had also setup my other editor JCE to not strip, text filters as super admin etc as you rightly allude to above. Not to worry, the above temp fix will do for now thanks. Regards,

    9 years ago

  • Mark Reynolds replied to the topic Change Question Effect.

    July 17 at 1:18 pm

    Maverick wrote: I am sorry I do not understand. Can you please let me know what exactly you are trying to do? Hi Maverick I have done a screencast for you - https://drive.google.com/file/d/0B4RTxIQS3emiTlFSQ1podUtndEk/view?usp=sharing You will see when the radio button "Search Engine" is selected, another question appears, the same with the valuation question - Is it possible to make them fade in? Thanks Mark

    9 years ago

  • Maverick replied to the topic End of Survey Redirect URL?.

    July 17 at 12:57 pm

    Usually the text editor will strip out all scripts as it is dangerous to allow them. However you can exclude yourself as super admin. 1. make sure you are allowed to add anything in the text filters of your global configuration. 2. Then on your Joomla editor, collapse the editor buttons by switching the toggle editor mode. 3. Now add your content and save.  You should be able to save the scripts. If you still unable to save the scripts, try to use some third party extensions, check them on JED.

    9 years ago

  • Maverick replied to the topic Change Question Effect.

    July 17 at 12:54 pm

    I am sorry I do not understand. Can you please let me know what exactly you are trying to do?

    9 years ago

  • Robert Stones created new topic End of Survey Redirect URL?.

    July 17 at 12:40 pm

    Hi Mav, I have tried to load a JotForm link to an evaluation form I need people to take after the main survey, I'm trying to enter this into the "end of survey message" but the following portion keeps getting stipped out and hence it won't show; <script type="text/javascript" src="http://form.jotformeu.com/jsform/51966"></script>  (removed some portions to stop the form being filled in, you never know lol) Is there ANY way I can include the above javascript line to the end of survey message Maverick please? I look forward to hearing from you in due course. Regards,

    9 years ago

  • Mark Reynolds replied to the topic Change Question Effect.

    July 17 at 7:21 am

    Thanks Maverick, it is when I create the suvery in the front end so i think i am using the component? Regards Mark

    9 years ago

  • Maverick replied to the topic Change Question Effect.

    July 16 at 6:36 pm

    I believe you are using Survey Form module. Check the javascript code at modules/mod_surveyform/tmpl/default.php $('#survey-content').slideUp().html(data.survey.content).slideDown(1000);

    9 years ago

  • Maverick replied to the topic Blank CjBlog User Profile Layout.

    July 16 at 6:33 pm

    The menu item should not be accessed directly. Create the menu items in a hidden menus and all user profile urls are created automatically by the component as required. If you access the menu item directly it cannot find the user for which you need to access profile. 

    9 years ago

  • Maverick replied to the topic Create Image Questions.

    July 16 at 6:31 pm

    Try refreshing the page. May be there are some javascript errors.

    9 years ago

  • Mark Reynolds created new topic Change Question Effect.

    July 16 at 3:23 pm

    Good afternoon When I use the conditions for a question the question asppears, but is it possible to have it fade in as opposed to just appearing. In other words can I change the effect of how it appears? Thanks Mark

    9 years ago

  • Sulaimon created new topic Blank CjBlog User Profile Layout.

    July 16 at 6:13 am

    Hi, I published a "CjBlog User Profile Layout" menu item to display user profile but i get a blank page in return. I have tried both CjBlog and Easy Profile for the User Profile System at the backend but still did not work. I have also sync users. Please help. Thank you 

    9 years ago

  • Bryon replied to the topic Create Image Questions.

    July 16 at 6:10 am

    I have enabled the image button xtd and set access level to "quiz setter" group only. So super users and quiz setters can see the button. It is visble in quiz description when i first create the quiz. Then i disable the other buttons. So maybe this is a problem due to access level?

    9 years ago

  • Sulaimon replied to the topic Can't install plugins_v3.zip.

    July 16 at 5:59 am

    Followed your guide and it worked fine. Thanks

    9 years ago

  • Maverick replied to the topic How to make Facebook: percentage widths not supported by FB api. fixed width is needed.

    July 16 at 5:09 am

    Edit components/com_cjlib/framework/functions.php and find <div class="fb-comments" data-href="'.$url.'" data-num-posts="5" data-width="640"></div>'; Here you can see the width of the box and can adjust it.

    9 years ago

  • Maverick replied to the topic Create Image Questions.

    July 16 at 5:07 am

    If you enable that button plugin it will be shown. I believe you disabled all your editor-xtd plugins.

    9 years ago

Powered by CjForum