Paolo
Forum Replies Created
-
AuthorPosts
-
Ok I see the problem. The menu is there and the icon too, but if Gd is not installed, fontawsome is not active and the icon doesn’t appear.
To quickly fix this, just add:
// Add fontawesome add_action('wp_head','my_add_fontawesome'); function my_add_fontawesome(){ echo apply_filters('my_fontawesome','<link href="//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">'); }
To you child theme functions.php
I’ll flag this for Stiofan to add a permanent fix. Once released the next version of GDF, you should remove this from your child theme.
Thx
I would need wp admin credentials for that website too…
Thx
Would you please provide a link and an example explaining step by step how to reproduce the problem. I’m not sure I’m understanding the issue.
The search field I’m talking about is above each locatoin list in every dropdown.
Let us know,
Thx
try with:
.search-results .gdlr-page-title-wrapper, search-results .entry-header { display: none; }
strange, now I clicked again and ‘m on the right page… :S
.geodir_advance_search .gdlr-page-title-wrapper, .geodir_advance_search .entry-header { display: none; }
This should definitely do it…
Let me know,
That doesn’t seem like a GD page… It mixes all results.
What would you like to hide exactly?
I’m sorry about that, if many members would request to make it compatible we would, but you are the 1st to ever mention that theme in the forum.
Given that you are a GD members, you could use GDF, which is included in your membership and it’s was built around GD.
Thx
Hi,
adding this to your custom css:
.search #geodir_wrapper .entry-title { display: none; }
Should do it.
Let us know,
Thx
Glad it was that easy to solve! 🙂
Hi joelmharrison,
the theme is using a pretty strict templating system and GD doesn’t appear to be adapting very well to it.
The best approach would be to remove GD templates wrappers and add them back to adapt to the html of that theme.
This requires avarage php/html knowledge and any of the comaptibility pack we released can be taken as example: https://wordpress.org/plugins/geodirectory-enfold-theme-compatibility-pack/
You could also try to correct everything with css only, but it would be a patch.
For that page for eaxmple, this should do it: `.single-gd_place #main-content-with-sidebar {
width: 930px;
}`If you wish to hire someone to help you with full compatibility between GD and that theme templates, you can contact John, who is reading this.
Thx
Hi,
the list shows only 5 locations for quick reference, but the search form should be the main tool to pick up a city or a region.
Thx
September 30, 2014 at 7:47 pm in reply to: Split: Formatting Problems with Custom Fields in X Theme #17024Hi,
the problem is quite simple, but being so tiny, it can be overlooked.
Your html variable are
geodir_cusine
geodir_goodforfeaturesBut if you hit f2 on the the cells containing them, you will notice that you cpied them with a space at the end.
which in a database would look like this.
geodir_cusine
geodir_goodforfeaturesNot finding that in the db, it didn’t add them.
Just remove the space from after the html variable name and it will work.
Thx
Hi,
I deactivated all non GD plugins and it was WPML partial configuration creating the problem.
Just deactivating and reactivating made it work.
Let us know,
Hi,
GD works with maximum 1 level of subcategory. Making it work with 3 levels would require major customization of different part of the system.Thx
September 30, 2014 at 5:12 pm in reply to: Split: Formatting Problems with Custom Fields in X Theme #17008Hi,
I’ve split this topic so that you can send me wp admin credentials in a private reply.
I need to have a look at your back end and test the file to let you know for sure.
Let me know,
Thx
-
AuthorPosts