- ApiPractical example – How to add a new Block and Module
- ApiAPI – Smart Lists – Introduction
- ApiAPI – Category top section style – Introduction
- ApiAPI – Category top section template – Introduction
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
- ApiUsing the Theme API in plugins
This is for post pages on MOBILE. I currently have a header ad, an inline ad at the top of each post, and a footer ad. I’d like to have another inline ad after a few paragraphs in each post. Is this possible?
http://macscoinreport.com/bitcoin-may-have-played-role-in-russian-hacker-indictment/
Hello Catalin,
Thank for your your commitment!
I think I need you little help. The point is I do not know how to make browser start to see exact moble theme when I use Chrome Inspecctor. When I siwth in the Inspector to Mobile wiew it shows me responsible version of the mail them bot not the Mobile theme.
The main theme I can see only directly on my smarthphone.
May be you can guide me how can I fore browser to see exact Mobile them?
Or if it possible just provide me with the right class name or with the code.
My site adress is soborka.news
Thank you in advance!
Hi
I finished setting up the flex block how I want it, but I’ve just noticed it is not mobile responsive. For example, I’m using flex block 1 with 4 modules per row. Can I get it to show 1 module per row on a mobile device?
Thanks
Thanks but here is another scenario. Again something happened similarly. As you can see in the following screenshot on the mobile device that 3rd and 4th paras are different in styling.
http://prntscr.com/k6buwv
It only appears on the mobile device where on the desktop, it looks normal. After this I opened the ‘text’ of the post and
You can see that some paras are showing the styles and some are not. And those which are not with style are looking different on the mobile device but on notebooks/desktops, it looks normal.
http://prntscr.com/k6bvom
I am talking about this link https://www.morenews.pk/pakistan-ready-to-provide-fiber-connectivity-to-china/
Why on mobile devices, it doesn’t enforce the styling rules?
Hi, I have some problems.
1. My website is slow, especially mobile. So I followed this.
https://forum.tagdiv.com/topic/is-it-possible-to-update-from-ver-7-4-to-8-8/
But it’s doesn’t work well. When I inspect on google chrome, I get so much “idle time”.
https://www.screencast.com/t/z3At5Rf3s7q
I don’t think it’s normal…
2. When I open my website, sometimes(not always) I get something like a shadow from left side to right side on screen. It’s like a effect and is an instant. Sorry I can’t explain well.
3. On TD composer, I can’t use new elements(breadcrumbs, post loop, page tile) for making Page.
It’s showing on left side(menu side), but I can not add the elements to right side(main side).
https://www.screencast.com/t/DfreZ5jM
Also, I can’t change a button’s background color on hover for “Hero”.
My website:
https://d-generationx.com/
My system status:
https://www.screencast.com/t/GdbhHVC5AsV
Could you give me some advice?
I haven’t started using google adsense since my blog is a newbie. I have latest version plugin of AMP installed, I don’t use any other plugin for mobile acceleration.
But I am facing an issue with invalid css stylesheet and this issue has occured with all of my posts! Google is suggesting to add this <style amp-custom> to the stylesheet. The following links are the one with the issue:
https://www.devicepit.com/tech-terms-that-youre-probably-misusing/
https://www.devicepit.com/difference-between-emoticon-and-emoji/
https://www.devicepit.com/everything-you-need-to-know-about-oled-amoled-and-qd-led/
https://www.devicepit.com/what-is-lifi-technology-lifi-vs-wifi-visible-light-communication/
Remove the code and return to default, see what happens. If there is no problem enter it again
<?php
$time = human_time_diff(get_the_time('U'), current_time('timestamp'));
$pos = strpos($time, 'months');
if ($pos>0) {
echo $td_mod_single->get_date(false);;
}
else{echo $time . ' ago';}
?>
This is the same code I used and it works as shown above. Test and check all the other modifications made until now. test only with the mobile theme modification maybe, remove all others temporarily.
The gallery seems to be broken on mobile – https://www.screencast.com/t/v6VYIz3W1itF
I could give you a code to fix it – https://www.screencast.com/t/JoEx8N1psgF
Enter it in Theme panel->Custom CSS section
@media (max-width: 767px) {
.td-pb-span8 .td-slider .td-slide-galery-figure {
height: 260px !important;
}}
This is the code i am using on my single.php page (post page on mobile theme)
<?php
$time = human_time_diff(get_the_time(‘U’),
current_time(‘timestamp’));
$pos = strpos($time, ‘months’);
if ($pos>0) {echo ‘<div class=”classing”>’ . $td_mod_single->get_date ( show_stars_on_review, false) . ‘</div>’;}
else {echo ‘<div class=”classing1″>’. $time . ‘ ago’. ‘</div>’;}
?>
and its bringing same time for posts and related posts
Hi,
By a theme option that is not possible, the mobile menu will display only on phones. I could give you a code to make the menu items fit in a single line
– https://www.screencast.com/t/jLuwIlVoy7ap
Enter it Advanced CSS section in the portrait tablet field if you consider using it
.td-header-style-10 .td-header-main-menu {
padding-left: 0;
}
.td-header-style-10 .td-header-menu-wrap-full {
height: 48px!important;
}
Thanks
Hi,
is it possible to switch to the mobile menu as soon as the normal menu expands to two rows, which happens on an upright held iPad? I don’t like the way it looks with two rows. I already tried to reduce font size but that doesn’t look good either.
Is it also possible to change the block used in a sidebar when using a mobile device? I would like to use block 7 on the desktop, but block 9 on mobile devices, because the sidebar is too similar to the content of the page and there is no longer sufficient visual delimitation. Is it possible to change the block or does the look of block 9 have to be imitated via CSS?
I tested your code, that is not happening for me
– https://www.screencast.com/t/vckRb9ml
– https://www.screencast.com/t/UYDsjbhq
Also an older post – https://www.screencast.com/t/TWev3wgE
– https://www.screencast.com/t/Ww3QVJZFRY
I used the same code with condition you provided, in the mobile theme single file
– https://www.screencast.com/t/xPyhiQ4nSs
Maybe double check your modification.
Hi,
@Janty Do you mean the top bar socials? – https://www.screencast.com/t/eXHbdWl0
Those will be displayed on mobile as well, in the menu (regardless of mobile theme)
– https://www.screencast.com/t/bsGsaJUuZ
If the socials are removed from Theme panel->Social networks, they will be removed from both desktop and mobile.
Please correct me if I misunderstand something.
Okay thank you so much. That really helped. However the last problem I’m facing is, on my single posts (mobile theme) related posts are inheriting the date of the posts. That is, if the post has a time of 1hr ago, all related posts below the posts also have 1hr.
You can check using this post link below;
https://wizimatic.com/fresh-music-b-red-run-come-ft-cdq/
Hi, i’m using Newsmag. I get an issue when viewing gallery on mobile. i dont know why the gallery look like cropped on mobile only. https://prnt.sc/k5xhn9
So you mean the login options on mobile? Use a code like this to remove it
– https://www.screencast.com/t/uk9DeaYIrHfz
.td-menu-login-section {
display: none;
}
Enter that in Theme panel->Advanced CSS phones field if you don’t use the mobile theme.
If you use the mobile theme plugin, enter that in Theme panel->Mobile theme->Custom CSS.
Hello,
You can add this code in the mobile theme custom css secton at the bottom of the theme panel:
.td_module_mob_1 .entry-title a, .td_module_mob_1 .td-post-date{
color:red;
}
Thank you!
I removed social icons from the main menu. These icons are not showing on the desktop view but the icons are showing in mobile view. How can I remove social icons from the main menu of mobile view?
thank you. Works.
Any way to hide the background ad on mobile?
disable this option to enter the administrator, which is in the mobile menu,
http://prntscr.com/k5rwjo
please
I removed the social icon from the main menu. The icons are not showing in the main menu in the desktop. But it shows on the mobile main menu. How can I remove the social icons from mobile view?
Hello mobilephonemaster16,
Provide your website URL and some useful screens with the problem so I can identify it.
Thanks.
Hi, is it possible to change the the link colour of article titles in the mobile theme? Ours is black by default and we’d like to change. Can this be done with custom css?
Thanks
Hello,
On my newspaper theme, I notice that the font weight on the mobile device varies unexpectedly. On some places it is heavy and in the same post, it changes its weight automatically. You can see in the screenshot that the font weight on the upper part of the display is lighter and below part is heavier. Whereas, I have changed nothing in the font style in the theme. Everything is on default in the font area other than the weight of Post Content font which turned to “300 Light”. You can see this on the following URL
https://www.morenews.pk/huawei-y9-review-best-mid-range-2018/
Screenshot: http://prntscr.com/k5idmx