Guust
Forum Replies Created
-
AuthorPosts
-
We would need to see your site, so can you post your URL and admin details in a private reply please.
Looks like you reverted to GDF. Do you still have any issues?
You have this in your stylesheet:
.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta { max-width: 1040px; padding: 0 376px 0 60px; }Change the 376 to 60 or play with the numbers until happy.
I changed it for you, but that is where you can adjust it.
We strongly recommend to use a child theme: http://codex.wordpress.org/Child_ThemesURL?
1. Set the map width to 1040px in the map widget of the GD Top section.
2. Header right widget is not made for such big banner, adjust with CSS.
3. Set the content width of the GD Home section to 67% instead of 63%.Not sure I understand the brief correctly, but if you use Buddypress and the BP_GD addon, you will have a profile page you can add S2 fields to, and Tom, John and Paul can either favorite their Cafe or create a list with their cafes (if you use the Whoop Theme or once the GD Lists addon is available for other themes.
https://wpgeodirectory.com/docs/category/addons/gd-lists/#1: There might be a setting in Genesis for that too, but you can add this to your CSS:
.entry-header {display: none}This should assist too: https://wpgeodirectory.com/docs/customizing-your-style/
#2: Add this CSS:
.geodir-search input[type="button"] {width: inherit}#3:
.entry-content ul {margin-left: 0}#4:
.geodir_category_list_view li.gridview_onefourth {width: calc(25% - 24px);}#5: Change the number to suit:
.site-inner {margin-top: 50px;}#6: Listing preview is not a page you should add there, it will only show something when a user is submitting a listing and they want to preview, before submission.
The location page has nothing because you have not added any widgets:
https://wpgeodirectory.com/docs/core-design/#7: Without being able to register as a user, I cannot see the Add Listing page.
https://wpgeodirectory.com/docs/basic-installation/#anyone#8: We would need an admin account to have a look at that, you can post that in a private reply.
#9: If things are not taking effect, you might need to refresh and turn of any caching plugin you are using. Or you might not be looking at the right spot. If you can be more specific, we should be able to help.
#10: Widget heading background color:
.geodir_list_heading {background: none repeat scroll 0% 0% blue;}Text in that heading:
.geodir_list_heading h2 {color: white;}#11: Create your own markers, or https://wpgeodirectory.com/docs/faqs/where-can-i-find-map-markers/
#12: How can i set it up so someone can do a search for a town name and only see and the paid items and categories for just that town area.?
Add the location switcher so visitors can navigate to a town, and then restrict popular post widgets to only paid listings (featured).
https://wpgeodirectory.com/docs/multilocations/#main
https://wpgeodirectory.com/docs/widgets/#popular-post#13: Have a closer look at the documentation and search the forum, and for anything else, we are here for you.
August 10, 2015 at 2:50 am in reply to: Can Social Importer be used to add to the directory from the admin? #48804https://wpgeodirectory.com/docs/social-importer-addon/
Social Importer only works from the frontend.You’re welcome
Have a look here: https://wpgeodirectory.com/docs/core-general/#specific
Removing the limit of the search area only means that your search area is now the default search area of 40 sq miles.If you want us to have a closer look we will need a URL and admin details in a private reply.
https://wpgeodirectory.com/docs/core-design/#how
https://wpgeodirectory.com/docs/core-general/#searchNo, we haven’t done a thing 🙂
So I guess all is well now?August 9, 2015 at 10:31 pm in reply to: Changing "Website" link anchor text to show full address #48795I know adding this to your child theme’s functions.php will link it to the Listing’s name, but not I am not sure how to make it return the full URL including the HTTP. I’ll alert Paolo to have a look too.
add_filter( 'geodir_custom_field_website_name', 'geodir_change_website_field_display_name', 10, 3 ); function geodir_change_website_field_display_name($name,$website,$post_id){ if($name=='Website'){return get_the_title( $post_id ); } else{return $name;} }August 9, 2015 at 10:24 pm in reply to: Problems with HTML Variable name – special charater failure #48794I am pretty sure you cannot use dots or brackets, and probably there is a max length as well.
Try a shorter name and let us know how you went.You will need to create a new text area for that (and delete the other one if you like):
https://wpgeodirectory.com/docs/core-place-settings/#textareaI’ll let Paolo answer you, but if you only have 8 locations, it would be simplest to just add links to each of the location using WP menu links, and disable the location switcher. Just a thought …
-
AuthorPosts