Anonymous
Unregistered
Posted 1 year ago #
Hello, i have a wordpress theme with a slidshow gallery in the first page( Massive News Theme 1.0 par Jason Schuller) and when i activate the geopress the galery doesn't work and disapear.
DO you know what is the solution to use geopress and this galery together?
You can see the galery on http://www.wakatrip.com/ (it's not finish and ther's nothing in).
The description of the theme is there.
Thank you very muh for any answer..
Cheers
Anonymous
Unregistered
Posted 1 year ago #
ThomasKr
Member
Posted 1 year ago #
If it's a probleme related with jQuery try this:
Search replace in mapstraction.js (inside the geopress directory in plugins) for:
$(
to
$m(
there should be 3 places of "$(", lines 27, 111, and 1329. See if that helps and I'll patch it and upload a new version.
Tried it and it worked.
tomdebruin
Member
Posted 11 months ago #
the above didn't work, but changing
$(
to
$map(
did.