- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsWhat is Ajax preloading?
Hi Andrei,
Thanks for the above.
I am struggling to change the look of one more module.
I would like Block 11 to look like Block 3 on Mobile ONLY.
I know how to use display: none for the excerpt, but how can I change the thumbnail dimension of the block so it replicates the full width size?
Thank you!
Hello,
The only options for top and bottom article sharing are these ones: http://screencast.com/t/eh4gtX9RYywl (and whatsapp on mobile) There are no other options for this widget.
The facebook counter will show the likes for the current post even if the button is not pressed (it will pull information from facebook) but it is not a live count and it is affected by cache. It will update a few times a day in order to limit server requests.
Thank you!
Hi,
Please address us via email and give us access to your site and also provide detailed informations on this and some screenshots to know where to look for this behaviour as I also do not see any unusual white space on your site’s mobile version above the header: http://screencast.com/t/Ud1aWiYBo
Contact us via email at contact@tagdiv.com
Thanks!
Hello,
The mobile version re-sizes the font for it to properly fit on mobile devices. It can be changed with custom css:
@media (max-width:767px){
.td-post-title .entry-title{
font-size:20px!important
}
}
Thanks.
Hi
This css is not responsive because apply the same style an all devices. I mentioned in my above reply the you can use media queries to add responsiveness for a specific element. In your case the could could be like this:
@media (max-width: 768px){
.col_large_gal {
/* style for mobile goes here */
}
}
For more details about media queries usage check this link: http://www.w3schools.com/cssref/css3_pr_mediaquery.asp
Thanks!
Hi,
I’ve tried clearing the mobile device cache and am still having the same issue. I’ve also tried it from an IPhone6 and the same thing is happening. I’ve also tried from Google Chrome on the Android phone and the problem persists.
Mike
So yoast has a good writeup on getting your site up to par with AMP
https://yoast.com/wordpress-amp-part-ii/
https://yoast.com/setting-up-wordpress-for-amp-accelerated-mobile-pages/
Basically summarized here to get AMP working: http://screencast.com/t/eIGyCleh
Re: fb instant articles, once they are available to everyone, fb will have an official plugin it sounds like
http://media.fb.com/2016/03/07/instant-articles-wordpress-plugin/
Tagdiv, are you guys planning to take any steps to incorporate into the newspaper core (either AMP or instant articles) or for the time being do we take Chris S’s suggestion of keeping it silo’ed with plugins?
Don’t suppose you’d be willing to switch on the amp plugin, and try the hook in functions to see if it does add it to /amp/ template via the hook provided? And see if it increments.
I’m on the front lines with this, but you’re going to get snowball of queries about this since Google will start pushing ALL its mobile traffic on compatible devices to the AMP version, and so the “counter” will not increment normally with TD themes, and some will think their audience dropped (although one can tell from the transients going way up that AMP versions being served).
I’m basically looking for working code — perhaps you’d consider adding an “tagdiv amp glue” plugin which adds the code into just the amp version via the provided amp header hook — this doesn’t need ajax since amp doesn’t use javascript.
You’re going to get a ton of queries for this — since amp is intended for news sites primarily, as are the themes — and to put it bluntly — this will actually be a superior selling point on ThemeForest to have “AMP counter support” — since almost nobody has noticed yet that their counters aren’t incrementing, but they soon will and freak out (I kind of did this the other day on the CaliforniaNewswire site when I said “hey, how come the audience dropped 70% for some of the articles …” then noticed the 9,000+ transients from the amp pages when using wp-optimize, and wen’t “oh … duh….” yeah “amp views not counted by the counter” —
Upshot – the amp view is being served as much as the mobile responsive views in the googleverse now on some of my sites, counter not incrementing. Of course, I use server side reporting (eg ‘webalizer’ etc) to know “actual” site audience views — but now the counter on all stories waaaaaaaaay down.
So – expect a bunch of newbie complaints about audience drop off once they enable AMP …. not understanding what is actually going on there.
If you can wrangle some working code on your side, for me to test – you’ll save yourself a billion support tickets for both themes as this continues to roll out !
Hi
The theme does not have an option to make the menu always sticky only for mobile devices. You can use this option from theme panel > header > main menu: http://screencast.com/t/KJ1Yf3P3 but it will make the menu always sticky on all devices.
Thanks!
Hi
I’ve checked your site and the margin above the header don’t appear on my site now: http://screencast.com/t/uTOwOIvDjm If you still have this issue try to clear mobile device cache memory and test again.
Thanks!
on my site on mobile view
if you scroll down the page the the menu strip (search bar and the logo) goes away . and if you scroll up slight a bit it comes back
so is there any way that i could get the the stikcy menu so that in any which way i scroll down or up the menu should stay sticky on the screen (only for mobile).
Oh, you didn’t understand my problem!
My problem is about “pinch in” in all mobile pages. But with the HTML code of my last reply, I solved the problem! Do you think the code is okay?
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
-
This reply was modified 10 years by
FrancescoITB.
-
This reply was modified 10 years by
FrancescoITB.
Hi
You can try this css in theme panel > custom code > custom css to achieve a similar layout: http://screencast.com/t/F9EgCwlA2
@media(max-width: 768px){
.td_block_11 .td-module-thumb .entry-thumb {
width: 100px;
float: right;
margin-left: 20px;
}
}
If you want a different implementation you will need some cutomizations in theme’s files as the css code can’t reproduce 100% the layout of block 8 on mobile.
Thanks!
Hello FrancescoITB,
The zoom effect has been designed to be used only for the desktop because only in this case you have the possibility to use HOVER effect. How you can check the HOVER effect on your mobile phone??? It is not possible this thing because you not have a mouse to make a hover over the image, right? As an example, you can check this code only with the inspector from your side but has no sense, though.
-> http://screencast.com/t/rF0LyIJ6fsbB
Thank you for your understanding!
Hello TagDiv,
I would like to know if there is a way to change the way Block 11 looks on Mobile?
Rather than a full-width look, is there a way I can make Block 11 look like Block 8 ONLY on Mobile?
It would complete my site as that is the look I am going for.
Thanks,
Hello,
The theme only offers the ad spots from the theme panel. Please understand that any other ad placement you want will have to be made custom and coding skills will be required. For the standard ads from the panel, there are options to hide ads on particular viewports: http://screencast.com/t/iICtxBzkK
If you want to place ads besides the website you need to add them in header.php and then use css to position them with a (fixed position) and hide them for tablet portrait and mobile using media queries.
For example:
You can use a do_shortcode function to add your banner to the site. You can use one of the custom ad spots for it: http://screencast.com/t/XPYCo8hdzn
Then you can target it with css for positioning:
.td-a-rec-id-custom_ad_1{
position:fixed!important;
left:0;
top:300px;
z-index:99999
}
You can repeat this fort the right side ad.
Hope this helps.
Thanks.
Hi Bogdan,
Thanks for your reply.
The issue is with mobile menu layout only. Screenshot below:-
https://drive.google.com/folderview?id=0B4N3KYPJGheCVUZkZHh1NVVvbVk
Please look into it
Hi,
The theme doesn’t have an option to set a different page for mobiles, sorry. We plan to improve the mobile theme in a future update but for now I cannot say when this will be implemented. Until then you could try one of the solutions presented here – http://screencast.com/t/yQZEYNsJd6L – http://stackoverflow.com/questions/16165211/how-to-set-a-different-static-homepage-for-mobile-version-wordpress
Thank you!
Hi George,
I assume you are talking about the video responsiveness issue.
I’m not sure how you implemented the video on your site, but it needs to be redone. You have a min height on it: http://screencast.com/t/Mvielyt3, that is why it stretches on mobile.
Thank you!
Hello Bogdan,
Thanks for your revert !
Can you just tell me the files in which I have to make the changes. I am ok hardcoding the codes. I am using Google DFP to get my codes placed. I was searching across the forum and found this link :
https://forum.tagdiv.com/topic/several-config-questions/
The person here also wanted a similar kind of a functionality. I want the Ad to come from the top of the site. In his site it is coming below the menu. As mentioned in this link I tried placing the codes in header.php but it din’t worked. Please let me know how can this be achieved.
Also in the advanced CSS section there is just the Desktop, Tablet, and Mobile devices option. Suppose if I want to restrict my ads to display only on devices having width more than 1024px then how can that be achieved.
Hello,
I am currently using Newspaper theme for my blog: http://blog.onlinetyari.com/
I wish to a click-able mobile icon (16×16 or 32x32px) next to the search icon so it can redirect to Google Play Store of my App. Where do I make changes in the source code?
Hi!
I want to display on mobile view on home page only latest articles from all categories in descending order by date.
I want to achieve that look like in here
To understand better i want the homepage on mobile to contain only one block with load more options!
Please help me to achieve that
Obviously trying to make it so we end up with
amp views = 50
desktop / mobile responsive views = 150
(*)eyeball = 200
using same count function without javascript so we don’t end up with 2 diff data fields, but ONE counter being called depending on the CSS template loaded (normal or amp).
Good Day,
I have a problem and hoping that there is a work around solution. I use Google DFP to deliver ADS I sell to clients. The are fixed ADS 300×250, so resizing the image is not possible. I run these ads on the widget in the sidebars and on the homepage.
I disable the sidebars on mobile, however on tablettes in portrait mode these ads break the design width.
You can see my website here : http://www.utvplanet.ca
Is there anything I can do about this ?
Thank-you for your time.
Hello Team,
Please can you help with mobile menu layout issue?
Site: http://www.appztesting.com
Device used: Samsung Galaxy S4
Thanks!