erocha
Forum Replies Created
-
Thanks for the follow up Mircea. I’ll do as adviced.
Hi eleganteye,
nice. Thanks a lot.
Enrique
Forum: Themes and Templates
In reply to: [Decode] Hide "Leave a Comment"Hi amjjawad,
Scott solution works fine. After Settings>Discussions>Allow… go to your page/post and look for the Screen Options tab at the top/right, open it, check Discussion. At the bottom of your edit page/post you should see two check boxes, uncheck Allow discussion.
Best,
Forum: Plugins
In reply to: [SpiderCalendar] error: Please install plugin again.Hi,
It worked very well. Thanks a lot
Best,
EnriqueForum: Plugins
In reply to: [Media Library Assistant] Importing existing taxonomiesHi David,
thanks a lot for your answer and for letting the topic unresolved. I let you know the results of your suggestions as soon as I can. Meanwhile have a great weekend.
Cheers,
Enrique
I′not sure if it works but you can alway try:
1.- Copy/paste this code:jQuery(document).on( 'jp_carousel.selectSlide', '.jp-carousel-wrap', function( event, slides ) { ga('send', 'pageview'); } );
on a blank document a name it carousel-analytics.js
ga stands for google universal analytics
2.- Create the carousel-analytics.js file and save it to your-Theme>js folder (perhaps on your child theme, I haven′t try.)
3.- On your functions.php file locate where other wp js files are already enqueued ssomething like this:
wp_enqueue_script( 'xx-other-script-name', $template_dir . '/js/custom.js', array( 'jquery' ), $theme_version, true );
and paste
wp_enqueue_script( 'xx-your-script-name', $template_dir . '<strong>/js/carousel-analytics.js</strong>', array( 'jquery' ), $theme_version, true );
Forum: Plugins
In reply to: Jetpack Gallery Carousel, remove title, comments, etc.Thanks
I think it you have to customize the Arguments including something like include_date customizing
display_posts_shortcode_args
but I′m still trying to figuring out.