Forum Replies Created
-
AuthorPosts
-
pizzico
ParticipantOk, sorry. I was sure it was developed by Studiopress. It's a pity.
pizzico
ParticipantThank you, but why Studiopress abandoned this useful plugin?
pizzico
ParticipantHi, thank you
I just read your answer now, no notification has arrived in the email.
I opened a ticket. It should be a problem of translations.
pizzico
ParticipantNo problem, and change "True" with "false" is wrong? Because in this way it works
pizzico
ParticipantHi, maybe is enough change "true" with "false".
wp_enqueue_script( 'metro-responsive-menus', get_stylesheet_directory_uri() . "/js/responsive-menus{$suffix}.js", array( 'jquery' ), CHILD_THEME_VERSION, true );
In this way it works.
pizzico
ParticipantHi, thank you
Line is this?
// Load scripts only if custom backstretch image is being used.
if ( ! empty( $image ) ) {wp_enqueue_script( 'metro-pro-backstretch', get_stylesheet_directory_uri() . '/js/backstretch.js', array( 'jquery' ), '1.0.0' );
wp_enqueue_script( 'metro-pro-backstretch-set', get_stylesheet_directory_uri() . '/js/backstretch-set.js' , array( 'jquery', 'metro-pro-backstretch' ), '1.0.0' );Or this?
// Enqueue Scripts.
add_action( 'wp_enqueue_scripts', 'metro_load_scripts' );
function metro_load_scripts() {$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';
wp_enqueue_script( 'metro-responsive-menus', get_stylesheet_directory_uri() . "/js/responsive-menus{$suffix}.js", array( 'jquery' ), CHILD_THEME_VERSION, true );
wp_localize_script(
'metro-responsive-menus',
'genesis_responsive_menu',
metro_get_responsive_menu_settings()
);pizzico
ParticipantI ask the question again, because maybe step to https and in my website there are many old redirect, also from http://site.com to http://www.site.com [for some time my site is http://www.]. Is possibile to see all genesis manual redirect and manual canonical url?
pizzico
ParticipantOk, you says me I should not use "Genesis Simple Hooks" plugin (for double comment form). I understand I need to insert shortcode in "genesis_entry_footer". But, where is it? (genesis_entry_footer?). I think that I can not solve. thanks anyway.
pizzico
ParticipantSorry but i not understand "in using any genesis hook". I understand until "Don’t use Simple hooks. Hook the plugins shortcode".
I need to edit a genesis file?
pizzico
ParticipantIs already under the single post, I would like to do two things:
1. Insert the plugin just under "ETICHETTATO CON" (LABELED WITH to end post)
2. Plugin title "Leave a comment on the article" is too stuck in "Related Posts Thumbnails plugin".You Understand? Sorry if I can not make myself understood.
If i insert shortcode in "Genesis Simple Hooks" (genesis_entry_footer Hook), i see two contact form.
I think I should give input to Facebook comments plugin of "not show automatically", but how?
pizzico
ParticipantThank you but i not uderstand. If i use Genesis Simple Hooks, i see two comment form... I already tried. Other shortcodes (slider and gravity) i not uderstand how to incorporate. I would insert the form at the end of the post or in the tags.
Also "Lascia un commento all'articolo" is overly attached on Related Posts Thumbnails plugin.
pizzico
ParticipantThank you
pizzico
ParticipantI would like to understand where insert shortcod the plugin "facebook comments plugin" under the tag of post. I want to change the standard position. Plugin author he told me to ask the developer to Genesis Framework. I send ticket but no one answers.
pizzico
ParticipantHi, in my site i use canonical page (always used). In article http://www.nuovecanzoni.com/subsonica-lazzaro-testo-e-lyric-video/25365/ for example, you look source page...
pizzico
ParticipantPlease, for see redirect 301 of Genesis? I do not remember them all...
pizzico
ParticipantThank you, may be useful.
This plugin work also for redirect? There's a few dozen articles, where I used the redirect function (always through genesis).
Regards
pizzico
ParticipantThank you, may be useful.
One question: for redirect? There's a few dozen articles, where I used the redirect (always through Genesis).
This plugin work Also for redirect?
Regards
pizzico
Participantyou think you can understand by looking at the website?
pizzico
ParticipantIn cpanel log error, i look this error
[Tue Feb 26 09:52:06 2013] [error] [client 108.162.231.28] File does not exist: /home/nuovecan/public_html/apple-touch-icon-precomposed.png
[Tue Feb 26 09:52:04 2013] [error] [client 108.162.231.28] File does not exist: /home/nuovecan/public_html/apple-touch-icon-72x72.png
[Tue Feb 26 09:52:00 2013] [error] [client 173.245.51.201] File does not exist: /home/nuovecan/public_html/apple-touch-icon-72x72-precomposed.png
[Tue Feb 26 09:51:04 2013] [error] [client 173.245.49.231] File does not exist: /home/nuovecan/public_html/apple-touch-icon.png
[Tue Feb 26 09:51:02 2013] [error] [client 173.245.49.231] File does not exist: /home/nuovecan/public_html/apple-touch-icon-precomposed.pngE read one tutorial, bur how i insert url code on head section with Genesis framework? I use sleek child theme...
pizzico
ParticipantYes, my site who suffer from excessive consumption of resources that disappear without Genesis.
I wanted to transfer genesis seo settings in seo plugin to use a lighter theme...
-
AuthorPosts