Simone
Forum Replies Created
-
AuthorPosts
-
nice question, natively it is not possible, I’ll leave the final words to Stiofan (notified)
Add this
ul#breadcrumbs { padding-bottom:20px; }
in your style.css inside your child theme
Hello, I tried on my demo site with GDF Modern and I don’t see this issue with the style, could you please provide me your URL so I can live check and tell you which file to edit (and how)?
Thanks,
S.November 22, 2014 at 3:03 pm in reply to: GDF Modern, how to customize listing detail page sidebar? #22280no problem, siamo tutti e 2 italiani 😉
Yes, if you rename the “old” slug to -1 (or anything else) you can then edit the new place category to brick-mortar
You can’t change it because the slug brick-mortar is already used by another slug, that’s why you can’t go ahead with the edit. I’ve just changed the Name to Brick & Mortar, if yo try to change the slug you will see the error
Hello, I tried to change the slug and the name and it is working. Tried with Firefox and Firebug enabled. I’ve now revert the value back to the originals.
Hello, please post login details (and url), thanks,
Simone
Great work, thanks for letting us know.
Hello Rich, you can put a widget in the GD Header Right section under Appearance-Widget.
You can eventually use the Text widget and add your own icons/style with plain html.
S.Hello, you could try to use html entities in replacement of the accent,
see here for more details (so, for example, résoudre will berésounder
)
about the post_content, the database field is using “longtext” which is A TEXT column with a maximum length of 4,294,967,295 or 4GB (232 – 1) characters. 🙂
November 20, 2014 at 4:29 pm in reply to: GDF Modern, how to customize listing detail page sidebar? #22062hello, these has been answered in previous posts 🙂
to answer:
– removing social button add this in the style.css
div.geodir-company_info.geodir-details-sidebar-social-sharing { display:none;
-removing the share button:
div.geodir-company_info.geodir-details-sidebar-sharethis { display:none; }
– the “Login failed” is a misconfiguration of the Google Analytics settings, you can disable or configure it in the Geodirectory settings, and then going in the Google Analytics tab
– To add a text before the ratings, add this in the functions.php inside your child theme
add_action( 'geodir_before_detail_page_review_rating', 'geodir_before_detail_page_review_rating_new',10 ); function geodir_before_detail_page_review_rating_new() { echo "Average Ratings"; }
(replace Average Ratings with the text you want)
Ok, can you please post your url and login details in a private reply?
and also the csv file you’re trying to upload, thanks.November 20, 2014 at 3:57 pm in reply to: WPGEO does NOT work, does not assign listings to proper location catagory #22055This reply has been marked as private.November 20, 2014 at 3:53 pm in reply to: WPGEO does NOT work, does not assign listings to proper location catagory #22053Im saying that there is something WRONG on your side and GD is not supposed to work like that. Bob please be patient we are here to HELP…!
-
AuthorPosts