Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
OK, not sure why you would want to but if you do then add this to the stylesheet in your child theme.
.geodir_featured_img{ display:none; }Stiofan
Sorry i did add a option to the GDF theme under headder settings to hide the admin bar, we find it best to hide this from users as most of the links are to the backend and usually we hide that from users as everything can be done from the front end.
Stiofan
I received no credentials, please reply here and tick private reply and only staff can see.
Thanks,
Stiofan
do you mean the banner over the image?
Stiofan
OK this was working 100% but you have no styling applied so the divs have no dimensions, if you want standard GT styleing like in the tab just add the wrapper div like this…
add_action('geodir_details_main_content', 'geodir_detail_page_images_hc', 31); function geodir_detail_page_images_hc() { global $post, $post_images; $post_images = geodir_get_images($post->ID,'thumbnail'); $thumb_image = ''; if(!empty($post_images)){ $thumb_image .= '<div id="geodir-post-gallery" class="clearfix">'; foreach($post_images as $image){ $thumb_image .= '<a href="'.$image->src.'">'; $thumb_image .= geodir_show_image($image,'thumbnail',true,false); $thumb_image .= '</a>'; } $thumb_image .= '</div>'; } echo $thumb_image; }Thanks,
Stiofan
* you must have only categories installed in advance
Stiofan
Hello,
If you download and look at the sample csv file (only edit in open office, NOT excel)
You add the location info there and this will create new locations as needed when importing. (you must also have the location manager addon active)
Thanks,
Stiofan
the location page actually uses the home page template, please look at that.
Thanks,
Stiofan
w3 total cache is not recommended with GD, it causes all sorts of problems.
Thanks,
Stiofan
ok this seems to be working fine for me, can you send me a screenshot of what you are seeing?
Stiofan
HI,
#1 You should be able to set this in place settings>sorting options
#2 this number uses the standard wp setting under Settings>Reading>Blog pages show at most
Stiofan
I’m not really sure what was not answers here?
The /attractions/ page showing only the location you are set in is the way we want it to work so will not change, the homepage is the same…
Stiofan
This is most likely a CSS conflict, can you post a link to your site and we can look further.
Thanks,
Stiofan
This reply has been marked as private.Yes you should be using a child theme, you will loose most settings when changing theme so it’s best to start with a child theme, i have restored your virtual pages now, please check.
Thanks,
Stiofan
-
AuthorPosts