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 :)
mhendiz
tagDiv Member

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?

mhendiz
tagDiv Member

Newspaper best theme in the internet. Think again and there’s no problem.

mhendiz
tagDiv Member

you need to update your plugins from panel.

mhendiz
tagDiv Member

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?

mhendiz
tagDiv Member

Yeah, it s so slowly.

auto loading start at the bottom of the page. It should be loaded on when scroll page 3/4.

mhendiz
tagDiv Member

support guys 🙂

mhendiz
tagDiv Member

++++

mhendiz
tagDiv Member

up up 🙂

mhendiz
tagDiv Member

I looked at all the plugins working on the site. I think they are integrated into the theme not with plugin.

mhendiz
tagDiv Member

+ up up 🙂

mhendiz
tagDiv Member

i added here class. and use this code

@media (max-width:767px){
.gizle{
display:none!important
}
}

Can i use this?

mhendiz
tagDiv Member

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.

mhendiz
tagDiv Member

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.

mhendiz
tagDiv Member

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.

mhendiz
tagDiv Member

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.
mhendiz
tagDiv Member

.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.

mhendiz
tagDiv Member

and how can delete this space?

https://yadi.sk/d/r43WkKAy3Lx7im

can you write me custom css 🙂

mhendiz
tagDiv Member

mywebsite: muhendisbeyinler.net

mhendiz
tagDiv Member

and i am using mobile plugin.

mhendiz
tagDiv Member

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.

mhendiz
tagDiv Member

Thx for help. so Can I set the video quality automatically 480p?

mhendiz
tagDiv Member

Merhabalar, @Smanchi

ücretsiz eklenti ile mi amp etkinleştirdiniz? Bir katkısı oldu mu?

  • This reply was modified 9 years by mhendiz.
mhendiz
tagDiv Member

hi can you tell me? how can add this ads?

http://hizliresim.com/yNQXN7

mhendiz
tagDiv Member

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' );

mhendiz
tagDiv Member

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?

  • This reply was modified 9 years by mhendiz.
  • This reply was modified 9 years by mhendiz.
Viewing 25 posts - 1 through 25 (of 60 total)