Simone
Forum Replies Created
-
AuthorPosts
-
Hello Ollie, just sent you an email.
Hello, the way the events act is correct. Basically, you are having three events in three separate days.
For the images issue, please post your URL so we can have a look, thanks.
Hello Peter, could you post url and login details please.
Hi, this is not possible. A location is mandatory, you could drag the pin on the map if you don’t know the exact location, or you can select a city.
Hello, could you post your url and login details, please ?
Hello Valérie, i don’t want to be rude, and sorry for misunderstandings. What I’m trying to say, is that what you ask is beyond GD, this is a website optimization. I can suggest to use cloudflare for minimization CSS/JS. About the rest, I’m guessing you are using some analysis tool like gtmetrix.com and this tool is suggesting you to edit your website. About the HTTP HEADERS EXPIRATION, i just gave you a link where this is explained and it explains also where to edit files, in this case you need to edit the .htaccess, which is in the root of your hosting, and it’s an hidden file.
Maybe you have some cache issues, I see the default icons on both Home and Listing page.
Hello jeff, you can do that of course, if you are not planning to include the GA statistics in the listings
Hi, i don’t want to be rude, but since you’re using some test tool and it suggests you to do these task in order to improve your website…you can also read the explanation for everything you need (or google for it).
For the expiration of the http headers you can read here
I’d suggest you to use Cloudflare (it’s free, but requires some configuration)…
I simply hate W3 Total cache and similar plugins (they do offer minimizing of CSS and JS) 🙂PS- I edited your post, no need to post a long list of all your CSS and JS files 🙂
Hello, something is breaking the JS so you have an error in the map when hovering to the pinpoint icon..
TypeError: jQuery.goMap.mapId.data(...) is undefined
Please try to disable all the plugins except for the GD ones, also, are all your GD plugins up to date?
November 5, 2014 at 1:41 pm in reply to: How would I add text from the "Near" field to appear in results after "distance" #20667You copied fast, a second later it was in a code section 🙂
Glad it worked.
November 5, 2014 at 1:35 pm in reply to: How would I add text from the "Near" field to appear in results after "distance" #20665try this
<?php if (round((int)$distance,2) == 0){ $uom = get_option('geodir_search_dist_2'); $distance = geodir_calculateDistanceFromLatLong ($startPoint,$endPoint,$uom); echo round($distance).' '.$uom.' from '.$_REQUEST['snear'].' <br />'; }else{ echo round($distance,2).' '.$uom.' from '.$_REQUEST['snear'].' <br />'; } ?>
Hèctor, you have serious issues with your website, please enter via FTP in the wp-content folder and rename the plugins folder to something else (in this way you will disable all the plugins, maybe something is messing up with your website)
Hello Lyle, this is not a GD error, but this is a PHP library (PHP multibyte extension “mbstring”) that needs to be installed on your hosting.
If you do not have control on your host, please ask to the support and they will fix the issue.
-
AuthorPosts