Search Results for 'mobile'

Results from the Forum
mrmad
tagDiv Member

Sorry to hijack this thread but I also noticed that the language strings for the mobile theme are NOT editable. Could you point me there those stings are located so I can at least change them to my website language. It really looks odd to have English language on a non-English website.

  • This reply was modified 10 years by mrmad.
wildmercury
tagDiv Member

Hi Bogdan,
Thanks for following up. We’ve done the whole remove & reset all plugins thing – all working now in the back end so long as we activate and then deactivate the mobile theme, then the VC works as expected, but the order of elements on the admin page/post editor is all strange (ie the VC is pushed down the page, moving items like ‘page layout options’ and ‘homepage latest articles’ to the top of the page.
On the front end, we have the social counter at zero still (http://naturallyzimbabwean.com/) and we no longer have a unit without the cache refreshed to test/check whether the mobile menu is still showing on chrome. We haven’t had any comments from users yet today.
Thanks, Tim

Bogdan B.
tagDiv Staff

Hi,
Unfortunately the mobile theme is still in it;s 1.0 version and options for it are still limited. Sizes for ads were not added at the moment. If you have the proper coding skills you could add sizes directly in the theme file where the ad box is being rendered: http://screencast.com/t/tRunIW9jN
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Thank you for your kind words and appreciation. The mobile theme is just the 1.0 version at this time. We will add improvements to it with coming updates, but at the moment, there is no setting for fonts customization for it. Fonts in the mobile theme are added with CSS inside the mobile folder and the style css file: http://screencast.com/t/emhA2RJ55Ry
Thank you!

Catalin
tagDiv Staff

Hello aktifje,

I have checked your website and I saw that you are using some untested plugins which could interfere with the theme and create a lot of unknown issues. To be sure, please try to disable all the active plugins, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Also, please ensure that you have set it your mobile theme according to our documentation here -> https://forum.tagdiv.com/the-mobile-theme/

Hope this helps and let us know how it goes!

Thank you for your understanding!

Bintmusic
tagDiv Member

Hi,

in addition to pages that do not work on the mobile, I also wanted to report wrong-related articles on the mobile: in fact they are the latest articles and not the related articles, in my case by tag.

however, the idea is really good

Thanks

svharishtech
tagDiv Member

Hi,

I have changed the icon to “fa-film”, which is already being used in “hollywood” menu. But still it does not appear in the mobile, whereas the icon was already and is still appearing in the “hollwood” menu.

I believe that the menu icon is not appearing, if it has any submenu items. In the site, “Bollywood” and “SouthZone” has submenus and “Hollywood” does not have any submenu. May be that is you the icon is appearing the “Hollywood” but not appearing in “Bollywood” and “SouthZone”.

Chandan
Participant
#0

The mobile theme is great, but the page builder is not working.
I am trying td_block_15, td_block_11, but it is showing only the code.

Jag
tagDiv Member

Thanks for your follow up. I used the same CSS but, still it shows the mobile container..

yslee
Participant
#0

Hi,

when i press search button on mobile header , website hang , running on new version 7..ipad is ok, on hp hang..pls advise?

Ankush Das
tagDiv Member

Same here guys. Disabling the mobile theme till we get a solution.

salocharly
tagDiv Member

Thanks for the help, I see that. The problem is that my site is made up mostly by lists and I added the ads with visual composer as an adblock, This work for me very good. Now when i activate the thing it just shows the visual composer code. I wish three was a solution for this as the mobile theme is much faster. Also I would like to know how to add adsense footer ads as they are also not showing. (code is in the head)

Thanks!

Ardhi
tagDiv Member

I think we should add configure ads for mobile theme, you can found the option here http://screencast.com/t/UtWRuX9CA . Our old ad block will not working on mobile since mobile theme has their own options on theme panel.

I hope this can help solved your problem.

Thanks

jeanius
Participant
#0

Hi im liking the new Block 24 style but ive noticed that every block style that has the thumbnail on the right side, when viewed in mobile in small windows the thumbnail is way too small. is it possible to have a style like http://hypetrak.com/ so when you are in mobile view the thumbnail is full width ? not just a small square on the left? thanks

jeanius
Participant
#0

Hi using a mobile device there are two menus displayed at the top.

I am using an iPhone 5. Also when scrolling down there is a grey space/gap between the menu and the article and it just keeps getting bigger as i scroll down (im guessing this is the header ad space)

How can i fix these issues?
my site is http://splashysplash.com thanks

panteradigital
tagDiv Member

I have the same issues. I was looking at their code and they have placed a mobile content box on each page. This would work if you are adding relatively simple content. However, for our purposes, we want to use the built in functions of the theme on pages. I’ve gotten the plugin to display the original content, but have not gotten it to execute the shortcodes of the theme itself.

Edu Gomes
Participant
#0

Hello, just updated 7.0 and I’m getting some issues:

1 – The new FB counter now shows 0 fans ( I made all the steps: update 4.0, app ID, secret key etc… )

2 – Exchange Widget is not working;

3 – When I try to activate the mobile theme, I get the following message:

Fatal error: Cannot redeclare class Mobile_Detect in /var/www/html/agentesdeviagens.com/web/wp-content/plugins/td-mobile-plugin/Mobile_Detect.php on line 29

I hope you guys can help me as soon as possible.

Best Regards,

rea-secret
tagDiv Member

I tried version 7 on my localhost and I saw mobile menu on desktop too. I just hit Ctrl + F5 and cleared caches. Problem solved for me.

beermoney
tagDiv Member

I had the exact same issue this morning when I updated to v7.0. I couldn’t for the life of me figure out what the heck this gradient bar was on the left side of the screen. I hid it via CSS, and then figured out about an hour later that this was the background for the new mobile menu. I ended up just adjusting my CSS as I couldn’t figure out as to why this was showing on the Desktop version. Here is what I used in the CSS of my Child theme:

/* -==========================- DESKTOP -==========================- */
@media only screen and (min-width:1024px) {
.td-menu-background:before { display: none; }
}

/* -==========================- TABLET -==========================- */
@media only screen and (min-width:640px) and (max-width:1023px) {
.td-menu-background:before { display: none; }
}

This hid the menu from showing up on the Desktop and Tablet versions of the site, but still showed up on the Mobile Phone version. If you don’t want it hid on the tablet version, then just leave that out and just use the top section for Desktops. This was the only way that I could figure out how to remove it as I couldn’t find any info on it.

  • This reply was modified 10 years by beermoney.
  • This reply was modified 10 years by beermoney. Reason: Added Code Tag
Lewis
tagDiv Member

or if there is a way to fix the mobile menu on 2.3.6 will be great.

sblum
tagDiv Member

Same here. Hope tagDiv finds a solution – the idea with the mobile version is awesome!

salocharly
Participant
#0

hi guys,
So I been doing some testing in newspaper 7. It is just amazing. I discovered one problem. Custom ads don’t show for mobile when the mobile app is turned on. In my site this is for lists where i placed custom ads with the adblock. They show perfectly in desktop and mobile but when the mobile new theme is activated it shows the code instead of the ads.

Please help.

PatWire
tagDiv Member

This is the same problem for me – I thought an Ubermenu problem – but installed on staging and the problem is still there – v7 loads the mobile menu on desktop vertically not horizontally

egypiana
Participant
#0

we have an issue on version7
mobile menue appear above header on desktop version

Ar_farazon
Participant
#0

Hello!
How can I change gradient position in the mobile menu? For example, I want to make 2nd color located a bit lower than now.
Thanks.

Viewing 25 results - 37,201 through 37,225 (of 41,416 total)