- Posts: 9
- Thank you received: 0
Re: Font resizer and front end logon box does not work
-
rose
Inactive member - Topic Author
- New Member
Less
More
14 years 2 weeks ago - 2 years 8 months ago #4774
by rose
Font resizer and front end logon box does not work was created by rose
Hi there, I suspect that this is some Jscript or conflict issues. I have just used your hotstart installer to place the demo (with sample data) onto a linux (SQL 5.0) server URL is here: uminx .com/joomla/index.php
this is going to be a test site for me to play with so at this point I have made no changes after the installation.. all the modules/files etc are with the standard permissions.
If i click on the 'Account' side button (front end) the web url becomes this: uminx. com/joomla/index.php# (with a hash at the end) and will not open. the same goes with the font resizer, same url and font does not resize.
its probably a simple thing, but i would appreciate your comments re this.
Many Thanks
this is going to be a test site for me to play with so at this point I have made no changes after the installation.. all the modules/files etc are with the standard permissions.
If i click on the 'Account' side button (front end) the web url becomes this: uminx. com/joomla/index.php# (with a hash at the end) and will not open. the same goes with the font resizer, same url and font does not resize.
its probably a simple thing, but i would appreciate your comments re this.
Many Thanks
Last edit: 2 years 8 months ago by milos.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 2 weeks ago - 2 years 8 months ago #4792
by ivan.milic
Replied by ivan.milic on topic Re: Font resizer and front end logon box does not work
HI,
First go to Extensions->Template Manager->Edit HTML
Find this:
,and change it to this:
Replace the FontResize.js with one in attachment zip.
Do that first and then we will see about the rest.
First go to Extensions->Template Manager->Edit HTML
Find this:
Code:
<script type="text/javascript">
jQuery(function() {
jQuery('#gallery a').lightBox();
});
</script>
,and change it to this:
Code:
<script type="text/javascript">
jQuery(function() {
if(jQuery('#gallery a')[0]){
jQuery('#gallery a').lightBox();
}
});
</script>
Replace the FontResize.js with one in attachment zip.
Do that first and then we will see about the rest.
Last edit: 2 years 8 months ago by milos.
Please Log in to join the conversation.
Time to create page: 0.158 seconds