Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
  • in reply to: Unable to access Theme Options on Multisite Install #110057
     thedirector27
    Participant

    Got it. Was SeedProd “Coming Soon Pro” Plugin causing a Fatal Error. Sheesh.

    Thank you

    in reply to: Unable to access Theme Options on Multisite Install #106659
     thedirector27
    Participant

    I have upgraded to 4.0. The only think I’ve edited was a child theme that contains some custom CSS and minor additions to the Header & Footer (the Top bar notification & under footer credit).

    There is a small custom functions.php containing a WordPress Generator replacement.

    None of which should affect the Admin permissions.

    in reply to: Unable to access Theme Options on Multisite Install #105970
     thedirector27
    Participant

    My apologies, I have upgraded the User Role for Username I gave to that of an Administrator.

    You’ll be able to see exactly what I see.

    in reply to: outdated WooCommerce Templates – message #104200
     thedirector27
    Participant

    I discovered the items I listed above were being caused by the WooCommerce Smart Coupons plug-in and not Kleo related.

    Sorry about that.

    in reply to: Unable to access Theme Options on Multisite Install #104145
     thedirector27
    Participant

    Ok, so I reverted back to a Single Site install of WordPress, but the Theme Options are still not appearing.

    Would you happen to know how to re-enable permissions via the mySQL database?
    Could Paid Memberships Pro be affecting this?

    Please advise.

    in reply to: outdated WooCommerce Templates – message #104141
     thedirector27
    Participant

    I’m also receiving WooCommerce errors. Looking forward to the update.

    Cannot Add/Change Featured Image on Product
    Cannot Create Category when adding New Product
    Cannot Add Tags when adding New Product

    in reply to: Unable to access Theme Options on Multisite Install #103851
     thedirector27
    Participant

    And there lies the rub.. the Theme Options do not even appear in the Admin Panel. (That was the first sentence of the initial support ticket).

    Screenshot attached.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Visual Composer Element Window Not Working #86013
     thedirector27
    Participant

    I should also mention, that I added additional code to the Child theme (active) functions.php.

    Subsequently I removed each custom function and tested against the errors. This function, that removes the version strings, is what is causing the issues for #1, #3 & #4 above.

    /* Remove Queary strings */
    function _remove_script_version( $src ){
    $parts = explode( ‘?’, $src );
    return $parts[0];
    }
    add_filter( ‘script_loader_src’, ‘_remove_script_version’, 15, 1 );
    add_filter( ‘style_loader_src’, ‘_remove_script_version’, 15, 1 );

    Is there any way you can help create a function to not conflict? I am also posing this request to WPBakery.

    Finally, it seems any other Frontend interruptions were being caused by Local SEO by Yoast.

    in reply to: Visual Composer Element Window Not Working #85998
     thedirector27
    Participant

    I turned on Woocommerce to get the system info:

    WP Memory Limit: 256 MB
    Server Info: LiteSpeed
    PHP Version: 5.5.30
    PHP Post Max Size: 128 MB
    PHP Time Limit: [?] 300
    PHP Max Input Vars: 10000
    SUHOSIN Installed: –
    MySQL Version: 5.6.26
    Max Upload Size: 128 MB
    Default Timezone is UTC: ✔
    fsockopen/cURL: ✔
    SoapClient: ✔
    DOMDocument: ✔
    GZip: ✔
    Remote Post: ✔
    Remote Get: ✔

    Attachments:
    You must be logged in to view attached files.
Viewing 9 posts - 1 through 9 (of 9 total)

Log in with your credentials

Forgot your details?