Forum Replies Created
-
AuthorPosts
-
pizzicoParticipant
Ok, sorry. I was sure it was developed by Studiopress. It's a pity.
pizzicoParticipantThank you, but why Studiopress abandoned this useful plugin?
pizzicoParticipantHi, 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.
pizzicoParticipantNo problem, and change "True" with "false" is wrong? Because in this way it works
pizzicoParticipantHi, 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.
pizzicoParticipantHi, 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()
);pizzicoParticipantI 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?
pizzicoParticipantOk, 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.
pizzicoParticipantSorry 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?
pizzicoParticipantIs 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?
pizzicoParticipantThank 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.
pizzicoParticipantThank you
pizzicoParticipantI 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.
pizzicoParticipantHi, 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...
pizzicoParticipantPlease, for see redirect 301 of Genesis? I do not remember them all...
pizzicoParticipantThank 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
pizzicoParticipantThank 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
pizzicoParticipantyou think you can understand by looking at the website?
pizzicoParticipantIn 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...
pizzicoParticipantYes, 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