Paolo
Forum Replies Created
-
AuthorPosts
-
Probably the import of dummy images went wrong.
I would need to have a look at your website to tell you more.
Please provide a URL and wp admin credentials in a private reply and we will have a look.
Thank you
Hi,
there is some custom css breaking the layout.
the div#main is covering the header.
Please see image attached.
Thanks
Please let us know if you added what Simone suggested and if the problem is fixed.
Thank you
Hi,
just FYI, we just added GeoDirectory as a project on https://www.transifex.com/projects/p/geodirectory/
It’s a website were tranlations can be made in collaboration with other users.
Norvegian isn’t there yet, so you could maybe start it?
Thanks for considering it!
Hi,
Leverage browser cache is something you do at server level, normally in your .htaccess file as exaplined here: http://gtmetrix.com/leverage-browser-caching.html
89% isn’t bad at all. 1.86MB is a bit high and you could probably work at reducing that a bit. Most probably reducing image size or total number of listings visible on that page.
60 requests is very good.
The probable reason why your page isn’t loading very fast is that the server hosting it can’t serve it any faster.
I would look into upgrading into a more performant server.
Thank you
Hi,
let us know if we can set this as resolved
Thanks
Hi Allyson,
yes that would require custom coding.
You’ll have to start hiding them from the sidebar using options available in custom fields settings for each CPT.
Than you will have to re add them with actions and filters (php code) in your theme’s functions.php file.
To add new content below the slider, you can have a look at this topic: https://wpgeodirectory.com/support/topic/adding-a-button-to-listings/#post-35225
instead of hello world you want to echo your default fields which are all present in the $post variable.echo $post->geodir_email;Will echo the enquiry form | send to friend
echo $post->post_address;Will echo the address and so on.
To see all geodir paramenter present in the $post variable you can use this:
print_r($post);Once added your custom content you can move it next to the slider with css.
You will also have to shrink the space dedicated to the slider.
Hope this helps,
Thanks
Thank you for letting us know!
🙂
Hi,
those are just warnings, you should be able to fix by adding the following to your active theme functions.php file:
error_reporting(E_ERROR);Let us know how you went!
Thanks
Hi,
1 requires a customization, GD only provides 1 sidebar on that page.
2 can be done in GeoDirectory >> design >> listings
Thanks
Hi,
I don’t know how your wp username and password got saved in there (I guess you know…)
You just needed to enter the FB APP Key and secret than click on save changes (I did it).
Once that done you can click on connect your app.
Instruction: https://wpgeodirectory.com/docs/social-importer-addon/#setup
Thanks
Hi,
in each theme there is only 1 functions.php file.
To have that order please re-order the array following that scheme.
Thanks
Hi,
this is pure css and has nothing to do with our plugin.
Please read here and try following examples provided: https://wpgeodirectory.com/docs/customizing-your-style/
If this isn’t feasible for you, please look for a designer/developer and make him personalize your website as desired.
Buying a subscription here, doesn’t entitle for css customization of neither the plugin or any of the themes provided.
In this case those elements are using normal margins, not line-heights.
h4 { margin: 0; }Removes top and bottom margin.
Hope this helps.
Thanks
Hi Allyson,
we don’t provide customization services.If you want I can move this in the Jobs section of the forum where other developers could be interested in providing a quote.
Otherwise you should be looking for a freelance developer outside of this forum.
Let us know,
Thanks
hi,
please direct the question directly to its developer in the appropriate place: http://jeffrose.themetailors.com/tt/portfolio/gt-vouchers-for-wpgeodirectory/
Thanks
-
AuthorPosts