gi7bu7
Forum Replies Created
-
Forum: Plugins
In reply to: [Age Gate] HelloOr can you login in wordpress and add the code? Than I`ll take a look and do the same for other domains:) Sorry man, I know it is not something hard to do, but as I said, I have no coding skills at all.
Forum: Plugins
In reply to: [Age Gate] HelloSorry I`m asking again:) Where I should add the code?
<?php defined( ‘ABSPATH’ ) OR die( ‘This script cannot be accessed directly.’ );
/**
* Include all the needed files
*
* Do not modify this or other theme’s files. Use child theme instead!
*/if ( ! defined( ‘US_ACTIVATION_THEMENAME’ ) ) {
define( ‘US_ACTIVATION_THEMENAME’, ‘Impreza’ );
}update_option( ‘us_license_activated’, 1 );
$us_theme_supports = array(
‘plugins’ => array(
‘js_composer’ => ‘/framework/plugins-support/js_composer/js_composer.php’,
‘Ultimate_VC_Addons’ => ‘/framework/plugins-support/Ultimate_VC_Addons.php’,
‘revslider’ => ‘/framework/plugins-support/revslider.php’,
‘contact-form-7’ => NULL,
‘gravityforms’ => ‘/framework/plugins-support/gravityforms.php’,
‘woocommerce’ => ‘/framework/plugins-support/woocommerce/woocommerce.php’,
‘wpml’ => ‘/framework/plugins-support/wpml.php’,
‘bbpress’ => ‘/framework/plugins-support/bbpress.php’,
‘tablepress’ => ‘/framework/plugins-support/tablepress.php’,
‘the-events-calendar’ => ‘/framework/plugins-support/the_events_calendar.php’,
‘us-header-builder’ => ‘/framework/plugins-support/us_header_builder.php’,
‘tiny_mce’ => ‘/framework/plugins-support/tiny_mce.php’,
),
);
require dirname( __FILE__ ) . ‘/framework/framework.php’;
include_once( dirname( __FILE__ ) . ‘/framework/network.php’ );unset( $us_theme_supports );
Forum: Plugins
In reply to: [Age Gate] HelloGreat:) the problem is I don`t have coding skills at all. If are easy steps, I can do it just tell me how to implement the code. Thank you!