Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
They actually do appear twice but there is CSS there to make the videos responsive which makes them appear on top of each other. I will have to think of a solution.
Thanks,
Stiofan
Hi Dave,
I believe the ability to add multiple videos is already there, you just have to add multiple embed codes to that box.
Stiofan
That issue seems to be related to CSS and your CSS changes, i have fixed the JS so that this can not happen in future, it will be in the version released later today
If you need the fix now in geodirectory-assetsjsjRating.jquery.js line 200
Please change from
return note;
to:
if(note>opts.rateMax){note = opts.rateMax;} return note;
Thanks,
Stiofan
please replace the atached js file in claim listing plugin (will be released later today)
Thanks,
Stiofan
I am still not sure what you did with ur first listing, i just tried a test and it works fine. http://sugieremelo.com/places/san-juan/attractions/test/#post_map
If you send me admin details i will look at your post if you wish?
Thanks,
Stiofan
Thanks!
Did you add this from the frontend or the backend? Does it have gps info?
Please try adding a palce fro the front end and making sure it has GPS lat and lon (it will be auto filled when you drag marker or click “set address on map”Thanks,
Stiofan
link please?
Stiofan
Hi Greg,
I am just finishing for the night but i will flag this for vikas to look at (he is next on shift)
That is a strange one, says 6 reviews but i count 8, looks like somehow the review count has been messed up, i think we wrote a function to fix that, hopefully vikas has it handy.
Can you please provide:
wp-admin login
cpanel or FTP and DB access.Nice looking site BTW 🙂
Thanks,
Stiofan
Yes you are right, mybad…
post.custom.js line 24 change from:
jQuery.modal.close({
to
jQuery.gdmodal.close({
Thanks,
Stiofan
Hi Jordi,
You need to ask your server guys to enable PHP multibyte extension (“mbstring”)
so that the php function mb_strtolower() will work, this should solve your problems, let us know.Thanks,
Stiofan
Hello, That is the keyword that is used and it is blank, which is correct. If you can think of something better to put there we will listen but as it stands it is correct.
Thanks,
Stiofan
Hi nasc,
It’s just CSS, you can play with it till u feel it’s right but not all videos have the same aspect ratio.
Thanks,
Stiofan
Hello and Welcome 🙂
You are right there seems to be an error there preventing it from continuing, can you provide me with admin login details so i can have a look (you can set the reply to private and only admins here will be able to see it)
Thanks,
Stiofan
Hi dnosker,
I have tested on my mac book and everything worked as expected, the fallback to a text box for the colour code is a HTML5 support thing, once safari start supporting it then it will work.
As for the not saving i suspect there is a JS conflict with some other plugin, if you let me know the login for your site i will check.
Thanks,
Stiofan
OK i think i have fixed the issue, and the fix will b in the next version of core. to confirm please add the two attached JS files to your core geodirectory-assetsjs folder
Thanks,
Stiofan
-
AuthorPosts