Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter Vins Shukla

    (@vs1583)

    HI

    I am not redirecting anything and due to this error i cant access to my Admin panel too.

    Thread Starter Vins Shukla

    (@vs1583)

    After Install Health Check Plugin am Getting error

    Fatal error: require(): Failed opening required ‘/home/ec5573vnm3oq/public_html/quickgrocery.in/wp-content/themes/twentynineteen/inc/color-filters.php’ (include_path=’.:/opt/alt/php72/usr/share/pear’) in /home/ec5573vnm3oq/public_html/quickgrocery.in/wp-content/themes/twentynineteen/functions.php on line 302

    Forum: Fixing WordPress
    In reply to: Error In Website
    Thread Starter Vins Shukla

    (@vs1583)

    ERROR

    Apr-2019 05:17:17 UTC] PHP Fatal error: Cannot redeclare wp_get_themes() (previously declared in /home/hellorf4/public_html/saharaseats.com/wp-includes/theme.php:33) in /home/hellorf4/public_html/saharaseats.com/wp-includes/theme.php on line 95

    CODE:

    function wp_get_themes( $args = array() ) {
    global $wp_theme_directories;

    $defaults = array(
    ‘errors’ => false,
    ‘allowed’ => null,
    ‘blog_id’ => 0,
    );
    $args = wp_parse_args( $args, $defaults );

    $theme_directories = search_theme_directories();

    if ( is_array( $wp_theme_directories ) && count( $wp_theme_directories ) > 1 ) {
    // Make sure the current theme wins out, in case search_theme_directories() picks the wrong
    // one in the case of a conflict. (Normally, last registered theme root wins.)
    $current_theme = get_stylesheet();
    if ( isset( $theme_directories[ $current_theme ] ) ) {
    $root_of_current_theme = get_raw_theme_root( $current_theme );
    if ( ! in_array( $root_of_current_theme, $wp_theme_directories ) ) {
    $root_of_current_theme = WP_CONTENT_DIR . $root_of_current_theme;
    }
    $theme_directories[ $current_theme ][‘theme_root’] = $root_of_current_theme;
    }
    }

    if ( empty( $theme_directories ) ) {
    return array();
    }

    if ( is_multisite() && null !== $args[‘allowed’] ) {
    $allowed = $args[‘allowed’];
    if ( ‘network’ === $allowed ) {
    $theme_directories = array_intersect_key( $theme_directories, WP_Theme::get_allowed_on_network() );
    } elseif ( ‘site’ === $allowed ) {
    $theme_directories = array_intersect_key( $theme_directories, WP_Theme::get_allowed_on_site( $args[‘blog_id’] ) );
    } elseif ( $allowed ) {
    $theme_directories = array_intersect_key( $theme_directories, WP_Theme::get_allowed( $args[‘blog_id’] ) );
    } else {
    $theme_directories = array_diff_key( $theme_directories, WP_Theme::get_allowed( $args[‘blog_id’] ) );
    }
    }

    $themes = array();
    static $_themes = array();

    foreach ( $theme_directories as $theme => $theme_root ) {
    if ( isset( $_themes[ $theme_root[‘theme_root’] . ‘/’ . $theme ] ) ) {
    $themes[ $theme ] = $_themes[ $theme_root[‘theme_root’] . ‘/’ . $theme ];
    } else {
    $themes[ $theme ] = $_themes[ $theme_root[‘theme_root’] . ‘/’ . $theme ] = new WP_Theme( $theme, $theme_root[‘theme_root’] );
    }
    }

    if ( null !== $args[‘errors’] ) {
    foreach ( $themes as $theme => $wp_theme ) {
    if ( $wp_theme->errors() != $args[‘errors’] ) {
    unset( $themes[ $theme ] );
    }
    }
    }

    return $themes;
    }

    CANT UNDERSTAND ITS SEEMS ALL IS RIGHT TO ME CAN ANY ONE HELP

    Forum: Fixing WordPress
    In reply to: Error In Website
    Thread Starter Vins Shukla

    (@vs1583)

    saharaseats.com

    Forum: Fixing WordPress
    In reply to: Error In Website
    Thread Starter Vins Shukla

    (@vs1583)

    Warning: require(/home/hellorf4/public_html/saharaseats.com/wp-includes/post.php): failed to open stream: Permission denied in /home/hellorf4/public_html/saharaseats.com/wp-settings.php on line 167

    Fatal error: require(): Failed opening required ‘/home/hellorf4/public_html/saharaseats.com/wp-includes/post.php’ (include_path=’.:/opt/alt/php70/usr/share/pear’) in /home/hellorf4/public_html/saharaseats.com/wp-settings.php on line 167

    Thread Starter Vins Shukla

    (@vs1583)

    Thanks for Quick reply, any suggestions on how I can fix this

    Thread Starter Vins Shukla

    (@vs1583)

    Hi

    We tried Dokan But how about Leads Distribution.

    Thread Starter Vins Shukla

    (@vs1583)

    Thanks a lot, I will work out with this and see whether it help, But still Looking forward same as I liked In Shopify as they Got Icons Inside Product images 🙂

    Thread Starter Vins Shukla

    (@vs1583)

    Thanks for Quick response and time

    As if you can see Shopify theme, which is provided ( https://groceries-mart.myshopify.com/) we can Book product by just Clicking on Cart icon which is coming Middle of the product, Once we purchase a particular product and move for another purchase and select it will Add both products and show in popup Itself, Which such feature, Its very easy for our customer to Track there Spending and as well as they save time by not going on detail pages for every Product

    Hope you got my point for more clarity you can visit that theme and add few product

    Thread Starter Vins Shukla

    (@vs1583)

    HI, Thanks For quick Reply but its somehow not to Neat Compare to Shopify Theme, any this else which can be worked out. Thanks In advanced

    Thread Starter Vins Shukla

    (@vs1583)

    Thanks in tons Jose, Best Wishes for Sucess From My side

    Thread Starter Vins Shukla

    (@vs1583)

    Thanks, Jose

    IS is possible to do such design in WordPress or any element or plugin available which can create such design, So sorry for such question I am new in WordPress and I really liked this part.

    Thread Starter Vins Shukla

    (@vs1583)

    @ Rachna Thanks a lot for the Help, I am looking for overlay slider and content which appears in the page.

    • This reply was modified 7 years, 9 months ago by Vins Shukla.
Viewing 13 replies - 1 through 13 (of 13 total)