Skip to:
Content
Pages
Categories
Search
Top
Bottom

Several bad links. (I’m at a loss)


  • mgenjoker
    Participant

    @mgenjoker

    Wordpress: 4.5.3
    Buddypress: 2.6.1.1
    Theme: Child of Twentyfourteen
    Site: http://social.tgdgaming.com/activity/ (to get you past the login)

    Plugins:
    Bowe Codes
    Buddypress Activity Plus
    Buddypress Friend of a Friend (FOAF)
    BuddyPress Groups Extras
    BuddyPress Profile Shortcodes —-(Has a bad profile link as well, {site.com/members/user//} has //)
    Custom Admin Footer Text
    Custom Menu Wizard
    iFlyChat ————– (Stopped working around the same time as the other issues)
    jonradio Multiple Themes
    Menu Icons
    Mutual Buddies
    Peter’s Login Redirect
    Scrollbar
    WYSIWYG Widgets / Widget Blocks

    Problem Pages:
    Profile Edit: site.com/members/user/profile/edit/
    Profile Activity: site.com/members/user/activity/ (on profile view site.com/members/user/ —works)
    Group Manage: site.com/groups/group/admin/

    More Info:
    I believe the issues started when I was screwing around trying to add a extra sidebar. I did try to add one manually and with plugins (that may have been the cause). Trying to go to these links gives a white screen with nothing loaded in when inspecting with chrome.

    Troubleshooting:
    Disabling plugins one by one.
    Disabling all non-essential plugins (all but buddypress and jonradio Multiple Themes).
    Re-installing the Base Theme.
    Re-installing Buddypress.
    Overwriting WordPress with Fresh files.

    Any help is greatly appreciated. I can try to get anymore info you need
    Ps. Please excuse the bad styling had a bad upload with a style.css that overwrote the main theme with another theme and it’s being reworked with better css practices.

Viewing 4 replies - 1 through 4 (of 4 total)

  • mgenjoker
    Participant

    @mgenjoker

    I switched to the Twentyfourteen theme to see if it would work and it did. I don’t understand why my child theme would be causing it. I’ve tried removing my stuff from functions.php . That just leaves the css, any insite on what possibly could be causing that? It’s Weird.


    danbp
    Moderator

    @danbp

    Profile edit link is a contextual link who needs a user id
    Actually a click on Edit profile in Custom profile links shows:

    http://social.tgdgaming.com/members/mgenjoker/friends/profile/profile/

    Why is it showing /friends/ ?
    Why is it showing /profile/ twice ?

    The correct path you should get for this is:
    http://social.tgdgaming.com/members/mgenjoker/profile/edit/

    Unable to tell more of what you made wrong. Check your settings, custom functions or whatever other things you have made to generate such a weird link.


    mgenjoker
    Participant

    @mgenjoker

    I was unable to see the link you saw. With my theme i see the correct link but a white screen for edit. Even though I left twentyfourteen on over night. But It’s back on my theme. I’ve tried with, removing each, and removing all of the functions in the functions.php there are only 3 basic things. That leaves it to be something in the main section of my css. I could upload my css if you wanted to take a look, I’m in the process of trying to sort stuff out somewhat. Css link: https://www.dropbox.com/s/u961o0da9am7ocy/cssBackup71016.txt?dl=0


    mgenjoker
    Participant

    @mgenjoker

    I found the issue it looks like at some point a bit of code changed from:
    <?php
    add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
    function my_theme_enqueue_styles() {
    wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );

    }
    ?>
    to
    <?php
    add_action( ‘wp_enqueue_scripts’, ‘my_theme_enqueue_styles’ );
    function my_theme_enqueue_styles() {
    wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );

    }
    ?>

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar