Forum Replies Created

Viewing 15 replies - 61 through 75 (of 82 total)
  • Forum: Fixing WordPress
    In reply to: wp_remote_get fail

    @johan I seem to be having this same problem. But oddly, it was working fine then today I’m getting the error.
    I’ve tried disabling all the plugins. nothing changed.
    deleting the plugins. also no change
    deleted and reinstalled wordpress with theme, same thing…
    I thought it might have been something to do with wordfence plugin but since i fresh installed minimalistically I figured that would fix it but still no progress…

    How did you go about this?

    start with this line
    define( ‘WP_ALLOW_MULTISITE’, true );

    just before this line
    /* That’s all, stop editing! Happy blogging. */

    logging back in after clear cache/cookies should give you the menu options you’re looking for, then the network setup will give you what to paste after what you pasted and what to paste into .htaccess

    HTH

    what were the mods you’ve done to the wp-config file?

    Thread Starter orangeworx

    (@orangeworx)

    This is what happens when i delete the installed themes
    screenshot

    what happens when i click add themes
    screenshot

    clicking upload just adds a hash at the end of the URL

    for plugins,
    screenshot

    when I click Add New, URL changes to plugin-install.php and I get a blank page

    totally stumped

    Thread Starter orangeworx

    (@orangeworx)

    Wow! Stranger than strange, I’ve managed to get myself into plugins by deleting all the plugins on the server (since it’s a new install there was only akismet and hello dolly). While that’s fine and dandy, i have no access to upload new ones or install from the repo… so my next step was to upload one using ftp and since it’s a multilingual site i’m trying to build, i went ahead and uploaded multisite-language-switcher and that broke the plugins again…

    Same reasoning with the templates… i deleted them and kept 2015 which i renamed, got same results, renamed 2015 back and it broke again…

    I’m completely at a loss as I’ve got no idea what could be doing all this on a new install…

    in the hope this gets some attention

    Thread Starter orangeworx

    (@orangeworx)

    I’ve gone and checked for the plugins.php existence and the file is indeed there, I do not understand why when clicking plugins (for the network or for the seperate sites) I get the “Oops! That page can’t be found.” URL is indeed pointing at the file.

    Thread Starter orangeworx

    (@orangeworx)

    ok so a little update, I’ve managed to pinpoint the source of the menu jumpiness, it’s a chrome bug with slimming paint.

    After some clicking, I’ve found that the “save changes” in Settings only affects the General tab, anything I change there will not be saved, I had thought that if I was in an input field and hit enter, it would “save” but that doesn’t seem to do anything.

    Forum: Plugins
    In reply to: prepare() function issues
    Thread Starter orangeworx

    (@orangeworx)

    Sweet! @thecodeisclear Thank you so much ?? this has resolved my issue… i was seeing this error on almost every page in my admin and even several times per options page/tab

    Thanks again! I really appreciate your help!

    Forum: Plugins
    In reply to: prepare() function issues
    Thread Starter orangeworx

    (@orangeworx)

    anyone?

    Thread Starter orangeworx

    (@orangeworx)

    No child theme… I wasn’t intending to make any mods to the installation nor have it update or anything like that for the time being… obviously if this will be handling more load than intended then I’ll create a child theme because as it is this is still a prototype.
    Since it’s a small mod to the functions.php, I’ll make sure to save my behind before any updates or what not

    Thanks much Baden

    Thread Starter orangeworx

    (@orangeworx)

    That’s exactly it… so my question is would I be able to have the functions.php file call another php file with the “hack” in it
    something along the lines of the require_once() function?

    Thread Starter orangeworx

    (@orangeworx)

    So after some fiddling and going back on what I’ve done and what not, I had tried this

    add_filter( 'wpcf7_form_elements', 'mycustom_wpcf7_form_elements' );
    
    function mycustom_wpcf7_form_elements( $form ) {
    $form = do_shortcode( $form );
    
    return $form;
    }

    but did not notice it made any difference and I went back to my functions.php, removed the previous code and added this line

    add_filter( 'wpcf7_form_elements', 'do_shortcode' );
    which I grabbed from the same link you posted.
    Back to my form, removed the span/div combo and replaced that with shortcode… and that worked… I believe this has “fixed” my issue
    I’m not sure it’s the cleanest ways, maybe you could elaborate on that?

    Thanks!

    Thread Starter orangeworx

    (@orangeworx)

    Just to make sure I understand correctly, I don’t need to have the shortcode inside the contact form if i’m using the roll-your-own, right?

    Thread Starter orangeworx

    (@orangeworx)

    Hello again,
    What’s weird is that now it’s no longer working…
    I thought I had used the Roll-Your-Own method but I just went back to the form and noticed changes, the shortcode was added and the functionality lost.
    I tried removing the shortcode, just keeping the span I had for the trigger and the div for the target and that too isn’t working just displays the trigger and the target with no dynamics.

    As an answer to the 3 scenarios.
    a) I have no swaptitle
    b) I have not modified or added any CSS, so I’m not sure if stock WP has a style for my trigger
    c) No other accordions installed

    Thread Starter orangeworx

    (@orangeworx)

    thank you very much once again, I’d love to share my usage of the plugin but since it’s a private page to our institution, that would be unwise for me. But I am planning to use it again so I will definitely post my own work ??

Viewing 15 replies - 61 through 75 (of 82 total)