Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
What browser are you using?
Stiofan
Can you post a screenshot of the page and the exact image i am supposed to be looking at as i see no wiggle…
Stiofan
Thanks for pointing this out, i have seen this problem on one other theme also, it’s a strange one, trying to track it down now.
Thanks,
Stiofan
This reply has been marked as private.it looks like our “Google analytics “Profile ID(ie: ga:12345678)?” is wrong, it should not be similar to your tracking number and your one is exactly the same., please double chacke the instructions here: https://wpgeodirectory.com/docs/google-analytics/
Thanks,
Stiofan
Hi Sally,
After you turned rocket loader off i checked your site and all maps were working, again i just checked your site and all maps are working, if you have problems please explain step by step how i can recreate them.
Thanks,
Stiofan
Hi kbrotman,
Please add this to the top of your child theme functions.php after the opening php tag,
error_reporting(E_ERROR);
This will stop your site outputting php warnings which are only really for developers, the messages you are seeing are warnings not error, but i will fix them.
Please let us know how u get on.
Thanks,
Stiofan
This reply has been marked as private.Please provide wp-admin details.
Stiofan
Hi Louise,
I have not experienced this, what access can you give me to check? Do you have something like WHM installed?
Thanks,
Stiofan
Hello,
Sorry for the late reply.
That warning in the customiser is due to php 5.4 strict standards, you should disable them being output to screen, please add this code to your child theme error_reporting(E_ALL | E_STRICT);
it should be encased in PHP brackets, so to look something like this:
<?php error_reporting(E_ALL | E_STRICT); ?
>
The map not working was because you had no default location and no active places, i have added a default location and added dummy data.
You can watch our install guide here: https://www.youtube.com/watch?v=_VZqtc_BP1U
Thanks,
Stiofan
This is a small bug, i have flaged it to be fixed in the next version, for now it is a very simple fix edit geodirectorygeodirectory-assetscssmedia.css line: 47
there is a missing
.
before geodir-sidebar-left
change the line to.geodir-sidebar-right, .geodir-sidebar-left, #geodir-wrapper-content{width:100%;min-width:100%;}
Thanks,
Stiofan
I have added one extra level of menu support, this will be released shortly.
Thanks,
Stiofan
Your map was not loading becasue the JS code u added in the quick code section of GDF you user the $ for jquery, wordpress standard is to use jQuery in place of $.
I have changed it for you.
Stiofan
it’s a right pain in the butt, i think
<br />
usually works but you must use a few. or
<p> </p>
-
AuthorPosts