Vins Shukla
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Redirect Error please helpHI
I am not redirecting anything and due to this error i cant access to my Admin panel too.
Forum: Fixing WordPress
In reply to: Got Few Error In my SiteAfter 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 WebsiteERROR
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 Websitesaharaseats.com
Forum: Fixing WordPress
In reply to: Error In WebsiteWarning: 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
Forum: Fixing WordPress
In reply to: Website is redirecting to different websiteThanks for Quick reply, any suggestions on how I can fix this
Forum: Fixing WordPress
In reply to: Looking for Particular PluginHi
We tried Dokan But how about Leads Distribution.
Forum: Fixing WordPress
In reply to: Looking for Particular PluginThanks 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 🙂
Forum: Fixing WordPress
In reply to: Looking for Particular PluginThanks 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
Forum: Fixing WordPress
In reply to: Looking for Particular PluginHI, 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
Forum: Fixing WordPress
In reply to: Can Any one please tell which Element or Plugin is usedThanks in tons Jose, Best Wishes for Sucess From My side
Forum: Fixing WordPress
In reply to: Can Any one please tell which Element or Plugin is usedThanks, 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.
Forum: Fixing WordPress
In reply to: Can Any one please tell which Element or Plugin is used@ 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.