Hi,
One more thing:
Everything work good http://krochmal.eu/piancavallo/
but I need to turn off part with Album name, linkable photo and numbers of photo. /part between two dividers.
Is it possible?
Best Regards
.photonic-flickr-set, .photonic-flickr-gallery, .photonic-smug-album, .photonic-smug-category, .photonic-smug-sub-category {display: none;}
$insert .= "<div class='photonic-smug-album'>";
$insert .= "<a class='photonic-header-thumb photonic-smug-album-solo-thumb' href='{$album->URL}'><img class='random-image' src='https://secure.smugmug.com/photos/random.mg?AlbumID={$album->id}&AlbumKey={$album->Key}&Size=75x75&rand=$rand' /></a>";
$insert .= "</div>";
$insert .= "<div class='photonic-header-details photonic-smug-album-details'>";
$insert .= "</div>";
$insert .= "<div class='photonic-header-title photonic-smug-album-title'>";
$insert .= "<a href='{$album->URL}'>".$album->Title."</a>";
$insert .= "</div>";
$insert .= "<span class='photonic-header-info photonic-set-pop-info'>".sprintf(__('%s photos', 'photonic'), $album->ImageCount)."</span>";.photonic-smug-stream .photonic-smug-album { display: none; }sayontan wrote:Use a higher specificity:
- Code: Select all
.photonic-smug-stream .photonic-smug-album { display: none; }
Users browsing this forum: No registered users and 0 guests