In which file

Posted in: Newsmag
Post count: 8

Hello

<? Php the_content (); ?> In which file I can not find the code

I need to put ads in front of the video.

please help me.

Post count: 23312

Hello zorlumz,

Unfortunately, I do not exactly understand what you want to do, sorry! Please provide more details about this so I will be able to provide a more accurate response. If you search the get_content function, this can be found in td_module_single_base.php like this -> https://www.screencast.com/t/eDm10iAZ1NL2

Thanks for your understanding!

Post count: 8

How to remove the relevant part of the following image.

http://i.hizliresim.com/m4Vy92.jpg

Post count: 23312

Hello zorlumz,

Provide your website URL so I can inspect it closer that section and also, so I will be able to provide a more accurate code.

Thanks for the message!

Post count: 8
Post count: 23312

Hello zorlumz,

I have checked your website and your related posts from your post page do not come from our theme, as you can see here -> https://www.screencast.com/t/Iqpdvhe6v Most likely you are using a plugin with this functionality for this feature. If you want to get rid of this functionality, you will need to simply disable the plugin. As a quick solution, you can use the code below and place it in Theme panel->Custom CSS area.

The code is ->

.jp-relatedposts{
display:none!important;
}

The result is here -> https://www.screencast.com/t/iUiKPou9MH

Thanks for your understanding!

Post count: 8

thanks :))

Post count: 8

Hello.

I’m having trouble with the mobile site too, the video size is not compatible with mobile

screenshot== http://i.hizliresim.com/Np1L7P.jpg

site: http://www.dizivar.com

Post count: 22421

Hello,

Yes it seems the video you are embedding is not responsive. Sorry but not all videos out there have a responsive layout. Youtube videos or vimeo, dailymotion etc. get embedded with a responsive layout but some videos have a fixed width such as the one you point out. Other videos work fine on your site. You will have to search for another embed method to this video. Check the video source for any info on this.

Thank you!

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