Drupal

Zyxware default image4
| 2 min read
A few Drupal users when checking out the mobile version of their Drupal site saw that Colorbox was off-center on the iPad. It was positioned far to the left on the iPad but displaying as intended on the Mac and PC desktops with max width set to 100%. If you are experiencing the same issue with Colorbox on iPad then read on to know the fix.
Zyxware default image1
| 2 min read
A handful of Drupal users had reported that clicking on the Show Layout Designer redirects them back to the previous page. A few users reported the presence of the following error in their Drupal log " Table 'a4l.panels_layout' doesn't exist query: SELECT * FROM panels_layout t__0 in /var/www/vhosts/afl.pghtechministries.org/httpdocs/sites/all/modules/ctools/includes/export.inc on line 379." after they had upgraded the Panels and Ctools modules after seeing the issue. If you are facing the same error in your Drupal site when using Panels then read on to know the fix.
Zyxware default image1
| 2 min read
Many Drupal users have reported encountering an error "Warning: file_get_contents(sites/all/libraries/colorbox/colorbox/jquery.colorbox-min.js) [function.file-get-contents]: failed to open stream: No such file or directory in colorbox_get_version() (line 300 of /home/[website]/public_html/dir/sites/all/modules/colorbox/colorbox.module)" when trying to use the Drupal Colorbox module. The same users had also reported that the status reports returned a "Colorbox plugin At least 1.3.6 You need to download the Colorbox plugin and extract the entire contents of the archive into the sites/all/libraries folder of your server." message. If you are encountering the same situation in your Drupal site then read on to know the fix.
Zyxware default image1
| 2 min read
A few Drupal users using the Embedded Media Field module had mentioned that they encountered an error while using Colorbox to open a video thumbnail embedded in a View. The Colorbox with the video iframe triggers another Colorbox with no content enlarging the previous Colorbox and causing a white vertical line to appear on the left side of the video and enlarging the parent Colorbox. If you are encountering the same error in your Drupal website then read on to find out the fix.
Zyxware default image4
| 2 min read
Enabling the jQuery effects on a page is now no more a mess. Using a plugin called Adipoli, it is as simple as this to show different effects for our content: Add the necessary js files and css files. Select the element on which the effect is to be applied. Invoke the tooltip plugin. So here is the code: $(document).ready(function(){ $('.imgsmile').adipoli({ 'hoverEffect' : 'popout' }); }); There are still more effects that you can add up on other than popout: