Mauricio Macas
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Error AMP Vaidations “target”HI, the problem is that amp theme or amp version show custom code from genesis framework, i disable the search button in genesis child theme located in menu, and the problem was fixed.
Any way to disable custom code located in functions.php in my genesis child theme to avoid warnings in google search console about Valid AMP?
Thanks for you great support.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Error AMP Vaidations “target”Hi, you can see the warnings about search box in amp home and all amp single post in my blog: https:// getmovil .com/amp/ and see https://search.google.com/test/amp?utm_source=wmx&utm_medium=link&utm_campaign=wmx-agg&id=2nLrRwdLZT4hH7Kw8a35HA
Thanks for you great support.
Forum: Plugins
In reply to: [Youtube SpeedLoad] Move Script to footerThanks for you great help.
Best Regards.
Forum: Plugins
In reply to: [Better Font Awesome] Load Awesome Style only in singleI know, but in what part of the better-font-awesome.php file???
Thanks.
Forum: Plugins
In reply to: [Autoptimize] hook to move js to footerNow is resolved! ??
Thanks.
Forum: Plugins
In reply to: [Autoptimize] hook to move js to footerYes, but load litle more slow, but thanks for you great support.
Forum: Plugins
In reply to: [Genesis Simple Share] Uncaught ReferenceError: jQuery is not definedHi, with your new code, dont appears any warning, but appears the same error in chrome console:
localhost/:76 Uncaught ReferenceError: jQuery is not defined
Line 76: jQuery(document).ready(function($) {
I dont use Responsive Slider plugin.
Thanks for you support.
Forum: Plugins
In reply to: [Adsmonetizer] SugerenciasHola, como puedo a?adir adsense despues del titulo en cada nota?
Tengo genesis framework.
Saludos.
Forum: Plugins
In reply to: [Genesis Simple Share] Uncaught ReferenceError: jQuery is not definedHi, thanks for you support.
With your code appears this warning:
Fatal error: Call to undefined function genesis_get_responsive_slider_option() in C:\xampp\htdocs\blog\wp-content\themes\getmovil\functions.php on line 129
Line 129: $timer = ( int ) genesis_get_responsive_slider_option( ‘slideshow_timer’ );
In my child theme i dont use genesis responsive slider or responsive_slider_flexslider or superfish, i have this in my functions.php:
//* Enqueue Scripts and Styles add_action( 'wp_enqueue_scripts', 'getmovil_enqueue_scripts_styles' ); function getmovil_enqueue_scripts_styles() { wp_enqueue_script( 'getmovil-responsive-menu', get_stylesheet_directory_uri() . '/js/responsive-menu.js', array( 'jquery' ), '1.0.0', true ); $output = array( 'mainMenu' => __( 'Menu', 'getmovil' ), 'subMenu' => __( 'Menu', 'getmovil' ), ); wp_localize_script( 'getmovil-responsive-menu', 'getmovilL10n', $output ); } // Remove jQuery Migrate Script from header and Load jQuery from Google API function crunchify_remove_jquery_migrate_load_google_hosted_jquery() { if (!is_admin()) { wp_deregister_script('jquery'); wp_register_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.12.3/jquery.min.js', false, null); wp_enqueue_script('jquery'); } } add_action('init', 'crunchify_remove_jquery_migrate_load_google_hosted_jquery');
Best regards.
Forum: Plugins
In reply to: [Genesis Simple Share] Uncaught ReferenceError: jQuery is not definedLooks like WP deferred javaScript plugin cause the error, the same bug appears when i use jquery from google cdn in async o defer mode, how can fixed??
Forum: Plugins
In reply to: [Genesis Simple Share] Uncaught ReferenceError: jQuery is not definedHi, Nick
Please see any single post in getmovil this warning appears in code source, right now i have mashare plugin to share my single post, but with o without another social sharing plugin, Genesis Simple Share dont work.
Thanks for you great support.
Forum: Plugins
In reply to: [Youtube SpeedLoad] Add Schema Markup SupportHi, with your test.php appear an white page without any data or code online or in code source.
Thanks for you support.
Forum: Plugins
In reply to: [Youtube SpeedLoad] Add Schema Markup SupportHi, i enable wp debug and appears this warning in my admin wordpress panel:
Notice: Undefined index: oembedcache in /htdocs/wp-content/plugins/youtube-speedload/ytsl-admin-options.php on line 53
line 53 have this:
if($_POST[ ‘oembedcache’ ]==’on’){
global $wpdb;
$wpdb->query(“DELETE FROM $wpdb->postmeta WHERE meta_key LIKE ‘%_oembed_%'”);
}Undefined offset: 0 in /htdocs/wp-content/plugins/youtube-speedload/youtube-speedload.php on line 42
Undefined offset: 1 in /htdocs/wp-content/plugins/youtube-speedload/youtube-speedload.php on line 94
Undefined variable: i in /htdocs/wp-content/plugins/youtube-speedload/youtube-speedload.php on line 114
Undefined offset: 1 in /htdocs/wp-content/plugins/youtube-speedload/youtube-speedload.php on line 131
etc.
With the latest version the same warnings
Failed to load resource: the server responded with a status of 404 ()
for https://img.youtube.com/vi//default.jpgAnd Mixed Content: The page at ‘https://domain/’ was loaded over HTTPS, but requested an insecure image ‘https://img.youtube.com/vi//default.jpg’. This content should also be served over HTTPS.
Thanks for you support.
Forum: Plugins
In reply to: [Youtube SpeedLoad] Add Schema Markup SupportHi, i enable wp debug and appears this warning in my admin wordpress panel:
Notice: Undefined index: oembedcache in /htdocs/wp-content/plugins/youtube-speedload/ytsl-admin-options.php on line 53
line 53 have this:
if($_POST[ ‘oembedcache’ ]==’on’){
global $wpdb;
$wpdb->query(“DELETE FROM $wpdb->postmeta WHERE meta_key LIKE ‘%_oembed_%'”);
}Undefined offset: 0 in /htdocs/wp-content/plugins/youtube-speedload/youtube-speedload.php on line 42
Undefined offset: 1 in /htdocs/wp-content/plugins/youtube-speedload/youtube-speedload.php on line 94
Undefined variable: i in /htdocs/wp-content/plugins/youtube-speedload/youtube-speedload.php on line 114
Undefined offset: 1 in /htdocs/wp-content/plugins/youtube-speedload/youtube-speedload.php on line 131
etc.
With the latest version the same warnings
Failed to load resource: the server responded with a status of 404 ()
for https://img.youtube.com/vi//default.jpgAnd Mixed Content: The page at ‘https://getmovil.com/aplicaciones/instalar-google-play-store-android/’ was loaded over HTTPS, but requested an insecure image ‘https://img.youtube.com/vi//default.jpg’. This content should also be served over HTTPS.
Thanks for you support.
Forum: Plugins
In reply to: [Youtube SpeedLoad] Add Schema Markup SupportHi, sorry by replying late, with the latest version the same warning, I still get the same error see the next capture image.
https://www.subirimagenes.com/imagen-youtubeugin-9586633.html
How can fixed??