parallelhearts1
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] Neve Theme & BuddyPress & GTranslate.io pluginCan I please get some help, or must I buy the pro version?
Thanks in advance for your awesome support!Forum: Themes and Templates
In reply to: [Neve] Neve Theme & BuddyPress & GTranslate.io pluginUnfortunately, you need to login for yourself to see. However, here are screenshots:
Non translated page:
https://www.parallelhearts.one/members.jpgTranslated page:
https://www.parallelhearts.one/members-lang.jpgForum: Themes and Templates
In reply to: [Hestia] Neve Theme & Path To FontsForum: Themes and Templates
In reply to: [Hestia] Neve Theme & Path To FontsIts just not working. I need you to access my site and solve it for me. thanks
Forum: Themes and Templates
In reply to: [Hestia] Neve Theme & Path To Fontshttps://www.parallelhearts.one/wp-content/themes/neve-child-master/functions.php
NOTE: Please review my code, because breadcrumbs are still displaying.
Thanks<?php
if ( ! defined( ‘ABSPATH’ ) ) {
exit;
}
if ( ! function_exists( ‘neve_child_load_css’ ) ):
/**
* Load CSS file.
*/
function neve_child_load_css() {
wp_enqueue_style( ‘neve-child-style’, trailingslashit( get_stylesheet_directory_uri() ) . ‘style.css’, array( ‘neve-style’ ), NEVE_VERSION );
}
endif;
add_action( ‘wp_enqueue_scripts’, ‘neve_child_load_css’, 20 );/* SIMTANDA CUSTOM ### REMOVE BREADCRUMBS ### */
function custom_remove_bd() {
return false;
}function remove_bc() {
add_filter(‘neve_breadcrumbs_toggle’, ‘custom_remove_bd’);
}
add_action(‘after_setup_theme’,’remove_bc’);`Forum: Themes and Templates
In reply to: [Hestia] Neve Theme & Path To FontsFinally, How do i disable breadcrumbs?
Forum: Themes and Templates
In reply to: [Hestia] Neve Theme & Path To FontsThanks, now I need to know how to completely reset your template. Because when I delete it and reinstall it still has the previous configurations. I need to know in which tables your data is stored in the database, so I manually can delete all remaining data and install it from scratch. Thanks