found – Newspaper/includes/wp_booster/td_module.php
...
function get_title($cut_at = '') {...
...
thanks.
Say me please – when you add posibility insert share button as shortcode? It is very bed, when in post I past tagdiv share button but in product, or custom post – other button
Thanks, work.
Help me please last quest:
<div class="item-details">
<?php echo $this->get_title($title_length);?>
<?php the_field('news-icons', $this->post->ID); ?>
<div class="td-module-meta-info">
<?php if (td_util::get_option('tds_category_module_8') == 'yes') { echo $this->get_category(); }?>
<?php echo $this->get_author();?>
<?php echo $this->get_date();?>
<?php echo $this->get_comments();?>
</div>
</div>
$this->get_title($title_length) – from Call thise function? I need custimise – <h3 class=”entry-title td-module-title”>….
.td-business.home .td-business-home-row .td_module_wrap .td-post-date{
display: block;
}
work, thanks
Omg, it’s from demo ((
Please show me how you finde? (I have inspected your website source and I saw that your date is hidden.)
https://koblevo.tk no modification, clear last themplate
I back original file and in panel setting – it’s active – https://i.imgur.com/uiHGRB1.png but date not showed
-
This reply was modified 8 years by
Filandor.
ok, then how I can show date – https://i.imgur.com/Z3TbnvU.png
And second question – sometime video background on home page https://i.imgur.com/1IiDmrI.png stoped and I see other videos from youtube. what could be the problem?
I fix it (export and import theme setting).
Hi, thank for help. Problem was in .htaccess. I delete .htaccess and setup permalink.
https://www.screencast.com/t/oMCW8LBp5J – button from chrome extension, its ok )
Hi, thanks for help
Omg, strange error was here – http://joxi.ru/8An0BeCqYVPlmO not any ARTICLE DISPLAY VIEW was be selected…. I select and thumb showed
its filtering page by plugin WordPress Meta Data & Taxonomies Filter (MDTF)
I try fix myself
-
This reply was modified 8 years by
Filandor.
Thanks, super!
I need excerpt these format text in desctop and mobile – http://joxi.ru/VrwQM4cKlP3V2X
.vc_raw_html iframe {
width: 100%;
}
this is what I need, thanks
ok, it problem will be try fix autor of script.
In this page view-source:https://meridian-tur.com/aviabilety/ uses iframe with scroll:
<iframe scrolling="yes" src="https://air.in.ua/agencies/widget/1039/best-offers=1/" width="750px" height="1000px" frameborder="0" allowtransparency></iframe>
why in mobile it not scrolling?
Thanks, it must be in setting (on/off toggle button)…..
thanks, all work.
https://www.screencast.com/t/38DQ0ZhPSEjG – its a php storm (code editor)?
Third question – I changed black version color of demo. In what css class is thise black part of megamenu – http://dl4.joxi.net/drive/2018/01/25/0000/0020/4116/16/6d5df222a6.png ?
Second question – with what shortcode I can get the current year in the footer – http://dl3.joxi.net/drive/2018/01/25/0000/0020/4116/16/6c23371b4e.png ?
php and js not work
I decided so – deleted the title. Please, tell me the code so as not to display the bread crumbs on the main page. Something like:
…
if(page != home){
show_breadcump
}
…
In which file to insert this code?