Currently I have 2 video in my FlexSlider but the problem that I'm facing now is when i press play button for my first video and when I press play button for the next video in the next slider,how to stop the video that been playing in the first slider.Does anyone have any solution for this?I've tried following this http://flexslider.woothemes.com/video.html but still can't get it right.Thanks in advance.
Currently I'm facing a few problem in my Drupal 7.In my Drupal 7 page, I would like to count how many people visited my page for today , monthly and the total people visited my site.Does anyone know the solution for it or any suitable modules that can be implement on it?Thanks in advance.
I am running two websites on drupal 7 with php 5.6, and when I switched to the next higher php or to even more higher versions, a white blank screen appear. Both sites react the same.
1.) Could the problem be caused due to the fact that for switching a couple of months ago from 5.3 to 5.6, I had to delete the "node export" modul of both sites - I don't think so, does it? -
Hi All, this is my first drupal 9 project, 9.1.5. I've built many modules for older version of drupal, but this has me stumped.
So, this is my problem: I want to use cron to trigger a function frequently, every minute, to check an email box, and turn new emails into nodes. ( call this the boze_ingest() function ) I set this all up, and to trigger it, I just called the function from a basic page with php code format type.