Stiofan O'Connor

Forum Replies Created

Viewing 15 posts - 12,676 through 12,690 (of 13,774 total)
  • Author
    Posts
  • in reply to: Major IE8 and IE9 issues with Avada #19956

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Major IE8 and IE9 issues with Avada #19953

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    please provide wp-admin details and i will try something.

    Stiofan

    in reply to: Lost My GD Welcome Widget After Upgrading To Avada #19951

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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');
    in reply to: Search Not Working #19942

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    This seems to be a conflict with “GD Business Hours” please contact jeff the developer of that plugin for advice.

    Thanks,

    Stiofan

    in reply to: Listings Expired and set back to 1971-01-01 #19935

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Major IE8 and IE9 issues with Avada #19931

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I Will flag this for john the child theme creator.

    in reply to: Update crash #19822

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Geo 1280 Theme – footer widgets, menu area #19809

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello, i am unfamiliar with Genesis, i have flagged this for the theme creator.

    Stiofan

    in reply to: NO_PAYMENT_METHOD_MSG #19807

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Update crash #19806

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Auto update failing. #19765

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Auto update failing. #19759

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi, login details don’t work for me.

    Stiofan


    Stiofan O’Connor
    Site Admin
    Post count: 22956

    You should get notified by the wordpress update screen, i can apply the fix for you when we talk later.

    Stiofan

    in reply to: location not correct #19711

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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-geolocation

    Stiofan

    in reply to: Location Manager – Please test and report. #19710

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Luke, can you start your own topic on the matter and explain it fully.

    Thanks,

    Stiofan

Viewing 15 posts - 12,676 through 12,690 (of 13,774 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount