Title: aimof's Replies | WordPress.org

---

# aimof

  [  ](https://wordpress.org/support/users/aimof/)

 *   [Profile](https://wordpress.org/support/users/aimof/)
 *   [Topics Started](https://wordpress.org/support/users/aimof/topics/)
 *   [Replies Created](https://wordpress.org/support/users/aimof/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/aimof/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/aimof/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/aimof/engagements/)
 *   [Favorites](https://wordpress.org/support/users/aimof/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [can't change or edit item](https://wordpress.org/support/topic/cant-change-or-edit-item/)
 *  Thread Starter [aimof](https://wordpress.org/support/users/aimof/)
 * (@aimof)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/cant-change-or-edit-item/#post-5502188)
 * Hello Tim,
    after several repartee, this is the ultimate response of the creators
   of the theme:
 * > Hi,
   > I’ve checked Your database and can not find where the problem is. Thousands
   > of other clients uses this theme (also installed with WPML) and none of them
   > reported longer available behavior. Have You tried to contact WPML plugin support
   > page and describe what is happening. Maybe they will be Able to solve this 
   > issue. If not, all I can offer is You theme refund Because I \ m pulling my
   > hairs out trying to solve this issue without any luck and can not afford to
   > waste more time.
   > Sorry for the problems.
   > Please let me know if WPML support can handle this.
 * The team WPML tells me that is not a problem with the plug-in, as if this is 
   off the problem persists !!
 * I have installed the plug-in “Theme Check” and this is the result:
 *     ```
       RECOMMENDED: Text domain problems in functions.php. You have not included a text domain!
       Line 4033: _deprecated_argument( __FUNCTION__, '3.3', sprintf( __( 'Use commas instead of %s to separate excluded categories.' ), ''and''
       WARNING: The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
       WARNING: The flexible-width and fixed-width tags changed to fluid-layout and fixed-layout tags in WordPress 3.8. Additionally, the responsive-layout tag was added. Please change to using one of the new tags.
       WARNING: Found base64_encode in the file OAuth.php. base64_encode() is not allowed.
       Line 118: return base64_encode(hash_hmac('sha1', $base_string, $key, true));
       Line 198: return base64_encode($signature);
       WARNING: Found base64_decode in the file OAuth.php. base64_decode() is not allowed.
       Line 202: $decoded_sig = base64_decode($signature);
       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 272: 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 199: $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 225: $response = curl_exec($ci);
       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 doesn't have post pagination code in it. Use posts_nav_link() or paginate_links() or next_posts_link() and previous_posts_link() to add post pagination.
       REQUIRED: The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output
       REQUIRED: Found a Customizer setting that did not have a sanitization callback function. Every call to the add_setting() method needs to have a sanitization callback function passed.
       REQUIRED: Could not find wp_link_pages. See: wp_link_pages
        <?php wp_link_pages( $args ); ?>
       REQUIRED: wp_specialchars() found in the file attachment.php. Deprecated since version 2.8. Use esc_html() instead.
       Line 30: <a>ID) ?>' title='<?php echo wp_specialchars( get_the_title($post->ID), 1 ) ?>' rel='attachment'><?php e
       REQUIRED: screen_icon() found in the file class-tgm-plugin-activation.php. Deprecated since version 3.8.
       Line 371: <?php screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) ); ?>
       Line 1496: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );
       REQUIRED: get_themes() found in the file class-envato-wordpress-theme-upgrader.php. Deprecated since version 3.4. Use wp_get_themes() instead.
       Line 74: if ( function_exists( 'wp_get_themes' ) )
       Line 75: $themes_list = wp_get_themes();
       Line 77: $themes_list = get_themes();
       Line 232: if ( function_exists( 'wp_get_themes' ) )
       Line 233: $installed_themes = wp_get_themes();
       Line 235: $installed_themes = get_themes();
       REQUIRED: get_current_theme() found in the file class-envato-wordpress-theme-upgrader.php. Deprecated since version 3.4. Use wp_get_theme() instead.
       Line 70: $theme_name = function_exists( 'wp_get_theme' ) ? wp_get_theme()->Name : get_current_theme();
       Line 100: $theme_name = get_current_theme();
       REQUIRED: class-tgm-plugin-activation.php. Themes should use add_theme_page() for adding admin pages.
       Line 335: add_submenu_page(
       RECOMMENDED: Possible variable $woocommerce found in translation function in totals.php. Translation function calls must NOT contain PHP variables.
       Line 121: $estimated_text = ( $woocommerce->customer->is_customer_outside_base() && ! $woocommerce->customer->has_calculated_shipping() ) ? sprintf( ' ' . __( ' (taxes estimated for %s)', 'woocommerce' ), $woocommerce->countries->estimated_for_prefix() . __( $woocommerce->countries->countries[ $woocommerce->countries->get_base_c
       RECOMMENDED: Possible variable $this found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 704: 'dismiss'  => '</a><a href=''>' . __( 'Dismiss this notice', $this->domain ) . '</a>',
       RECOMMENDED: Possible variable $this found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 545: $msg = sprintf( __( 'The following plugin was activated successfully: %s.', $this->domain )
       RECOMMENDED: Possible variable $this found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 517: echo '<p>' .  sprintf( $this->strings['complete'], '<a href='' title=''>domain ) . ''>' . __( 'Return to the
       RECOMMENDED: Possible variable $this found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 502: echo '<p></a><a href=''>menu, admin_url( $this->parent_url_slug ) ) . '' title='' . esc_attr( $this->strings['return'] ) . '' target='_parent'>' . __( $this->strings['return'], $this->domain ) . '</a></p>';
       Line 539: echo '<p><a href=''>menu, admin_url( $this->parent_url_slug ) ) . '' title='' . esc_attr( $this->strings['return'] ) . '' target='_parent'>' . __( $this->strings['return'], $this->domain ) . '</a></p>';
       RECOMMENDED: Possible variable $this found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 375: <?php if ( isset( $this->message ) ) _e( wp_kses_post( $this->message ), $this->domain ); ?>
       RECOMMENDED: Possible variable $this found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 180: 'complete'                        => __( 'All plugins installed and activated successfully. %1$s', $this->domain
       RECOMMENDED: Possible variable $this found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 179: 'plugin_activated'                => __( 'Plugin activated successfully.', $this->domain ),
       RECOMMENDED: Possible variable $this found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 178: 'return'                          => __( 'Return to Required Plugins Installer', $this->domain ),
       Line 490: echo '<p><a href=''>menu, admin_url( $this->parent_url_slug ) ) . '' title='' . esc_attr( $this->strings['return'] ) . '' target='_parent'>' . __( 'Return to Required Plugins Installer', $this->domain ) . '</a></p>';
       RECOMMENDED: Possible variable $this found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 167: 'oops'                            => __( 'Something went wrong.', $this->domain ),
       RECOMMENDED: Possible variable $this found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 166: 'installing'                      => __( 'Installing Plugin: %s', $this->domain ),
       RECOMMENDED: Possible variable $this found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 165: 'menu_title'                      => __( 'Install Plugins', $this->domain ),
       RECOMMENDED: Possible variable $this found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 164: 'page_title'                      => __( 'Install Required Plugins', $this->domain ),
       RECOMMENDED: Possible variable $this found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       RECOMMENDED: Possible variable $theme_text_domain found in translation function in bk_recommended_plugins.php. Translation function calls must NOT contain PHP variables.
       Line 92: 'oops'                                  => __( 'Something went wrong with the plugin API.', $theme_text_domain ),
       RECOMMENDED: Possible variable $theme_text_domain found in translation function in bk_recommended_plugins.php. Translation function calls must NOT contain PHP variables.
       Line 91: 'installing'                            => __( 'Installing Plugin: %s', $theme_text_domain ), // %1$s = plugin name
       RECOMMENDED: Possible variable $theme_text_domain found in translation function in bk_recommended_plugins.php. Translation function calls must NOT contain PHP variables.
       Line 90: 'menu_title'                            => __( 'Install Plugins', $theme_text_domain ),
       RECOMMENDED: Possible variable $theme_text_domain found in translation function in bk_recommended_plugins.php. Translation function calls must NOT contain PHP variables.
       Line 89: 'page_title'                            => __( 'Install Recommended Plugins', $theme_text_domain ),
       RECOMMENDED: Possible variable $theme_text_domain found in translation function in bk_recommended_plugins.php. Translation function calls must NOT contain PHP variables.
       Line 105: 'complete'                              => __( 'All plugins installed and activated successfully. %s', $theme_text_dom
       RECOMMENDED: Possible variable $theme_text_domain found in translation function in bk_recommended_plugins.php. Translation function calls must NOT contain PHP variables.
       Line 104: 'plugin_activated'                      => __( 'Plugin activated successfully.', $theme_text_domain ),
       RECOMMENDED: Possible variable $theme_text_domain found in translation function in bk_recommended_plugins.php. Translation function calls must NOT contain PHP variables.
       Line 103: 'return'                                => __( 'Return to Required Plugins Installer', $theme_text_domain ),
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 2058: echo '<p>' .  sprintf( TGM_Plugin_Activation::$instance->strings['complete'], '<a href='' title=''>domain ) .
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 2043: echo '<p></a><a href=''>menu, admin_url( TGM_Plugin_Activation::$instance->parent_url_slug ) ) . '' title='' . esc_attr( TGM_Plugin_Activation::$instance->strings['return'] ) . '' target='_parent'>' . __( TGM_Plugin_Activation::$instance->strings['return'], TGM_Plugin_Activat
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1967: $this->upgrader->strings['skin_before_update_header'] = __( 'Installing Plugin %1$s (%2$d/%3$d)', TGM_Plugin_Activation::$instance-
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1966: $this->upgrader->strings['skin_upgrade_end']          = __( 'All installations have been completed.', TGM_Plugin_Activation::$insta
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1965: $this->upgrader->strings['skin_update_successful']    = __( '%1$s installed successfully.', TGM_Plugin_Activation::$instance->domai
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1964: $this->upgrader->strings['skin_update_failed']        = __( 'The installation of %1$s failed.', TGM_Plugin_Activation::$instance->d
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1963: $this->upgrader->strings['skin_update_failed_error']  = __( 'An error occurred while installing %1$s: <strong>%2$s</strong>.', TGM_
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1962: $this->upgrader->strings['skin_upgrade_start']        = __( 'The installation process is starting. This process may take a while on
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1958: $this->upgrader->strings['skin_before_update_header'] = __( 'Installing and Activating Plugin %1$s (%2$d/%3$d)', TGM_Plugin_Activat
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1957: $this->upgrader->strings['skin_upgrade_end']          = __( 'All installations and activations have been completed.', TGM_Plugin_Ac
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1956: $this->upgrader->strings['skin_update_successful']    = __( '%1$s installed and activated successfully.', TGM_Plugin_Activation::$instance->domain ) . ' </a><a href='#'><span>' . __( 'Show Details', TGM_Plugin_Activation::$instance->domain ) . '</span><span class='hidden'>' . __( 'Hide Details', TGM_Plugin_Activation::$instance->domain ) . '</span>.<
       Line 1965: $this->upgrader->strings['skin_update_successful']    = __( '%1$s installed successfully.', TGM_Plugin_Activation::$instance->domain ) . ' </a><a href='#'><span>' . __( 'Show Details', TGM_Plugin_Activation::$instance->domain ) . '</span><span class='hidden'>' . __( 'Hide Details', TGM_Plugin_Activation::$instance->domain ) . '</span>.<
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1956: $this->upgrader->strings['skin_update_successful']    = __( '%1$s installed and activated successfully.', TGM_Plugin_Activation::$instance->domain ) . ' </a><a href='#'><span>' . __( 'Show Details', TGM_Plugin_Activation::$instance->domain ) . '</span><s
       Line 1965: $this->upgrader->strings['skin_update_successful']    = __( '%1$s installed successfully.', TGM_Plugin_Activation::$instance->domain ) . ' </a><a href='#'><span>' . __( 'Show Details', TGM_Plugin_Activation::$instance->domain ) . '</span><s
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1956: $this->upgrader->strings['skin_update_successful']    = __( '%1$s installed and activated successfully.', TGM_Plugin_Activation::$i
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1955: $this->upgrader->strings['skin_upgrade_start']        = __( 'The installation and activation process is starting. This process may
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1846: $this->strings['activation_success'] = __( 'Plugin activated successfully.', TGM_Plugin_Activation::$instance->dom
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1845: $this->strings['activation_failed']  = __( 'Plugin activation failed.', TGM_Plugin_Activation::$instance->domain )
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1834: $this->strings['process_success']     = __( 'Plugin installed successfully.', TGM_Plugin_Activation::$instance->dom
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1833: $this->strings['process_failed']      = __( 'Plugin install failed.', TGM_Plugin_Activation::$instance->domain );
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1832: $this->strings['installing_package']  = __( 'Installing the plugin…', TGM_Plugin_Activation::$instance->domai
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1831: $this->strings['unpack_package']      = __( 'Unpacking the package…', TGM_Plugin_Activation::$instance->domai
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1830: $this->strings['downloading_package'] = __( 'Downloading install package from <span class='code'>%s</span>…',
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1829: $this->strings['no_package']          = __( 'Install package not available.', TGM_Plugin_Activation::$instance->dom
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1319: 'tgmpa-bulk-activate' => __( 'Activate', TGM_Plugin_Activation::$instance->domain ),
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1318: 'tgmpa-bulk-install'  => __( 'Install', TGM_Plugin_Activation::$instance->domain ),
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1300: 'status' => __( 'Status', TGM_Plugin_Activation::$instance->domain )
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1299: 'type'   => __( 'Type', TGM_Plugin_Activation::$instance->domain ),
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1298: 'source' => __( 'Source', TGM_Plugin_Activation::$instance->domain ),
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1297: 'plugin' => __( 'Plugin', TGM_Plugin_Activation::$instance->domain ),
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1281: printf( __( 'No plugins to install or activate. <a href='%1$s' title='Return to the
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1111: $table_data[$i]['status'] = sprintf( '%1$s', __( 'Installed But Not Activated', TGM_Plugin_Activation::$instance->domain
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1109: $table_data[$i]['status'] = sprintf( '%1$s', __( 'Not Installed', TGM_Plugin_Activation::$instance->domain ) );
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1106: $table_data[$i]['type'] = $plugin['required'] ? __( 'Required', TGM_Plugin_Activation::$instance->domain ) : __( 'Recommend
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1103: $table_data[$i]['source'] = __( 'WordPress Repository', TGM_Plugin_Activation::$instance->domain );
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1099: $table_data[$i]['source'] = __( 'Pre-Packaged', TGM_Plugin_Activation::$instance->domain );
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1096: $table_data[$i]['source'] = __( 'Private Repository', TGM_Plugin_Activation::$instance->domain );
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       Line 1091: $table_data[$i]['source'] = __( 'External Link', TGM_Plugin_Activation::$instance->domain );
       RECOMMENDED: Possible variable $instance found in translation function in class-tgm-plugin-activation.php. Translation function calls must NOT contain PHP variables.
       RECOMMENDED: Possible variable $cvalue found in translation function in shipping-calculator.php. Translation function calls must NOT contain PHP variables.
       Line 55: echo '<option value='' . esc_attr( $ckey ) . '' ' . selected( $current_r, $ckey, false ) . '>' . __( esc_html( $cvalue ), 'woocommerce' ) .'</option>';
       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.
       INFO: Possible hard-coded links were found in the file jackbox_social.php.
       Line 183: $twitter = '<div id='twitter' class='container'><span id='twitter-mask'></span><a href='https://twitter.com/share' class='twitter-share-button' data-url='{socialTo
       INFO: Possible hard-coded links were found in the file admin.php.
       Line 3431: echo '<span class='bk-theme-subtitle'>Version ' . $bk_theme_version . ' by </a><a href='http://themeforest.net/user/BillyKid'>BillyKid</a></span>';
       INFO: widget-pinterest.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: include_once(ABSPATH . WPINC . '/feed.php');
       INFO: widget-dribbble.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: include_once(ABSPATH . WPINC . '/feed.php');
       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: iframe was found in the file functions.php iframes are sometimes used to load unwanted adverts and code on your site.
       Line 3677: * Get soundlcoud iframe audio markup from url to track set or group
       Line 3685: * @returns - iframe markup of soundlcoud widget
       Line 3705: return sprintf('<iframe width='%s' height='%s' scrolling='no' frameborder='no' src='%s'></if
       Line 4244: return '<iframe src='//www.facebook.com/plugins/like.php?href=' . urlencode($link_to
       Line 5092: Creates youtube markup in iframe from link extracting all arguments like width, height etc
       Line 5119: $content .= '<iframe src='http://www.youtube.com/embed/' . $video_id . '?enablejsapi=1&am
       Line 5126: Creates vimeo markup in iframe from link extracting all arguments like width, height etc
       Line 5152: $content .= '<iframe src='http://player.vimeo.com/video/' . $video_id . '?api=1&title
       INFO: class-tgm-plugin-activation.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 989: require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.php' );
       INFO: class-envato-wordpress-theme-upgrader.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 11: include_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' );
       Line 13: include_once( 'class-envato-protected-api.php' );
       INFO: bk_recommended_plugins.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 5: require_once( dirname( __FILE__ ) . '/class-tgm-plugin-activation.php' );
       INFO: bk_custom_taxonomy_meta_fields.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 2: require_once(  dirname( __FILE__ ) . '/bk_custom_taxonomy_meta_field_manage
       INFO: admin.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 200: include_once( get_template_directory() . '/admin/envato-wordpress-toolkit-l
       ```
   
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [can't change or edit item](https://wordpress.org/support/topic/cant-change-or-edit-item/)
 *  Thread Starter [aimof](https://wordpress.org/support/users/aimof/)
 * (@aimof)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/cant-change-or-edit-item/#post-5501940)
 * Hello Tim,
    yes, this is the page builder theme that has recently been updated.

Viewing 2 replies - 1 through 2 (of 2 total)