Search Results for 'mobile theme'

Results from the Forum
Catalin
tagDiv Staff

Hello harmario,

If you want to hide only the menu items from the top of your website, you should use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.menu-item{
display:none;
}

Also, if you want to remove the menu only from mobile devices, you should use only the following code ->

.td-icon-mobile{
display:none!important;
}

Or also, if you want to hide from the entire website, use both of codes.

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

That is an unusual issue you are having. The mobile theme has nothing to do with the tagDiv composer. The composer is not required in order for the mobile theme to work properly. Something else is likely to cause this problem. At the moment this is how the website looks on mobile
http://prntscr.com/g3u5n7
This is not caused by the theme, only plugins, custom code inserted in the theme panel or added to the theme files could cause results like this. Or a child theme with modifications that you might be using.
That’s why the first suggestion is to deactivate all other non-theme plugins, to possibly spot the one that is causing this.
You could try a theme reinstall by FTP as a last resort
https://forum.tagdiv.com/install-via-ftp/
Make no modifications to the theme, and activate only default plugins.

Thanks

Catalin
tagDiv Staff

Hello fanalyse,

Please check here -> https://forum.tagdiv.com/the-mobile-theme/ because there you will see where exactly you can find the mobile theme plugin.

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

From what I can see at the moment there is nothing displayed on mobile in the mobile menu, no socials, or menu even
https://www.screencast.com/t/WsJI0OrWsSx
This could be caused by a plugin, or maybe custom code. You can try as a test to deactivate all plugins except the ones that are provided with the theme, and clear any installed cache. Check any custom code used in the theme panel, or modifications made to the theme files directly.
Try to remember what were the last modifications or installed plugins before this problem was noticed. If deactivating a plugin fixes it, then that plugin might not be compatible with the theme, or it is not configured properly.

Thanks

Simion C.
tagDiv Staff

Hi,

I have inspected your website and the mobile version seems to work properly
http://prntscr.com/g3qm3z
You could try deactivating and deleting the mobile plugin and installing it again from the theme package. Also check any modification you might have made to the theme, or mobile theme files.
Usually plugins or code customization, and additions to the theme can cause the mobile theme to stop functioning properly or even not display at all.

Thanks

Catalin
tagDiv Staff

Hello harmario,

If you want to hide the both main menu for desktop and mobile devices, notice that you should use the code below and place it in Theme Panel -> Custom CSS area.

The code is ->

.td-icon-mobile{
display:none!important;
}
.td-header-main-menu{
display:none!important;
}

Hope this helps!

Thanks for the message!

Jose C
tagDiv Member

I have a open thread requesting help that my mobile theme is not working. Response was to uninstall all plugin and test and no go. After 3hrs of testing it turns out that the reason my site had a breaking and crashing mobile theme was the fact the I DID NOT HAVE Tagdiv composer installed. One I installed it and activated it….website worked. Mobile ran fine but then I found same problem as gentleman above. What breaks ultimate video composer add-on plugin is Tagdiv composer. So now I have to settle to have an activate plugin i don’t want or need (Tagdiv composer) so mobile runs fine and have a plugin i need ahd designed most of my pages with (ultimate composer addon) inactive. This problem needs to be addressed. Tagdiv composer should not be a mandatory activate plugin for the Newsmag/Newspaper to work properly if you don’t want to use it.

Fatih
Participant
#0

Hi,

I want to my mobile pages as this.

I can’t see any help docs in your mobile tutorial page.

How can i make like this in my pages ?

Should i use any codes ?

https://www.screencast.com/t/BxIK5l9VbEq4

Thanks..

monoazulweb
tagDiv Member

Hi,

The same to me. The Menu on Mobile Theme has broken…
How can fix this? I have 90% of acess by Mobile

soltanamir1
Participant
#0

Hi,

I’m not sure if this is related to the update or not, but my homepage comeout blank on chrome and Mozilla. And in the explorer it gives me the following error:
“array(7) { [“el_class”]=> string(35) “td-travel-header td-stretch-content” [“el_id”]=> string(0) “” [“class”]=> string(27) “td_uid_7_5981e4ac9b3fc_rand” [“css”]=> string(236) “.vc_custom_1490019638737{background-image: url(http://foundtheworld.com/wp-content/uploads/2017/07/banner.jpg) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}” [“tdc_css”]=> string(64) “eyJhbGwiOnsiYmFja2dyb3VuZC1wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIifX0=” [“tdc_css_class”]=> string(27) “td_uid_7_5981e4ac9b3fc_rand” [“full_width”]=> string(19) “stretch_row_content” }

wp booster error:
TD Composer Internal error: The system tried to use an att that does not exists! class_name: vc_row Att name: “tdc_css_class_style” The list with available atts is in tdc_composer_block::render”

The mobile theme and the subpages work. But its just the homepage in the desktop version.

Please help.

Thank you

ibeppo993
Participant
#0

hi,
to run my amazon affiliate module i have to add this to functions.php
———–
// Amazon myproduct
add_action(‘wp_enqueue_scripts’, ‘add_my_amazon_css’);

function add_my_amazon_css() {

wp_enqueue_style(‘my_amazon_css’, ‘http://paolareghenzi.it/wp-content/plugins/my-amazon-products/css/style.css’);

}

?>
———–
and you can show: http://prntscr.com/g3gxrr

but in mobile theme i see it so: http://prntscr.com/g3gyau

Where do I have to add the code above put to see just from mobile?
thanks

Catalin
tagDiv Staff

Hello JavierRuizSin,

Sorry for this case, but please notice that I have tested our demo in this case and every post shared on Facebook can be opened on mobile devices. Try this thing and you will see that work as expected. Most likely, the problem is on your side. Try to disable all of your untested plugins if you are using something like this, install the latest theme version, clear all the caches and check the results.

Thanks for your understanding!

jmisenti
Participant
#0

hello,

after upgrading the theme the mobile version of our site is having issues. it appears that the theme is now referencing:

http://www.askdrmanny.com/wp-content/themes/Newspaper/mobile/js/tagdiv_theme.js?ver=8.1

however, i believe the reference should be to this file which is the actual location of the file:

http://www.askdrmanny.com/wp-content/themes/Newspaper/mobile/js/tagdiv_theme.min.js?ver=8.1

we can update manually, but, wanted to point this out and get your thoughts as well.

thank you.

Bintmusic
Participant
#0

Hi,

if we delete tagdiv_theme.js, how written in changed_files_8.0_8.1.html,
the mobile menu no longer works…

how to solve?

thanks

JavierRuizSin
Participant
#0

By sharing the links of Facebook posts, on PC can be opened without problem, but on mobile can not be opened. I’ve updated the theme to version 8.1, but the problem continues.
I’ve updated WordPress, too.

Can you help me?

Simion C.
tagDiv Staff

Hi,

Please provide a link to your website so we can inspect the issue. The mobile theme displays the same featured images in the modules it uses, and in the post page
https://forum.tagdiv.com/the-mobile-theme/

Thanks

Ignacio
Participant
#0

Hello, what mus I change for not show the featured image in mobile versión?, thanks in advanced.

Thakksy
Participant
#0

Hi,

I’m trying to implement the following code into single_template_2 to replace the original Newspaper theme top share section. I know where to put the code but when I place it the right sidebar pushes down, unlike the original theme share buttons. Any help would be great.

<?php echo do_shortcode('[easy-social-share buttons="facebook,pinterest,twitter,reddit,more,google,linkedin,stumbleupon" morebutton="1" counters=1 counter_pos="insidename" total_counter_pos="hidden" style="button" twitter_user="cruisehive" twitter_hashtags="#Cruise #Travel" hide_mobile="yes" point_type="simple" facebook_text="SHARE" twitter_text="TWEET" google_text="-" pinterest_text="PIN" linkedin_text="-" stumbleupon_text="-" reddit_text="-"]'); ?>

You can see the difference in the images below:

Before using Newspaper share buttons, look at the sidebar as it’s in correct position – https://photos.app.goo.gl/Oh0RxIVL992Kt1ft2

After adding the Easy social share code, sidebar gets pushed down which I don’t want – https://photos.app.goo.gl/y8qI4Wmp7RN0zY7y1

Simion C.
tagDiv Staff

Hi,

If you have installed the mobile theme plugin, content for pages is limited to the mobile editor. This section appears in the page edit screen, on the bottom
https://www.screencast.com/t/lgszYjDG9y1
You will basically have to create two versions of a page, the desktop one and the mobile one.
The mobile theme will not display content created with composers on pages.
It also comes with a predefined template for the front page, post, category etc. If you would like to display the same content from desktop on mobile, deactivate the mobile theme plugin. This plugin is optional, the website will still display properly on mobile devices because it is fully responsive and adapts accordingly.
More information about the mobile theme here
https://forum.tagdiv.com/the-mobile-theme/

Thanks

Vidovdan
tagDiv Member

Yeah, I know that, thanks for Your answer.

But is there an option to display widget on mobile theme too?

Maybe some workaround, because I only need to display these two ads (custom ad 3 and 4, which are part of the widget) on the bottom of every post.

Edward
tagDiv Member

If you want to display the same elements on both mobile and desktop, don’t use the mobile theme, the main theme is already capable of this with it’s responsive design for mobiles.

The Mobile Theme: https://forum.tagdiv.com/the-mobile-theme/

Vidovdan
Participant
#0

Hello,

I am using Your Newspaper 8 theme, and You have done an awesome job.

However, when I use Mobile theme, the widget which contains the following:

[tagDiv] Ad box (adspot from custom_ad_3)
Recent Posts (5 posts with date)
[tagDiv] Ad box (adspot from custom_ad_4)

doesn’t appear on the bottom of the post.
Desktop view is just fine (positioned on the right), and responsive version of the site too (widget goes to the bottom of the post). The only problem is the Mobile theme, where this widget doesn’t appear at all.

Is there a solution for this? Maybe some css !important code or something like that?

Alaa
tagDiv Member

Hi there,
your theme is amazing, unfortunate for us it does not support rtl.
Anyway i am trying to get around this problem for now, the biggest problems are:
1- recent post sidebar: shows bulletins on the left side of the lines.
2- socials icons are in a mess.
3- mobile menu doesn’t scroll down and closing it results in reloading the page.
4- i can’t edit the look or the appearance of the mobile version.
*note that i’m using mobile theme plugin and my site content is mainly rtl.
my website
any help?
Thanks in advance.

avstu
Participant
#0

http://www.avillafan.com

Any idea why my pages load on the desktop version but not on my mobile theme?

#0

Hello,

I am trying to speed up the delivery of my website. I have super cache installed and have applied the custom code to make it work with the mobile version of the theme. However when I enable cloud flare it starts sending cache’d mobile versions of the website to the desktop and vice-versa.

Can you please advise the configuration to get cloudflare working with the mobile version.

Many thanks,

Viewing 25 results - 16,951 through 16,975 (of 22,177 total)