Forum Replies Created

Viewing 9 replies - 16 through 24 (of 24 total)
  • Thread Starter Dono12

    (@dono12)

    It still doesn’t work. This is what I have::::

    function my_custom_register( $link ){
    	if ( ! is_user_logged_in() ) {
    		if ( get_option('users_can_register') )
    			$link = $before . '<a href="' . esc_url( wp_registration_url() ) . '">' . __('Register', 'buddypress') . '</a>' . $after;
    		else
    			$link = '';
    	} elseif ( current_user_can( 'read' ) ) {
    		$link = $before . '<a href="' . bp_loggedin_user_domain('/') . "profile" . '">' . __('User Profile', 'buddypress') . '</a>' . $after;
    	} else {
    		$link = '';
    	}
    }
    
    	add_filter( 'register', 'my_custom_register' );

    If I change general-template.php to its original coding

    $link = $before . '<a href="' . admin_url() . '">' . __('Site Admin') . '</a>' . $after;

    and place the custom function you gave me into my functions.php, I still get Site-Admin in the sidebar Widget area.

    Thread Starter Dono12

    (@dono12)

    It was an edit to the core file general-template.php. Not a plugin. Thanks for your help by the way, but the code above gave me the white screen of death when I placed it in functions.php. I think there’s also an extra bracket in the code you gave me. I tried removing one of the brackets and still got the white screen :(. Any further assistance would be greatly appreciated.

    Thread Starter Dono12

    (@dono12)

    Problem solved, I updated to the latest version of WordPress and now everything is fine. Thanks for getting back to me.

    Thread Starter Dono12

    (@dono12)

    My problem was solved by the plugin creator. I asked them how did they solve the issue and the said, “The plugin adds the slider jquery in footer section via calling of wp_footer hook.
    But, wp_footer hook wasn’t in WP Smart Mobile plugin theme.
    So, we have updated plugin code and now plugin add the slider jquery inside the header section.”

    Check your slider plugin and wpsmart header and footer hooks.

    Hope it would be helpful to you.

    Is it possible to pull the user profile image into the chat window? Also the chat window seems to get stuck when trying to toggle it for a second time, you’d have to refresh the page to re-authenticate for it to open.

    Thread Starter Dono12

    (@dono12)

    Hey Dolby_uk,

    I recently noticed I have another issue. The mobile version seems to load bonkers on cell phones like Apple Iphone. It seems like the phone doesn’t recognize the CSS properties within the plugin. Everything loads without a wrapper, background etc. Is there a way to solve this issue.

    Thanks and keep up the good work….

    Thread Starter Dono12

    (@dono12)

    Thank you Dolby,
    3.8 WordPress solved the issue totally. You rock man, keep up the good work.

    Thread Starter Dono12

    (@dono12)

    Thanks for getting back to me.

    I’ve created a member site where members sign-up and sign in. Upon signing in the member is directed to the WordPress wp-admin/profile.php minus the Admin privileges. I’ve created a custom button in WP Smart Mobile Menu section and titled it User Profile with a link to profile.php. The user gets to see their profile in its entirety but the page shows a full web page.

    Second issue I’ve purchased a responsive slider that does not show in up in WP Smart mobile. I previously had the standard slider and it would show in mobile at its full width, so I purchased the Pro version of the slider and it doesn’t show.

    I was wondering if you can add a dropdown selection for Genre’s. If so how soon can see be accomplished.

Viewing 9 replies - 16 through 24 (of 24 total)