On the home page, with the rotating slideshow, the banner URL and the title URL (over laid on bottom of each slide) don't match up. Example: slide #1 - Thanks for a Great Year Volunteers!
Can anyone offer me direction on how to configure a View of content that can filter the "content statistics: Total views" by a date range? We need a way to expose a date range to the user which, when applied, will filter the View to only display the "statistics: views" value within that date range - any help is appreciated, thank you!
Currently when I create a footer content / block, it shows up as a square on the left side, how do I stretch this to go across the whole page at the bottom?
After core update from Drupal 7.58 to 7.59, when I try to run update.php, I consistently get it winding things up saying there are no updates after clicking "Next" while on the Overview page.
That means the status remains at v.7.58 & claiming v7.59 is available. I have tried to overwrite the core files with contents of extracted drupal-7.59.tar.gz & drupal-7.59.zip to no avail. Module updates, which I tried after the initial failure of core update worked with no problem.
I want to call 'displayTableAjax' function which is in 'dataTableManager.js' file. In netmemberdirectory_init function, I called all the required js but it is not getting called.
tried to check which all js are included in this module( drupal_add_js(NULL, NULL, NULL); ). can't see the js below mentioned js
function netmemberdirectory_init(){
module_load_include('inc', 'netmemberdirectory', 'form.menu');
if(!isset($_GET['runSyncNow']) && !isset($_GET['runGeoCodeSync'])) {