Event Details Not Displayed on Click
-
Users are not able to expand event information either by click or hover.
THIS IS A THEME CONFLICT, as I have confirmed by changing theme temporarily to default but I do not know how to proceed to resolve the issue. Could someone please tell me which theme issue is causing the conflict? I’m at a total loss. Thank you in advance!
SYSTEM REPORT:
### WordPress Installation ###
Site Name: From the Ground Up
Home URL: https://www.groundupgreenville.org
Site URL: https://www.groundupgreenville.org
Version: 4.7.5
Locale: en_US
Timezone: UTC
Multisite: No
Permalinks: /%year%/%monthnum%/%day%/%postname%/
WP Memory Limit: 40 MB
WP Debug Mode: No
Script Debug: No### Active Theme ###
Theme: Jarvis – 3.7.3
Child Theme: No
Parent Theme: –### Active Plugins ###
WPForms Lite: 1.3.7.3
WP Super Cache: 1.4.9
Reorder Posts: 2.4.0
Simple Calendar: 3.1.9
MailChimp for WordPress: 4.1.2
Akismet Anti-Spam: 3.3.2
Hide Admin Bar: 1.0.0
TinyMCE Advanced: 4.5.6
Icegram – Popups, Optins, CTAs & lot more…: 1.10.4
Erident Custom Login and Dashboard: 3.5.4
Theme Check: 20160523.1
Jetpack by WordPress.com: 4.9### Server Environment ###
Web Server: Apache
PHP Version: 5.6.29
MySQL Version: 5.6.34-log
Server Timezone: UTC
Display Errors: Yes
Memory Limit: 256M
Upload Max Filesize: 64M
Post Max Size: 65M
Max Execution Time: 30
Max Input Vars: 1000
fsockopen: Yes
cURL: 7.35.0
OpenSSL/1.0.1
SOAP: Yes
SUHOSIN: No
WP Remote POST: Yes
WP Remote GET: Yes### Client Information ###
IP Address: xx.xxx.xxx.xxx
Browser: Chrome 58.0.3029.110 (Apple)THEME CHECK RETURN:
REQUIRED: Text Domain: is missing from your style.css header.
REQUIRED: .screen-reader-text css class is needed in your theme css. See See: the Codex for an example implementation.
Warning: More than one text-domain is being used in this theme. This means the theme will not be compatible with www.ads-software.com language packs.
The domains found are rocknrolla, rwmb, textdomain, tgmpa
WARNING: Your theme appears to be in the wrong directory for the theme name. The directory name must match the slug of the theme. This theme’s correct slug and text-domain is jarvis.
(If this is a child theme, you can ignore this error.)
WARNING: The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
WARNING: Found wp_deregister_script in functions.php. Themes must not deregister core scripts.
Line 83: wp_deregister_script(‘jquery’);
WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments ‘Theme Options’
WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments ‘Last Backup : ‘
WARNING: Found base64_encode in the file class.options_machine.php. base64_encode() is not allowed.
Line 556: $output .= ‘<textarea id=’export_data’ rows=’8′>’.base64_encode(serialize($smof_data)) /* 100% safe – ignore theme check nag
WARNING: Found base64_encode in the file OAuth.php. base64_encode() is not allowed.
Line 125: return base64_encode(hash_hmac(‘sha1’, $base_string, $key, true));
Line 209: return base64_encode($signature);
WARNING: Found base64_decode in the file functions.interface.php. base64_decode() is not allowed.
Line 228: $smof_data = unserialize(base64_decode($smof_data)); //100% safe – ignore theme check nag
WARNING: Found base64_decode in the file OAuth.php. base64_decode() is not allowed.
Line 213: $decoded_sig = base64_decode($signature);
WARNING: thumbs.db Windows thumbnail store found.
WARNING: file_get_contents was found in the file placeholder.class.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
Line 235: print file_get_contents($cachePath);
WARNING: file_get_contents was found in the file OAuth.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
Line 285: file_get_contents(self::$POST_INPUT)
WARNING: curl_init was found in the file twitteroauth.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
Line 196: $ci = curl_init();
WARNING: curl_exec was found in the file twitteroauth.php File operations should use the WP_Filesystem methods instead of direct PHP filesystem calls.
Line 228: $response = curl_exec($ci);
WARNING: .ds_store Hidden Files or Folders found.
REQUIRED: The theme uses the register_taxonomy() function, which is plugin-territory functionality.
REQUIRED: The theme uses the register_post_type() function, which is plugin-territory functionality.
REQUIRED: The theme must not used the <title> tags.
REQUIRED: The theme must not call to wp_title().
REQUIRED: The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output
REQUIRED: No reference to add_theme_support( “title-tag” ) was found in the theme.
REQUIRED: class-tgm-plugin-activation.php. Themes should use add_theme_page() for adding admin pages.
Line 731: $this->page_hook = call_user_func( ‘add_submenu_page’, $args[‘parent_slug’], $args[‘page_title’], $args[‘menu_t
REQUIRED: Zip file found. Plugins are not allowed in themes. The zip file found was revslider.zip.
RECOMMENDED: Screenshot size should be 1200×900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200×900 is preferred.
RECOMMENDED: Possible variable $smof_data found in translation function in single-portfolio.php. Translation function calls must NOT contain PHP variables.
Line 94: <h3><span><?php _e($smof_data[‘rnr_portfolio_description_title’],’rocknrolla’); ?></span></
RECOMMENDED: Possible variable $smof_data found in translation function in single-portfolio.php. Translation function calls must NOT contain PHP variables.
Line 101: <h3><span><?php echo _e($smof_data[‘rnr_portfolio_details_title’],’rocknrolla’); ?></span></h3>
RECOMMENDED: Possible variable $smof_data found in translation function in footer.php. Translation function calls must NOT contain PHP variables.
Line 150: <p><?php _e($smof_data[‘rnr_footer_caption’],’rocknrolla’); ?></p>
RECOMMENDED: No reference to add_theme_support( “custom-header”, $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
RECOMMENDED: No reference to add_theme_support( “custom-background”, $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
RECOMMENDED: Tags: is either empty or missing in style.css header.
INFO: Non-printable characters were found in the shortcodes.php file. You may want to check this file for errors.
Line 942: $rnr_team_member .= ‘??‘;
INFO: Non-printable characters were found in the image.php file. You may want to check this file for errors.
Line 143: ??
INFO: Non-printable characters were found in the image-advanced.php file. You may want to check this file for errors.
Line 119: ‘ class=’rwmb-delete-file’ href=’#’ data-attachment_id='{{{ attachment.id }}}’>??
INFO: At least one hard coded date was found in the file content.php. Consider get_option( ‘date_format’ ) instead.
INFO: At least one hard coded date was found in the file content-video.php. Consider get_option( ‘date_format’ ) instead.
INFO: At least one hard coded date was found in the file content-quote.php. Consider get_option( ‘date_format’ ) instead.
INFO: At least one hard coded date was found in the file content-link.php. Consider get_option( ‘date_format’ ) instead.
INFO: At least one hard coded date was found in the file content-gallery.php. Consider get_option( ‘date_format’ ) instead.
INFO: At least one hard coded date was found in the file content-audio.php. Consider get_option( ‘date_format’ ) instead.
INFO: At least one hard coded date was found in the file archive.php. Consider get_option( ‘date_format’ ) instead.
INFO: twitteroauth.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 10: require_once(‘OAuth.php’);
INFO: twitter.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 43: @require_once ‘twitteroauth/twitteroauth.php’;
INFO: shortcodes.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 327: @require_once ‘widgets/twitteroauth/twitteroauth.php’;
Line 360:
INFO: portfolio_section3.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 15: ‘include’ => $selectedfilters,
INFO: portfolio_section2.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 58: ‘include’ => $selectedfilters,
INFO: portfolio_section.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 58: ‘include’ => $selectedfilters,
INFO: index.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 86: require_once ( ADMIN_PATH . ‘functions/functions.load.php’ );
Line 87: require_once ( ADMIN_PATH . ‘classes/class.options_machine.php’ );
INFO: index.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 3: require(‘placeholder.class.php’);
INFO: iframe was found in the file single-video.php iframes are sometimes used to load unwanted adverts and code on your site.
Line 6: echo ‘<iframe src=’https://player.vimeo.com/video/’.get_post_meta( get_the_ID(), ‘r
Line 9: echo ‘<iframe width=’960′ height=’540′ src=’https://www.youtube.com/embed/’.get_pos
INFO: iframe was found in the file single-portfolio.php iframes are sometimes used to load unwanted adverts and code on your site.
Line 69: echo ‘<div id=’portfolio-video’><iframe src=’https://player.vimeo.com/video/’.get_post_meta( get_the_ID(), ‘r
Line 72: echo ‘<div id=’portfolio-video’><iframe width=’960′ height=’540′ src=’https://www.youtube.com/embed/’.get_pos
INFO: iframe was found in the file shortcodes.php iframes are sometimes used to load unwanted adverts and code on your site.
Line 439: if($type == ‘vimeo’) $rnr_video = ‘<div data-effect=”.$animation.” class=’video-embed’><iframe src=’https://player.vimeo.com/video/$id?autoplay=$autoplay&title=
Line 441: else if($type == ‘youtube’) $rnr_video = ‘<div data-effect=”.$animation.” class=’video-embed rnr-animate animated’><iframe src=’https://www.youtube.com/embed/$id?HD=1;rel=0;showinfo=0′ width=’
Line 892: $rnr_googlemap = ‘<div class=’rnr-google-map rnr-animate animated’><iframe width=”.$width.” height=”.$height.” frameborder=’0′ scrolling=’n
INFO: iframe was found in the file content-video.php iframes are sometimes used to load unwanted adverts and code on your site.
Line 9: echo ‘<iframe src=’https://player.vimeo.com/video/’.get_post_meta( get_the_ID(), ‘r
Line 12: echo ‘<iframe width=’960′ height=’540′ src=’https://www.youtube.com/embed/’.get_pos
INFO: helpers.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 191: ‘include’ => $term_ids,
INFO: functions.load.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 10: require_once( ADMIN_PATH . ‘functions/functions.php’ );
Line 11: require_once( ADMIN_PATH . ‘functions/functions.filters.php’ );
Line 12: require_once( ADMIN_PATH . ‘functions/functions.interface.php’ );
Line 13: require_once( ADMIN_PATH . ‘functions/functions.options.php’ );
Line 14: require_once( ADMIN_PATH . ‘functions/functions.admin.php’ );
INFO: functions.interface.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 83: include_once( ADMIN_PATH . ‘front-end/options.php’ );
- The topic ‘Event Details Not Displayed on Click’ is closed to new replies.