Forum Replies Created

Viewing 20 posts - 81 through 100 (of 100 total)
  • Author
  • in reply to: Blank page / screen when loading shortcodes #5340
     US
    Participant

    testing now

    in reply to: Blank page / screen when loading shortcodes #5336
     US
    Participant

    I thinks there’s another issue at hand – seems to have happen on this latest 2,2 version

    in reply to: Blank page / screen when loading shortcodes #5335
     US
    Participant

    That file exists

    chmod is 644 chown is the same as the entire site

    Pass plug turned off, which has zero bearing on our issue anyways

    in reply to: Blank page / screen when loading shortcodes #5330
     US
    Participant

    Here’s another error hiding at the bottom of the page
    `
    Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method sidebar_generator::edit_form() should not be called statically in /home/wordpress/public_html/wp-includes/plugin.php on line 429
    `

    in reply to: Blank page / screen when loading shortcodes #5329
     US
    Participant

    Im running a stock version of your theme – no other plugs are turned except for the ones your theme calls for

    http://cyco.io/wp-content/themes/sweetdate/framework/shortcodes/tinymce/popup.php?popup=tabs&width=800&random=1383045668276

    Gives a 403 forbidden
    Permissions appear fine (all 644s and 755s) and ownerships are all owned by wordpress
    Im lost at this point

    Here’s the slew of debugs errors
    `
    Notice: Constant BP_GROUPS_SLUG already defined in /home/wordpress/public_html/wp-content/plugins/bp-custom.php on line 20

    Strict Standards: Only variables should be assigned by reference in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-loader.php on line 602

    Strict Standards: Declaration of BP_Settings_Component::setup_globals() should be compatible with BP_Component::setup_globals($args = Array) in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-settings/bp-settings-loader.php on line 198

    Strict Standards: Declaration of BP_Settings_Component::includes() should be compatible with BP_Component::includes($includes = Array) in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-settings/bp-settings-loader.php on line 198

    Strict Standards: Declaration of BP_Settings_Component::setup_nav() should be compatible with BP_Component::setup_nav($main_nav = Array, $sub_nav = Array) in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-settings/bp-settings-loader.php on line 198

    Strict Standards: Declaration of BP_Settings_Component::setup_admin_bar() should be compatible with BP_Component::setup_admin_bar($wp_admin_nav = Array) in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-settings/bp-settings-loader.php on line 198

    Strict Standards: Declaration of BP_Group_Member_Query::get_include_ids() should be compatible with BP_User_Query::get_include_ids($include = Array) in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-groups/bp-groups-classes.php on line 1182

    Strict Standards: Redefining already defined constructor for class BP_Groups_Widget in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-groups/bp-groups-widgets.php on line 26

    Strict Standards: Non-static method BP_XProfile_ProfileData::get_value_byid() should not be called statically in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-functions.php on line 175

    Strict Standards: Non-static method BP_Core_User::get_core_userdata() should not be called statically in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-members/bp-members-functions.php on line 161

    Strict Standards: Non-static method BP_Groups_Member::total_group_count() should not be called statically in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-groups/bp-groups-functions.php on line 513

    Strict Standards: Non-static method BP_Messages_Thread::get_inbox_count() should not be called statically in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-messages/bp-messages-template.php on line 333

    Strict Standards: Non-static method BP_Friends_Friendship::get_friendship_request_user_ids() should not be called statically in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-friends/bp-friends-functions.php on line 212

    Strict Standards: Non-static method BP_Groups_Member::get_invites() should not be called statically in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-groups/bp-groups-functions.php on line 638

    Strict Standards: Non-static method BP_Messages_Thread::get_inbox_count() should not be called statically in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-messages/bp-messages-functions.php on line 216

    Strict Standards: Non-static method BP_Core_Notification::get_all_for_user() should not be called statically in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-members/bp-members-notifications.php on line 86
    `

    in reply to: Blank page / screen when loading shortcodes #5299
     US
    Participant

    Adding doesn’t help:

    COPY CODE
    
    <?php
    
    // Access WordPress
    $wp_load = “wp-load.php”;
    $count = 0;
    while(!file_exists($wp_load)) {
    $count++;
    if ($count > 12) {
    break;
    }
    $wp_load = ‘../’ . $wp_load;
    }
    
    if (file_exists($wp_load)) {
    require_once(realpath($wp_load));
    }
    
    ?>
    

    PLEASE NOTE: I tried with and without `?>’

    in reply to: Page formatting w/ Shortcodes #5298
     US
    Participant

    Adding doesn’t help:

    `
    <?php

    // Access WordPress
    $wp_load = “wp-load.php”;
    $count = 0;
    while(!file_exists($wp_load)) {
    $count++;
    if ($count > 12) {
    break;
    }
    $wp_load = ‘../’ . $wp_load;
    }

    if (file_exists($wp_load)) {
    require_once(realpath($wp_load));
    }

    ?>
    `

    PLEASE NOTE: I tried with and without `?>’

    in reply to: Suddenly not working processing within shortcodes, #5244
     US
    Participant

    Same here – I tried turning off my plugs and still the same problem : (

    George you find a solve or the conflict?

    in reply to: Blank page / screen when loading shortcodes #5243
     US
    Participant

    Same here – I tried turning off my plugs and still the same problem : (

    in reply to: Reveal Modals #5242
     US
    Participant

    Thank you again sir

     US
    Participant

    Good to know – it can be confusing for users

    in reply to: Joyride Usage #5240
     US
    Participant

    thank you for your response

     US
    Participant

    bump

    in reply to: Reveal Modals #5159
     US
    Participant

    bump

    in reply to: Joyride Usage #5158
     US
    Participant

    bump

    in reply to: Reveal Modals #5103
     US
    Participant

    Thank you, yes this indeed does fire off a modal. However it throws it very down on the page.

    FYI: I placed this snippet inside a post: here’s the tester:
    http://cyco.io/hello-world/

    This is especially poor if on a small screen – it will actually go right off the page…

    Your insight is much appreciated on this – thx for your time so far : )

     US
    Participant
    in reply to: Reveal Modals #5076
     US
    Participant

    Followed this method using the html class approach and the modal would not render… can you provide proof of concept here on how to place a modal into a “post” please

     US
    Participant

    This answer doesn’t appear to account for all other uses on ‘men’ and ‘women’

    Please advise how to globally change these fields. I have these changes in the profile fields but ‘men’ and ‘women’ field persist in many other places in your theme

    can you be more precise with you answer please?

    in reply to: Root Profiles #5017
     US
    Participant

    Cheers TimTim

Viewing 20 posts - 81 through 100 (of 100 total)

Log in with your credentials

Forgot your details?