Sry 😀
i want to delete url form from comment.
'url' =>
'<div class="comment-form-input-wrap td-form-url">
<input class="" id="url" name="url" placeholder="' . __td('Website:', TD_THEME_NAME) . '" type="text" value="' . esc_attr( $commenter['comment_author_url'] ) . '" size="30" />
</div>',
Where is this codes in cloud library?
you need to update your plugins from panel.
Thx Calin, i add noindex tag.
Secondly auto loading posts so slowly. People dont want wait 5-6 sec. How can i do this when people come half of the page or 3/4 page starts loading?
Yeah, it s so slowly.
auto loading start at the bottom of the page. It should be loaded on when scroll page 3/4.
support guys 🙂
++++
up up 🙂
I looked at all the plugins working on the site. I think they are integrated into the theme not with plugin.
+ up up 🙂
i dont want use this.
@media (max-width:767px){
.td-main-sidebar{
display:none!important
}
}
i dont want hide all widgets. Just hide some modules.
you must check cron job. maybe they are using cron job and add hackink your website. there are tmp folder in main folder. here sess_ files. check them.
maybe i found 😀
@media (max-width: 1018px) {
.td-post-template-default .td-post-header header .entry-title {
font-size:22px;
line-height:25px
}}
this code working.
Soory but this is not working for me.
.single .td-post-header header .entry-title {
font-size: 22px;
}
i want only for mobile theme. can i do ?
-
This reply was modified 8 years by
mhendiz.
.td-main-page-wrap{
padding-top:0px;
}
its work for me.
https://yadi.sk/d/OJ5hhLxn3Lx879
but here must space for example 3px. how can i add space with custom css? i am using header ads spot.
mywebsite: muhendisbeyinler.net
and i am using mobile plugin.
i found for 360p
{player.setPlaybackQuality(“medium”);
but auto play dont working
<iframe id="td_youtube_player" width="600" height="560" src="' . 'https://www.youtube.com/embed/' . self::get_youtube_id($videoUrl) . '?enablejsapi=1&feature=oembed&wmode=opaque&vq=hd720' . self::get_youtube_time_param($videoUrl) . &autoplay=1. '" frameborder="0" allowfullscreen=""></iframe>
when i try this broken page.
Thx for help. so Can I set the video quality automatically 480p?
hi can you tell me? how can add this ads?
Okey 😀 finally fixed it.
You can hide website url, google+, and twitter handle with css metod.
function remove_website_row_wpse_94963_css()
{
echo '<style>tr.user-url-wrap{ display: none; }</style>';
echo '<style>tr.user-gplus_id-wrap{ display: none; }</style>';
echo '<style>tr.user-twitter-wrap{ display: none; }</style>';
}
add_action( 'admin_head-user-edit.php', 'remove_website_row_wpse_94963_css' );
add_action( 'admin_head-profile.php', 'remove_website_row_wpse_94963_css' );
i found for website:
function remove_website_row_wpse_94963_css()
{
echo '<style>tr.user-url-wrap{ display: none; }</style>';
}
add_action( 'admin_head-user-edit.php', 'remove_website_row_wpse_94963_css' );
add_action( 'admin_head-profile.php', 'remove_website_row_wpse_94963_css' );
only need to hide google+ and twitter.
when i try this class “tr.user-gplus_id-wrap, user-twitter-wrap” for this codes echo ‘<style>tr.user-url-wrap{ display: none; }</style>’; website broken.
like that
function remove_website_row_wpse_94963_css()
{
echo '<style>user-gplus_id-wrap{ display: none; }</style>';
}
add_action( 'admin_head-user-edit.php', 'remove_website_row_wpse_94963_css' );
add_action( 'admin_head-profile.php', 'remove_website_row_wpse_94963_css' );
What is the truth?
