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!
How to remove the relevant part of the following image.
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!
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
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!