Simone
Forum Replies Created
-
AuthorPosts
-
Something wrong happens when clicking on the location breadcrumb while on a listing.
It will say miesta(listing) rather than lokacia(location) that’s why it gives 404If you try to change the permalinks in the wordpress settings, it will not save the structure so I guess, something is wrong with your .htaccess. Could you please check its permissions?
I would check the Yoast settings, did you edit something there? or it’s just “default”?
Hmmm….
ww.MeinLudwigsburg.de/essen-und-trinken should not be in the url you have,only
http://www.meinludwigsburg.de/location/germany/baden-wurttemberg/mglingen-kreis-ludwigsburg (if you test it, it works)
did you play with the permalinks? Seo perhaps? 🙂
Se clicchi sul tasto “View all” vedrai che ti si apre hotel, devi configurare anche il cpt nei widgets..ora è su hotel e non movida
If you look at the view all button, you’ll see it will list the Hotel category, you need to change the categories for the widget Popolari and Recenti
Hello Brian, the values in the multi-select field (in the database) are stored and divided by comma(s). See attachment
Yes, that’s why I said “quick” 🙂
You need a function in the child theme so in this case it won’t be overwritten, I will do that later, at the moment I’m not home.The tag limit is set by the field which has maxlength=”40″.
A quick workaround is to changemaxlength="<?php echo TAGKW_TEXT_COUNT;?>"
to
maxlength="90"
(or whatever is your limit, if any) in the file geodirectory_template_actions.php
You can find the text
Tags are short keywords, with no space within.(eg: tag1, tag2, tag3) Up to 40 characters only. in the .po fileOops Brian, pardon.
It shouldn’t create any issue. Just tried on my test site and it works well.
(attached you’ll see how it is stored on the db)September 4, 2014 at 4:24 pm in reply to: Adding a New Listing not working – getting a 404 error #14286Hello, I’ve just tried to add a listing and it is working. Have you added a correct city/category? It doesn’t seem in your case 🙂
here’s my test
http://bloglocal.wpstagecoach.com/blogs/union-city/beer/test-blog/
I’ll let Paolo/Stiofan be aware of this
Brian, it is not possible to have same HTML variable for multiple fields, when you create a field you’ll see the alert
Glad it’s working.
hello, you can make add this in the functions.php in your child theme
add_action( 'geodir_add_listing_page_title', 'content_before_add_listing', 45 ); function content_before_add_listing() { echo "<img src="yourimagehere.jpg">"; }
change the filename according to the one you want.
If you’re suing the Geodirectory Framework, go in the GDF Options and in the Footer Styling Options you’ll find the Copyright text
You have full control of the fields/custom fields.
You can create multiple packages (with the add-on Price and Payment) and the listing can be edited. When editing a listing, you can edit all the fields including, of course, images -
AuthorPosts