Search Results for 'mobile'

Results from the Forum
tolga169
Participant
#0

After installing the Newsmag wordpress template we run the Thumbnail Regeneration plug-in. After this operation, especially,When connected to the website from mobile phone the thumbnails is seems low quality. how i solve this problem?

hasgerdas
tagDiv Member

Hi all,
Here’s what I did step by step to add a custom Whatsapp button:

1. Created a child theme, added an includes/module directory
2. Copied td_module_single.php file from theme’s original location (/wp-content/themes/Newspaper/includes/modules/td_module_single.php)
3. Added FA awesome menu plugin
4. I wanted to keep pinterest but you can delete as well. So, I kept pinterest and below that, I added the following code (before closing div):

<i class=”fa fa-whatsapp fa-lg”></i>

5. Go to custom css area of your theme panel, and add these:

.td-social-whatsapp {
background-color: #60b82d;
}

.td-social-whatsapp .td-icon-whatsapp {
font-size: 24px;
position: relative;
top: 2px;
left: 1px;
}

.td-social-pinterest {
margin-right:8px;
}


@media
(min-width: 787px){
.td-social-whatsapp {
display: none !important;
}

6. Voila! Now you see Whatsapp icon only on tablets and mobile – don’t worry if you don’t see it on your desktop.

Good luck

Andrei L.
tagDiv Member

Hi

We couldn’t implement the feature that play all playlist videos automatically, for mobile devices, because the theme’s js can’t control the mobile player to alter its functionality, so that all videos that follows after the video being played also be played automatically, as on desktop.

Thanks!

htownmel
Participant
#0

Hello,

One of the best features I love about the Video Playlist is once you start a video in the playlist, it goes to the next video in the playlist automatically without a push of the button once the first one ends. Sadly this feature seems to be only working on Desktop and not in mobile. Is there anyway to turn this feature on in mobile?

Thank you in advance for your help.

loirexplorer
tagDiv Member

Many thanks forthe rapidity of your answer. There wasn’t a bug. I’d let checked mobile theme in jetpack.

I’ve also unchecked “leasyload” and I think it’s much faster even if the pagespeed test is bad 78/100 I’ll work on it.

Sincerely yours

Bogdan B.
tagDiv Staff

Hello,

I have checked your site and you seem to have another problem right now: http://screencast.com/t/iv8lIRdrs
This looks similar to a problem “Jetpack” plugin creates for the mobile version of the site if an option is checked: https://forum.tagdiv.com/how-to-manage-the-mobile-theme/
Make sure you check Jetpack settings first.
Check your other plugins as well maybe try to disable all of them except visual composer and check the speed again.
Regarding the slow image loading, you can try to disable “Lazyload” – http://screencast.com/t/pKnT9Q0FRsB
You can also read this guide in our documentation: https://forum.tagdiv.com/how-to-make-the-site-faster/
Let us know how it goes!

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Unfortunately Newspaper has an fixed grid layout, responsive as it is fluid and styled for desktop/tables/mobile screens. Changing the grid’s width is not an easy job and would need lots of custom modifications, as you need to change the width value for all elements on pages.
Maybe in a future update we will be able to implement an option for the width but the developers will take the final decision though.

Thank you for your suggestion!

Alin [tagDiv]
tagDiv Staff

Hi,

I have tried to access your site but – http://screencast.com/t/x8dujck8 Please provide more details about your issue on mobile device and I will check and make sure you check this only with Visual Composer active, disable all other plugins, clear cache and purge your files.

Thanks!

yajones
tagDiv Member

I don’t like having to resurrect this month-old post, but Aedney, could you share with us what you did to make it work?

My site is looking bad on mobile right now: http://embracedominica.com/

I just upgraded to version 6.5 today.

Thanks
Yuri

Andrei L.
tagDiv Member

Hi

I am not sure what you mean but if you want to keep the same layout for mobile devices as is for desktop that is a very complex task which involve lots of customization. The theme doesn’t have a setting for that, you will have to affect the css code and if you don’t know how to do it yourself my advice is to look for a freelancer from sites like http://studio.envato.com/ as we cannot offer any type of custom work at this moment.

Thanks for the message!

Alin [tagDiv]
tagDiv Staff

Hi,

1. The Jetpack plugin has many features so you can try to activate only what you need. The mobile version should be deactivated as the theme is responsive. We tested some of the Jetpack features so it should work with the theme but it may conflict with another plugins that you use.
2. Yes we recommend SEO by Yoast plugin.
3. We don’t use a backup plugin so I cannot make any suggestions, maybe you will get a feedback from forum’s users. We do the backup manually.
4. These are the plugins tested with the theme – http://screencast.com/t/mDR9Si72

Thanks!

ebene
Participant
#0

hi. Newsmag is awesome!

um.. I want to keep on Pc Page whenever, even mobile phone but I don’t know how to setting.

plz tell me how to keep on pc page at mobilephone. Thank you!

Bogdan B.
tagDiv Staff

Hello habhajansingh,

I did a bit of digging for your problem and it seems it’s related to the Jetpack plugin:
https://forum.tagdiv.com/how-to-manage-the-mobile-theme/

Thank you.

Alin [tagDiv]
tagDiv Staff

Hi,

If you add the iframe like this with a fixed width and height it is normal to not look good on mobile devices. Yuo will have to add a class to the iframe like this – http://screencast.com/t/CZ1RGKlb and use media queries for specific devices, for example add this custom css in Theme Panel > Custom Css – http://screencast.com/t/6m3b6CrGP63http://screencast.com/t/IFlaeGCphttp://screencast.com/t/jOaVFgv3yokV

@media(min-width: 300px) and (max-width: 568px) {
iframe.vk-video1 {
width: 100%;
height: 200px;
}
}
@media(min-width: 569px) and (max-width: 767px) {
iframe.vk-video1 {
width: 100%;
height: 300px;
}
}
@media(min-width: 768px) and (max-width: 1018px) {
iframe.vk-video1 {
width: 484px;
}
}
@media(min-width: 1019px) and (max-width: 1140px) {
iframe.vk-video1 {
width: 640px;
}
}

You can use vk-video1 class for each iframe and the above css will be applied or you can add a different class for each videos and add you own custom css.

Hope this helps!

Bogdan B.
tagDiv Staff

Hello habhajansingh.

I have checked your site and it seems that on the mobile version your theme changes to “Minileven”
http://screencast.com/t/mi9NQX4Nwt
The code you see onscreen is visual composer code which cannot display properly.
Try to disable all of your plugins except visual composer and see how it works out.

Thank you.

Zakkery
tagDiv Member

Ok, next quastions. I try to input video in post (example <iframe src=”//vk.com/video_ext.php?oid=-95516353&id=171334001&hash=7e55a27f69f2f8b7&hd=2″ width=”853″ height=”480″ frameborder=”0″></iframe>) but but this video is not mobile friendly (not adaptive for screen size). Haw fix it?
I mean, that video post looks terrible on mobile devices.

  • This reply was modified 10 years by Zakkery.
kelly
Participant
site slow - topic
#0

my website is too slow, mostly on mobile, what can I do to make it faster

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css and see if it solves the issue on mobilehttp://screencast.com/t/thhTjTDSbKV

@media(max-width: 767px) {
.td-post-template-1 .td-featured-image-rec {
height: auto !important;
}
}

Thanks!

habhajansingh
Participant
#0

Hello,

My website http://asiasamachar.com is complete but all I can see are codes when viewing the website from a mobile phone. See here : http://imageshack.com/a/img673/4597/vAR2PP.png

How do I fix this issue?

Thanks,
Habhajan

JCAires
Participant
#0

Hi there and thank you for the answers and help in my previous questions. This time, I have no clue. Every time I try to compress JS my images just do not show on mobile devices. It is ok in a computer, but no image is downloaded in a mobile device! Am I doing something wrong? I am basically trying to compress the tagdiv_theme.js and jquery.js, which are the longest to download. I have to upload the original files to bring everything back again. Same with plugins that try to compress JS. Thank you.

plamenko
Participant
#0

Yesterday I updated our site http://www.stratego.hr to v2.2, and after that I can’t see images on homepage. I tried it on various browsers, but the problem still occurs. I did all the things I could remember: delete cache, disabled lazy load,… Funny thing, there is no problem when approaching site on mobile phones.

Any ideas what to do?
And please, try visit our site and let me know if you see it properly?

simchris
tagDiv Member

We opted to make “https everywhere” since Google prefers that for mobile — meaning ALL pages, not just ecom/store — even the privacy policy. This ensures you have ONE canonical version with https always and don’t have to juggle that (nightmare I say!) in WP and Yoast.

There are some cheaper SSL certs out there if you shop around.
We use Godaddy for our main business site SSL cert since our DNS is there (or rather domain > nameservers > our local DNS.

For main server SSL, we’re using our long time pals (they do NOT host our server which is at SoftLayer in Dallas, an IBM company) — TSS – https://my-tss.com/ssl-certificates.php

A RapidSSL cert is $20/year and suitable for most sites not doing enterprise level stuff. Wildcard cert is $129/year. Which is typical.

I think we pay $135 for the wildcard cert via Godaddy, but again that’s for our main business portal and NOT for our news sites. We’ll be securing CaliforniaNewswire.com likely early in 2016, and using the $20 option.

Peace out !

Back to work on my damn WooCommerce store … what a nightmare … sheesh. Cubecart 5 had 7 updates in 6 years. WordPress + Plugins + WooCommerce + Extensions I think is up to 50 updates since Spring. Wild, simply wild. Want a career ? Become a WooCommerce Ninja … seriously.

I will likely start a consulting business just to help people keep their WooCommerce sites working.

Oops… back to work ! 😉

Novaque
tagDiv Member

Chris and Alin,
I’ve followed all the instructions and face the same issue. Here is a link with analysis:
https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fshowtopmodel.ru%2Fistorii-uspeha%2Fbest%2Fannaazarova.html&tab=mobile

Can you please have a look at the case and comment. Thank you in advance.

michaellugo
Participant
#0

When I open my website from a twitter link or facebook link using an iPhone app, I get one of the following two errors:
1. The web page is displayed correctly except all my images are missing. Instead of showing an image, the area is just blank (a blank space where an image should have appeared).
2. The web page does not resize itself for mobile. All the content is visible but the images do not resize. All the text resizes as if it were appearing in a mobile window. So what ends happening is you see all the text aligned as if it were in a mobile browser but the images appear huge as if they were in a regular window.

I do not do anything to the settings to cause it go back and forth from the two issues above. I simply close the social media webpage and try to reopen it. Sometimes it I will have the first issue and sometimes I will have second issue but it won’t ever show the webpage correctly.

The website looks perfect if I try to access it on my chrome mobile browser. I was using the “social share and locker premium plugin” with no problems. I disabled it in case it was the cause but that did not resolve my issues.

Please help! This is my website

simchris
tagDiv Member

If you want, google the concept of “https everywhere” — the idea is that as the web moves to mobile everything as the “main” daily driver, it needs to be secure since it’s “over the air” — so, somebody sitting in a café, in the break room, on the bus, isn’t been spied upon. So, the push for “https everywhere” is to make the connections from mobile devices to web properties more secure, and enforce encrypted connections, while also deprecating insecure SSL technologies like SSL3/TLS1/TLS1.1 etc. — so, Google is giving a ranking boost for mobile rankings for https *NOW* as they do for mobile speed and mobile compatibility/UX/speed.

It’s not a huge ranking factor, but it *is* a mobile ranking factor *now* and so it’s something to think about, but ideally in 3 years it is likely to be a semi-mandatory thing. The web needs to be secure, and hijacking is a big issue and “man in the middle” hacks are also common with wireless/wifi, etc. — this is how hotels can overlay ads on your mobile connection (!).

So … I would say, for a major business portal it’s good to go https now. If you have huge traffic and make your living on your website, then now is good time to start. If you have a blog on the side, not so much.

Part of the push for “https everywhere” is also to find a solution for free/zero cost/shared SSL certificate tech — which is coming into being and is “transitional” — shared SSL certs on servers are a new thing, but not fully supported in browsers YET.

If you can afford $25 a year for cheap SSL cert for your site, it’s worth doing. If you don’t make any money from your site, wait for the free or “included with hosting” SSL certs which should be in play by end of NEXT year.

And to be clear — the only site we chose to do this on is our MAIN business site, which has been online over 15 years and which generates 90% of our income. Our news portals are not yet https, although the web server on which they reside does have SSL cert itself. Our sites running tagdiv themes are NOT yet SSL, and will not be until the whole concept of zero cost / low cost SSL certs becomes available as part of this “movement.”

For our main site we got a wildcard SSL cert so we could also make subdomains SSL, which needed to happen for our local image server and our shortcode (YOURLS) system.

  • This reply was modified 10 years by simchris.
  • This reply was modified 10 years by simchris.
  • This reply was modified 10 years by simchris.
Viewing 25 results - 38,676 through 38,700 (of 41,416 total)