BreTweb
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Free Shipping] wc-free-shipping-taxes-includedThank you very much !
Forum: Plugins
In reply to: [WP Maintenance] Last version 6.01 get problemsOK je viens de telecharger la V6.1.1 sur GitHub ca marche
Désolé pour le dérangementForum: Plugins
In reply to: [WP Maintenance] Last version 6.01 get problemsOUPSS
Milles excuses mais c’est la version 6.1.0 qui pose problème !
Sur tous mes sites ca affiche des erreurs …Bonne journée
Forum: Plugins
In reply to: [WP-Members Membership Plugin] wpmem_notify_addr where to put ?Yes
Done It’s working wellThank you very much
Forum: Plugins
In reply to: [WP Maintenance] Ip autorisée pas prise en compte sur 2eme navigateurJe relance ce probleme avec moficication c’est bien le plugin qui semble ne pas fonctionner !
En faite les IP rentrées ne sont pas reconnues et le site s’affiche en maintenance
– je m’étais trompé au debut mais le site ne s’affichait que parce que j’etais connecté …Quelqu’un aurait une idée ???
Merci
- This reply was modified 5 years, 10 months ago by BreTweb.
Forum: Plugins
In reply to: [WP Maintenance] Ip autorisée ne fonctionne pasBonjour , J’ai aussi ce problème …. j’active la maintenance et autorise mon IP mais mon IP est toujours bloquée ! 🙁
AUriez vous une idée ?
Merci
Forum: Fixing WordPress
In reply to: Publish special file into wordpressHello thanks for this plugin … I have tried … here http://wp.bretweb.net/les-morceaux-de-guitare/
La Javanaise LA JAVANAISE
My proble I would like if I publish a file .gpx I have automaticly a specific icon beside
also for pdf fileDo you think it’s possible ?
Thank you
Hello
excuse me to enter here ….
I bought the NEXT GENN PLUS , and I dont find anywhere how to set the ProHoverCaptions to my galeries !!!!Can you see my support pro request please ?
Forum: Plugins
In reply to: [BackUpWordPress] V3.10 : impossible to backup a completeHello
Perhaps some helps ??Impossible to make a complete backup ???? Is it because the wordpress is too big ???
regardsForum: Themes and Templates
In reply to: [OnePress] more_link is not workingOK well done 🙂
Forum: Themes and Templates
In reply to: [OnePress] more_link is not workingThis is done
THank youForum: Themes and Templates
In reply to: [OnePress] more_link is not workingexcuse me doesnt’ works
I also tried this one … result is just a link no entry text
/** * Filter the "read more" excerpt string link to the post. * * @param string $more "Read more" excerpt string. * @return string (Maybe) modified "read more" excerpt string. */ function wpdocs_excerpt_more( $more ) { if ( ! is_single() ) { $more = sprintf( '<a class="read-more" href="%1$s">%2$s</a>', get_permalink( get_the_ID() ), __( '...', 'textdomain' ) ); } return $more; } add_filter( 'the_excerpt', 'wpdocs_excerpt_more' );Forum: Themes and Templates
In reply to: [OnePress] more_link is not workingthanks for your info
But I have tried to remplace the_excerpt by excerpt_more into the script … it’s same, link ok but no entry text ….
// Replaces the excerpt "Read More" text by a link function new_excerpt_more($more) { global $post; return '<a class="moretag" href="'. get_permalink($post->ID) . '"> ...</a>'; } add_filter('excerpt_more', 'new_excerpt_more');Forum: Themes and Templates
In reply to: [OnePress] more_link is not workingYes
finally I have find something workink … but this script hide completely the text excerpt and not add a link at the read-more
can you give me something a better solution ?// Replaces the excerpt “Read More” text by a link
function new_excerpt_more($more) {
global $post;
return ‘ID) . ‘”> …‘;
}
add_filter(‘the_excerpt’, ‘new_excerpt_more’);Thank you
Forum: Themes and Templates
In reply to: [OnePress] more_link is not workingHello
thank you for your link but I’m not really good in PHP ; I have tried some edit but not a result or error ! 🙁PLease can you take two second to give me something working ?
Thanks a lot 🙂