The ellipsis that are the comment buttons don't do anything when clicked so that comments or access the Admin menu are not possible. I have made sure to use a bootstrap2 theme (Cerulean) located here:
Nothing happens on mouse-over and on click the button changes to appear clicked but ends with a series of dots. Nothing happens. The behavior is the same for users from other computers. In a windows vm running IE with no addons (or default addons) clicking "Show all Content" finally allows the buttons to be clicked and show comments.
I suspect that because apache2 is configured to use ssl on all sites, the bootstrap possibly using something considered non-secure.
This appears to be confirmed although this is NOT a solution since it is insecure.
/etc/apache2/sites-available/default
Commenting out:
Redirect / https://example.com
results in comments working again. Suggestions?
Last edit: limer 2015-10-11
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Changing src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"
to
src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"
in all the .tpl files in ./templates
seems to fix the comments not popping up (and makes the Admin menu work again)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
phpgiftreg-2.1.1
The ellipsis that are the comment buttons don't do anything when clicked so that comments or access the Admin menu are not possible. I have made sure to use a bootstrap2 theme (Cerulean) located here:
https://bootswatch.com/2/cerulean/#
Nothing happens on mouse-over and on click the button changes to appear clicked but ends with a series of dots. Nothing happens. The behavior is the same for users from other computers. In a windows vm running IE with no addons (or default addons) clicking "Show all Content" finally allows the buttons to be clicked and show comments.
I suspect that because apache2 is configured to use ssl on all sites, the bootstrap possibly using something considered non-secure.
This appears to be confirmed although this is NOT a solution since it is insecure.
/etc/apache2/sites-available/default
Commenting out:
results in comments working again. Suggestions?
Last edit: limer 2015-10-11
Changing src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"
to
src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"
in all the .tpl files in ./templates
seems to fix the comments not popping up (and makes the Admin menu work again)
This fixed it all for me as well.