Home › Forums › CSS › css with jquery not executing › Re: css with jquery not executing
July 7, 2011 at 5:43 am
#82988
Participant
part 2 : I m going to try and post the full code of the page where I have errors:
if ( is_array($arrCompare) && count($arrCompare) > 0 ) { ?>
=COMPARISON_LIST?>
foreach ( $arrCompare as $row )
{
$pLink = getProductPath($row, $row, $row);
?>
= getProductThumbnail($row, $pLink, $row, $row, '90', '90', 'ListingThumbnailBox') ?>
=REMOVE?>
}
?>
} ?>
if ( IS_BUDGETLIST_INSTALLED == 1 ) { ?>
} ?>
// Save Filename for optimization
$cFilename = '';
// Also check if category id changes then filename should change too
$prevcId = '';
// Loop count
$pListCount = 0;
while ( ($row = getRow($res)) )
{
if ( $pListCount++ >= $pageSize )
break;
// Load Variables
$pId = $row;
$cId = $row;
$pFilename = $row;
$pRating = $row;
$storeCount = $row;
$pMinPrice = $row;
$pMaxPrice = $row;
// If filename is empty or category changes then get filename from database
if ( $cFilename == '' || $prevcId != $cId )
$cFilename = getColumn('CATEGORY', $row, 'FILENAME');
// Save category id
$prevcId = $cId;
$pLink = getProductPath($pId, $pFilename, $cId, $cFilename);
if ( $isSearch )
{
$pTitle = getHighlightedSearchText($row, $searchText);
$pDetail = getHighlightedSearchTextEx(strip_tags($row), $searchText, 110);
}
else
{
$pTitle = $row;
$pDetail = getPartialString(strip_tags($row), 110, $pLink);
}
if (strlen($pTitle) > 20)
{
$pTitle = substr($pTitle,0,17)."...";
}
?>
?>
= getProductThumbnail($pId, $pLink, $row, $cId, '90', '90', 'ListingThumbnailBox') ?>
= getFormattedPrice($pMinPrice, $currencySymbol, $currencyRate)?>
= $pMinPrice==$pMaxPrice?'':(" - ".getFormattedPrice($pMaxPrice, $currencySymbol, $currencyRate)) ?>
getUserProductLink($pId, $storeCount, $pLink) ?>
" onclick="return fbs_click()" target="_blank"class="fb_share_link" alt="="Deel dit product met je vrienden op facebook"?>" title="="Deel dit product met je vrienden op facebook"?>">