theme function.php

Posted in: Newspaper
Post count: 101

i am don’t using any demos. can i delete this?

/**
* tdStyleCustomizer.js is required
*/
if (TD_DEBUG_LIVE_THEME_STYLE) {
add_action('wp_footer', 'td_theme_style_footer');
// new live theme demos
function td_theme_style_footer() {
?>
<div id="td-theme-settings" class="td-live-theme-demos td-theme-settings-small">
<div class="td-skin-body">
<div class="td-skin-wrap">
<div class="td-skin-container td-skin-buy">BUY NEWSPAPER NOW!</div>
<div class="td-skin-container td-skin-header">GET AN AWESOME START!</div>
<div class="td-skin-container td-skin-desc">With easy <span>ONE CLICK INSTALL</span> and fully customizable options, our demos the best start you'll ever get!!</div>
<div class="td-skin-container td-skin-content">
<div class="td-demos-list">
<?php
$td_demo_names = array();

foreach (td_global::$demo_list as $demo_id => $stack_params) {
$td_demo_names[$stack_params['text']] = $demo_id;
?>
<div class="td-set-theme-style">" class="td-set-theme-style-link td-popup td-popup-<?php echo $td_demo_names[$stack_params['text']] ?>" data-img-url="http://demo.tagdiv.com/demos_popup/newspaper/large/<?php echo $demo_id; ?>.jpg"></div>
<?php } ?>
<div class="clearfix"></div>
</div>
</div>
<div class="td-skin-scroll"><i class="td-icon-read-down"></i></div>
</div>
</div>
<div class="clearfix"></div>
<div class="td-set-hide-show"></div>
<div class="td-screen-demo" data-width-preview="380"></div>
<div class="td-screen-demo-extend"></div>
</div>
<?php
}

}

Post count: 22421

Hi,

The code you mentioned can be removed if you want as it creates the demos menu on the right side: http://screencast.com/t/zrv92BrZiH18
This is hidden by default so you cannot see the menu but you can activate it by adding a “!” like so: http://screencast.com/t/zrv92BrZiH18 if you like. You can delete the code if you want to though.

Thank you!

Post count: 2

Can this be customized to be used for let’s say a form submission using planso forms plugin?

Post count: 22421

Hello,
It could be but I;m not sure as we have not tested such a feature. You can give it a shot but the reis no advice I can give on that as we have no idea of the plugin functionality and code.
Thanks.

Post count: 101

how can i hide this video icon?

http://www.hizliresimyukle.com/image/YG1O7

Post count: 101

.page .td-video-play-ico{
display:none;
}

i add this but this not working for posts?

Post count: 22421

Hello,

The above code only works on pages. If the icons you mention are on posts or category pages they will still be visible. if you want to remove video icons for all the site just use this par of the code:
.td-video-play-ico{
display:none!important;
}

Thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.