Thanks. Tried that and it removes the CSS JA Loader from the Configuration menu completely. Do I need to re-install it again now somehow? The files are still in place. Cheers!
Thanks. Tried that and it removes the CSS JA Loader from the Configuration menu completely. Do I need to re-install it again now somehow? The files are still in place. Cheers!
Thanks Larry.
I wondered if it should auto-install again, but no sign of that.
I am using Zen 1.5.4 and I assume the latest version of CSS/JS Loader - I downloaded it from the Numinix website a few days ago. I can't see any version information although the zipped direcorty has the suffix - 89cbf0a
Shall I try reuploading the files?
Cheers
Try using their most recent version, looks like they are working on 4.0.0 right now.
Here is a link to a zip of their most recent version: https://github.com/numinix/css_js_lo...ive/master.zip
Thanks - I've tried that, and got a successful installation message at top of page, but.... there is still no CSS/JS configuration section in the admin menu!
I have installed this and at the top I got this error:
// (BOF - 2.1) Responsive DIY Template Default for 1.5.x (65) if (COLUMN_WIDTH == '0' || (in_array($current_page_base,explode(",",'popup_image,popup_image_additional')) )) { echo ''; } else { $responsive_mobile = ''; require($template->get_template_dir('responsive_mobile.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/responsive_mobile.php'); $responsive_tablet = ''; require($template->get_template_dir('responsive_tablet.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/responsive_tablet.php'); $responsive_default = ''; echo ''; if ($detect->isMobile() && !$detect->isTablet() or $detect->isMobile() && !$detect->isTablet() && $_SESSION['display_mode']=='isMobile' or $detect->isTablet() && $_SESSION['display_mode']=='isMobile' or $_SESSION['display_mode']=='isMobile') { echo $responsive_mobile; } else if ($detect->isTablet() or $detect->isMobile() && $_SESSION['display_mode']=='isTablet' or $detect->isTablet() && $_SESSION['display_mode']=='isTablet' or $_SESSION['display_mode']=='isTablet'){ echo $responsive_tablet; } else if ($detect->isMobile() && !$detect->isTablet() && $_SESSION['display_mode']=='isDesktop' or $detect->isTablet() && $_SESSION['display_mode']=='isDesktop' or $_SESSION['display_mode']=='isNonResponsive'){ echo ''; } else { echo $responsive_default; } } if($detect->isMobile() && !$detect->isTablet() && $_SESSION['display_mode']=='isDesktop' or $detect->isTablet() && $_SESSION['display_mode']=='isDesktop' or $detect->isMobile() && !$detect->isTablet() && $_SESSION['display_mode']=='isNonResponsive' or $detect->isTablet() && $_SESSION['display_mode']=='isNonResponsive' or $_SESSION['display_mode']=='isNonResponsive'){ $fluidisFixed = 'fluidIsFixed'; } else { $fluidisFixed = ''; } // (EOF - 2.1) Responsive DIY Template Default for 1.5.x (65) ?>
Ok, I got rid of the error and when I try to share an product to Facebook I got a blank image but with product name and description. Why is that?