Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
edwardbeckett
tagDiv Member

@Alin ~ Good deal… just what I needed…

edwardbeckett
tagDiv Member

Thanks Bogdan ~ I’ve actually gone a bit beyond the patch now… I’m using DFP for serving ads and I didn’t really want to modify core theme files… so I built a simple JS factory to insert DFP ads in the ad blocks without disturbing the theme… 🙂

Here’s the JS…

AdFactory

edwardbeckett
tagDiv Member

Not sure here if there was an easier way… but I wanted to change the title of the News Ticker… I’ve patched the td_block_trending_now to call `$this-get_title(); Maybe it will help others…


// ### /includes/shortcodes/td_block_trending_now.php
$buffy .= '<div class="td-trending-now-title">' . __td(strip_tags($this->get_block_title()), TD_THEME_NAME) . '</div><div class="td-trending-now-display-area">';

Viewing 3 posts - 1 through 3 (of 3 total)