Hot destination adn Sobipro

  • gregy1403
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 8 months ago - 12 years 8 months ago #10600 by gregy1403
Hi

I installed SobiPro. Then i have purchased a Restaurant Guide template and installed it. It's working except design.

You can see original template Restaurant Guide here (detailed view)

and you can see our template here (mind that all other modules are disabled to avoid any conflicts or error)

As mentioned a disabled all modules and page is still not displayed correctly. For finals i have switched back to deafult or any other themes that comes with joomla 1.7 and they all work well. So it's up to Hot Destination theme :blush:

What can i do?

Thank you
Last edit: 12 years 8 months ago by gregy1403.

Please Log in to join the conversation.

More
12 years 8 months ago #10608 by ivan.milic
I understand that you want to use one template for some pages and another for other pages. Each template has it's module positions, so maybe that is your problem - because you expect module in module position that is in template not used by particular page.

Please Log in to join the conversation.

  • gregy1403
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 8 months ago #10615 by gregy1403
Ivan, can you please tell me what function has

templates/hot_destinations/js/jquery.min.js

If i disable/rename this file everything works. Also quick check of site shows no error.

Thank you

Please Log in to join the conversation.

More
12 years 8 months ago #10626 by ivan.milic
That is jquery core. Maybe you have multiple references to jQuery and that makes conflicts so when you disable that reference everything becomes normal. Optimal is to have one and only one reference.

Here is text I give to posters having issues with jquery, you don't have to do all of that if everything works fine.

TEXT:

Good practice is to disable JQuery in all modules and then in index.php of template in head section add manually reference to .


Latest version of jQuery you can download from jquery.com , link is jqueryui.com/download .
You can copy files from package to <template folder>/js/

There are 2 script and one css reference:

<link href="<???path???>/jquery-ui-1.x.xx.custom.css" rel="stylesheet" type="text/css" />

<script src="<???path???>/jquery-1.x.x.min.js" type="text/javascript" />
<script src="<???path???>/jquery-ui-1.x.xx.min.js" type="text/javascript"/>

Go to Module manager open module by bodule and whereerver you see "Load JQuery" (this name can differ form case to case ) property disable it.
Then also go to plugin manager and do that also.

Then open index.php of template and check if there is already reference there. If yes you can just modify it to reference new files you downloaded or delete it and put above 3 reference lines in that order as much close to begining of <head> section as it can be.


To chack you have one and only exactly one reference use "View source" option of your browser when you go to your site. js. References can sometimes be in place where module is rendered so you need to check all source. Easiest way is to text-serach "jquery" in page's source.

Please Log in to join the conversation.

  • gregy1403
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 8 months ago #10637 by gregy1403
Thanx for the tip

It was disabled for top slideshow, now i enable it and slideshow works, also Sobipro template works as it should.

Thank you
The following user(s) said Thank You: Quartermaster

Please Log in to join the conversation.

Time to create page: 0.340 seconds
Powered by Kunena Forum