- 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
Hi,
I guess you use a plugin for that section, please provide more details.
You could try to disable the rest of the plugins and see if it works, also check on settings to see if it’s enabled on mobiles (if such an option exists).
Thank you, Emil G.
Hi,
I think that you are in this situation, please follow this topic: https://forum.tagdiv.com/topic/implementing-new-mobile-ad-unit/
Hope this helps!
The gallery in the articles on mobile has no other photo below -> https://dl.dropboxusercontent.com/u/22334399/Schermata%202015-03-30%20alle%2011.39.53.png
You can bring up?
Thanks
Hi,
You can use this custom css in Theme Panel > Custom Css to hide search on mobile screen: http://screencast.com/t/dDJmPnCouHJg
@media (max-width: 767px){
#td-top-search{
display: none;
}
}
Thanks!
Hi, Tagdiv
After recent update on 4th March 2015, i found adsense ad not showing for “Article Top ad” (on Post article) region in Mobile Opera browser since many days.
So please check your end not on my website But others also.
i share my website URL here: howtoisolve.com
if you want more ULR for testing than email me on admin@howtoisolve.com
Thanks and Reply as soon possible.
Hope fully you will give solution as soon as possible
Thanks again..Have a nice day
My site’s score on Google Pagespeed is really low- Mobile=18 Desktop=19
When I switched to WordPress’s original themes everything seems normal.
Could you please have a look if there are any issues I should fix?
Hi TagDiv,
For some reason our stat counter is not counting on mobile devices (specifically iphone/ipad).
Here’s the site URL:
http://sfts.edu/
Scroll down and you will see the stats. On desktop they work fine but, on mobile the remain “0”.
Thank you so much for your help!
Hi,
Unfortunately the theme doesn’t have an option for this. We plan to improve theme’s mobile version in future updates. There is no shortcode to insert, Lucian just explained to you how Visual Composer plugin works.
Google translate:
Purtroppo il tema non è un’opzione per questo. Abbiamo in programma di migliorare la versione mobile del tema in aggiornamenti futuri. Non vi è alcun shortcode inserire, Lucian appena spiegato come di Visual Composer plugin funziona.
Thanks!
Hi,
The theme don’t have an administration panel for your mobile version as it was designed to be responsive so your desktop content will also be present on your mobile version of the site however it will be styled differently.
Unfortunately you also can’t use any plugins to change the the content of your homepage on mobile as the the theme uses shortcodes to build the pages so using a mobile theme would look something like this: http://screencast.com/t/BuPzzgSiu ..as the need of VC plugin is required to interpret the shortcodes.
We also plan to improve the mobile version of the theme and build a system which will allow customization and control of your mobile content.
Thanks
Hi! yes i use a mobile redirect called Mobile Redirect by Ozette Plugins, and in settings isn’t click to redirect tablets… i don’t know whay my ipad looks like mobile :/
Hi,
It’s possible with modifications on code and css, unfortunately it’s not an easy task, ex. : – http://screencast.com/t/MR2Aa3Td
@media (max-width: 767px){
.mobile-logo-wrap img {
right: auto;
left: 5px;
top: 0px;
}
.td-menu-header{
position: relative;
}
#td-top-mobile-toggle {
float: right;
}
#td-top-search {
position: absolute;
top: 2px;
right: 50px;
}
.header-search-wrap .dropdown-menu {
right: -10px;
left: auto;
}
.header-search-wrap .dropdown-menu:before {
left: auto;
right: 27px;
}
}
The menu still opens from the left, if you want to make it open from the right i suggest that you hire a professional developer to make that modification for you, it’s not an easy task.
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
Do you use a mobile redirect plugin? check on it’s settings it may be configured to also redirect tablets or look for an alternative.
Thank you, Emil G.
Hi.
I buy this theme for my site http://www.cronachedipuglia.it
There is a panel for administrate mobile version?
From my mobile device it’s very complicate to open content.
What is the problem?
Hi,
i want to switch mobile navigation side left to right. i think it is better for user experience. Facebook switched their mobile navigation button because with bigger smart phone it is hard to touch top left side.
How can i do that? Is it possible?
Facebook: http://www.screencast.com/t/vI6JZMzHVW3x
Current One: http://www.screencast.com/t/NYt6BUghZ3 http://www.screencast.com/t/qoc3ItH8I3I
Requested One: http://www.screencast.com/t/HfwUqynnOuY http://www.screencast.com/t/3QvZMVBmFnK
Thank you.
Hi!
I am useing a MOBILE REDIRECT and on mobile i put just block 4 (12 posts). I want to my mobile look like that, but my ipad olso look like that, i want him to look like desktop. Do you know why? On my funkcions in Mobile Redirect – redirect tablets is Offline
Thanks!
Hey i was setting everything and after installing the speed booster plugin i am getting with this http://snag.gy/FLNjH.jpg and whenever i am deleting the cache of the website for 2 – 3 minutes everything goes alring but after that i ends up with same issue.
Regards
Hi,
@zaone
We know about this and we have it on our todo list and we will try to make it work in a future update. Unfortunately is not an easy task and because of this I can’t offer you a quick solution, we have to analyze all js to see where the problem comes from.
The theme doesn’t have an option to add line separators as you would want it but this could be done via custom css and add a border to the top or bottom of the containers, should be something like this: http://screencast.com/t/i7vMq6gUd
Adjust the css from below how you like it:
.home .td_module_10 {
border-top: 2px solid #000;
padding-top: 20px;
}
Use the css snippets to detect just the tables and desktop screens to apply your css:
@media (min-width: 768px) { add your css code here }
Like you’ve detected the tablet and desktop screens you can also use css just for mobile screens and style the images as you would want them, use the css snippet from below:
@media (max-width: 768px)
{
add your css code here
}
If you don’t have css knowledge I suggest you get a freelancer and let him now how you would want those changes as unfortunately we cannot provide custom work at this time.
Sorry for the inconvenience!
Thanks for the message!
Hi,
If I test my site, the Google Pagespeed mobile tab shows always a blank page.
I don’t know why this is happening, but my site looks in a normal browser still very good.
Hi,
The theme uses two menus one for desktop and tablets and one for mobiles that’s why it has to menus and one hidden, we had do it like this to make some features available.
Search engines wont penalize you for this as those are internal link, you can find more details on this in this tread: https://forum.tagdiv.com/topic/huge-mistake/
Thanks
I know how to use cloudflare, the problem is that it can’t be used with your theme while lazyload is active. Besides that, it breaks most functionality with ajax load more, search box, etc. That’s what I’d like to know how to get working.
Separatly, I’d like to know how I can add a subtle line between articles on the front page. I have a dashed one for mobile, but i’d like a fine grey one for desktop so articles don’t look like they’re muddled toghether.
On the mobile front page I’d like to know how I can make imagex smaller and show them on the right side of every article entry, something similar to how wp touch does it. It’s really cumbersome to scroll through large images on mobile, a lot of users complained about this. Because I use cache with cloudflare, I can’t use mobile plugins as the pages aren’t loaded correcly.
Thank you!
Hi,
first of all great theme!
When checking the sites through SEO tools it appears that in the source code all menu links are present twice: 1x for the regular menu and 1x for the mobile menu. It is not necessary to load the mobile menu code if the site is visited from a desktop PC and the regular menu does not need to be loaded if the site is visited on a smart phone. From a SEO perspective the current codes is causing duplicate content.
How can I solve this by eg. triggering the relevant menu based on the breakpoints. As I am not a coder I would highly appreciate if you can guide me through.
Thanks in advance!
Christoph
Hi,
We hope to release version 5 in 1-2 months!
Also about your issue I think that you want something like on this topic: https://forum.tagdiv.com/topic/implementing-new-mobile-ad-unit/
Thanks!
Also I have a question, how do I make sticky on the botton of dispay an ad on mobile?
@neotrope Thanks, Chris. As requested, here are the results with lazy loading off.
Zen Cache – Did not Re-Test
Gator Cache – Did not Re-Test
Page Speed Scores With Lazy Load Off – Speed Booster On
WP Super Cache – 56 Desktop, 43 Mobile
WP Fastest Cache – 62 Desktop, 41 Mobile
W3 Total Cache – 68 Desktop, 47 Mobile
No Cache – 62 Desktop
Page Speed Scores With Lazy Load Off – Speed Booster Off
WP Super Cache – 57 Desktop, 43 Mobile
WP Fastest Cache – 57 Desktop, 49 Mobile
W3 Total Cache – 71 Desktop, 51 Mobile
No Cache – 38 Desktop
Apparently, the Speed Booster plugin hurts mobile browsing across the board. The mobile scores with no caching was mid to upper 20s without and without Speed Booster. Speed Booster also seemed to hurt performance for all but WP Fastest Cache.
The lazy load feature actually had a positive effect on page speed when it was turned on.
However, the lazy load feature *looks* slower because of the delayed loading of above the fold content. Lazy loading content below the fold I understand, but above the fold content should always load first. Lazy loading seems to put structure ahead of content and that’s a bad thing no matter how fast things are loading.
Overall, 1.7 loads much slower than 1.5. As I said, my page speed scores for this exact site were all 85+ for desktop and 65+ for mobile with NewsMag 1.5, but 20-30 points lower for NewsMag 1.7. Tells me development is going backwards. No feature is good enough to justify slower loading times, unless you’re running a perfect 100/100 already. The scores I’m talking about include several AdSense ads per page in all situations.
There are two ways of looking at page speed; the most accurate is a page speed test where things are ranked evenly, even though I’m getting charged for Google Fonts that don’t appear anywhere in my theme (I switched it all to system fonts). But the most frustrating is the eye test; how fast the pages appear to load while you’re browsing. I was surprised during these tests to find that WP Super Cache (the good ole basic caching plugin by Automattic) made the content on the pages load quicker. The overall page load may have been slower or negligible, but when I opened any page, the first thing that appeared was the content, followed by the header, sidebar and background, and finally the ads.
I should also note that I was using the built in pre-load feature for the tests on WP Super Cache with lazy load and speed booster on, but I wasn’t using the pre-load feature for the tests included in this post.
I think you have some good points!
I believe there was a post yesterday morning on how to turn off the lazy loading, so you might have to find that giant thread on that topic.
I am very curious what your results would be with that OFF.
It is cool, but I had major problems with that this time last year testing lazy loading with newspaper theme and chose NOT to use it. Even though, technically it’s supposed to help with mobile…