Para verlo pongo este codigo
Código PHP:
<a href=" http://www.artviper.net/test.pdf" class="bx2" rel="800-350"
title="<?php the_title();?>"><?php the_title();?></a>
pero el problema me viene cuando utilizo un campo personalizado
Código PHP:
<a href="<?php echo get_post_meta($post->ID, "archivo", true); ?>" class="bx2" rel="800-350"
title="<?php the_title();?>"><?php the_title();?></a>
Código PHP:
Cannnot call method "index of" of null
dejo la parte que me da error del bumpbox-2.0.1.js
Código PHP:
function doBump(names, inSpeed, outSpeed, boxColor, backColor, bgOpacity, bRadius, borderWeight, borderColor, boxShadowSize, boxShadowColor, iconSet, effectsIn, effectsOut, bgImage, bgPosition, bgRepeat) {
i = 0;
var nameClass = names.replace(/./, '');
var imgstore = new Array();
var allBumps = null;
allBumps = $$(names);
allBumps.each(function (e) {
var content = e.get('href');
if (e.get('href').indexOf('^') == 0) {
Uncaught TypeError: Cannot call method 'indexOf' of null
var id = e.get('href').replace("^", '');
$(id).setStyle('display', 'none');
}
muchas gracias