Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
ok what i was gona try was already there..
How are u testing this? I have IE Tester installed and i am also trying IE 11 emulator mode to try IE 8/9 and they are showing totally different results.
Are u actually trying on a geniune install of IE?
Stiofan
please provide wp-admin details and i will try something.
Stiofan
Do you mean welcome login widget? that is part of the GDF theme, you can however copy this code to your child theme functions to get it back though you might have to style it yourself.
// =============================== Login Widget ====================================== class gdf_welcome_loginwidget extends WP_Widget { function gdf_welcome_loginwidget() { //Constructor $widget_ops = array('classname' => 'Loginbox', 'description' => 'Welcome Login Widget' ); $this->WP_Widget('widget_gdf_welcome_loginwidget', 'GDF > Welcome Login', $widget_ops); } function widget($args, $instance) { // prints the widget extract($args, EXTR_SKIP); $title = empty($instance['title']) ? ' ' : apply_filters('widget_title', $instance['title']); global $current_user; if (function_exists('geodir_getlink')) { $login_url = geodir_getlink(home_url(),array('geodir_signup'=>'true'),false); $logout_url = wp_logout_url( home_url() ); $add_listurl = get_permalink( get_option('geodir_add_listing_page') ); $add_listurl = geodir_getlink( $add_listurl, array('listing_type'=>'gd_place') ); if(get_current_user_id()) { $author_link = get_author_posts_url( $current_user->data->ID ); $author_link = geodir_getlink($author_link,array('geodir_dashbord'=>'true','stype'=>'gd_place'),false); $authorfav_link = geodir_getlink($author_link,array('stype'=>'gd_place','list'=>'favourite'),false); } }else{ $login_url = wp_login_url( get_permalink() ); $logout_url = wp_logout_url( home_url() ); } ?><div class="gdf_welcome_login_wrap" ><ul class="gdf_welcome_login"><?php if(get_current_user_id()) { $display_name = $current_user->data->display_name; ?> <li class="welcome"> <span><?php _e('Welcome',GEODIRECTORY_FRAMEWORK);?>, </span> <a href="<?php echo $author_link;?>" title="<?php echo $display_name;?>"> <?php echo $display_name;?></a></li> <li class="userin"><a href="<?php echo $logout_url;?>" class="signin"><?php _e('Logout',GEODIRECTORY_FRAMEWORK);?></a></li> <?php }else{ ?> <li class="welcome"><span><?php _e('Welcome',GEODIRECTORY_FRAMEWORK);?>, <strong><?php _e('Guest',GEODIRECTORY_FRAMEWORK);?></strong></span> </li> <li class="userin"><a href="<?php echo $login_url;?>" class="signin"><?php _e('Sign in',GEODIRECTORY_FRAMEWORK);?></a></li> <?php }?> </ul> </div> <?php } function update($new_instance, $old_instance) { //save the widget $instance = $old_instance; $instance['title'] = strip_tags($new_instance['title']); return $instance; } function form($instance) { //widgetform in backend $instance = wp_parse_args( (array) $instance, array( 'title' => '' ) ); $title = strip_tags($instance['title']); ?> <p>No settings for this widget</p> <?php }} register_widget('gdf_welcome_loginwidget');
This seems to be a conflict with “GD Business Hours” please contact jeff the developer of that plugin for advice.
Thanks,
Stiofan
Were these listings added before you had the updates, as Guust said this should be fixed.
Does it happen if u add a listing now?Stiofan
I Will flag this for john the child theme creator.
i’m not sure why ur permalinks were wrong, it could be another plugin, just remember if you have the problem again to just resave them.
Stiofan
Hello, i am unfamiliar with Genesis, i have flagged this for the theme creator.
Stiofan
Hi Kenny, are u sure you have it active? Please post wp-admin details in a private reply and i will take a look.
Stiofan
ur permalinks were out of whack, i re-saved them and it seems to be working, let me know if there are any problems?
Stiofan
ok your server seems to be failing to download the files properly, i can’t did any further without FTP details, and i will have to edit core wp files for testing.
Stiofan
Hi, login details don’t work for me.
Stiofan
October 27, 2014 at 12:44 pm in reply to: New Regions not getting added to the Region Selector on main menu #19717You should get notified by the wordpress update screen, i can apply the fix for you when we talk later.
Stiofan
Hi czar, we use google’s api, can you test here and see where it thinks u are?
https://google-developers.appspot.com/maps/documentation/javascript/examples/full/map-geolocationStiofan
Hi Luke, can you start your own topic on the matter and explain it fully.
Thanks,
Stiofan
-
AuthorPosts