babouz44
Forum Replies Created
-
Hello,
What version of plugin do you have ?
I had this probleme and the upgrade to 2.0.2 resolved it…Hello,
yes the update has resolved the issue.Ok, thank you maxim for your answer
And I would like to use the french translation…
What version of plugin are you using ?
Mine is the last, the 2.0.1 with the last wordpress version…Yes, since 1 week… please can we have explanations on what is going wrong on your website ?
Forum: Plugins
In reply to: [WP-LESS] Minify outputsorry pravdomil…
I had not refreshed the page and I had not saw your answer πForum: Plugins
In reply to: [WP-LESS] Minify outputOk i found π
It’s in the theme function.php :function nt_less() { add_action('wp-less_compiler_construct_pre', function($compiler) { $compiler->setFormatter('compressed'); }); if ( ! is_admin() ) { wp_enqueue_style( 'less-style', get_stylesheet_directory_uri() . '/style/styles.less' ); wp_enqueue_style( 'fontawesome-style', get_stylesheet_directory_uri() . '/style/font-awesome.less' ); } }Forum: Plugins
In reply to: [WP-LESS] Minify outputHello,
can you explain me in which file we have to put this function ?Forum: Plugins
In reply to: [WP Featured Content Slider] Slide effect with left and right arrowsHi manndtp !
You rock mate, It works great ! I have only changed your code to have the scroll horizontal instead of vertical.
Indeed it will be great to have this option by default in a next update.
Thank you again !Forum: Plugins
In reply to: [Page Excerpt Widget] Strip htmlPlease ! Is there anybody who know how to have this ?
Forum: Plugins
In reply to: [Responsive Slider] Add a small descriptionOk it work great but the only thing that is different is how to write the excerpt.
In responsive-slider.php (for version 0.1.8):
– Find :
'supports' => array( 'title', 'thumbnail', 'page-attributes' )
and change it by
'supports' => array( 'title', 'editor', 'thumbnail', 'page-attributes' )– Then find :
get_the_title().'</a>';
write just after
$slider .= '<p class="excerpt">'. get_the_content() . '</p>';Forum: Plugins
In reply to: [Responsive Slider] Add a small descriptionHi Rab,
Thank you very much ! I thought I had looked all the forum… It seems I didn’t see this post ^^
I’m going to try right now !Forum: Plugins
In reply to: [Responsive Slider] Add a small descriptionHi,
humm… π
Nobody to help me on this… ? Please, it would be so great to have both title and description !Forum: Plugins
In reply to: [Responsive WordPress Slider - HG Slider] Slideshow not appearing on homepageIt seems to doesn’t work… I also followed your instruction and I have 3 slides in back office but no slide…
I put all your code in functions.php and this in header.php :
<?php if(function_exists('show_flexslider_rotator')) echo show_flexslider_rotator( 'homepage' ); ?>