Search Results for 'mobile'

Results from the Forum
fusion
tagDiv Member

And how do you call td_video_support.php
in single.php or in loop-single.php?
Does it use a shortcode or hooks something that I must copy and paste in the mobile theme single.php?

Emil G
tagDiv Staff

Hi,

I guess you refer to the 3 small thumbs present on the Big Grid, their position was changed on mobile view, they work as a slider – http://screencast.com/t/4iF8WUfd

Thank you!

tomawebdev
tagDiv Member

I install your solution and it works fine.


<?php
if( is_front_page() ){

    include_once('mobile-detect/Mobile_Detect.php');
    $detect = new Mobile_Detect();

    if ( $detect->isMobile() || $detect->isTablet() ) {
        $redirect_url = 'http://www.tagweightloss.com/mobile';
        header('Location: ' . $redirect_url ); // Redirect the user
    }
}
?>
tomawebdev
tagDiv Member

Thanks for your reply, for most people that doesn’t know about coding, the VC solution is here and it works, for pages, homepage. I ll for your solution to mobile.

Emil G
tagDiv Staff

Hi,

The unique articles function doesn’t take into account those settings. I’ve added it on our list, we will check if it’s possible to make it work with this feature. If it’s not possible we will stay to our original plan (to change the mobile theme functionality). All this research may take some time and i cannot say if we’ll find a quick solution or it will take more time. Until then my advise is to try one of those solutions presented in my previous reply.

Thank you!

divcolors
Participant
#0

Hi,

The top section of the homepage is cut from the right in mobile view. This is the same for your demo theme. Please see this screenshot. http://i.imgur.com/1HYAAgs.png

How to fix this?

On this website the top section appears okay http://goalpoint.pt/

temporary_saint
tagDiv Member

Thank you for sharing @Pedropapito!

This allows for different ad sizes on different devices – which may be what I’m looking for if I think it through.

Ultimately I’m looking to display an ad in 2 different places – depending on device – so that a 300×250 on the sidebar has better visibility when reformatted for a mobile phone. Here is what I’m thinking (but there may be an easier way than this).

Two ad units, lets call them 300x250_desktop and 300x25_mobile.

300x250_desktop gets placed in the sidebar – it is visible when viewed on tablet / desktop but NOT on mobile.

300x250_mobile is placed Article Inline – it is NOT visible on tablet / desktop but it is visible on mobile.

So effectively only one 300×250 ad unit displays at a time depending on whether it is viewed on desktop or mobile phone.

Can your code example handle this scenario with 2 versions of the same ad size (once again, they can be set up as different ad units)?

Ultimately I’m looking for something like:

If display is mobile, show here (article_inline) else show here (sidebar) … this would be super-simple cause I wouldn’t have to have two ad units – just one that gets executed in different spots depending on the device.

Apologies – I’m probably confusing this too much.

I just wish the theme ad toggle buttons worked for DFP as they do for AdSense because I know exactly how to achieve what I’m going for 😉

simchris
tagDiv Member

https runs a little slower generally due to the overall issue of encryption, but many servers are now being optimized with things like mod_SPDY which is framework being baked into next versions of web, apache, etc.

We did see some hiccups on our main site last Dec. moving to https; basically in webmaster tools (search console) you end up with two sites as they STILL don’t have a “move site from http to https” function. The main weirdness was the huge drop of “inbound links/sites” going from one million plus to 250,000 or so … this is because the other sites are linking to http version of site — which is a different site in Googleverse —

However the rankings went back to normal on our main site after awhile.

Of course having a UX score of 100 on pagespeed insights didn’t hurt either!

The sitewide 301 redirect is simple enough, as is editing your dbase to change all the embedded image stuff from http to https …

There are just the general weirdness in the inbound link volume and the whacky issue of having two sets of sites listed in your Google console; one being live, one being deprecated.

I got a note about the deprecated site in Spring reminding me about mobile fixes … um, right Google — for the deprecated site? Duh.

Https is not as much a slowdown as it used to be as servers are faster, disks faster, most servers now have gigabit switches vs 10/100 (get better host if they only have 10/100).

🙂

Jill
tagDiv Member

Yes you were right – sorry. I have another problem – when viewed in a mobile or a small browser window the content is offset a little to the left, meaning the text at the left is cut off and there is white space down the right hand side. This only happens on the home page.

Hope you can help

Jill

tomawebdev
tagDiv Member

Hi,

With Visual composer, you can different block to page and set what can visible to desktop/tablet/mobile.

With the help of Visual composer you can do that, take a look at my website.

http://www.tagweightloss.com/

I set the slide to show only in Mobile.
The big grid to show only in Tablet/Desktop

See image

The problem is when i choose to have an unique article enabled the Mobile version doesn’t pull new content.

Andrei L.
tagDiv Member

Hi

I am not familiar with your mobile theme functionality so I cannot provide a solution for that. You should contact the theme’s author and ask him for advice.
Also you can check our implementation regarding videos in td_video_support.php file: http://screencast.com/t/sjiTsGAXU

Thanks for the message!

Emil G
tagDiv Staff

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/yQZEYNsJd6Lhttp://stackoverflow.com/questions/16165211/how-to-set-a-different-static-homepage-for-mobile-version-wordpress

Thank you!

Emil G
tagDiv Staff

Hi,

We test the theme on actual devices, the emulators are not 100% accurate.
On iPad there’s enough screen width to include the content and the sidebar, the site changes to mobile only on screen width smaller than 768px.
Unfortunately there’s no option to enable the mobile menu for tablets, sorry.
You could use the emulator included in the Chrome browser – http://screencast.com/t/VnWM4ps3LJW

Thank you!

PatWire
tagDiv Member

Blogmaster2003

Adrotate works great with this theme – make a ‘group’ – after making individual ads – tick the ones you need in the ‘group’ (a group is one ad space with multiple rotating ads in it )

Get shortcode – out it in a theme panel ad position – works great. If on mobile they stutter a little there’s a simple edit to prevent this.

http://www.screencast.com/t/5SxtMo2U

Andrei L.
tagDiv Member

Hi

I don’t see any widget below the fb comments http://screencast.com/t/P5xNEGqUX also I don’t know exactly how the script you provided above works on mobile so you could contact the provider and ask him for advice.

Thanks!

Bogdan B.
tagDiv Staff

Hello Gadget Friendly,

You have to be careful with these types of modifications as they can create other problems:
Your menu, when viewed on a tablet or mobile phone, gets wacky:
http://screencast.com/t/sbFOZvc4jNf
I’ve patched things up a bit with this code:

.top-header-menu li a {
    line-height: 4;}
.td_data_time {
    position: relative;
    bottom:10px;}
.td-header-style-12 .td-header-top-menu-full{
        height: 50px;}

It’s a temporary solution. You have to revisit your code and set it properly because right now things are all over the place.
In order to fix it on other types of screens you have to use media queries: https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries
I hope this helps and points you in the right direction.

Thank you.

feriendorf
Participant
#0

Hi,
when I test my page with http://quirktools.com/screenfly/ on an apple iPad it doesn’t yet brake to mobile view, which makes some things look awkward if there is a sidebar. Also the Content form the first 1/4 row moves ofer the other 3/4 rows.
I would therefore like to change the settings, so that the theme switches earlier to mobile view and moves the sidebar to the bottom. How do I do this?
Thanks,

Simon

kushpvo
Participant
#0

While posting as a smart list, the title of the list get shortened while viewing in mobile.
Example

fusion
Participant
#0

Hi. I am using a seperate mobile theme , and newsmag for desktop.

the problem is that in mobile version it does not show the videos fo the posts that have video.

It shows only embeded videos but not the videos that I put as s you know on video section.

please can you tell me how you put video on your theme to put it on
the new theme single-php to show the videos?

Thank you in advance!

tomawebdev
Participant
#0

I set my homepage to display some blocks only in mobile view, with VC, it work fine but it doesn’t show new content because i set to enable unique articles, i need to disable unique article so the mobile view show latest posts. Any help please.

isakmoller
tagDiv Member

And the reason you didnt see the code was because i removed it, because it was showing as text in the mobile version.

jonnybalfour
tagDiv Member

Hi thanks alot for your reply,

i have managed to get it almost where i need it, but its under the FB comments widget i have. But the main problem is for some reason its not appearing on mobile, any ideas why?

here is my site: http://thebrizzle.com

Thanks,
jonny

doucare1971
tagDiv Member

That Google post is actually almost a year and a half ago. It says June 2014. So really they are over a year old on those sizes.

This theme was released in November of 2014 and was after those new ad sizes. I don’t think Tagdiv realized about them.

You also have to think for your mobile site. Those ads will not show at all on the mobile.

Green Monkey
Participant
#0

Hello, I’ve just purchased. I’m asking if it is possible to create a double side bar by using the Visual Composer Widget Sidebar, by anyone here on Newspaper forum. I’m an Online Adsense, Advertsing & Publishing Broker. I work alongside with Open X, Revcontent, Svorn, Taboola etc. I will be injecting a big investment into our Advertising Campaigns for Quarter 4 – Oct to January.

I need to be able to create an Ad Layout with Double Side Bar

1. 160×600 Banner on the Left as a Left Side Bar

2. 728×90 Banner

3. 300×600 Banner on the Main Right Side Bar.

I’m currently using a Theme that cannot support any modifications for Responsive Layouts from Desktop to Mobile because the 728×90 Banner doesn’t fit onto Mobile.

This is a screen shot of the last Theme I used named X Theme http://prntscr.com/8g3x8x.

However, there latest VC update had a conflict with their Theme. Which put our UX for mobile out of whack! All coding is no longer relevant until they sorted out the bug. I know Visual Composer has 5/6 + 1/6 but I need the 1/6 on the Left Side Bar not the right.

I reversed the 5/6+1/6 Columns around http://prntscr.com/8gw1l0 to give me Left Side Bar widget that for 160×600. Center Column 728×90. Main Right Side Bar 300×600.

Before I add CSS code. Is it possible to adjust the margins to full-width without Mobile Responsive being compromised?

As the right side bar is most effect for Banners of 300×600 + 300×250. I seriously need a Theme that has multiple template layouts but I need one that has a double sidebar to maximise Adsense/Ad Networking/Online Advertising and Publishing.

Emil G, http://prntscr.com/8gvt4m did say to hire a Programmer from Envato but I have had no replies, yet. I’m in desperate mode as our first campaign for Advertising is the 25th of September. I have tried Fiverr and Freelance with replies. But, I really don’t trust the work ethic from those two platforms. I can’t afford a huge budget to have a Template created.

I have the containers and I can increase the width

Width:

.td-container {
width: 1400px;
margin-right: auto;
margin-left: auto;
}

Left Side Bar wpb_column vc_column_container td-pb-span2

Center wpb_column vc_column_container td-pb-span10

Main Right Side Bar…? I’ve been trying to figure how to bring the right side bar down flush with the Left Side Bar and the Center Side Bar Columns. I’ve tired Top: -20px and Margin-Top: -20px as an example but it doesn’t seem to be moving.

Any guidance or help will be greatly appreciated.

Thanks.

dthreatt
Participant
#0

1st problem:

I got my menu to now be 30px height but when I scroll the sticky menu is 48px height. I even updated the menu_affix_height to 30 in tagdiv_theme.min.js and tagdiv_theme.js ?? http://www.aeriographer.com

2nd problem:

When I look at it on mobile the top ad banner is beind the menu bar now instead of below it.

http://www.aeriographer.com

Viewing 25 results - 38,701 through 38,725 (of 41,416 total)