×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Conflict with Mobile Joomla

Conflict with Mobile Joomla 9 years 2 weeks ago #30912

  • Convergint Developers
  • Convergint Developers's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0
Generally Hotspots works great, but for some reason it's having some major issues when accessed from within the mobile_flat template from Mobile Joomla. There appears to be some kind of icon conflict, but also the entire site with rockettheme template is loading inside of hotspots!! I have no idea how this is possible.

Page link here

Any ideas?

Conflict with Mobile Joomla 9 years 2 weeks ago #30915

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
The problem is the url. The tabs have a "feature" that automatically loads the href attribute of the tab. in your case the link of the page is locations?devide=xhtml, but the tab url is just locations#tab1 and the tabs plugin things that those 2 are different urls and it needs to load them.
I've made a hack around this. Would you mind testing the latest developer release and letting me know if you still have the problem?

Regards,
Daniel

Conflict with Mobile Joomla 9 years 1 week ago #30947

  • Convergint Developers
  • Convergint Developers's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0
HI Daniel, thanks for your help. I just downloaded and installed the latest dev version... it doesn't seem to be helping though.

Conflict with Mobile Joomla 9 years 1 week ago #30948

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
have you cleaned your cache? For me the page seems fine now.

Conflict with Mobile Joomla 9 years 1 week ago #30953

  • Convergint Developers
  • Convergint Developers's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0
Okay, so I am able to click on the different locations now, but the loading graphic doesn't go away...
Also, on this page the icons in the main menu are all all screwed up.
***EDIT***
I was able to fix the issue with the icons by adding this to my css file:
[data-icon]::before {
	content: normal!important;
}

But it seems that the page redirect is still happening most of the time. Cache cleared, I even checked on browserstack.

Thanks

Conflict with Mobile Joomla 9 years 1 day ago #30993

  • Convergint Developers
  • Convergint Developers's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0
Hi Daniel, I was hoping for some further assistance with this issue. Any clicks on the map redirects the page still...

Thanks.

Conflict with Mobile Joomla 9 years 1 day ago #30994

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Matt,
What browser are you using? For me there is no redirect in FF, Chrome and IE11...
The loading icon is not coming from hotspots, so I don't know what you have to do to hide it.

Regards,
Daniel

Conflict with Mobile Joomla 8 years 11 months ago #31043

  • Convergint Developers
  • Convergint Developers's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0
OKay, so I double checked and I am having the same problem now regardless of browser... when you click on a location on the map, it loads the info, but the loading animation never goes away.

Conflict with Mobile Joomla 8 years 11 months ago #31047

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Matt,
As I said in my previous post:

The loading icon is not coming from hotspots, so I don't know what you have to do to hide it.


Contact mobile Joomla for this. I have no idea what needs to happen on the page for the icon to disappear.

Regards,
Daniel

Conflict with Mobile Joomla 8 years 11 months ago #31079

  • Convergint Developers
  • Convergint Developers's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0
Yeah I apologize I misunderstood what you were referring to, since there had been a different icon issue which was previously resolved.

To remove the loading icon I did the following:
Used rereplacer to add an id="locations" to the body tag. (I was unable to target the classes so I went with ID)
I targeted the loading icon on just this page with css and just removed it.
body#locations div.ui-loader {
		display: none;
}

It doesn't seem to affect the functionality otherwise. (Mobile Joomla drives me crazy, I prefer responsive builds!)
Thanks for all your help

Conflict with Mobile Joomla 8 years 11 months ago #31094

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
So, why are you using Mobile Joomla, if it drives you crazy?
What does it do exactly? I haven't used it personally.
  • Page:
  • 1
Time to create page: 0.245 seconds