Search Results for 'mobile theme'

Results from the Forum
vunt
Participant
#0

Hello support
My website is loading 60% and i found some issue.
I use Homepage template from cloud templates menu, the Homepage template is Default PRO.
The website have been showed well on PC and Ipad (both landscape and portait) the content was showed on PC, Ipad is the same (WYSIWYG).
I have checked it on mobile the content was showed on mobile is difference.
I have created mobile page from Homepage template, the content on edit mode (TagDiv Composer) was showed well but when i see it on my mobile the content is difference.
I don’t know how to make Newspaper theme run on PC, Ipad and mobile well.
Pls help me.
Thanks
Vunt

Bettina
tagDiv Staff

Hello!

The settings for that menu page are located in the theme panel. The mobile page can not be edited with the tagDiv Composer or add whatever element you want. The social icons from the mobile menu come from the Theme Panel -> Social/Apis -> Social Networks -> https://i.imgur.com/kKYIECB.png. Remove/edit them as needed.
There are only a few settings for it in the theme panel. For example, you can change the color of the text in the mobile menu from the Theme panel -> Theme colors -> Mobile menu -> Text/icons color.
However, you can change the shortcode with a modal popup shortcode triggered by a button that can look like the current mobile menu. That page can also be edited with the tagDiv Composer https://app.screencast.com/d00epUU2ygyXk?conversation=sLox9iaB82db2YHmnEOrFF and customized with more than just some options from the theme panel settings.
More info about modal popup here: https://forum.tagdiv.com/modal-popup/

Thank you!

Viju
tagDiv Member

Plugins disabled automatically

The following plugins were disabled because they are incompatible with this version of Newspaper:

tagDiv Cloud Library

My theme is: “Tech News” from many years ago (Version: 12.7)

AJAX Live Search already works on Mobile, but I want to enable it for Desktop

declandunn
tagDiv Member

Removed the changes and restored original footer.php.

I’m using the Cloud template, but when I get to mobile size in TagDiv the standard page footer I believe shows up. Instead of my footer (and no mobile theme usage so all responsive) it shows the menu choice I made, and the copyright notice shows at the bottom. Attached is the screen cap, similar to dkorinchak, it shows one menu and that copyright notice which I found in the footer, and is elsewhere in includes.

I’ve installed Standard Pack, but not seeing where to turn off copyright or anything.
MY page is https://remember.org, scroll to the bottom and you can see the footer (i made it one column to accomodate Mobile from 3 columns, and it shows in all browsers except the mobile one, which I can’t change.

LMK where in Theme Panel, with Standard Pack installed, I can turn this off? Thanks!

https://drive.google.com/file/d/1pQbYtglQ-v7sKQ24041on022FOMLoC6w/view?usp=drive_link

Bettina
tagDiv Staff

Hello!

It was the Mobile theme plugin, and I just cleared the cache.
We have 3 options available for mobile versions that you can use:

1. Responsive version: A responsive version of your website looks similar to the desktop version. TagDiv Composer is used to edit the page. Click on the mobile viewport: https://www.screencast.com/t/XDQJedlggSB. You can see your mobile version there and edit or adjust the elements to look better.

2. Mobile pages: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages

3. Mobile theme plugin: The Mobile Theme is a performance-optimized theme included in the main Newspaper theme that only loads on mobile devices. It comes with its own templates and designs for pages, posts, categories, etc., so your current templates from the desktop theme will get converted to the mobile theme layout. Please see https://forum.tagdiv.com/the-mobile-theme/ and https://forum.tagdiv.com/mobile-theme-introduction/ for more information.

A full explanation is here: https://www.youtube.com/watch?v=SpGkOnJeNZY
If you need to use mobile version 1 or 2, then you need to uninstall the Mobile Theme plugin and AMP.

Thank you!

declandunn
tagDiv Member

I’ve had the same problem only on the mobile view of my response Newspaper theme.

Not sure when this happened, but previously the Theme Panel included a Sub Footer option to turn off copyright. That subfooter option isn’t available in 12.7, so the copyright just shows up.

It’s located in the footer.php file, and even when I deleted it safely, the
(C) Newspaper by Tag Div is on the bottom of all my mobile pages.

Where is it so we can remove, hopefully not like I’m doing which will be lost in any updates?

Can they remove the copyright from the footer file, or give us the option to turn it off again?

ikiweb
tagDiv Member

I did some debugging, and it seems that the CSS duplication problem is related to TagDiv Composer. Below is the CSS block (after disabling inline css aggregation). I manually added a comment in the middle of the code indicating where the CSS is duplicated.

<style>
/* custom css – generated by TagDiv Composer */
.td_module_wrap .td-image-wrap:before {
content: ”;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(https://www.mrw.it/wp-content/uploads/2024/08/no-thumb-300×188.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
z-index:-1
}

.td-page-title, .td-category-title-holder .td-page-title {
font-family:Chivo
}

.td-page-content h1, .wpb_text_column h1 {
font-family:Chivo
}

.td-page-content h2, .wpb_text_column h2 {
font-family:Chivo
}

.td-page-content h3, .wpb_text_column h3 {
font-family:Chivo
}

.td-page-content h4, .wpb_text_column h4 {
font-family:Chivo
}

.td-page-content h5, .wpb_text_column h5 {
font-family:Chivo
}

.td-page-content h6, .wpb_text_column h6 {
font-family: Chivo
}

.td-scroll-up[data-style=’style2′] .td-scroll-up-tooltip {
background-color: #384764
}

.td-scroll-up[data-style=’style2′] .td-scroll-up-tt-arrow, .td-scroll-up[data-style=’style2′] .td-scroll-up-arrow {
fill:#384764
}

.td-scroll-up-progress-circle path {
stroke:#384764
}

:root {
–td_excl_label: ‘ESCLUSIVO’;
–td_theme_color: #ff6600;
–td_slider_text: rgba(255, 102, 0, 0.7);
–td_mobile_gradient_one_mob: rgba(0, 0, 0, 0.8);
–td_mobile_gradient_two_mob: rgba(0, 0, 0, 0.9);
–td_mobile_text_active_color: rgba(255, 255, 255, 0.9);
–td_default_google_font_1: “Open Sans”;
–td_default_google_font_2: “Open Sans”;
–td_login_hover_background: #f4f4f4;
–td_login_gradient_one: rgba(0, 0, 0, 0.9);
–td_login_gradient_two:rgba(0, 0, 0, 0.8)
}

.td-header-style-12 .td-header-menu-wrap-full, .td-header-style-12 .td-affix, .td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category, .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category, .td_category_template_3 .td-current-sub-category, .td_category_template_8 .td-category-header .td-category a.td-current-sub-category, .td_category_template_4 .td-category-siblings .td-category a:hover, .td_block_big_grid_9.td-grid-style-1 .td-post-category, .td_block_big_grid_9.td-grid-style-5 .td-post-category, .td-grid-style-6.td-hover-1 .td-module-thumb:after, .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-item > a, .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-ancestor > a, .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-category-ancestor > a, .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > li > a:hover, .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .sfHover > a {
background-color:#ff6600
}

.td_mega_menu_sub_cats .cur-sub-cat, .td-mega-span h3 a:hover, .td_mod_mega_menu:hover .entry-title a, .header-search-wrap .result-msg a:hover, .td-header-top-menu .td-drop-down-search .td_module_wrap:hover .entry-title a, .td-header-top-menu .td-icon-search:hover, .td-header-wrap .result-msg a:hover, .top-header-menu li a:hover, .top-header-menu .current-menu-item > a, .top-header-menu .current-menu-ancestor > a, .top-header-menu .current-category-ancestor > a, .td-social-icon-wrap > a:hover, .td-header-sp-top-widget .td-social-icon-wrap a:hover, .td_mod_related_posts:hover h3 > a, .td-post-template-11 .td-related-title .td-related-left:hover, .td-post-template-11 .td-related-title .td-related-right:hover, .td-post-template-11 .td-related-title .td-cur-simple-item, .td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover, .td-category-header .td-pulldown-category-filter-link:hover, .td-category-siblings .td-subcat-dropdown a:hover, .td-category-siblings .td-subcat-dropdown a.td-current-sub-category, .footer-text-wrap .footer-email-wrap a, .footer-social-wrap a:hover, .td_module_17 .td-read-more a:hover, .td_module_18 .td-read-more a:hover, .td_module_19 .td-post-author-name a:hover, .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span, .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i, .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span, .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-category-ancestor > a, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-ancestor > a, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-item > a, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .sfHover > a, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > li > a:hover {
color:#ff6600
}

.td-mega-menu-page .wpb_content_element ul li a:hover, .td-theme-wrap .td-aj-search-results .td_module_wrap:hover .entry-title a, .td-theme-wrap .header-search-wrap .result-msg a:hover {
color:#ff6600 !important
}

.td_category_template_8 .td-category-header .td-category a.td-current-sub-category, .td_category_template_4 .td-category-siblings .td-category a:hover, .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-item > a, .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-ancestor > a, .tdm-menu-active-style4 .tdm-header .sf-menu > .current-category-ancestor > a, .tdm-menu-active-style4 .tdm-header .sf-menu > li > a:hover, .tdm-menu-active-style4 .tdm-header .sf-menu > .sfHover > a {
border-color:#ff6600
}

.post .td-post-header .entry-title {
font-family:Chivo
}

.td-post-content h1 {
font-family: Chivo;
font-weight:bold
}

.td-post-content h2 {
font-family: Chivo;
font-weight:600
}

.td-post-content h3 {
font-family: Chivo;
font-weight:500
}

.td-post-content h4 {
font-family: Chivo;
font-weight:500
}

.td-post-content h5 {
font-family: Chivo;
font-weight:500
}

.td-post-content h6 {
font-family: Chivo;
font-weight:500
}

.tdm-menu-btn1 .tds-button1, .tdm-menu-btn1 .tds-button6:after {
background-color:#cc5200
}

.tdm-menu-btn1 .tds-button2:before, .tdm-menu-btn1 .tds-button6:before {
border-color:#cc5200
}

.tdm-menu-btn1 .tds-button2, .tdm-menu-btn1 .tds-button2 i {
color:#cc5200
}

.tdm-menu-btn1 .tds-button3 {
-webkit-box-shadow: 0 2px 16px #cc5200;
-moz-box-shadow: 0 2px 16px #cc5200;
box-shadow:0 2px 16px #cc5200
}

.tdm-menu-btn1 .tds-button3:hover {
-webkit-box-shadow: 0 4px 26px #cc5200;
-moz-box-shadow: 0 4px 26px #cc5200;
box-shadow:0 4px 26px #cc5200
}

.tdm-menu-btn1 .tds-button7 .tdm-btn-border-top, .tdm-menu-btn1 .tds-button7 .tdm-btn-border-bottom {
background-color:#cc5200
}

.tdm-menu-btn1 .tds-button8 {
background:#cc5200
}

.tdm-menu-btn1 .tds-button1:before, .tdm-menu-btn1 .tds-button4 .tdm-button-b {
background-color:#ff6600
}

.tdm-menu-btn1 .tds-button2:hover:before, .tdm-menu-btn1 .tds-button6:hover:before {
border-color:#ff6600
}

.tdm-menu-btn1 .tdm-btn-style:hover {
color:#ff6600
}

.tdm-menu-btn1 .tds-button3:hover {
-webkit-box-shadow: 0 4px 26px #ff6600;
-moz-box-shadow: 0 4px 26px #ff6600;
box-shadow:0 4px 26px #ff6600
}

.tdm-menu-btn1 .tds-button7:hover .tdm-btn-border-top, .tdm-menu-btn1 .tds-button7:hover .tdm-btn-border-bottom {
background-color:#ff6600
}

.tdm-menu-btn1 .tds-button8:before {
background-color:#ff6600
}

.tdm-menu-btn2 .tds-button1, .tdm-menu-btn2 .tds-button6:after {
background-color:#384764
}

.tdm-menu-btn2 .tds-button2:before, .tdm-menu-btn2 .tds-button6:before {
border-color:#384764
}

.tdm-menu-btn2 .tds-button2, .tdm-menu-btn2 .tds-button2 i {
color:#384764
}

.tdm-menu-btn2 .tds-button3 {
-webkit-box-shadow: 0 2px 16px #384764;
-moz-box-shadow: 0 2px 16px #384764;
box-shadow:0 2px 16px #384764
}

.tdm-menu-btn2 .tds-button3:hover {
-webkit-box-shadow: 0 4px 26px #384764;
-moz-box-shadow: 0 4px 26px #384764;
box-shadow:0 4px 26px #384764
}

.tdm-menu-btn2 .tds-button7 .tdm-btn-border-top, .tdm-menu-btn2 .tds-button7 .tdm-btn-border-bottom {
background-color:#384764
}

.tdm-menu-btn2 .tds-button8 {
background:#384764
}

.tdm-menu-btn2 .tds-button1:before, .tdm-menu-btn2 .tds-button4 .tdm-button-b {
background-color:#336699
}

.tdm-menu-btn2 .tds-button2:hover:before, .tdm-menu-btn2 .tds-button6:hover:before {
border-color:#336699
}

.tdm-menu-btn2 .tdm-btn-style:hover {
color:#ff6600
}

.tdm-menu-btn2 .tds-button3:hover {
-webkit-box-shadow: 0 4px 26px #336699;
-moz-box-shadow: 0 4px 26px #336699;
box-shadow:0 4px 26px #336699
}

.tdm-menu-btn2 .tds-button7:hover .tdm-btn-border-top, .tdm-menu-btn2 .tds-button7:hover .tdm-btn-border-bottom {
background-color:#336699
}

.tdm-menu-btn2 .tds-button8:before {
background-color: #336699
}

/**
* The rest of the CSS is a duplicate
*/

.td_module_wrap .td-image-wrap:before {
content: ”;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(https://www.mrw.it/wp-content/uploads/2024/08/no-thumb-300×188.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
z-index:-1
}

.td-page-title, .td-category-title-holder .td-page-title {
font-family:Chivo
}

.td-page-content h1, .wpb_text_column h1 {
font-family:Chivo
}

.td-page-content h2, .wpb_text_column h2 {
font-family:Chivo
}

.td-page-content h3, .wpb_text_column h3 {
font-family:Chivo
}

.td-page-content h4, .wpb_text_column h4 {
font-family:Chivo
}

.td-page-content h5, .wpb_text_column h5 {
font-family:Chivo
}

.td-page-content h6, .wpb_text_column h6 {
font-family: Chivo
}

.td-scroll-up[data-style=’style2′] .td-scroll-up-tooltip {
background-color: #384764
}

.td-scroll-up[data-style=’style2′] .td-scroll-up-tt-arrow, .td-scroll-up[data-style=’style2′] .td-scroll-up-arrow {
fill:#384764
}

.td-scroll-up-progress-circle path {
stroke:#384764
}

:root {
–td_excl_label: ‘ESCLUSIVO’;
–td_theme_color: #ff6600;
–td_slider_text: rgba(255, 102, 0, 0.7);
–td_mobile_gradient_one_mob: rgba(0, 0, 0, 0.8);
–td_mobile_gradient_two_mob: rgba(0, 0, 0, 0.9);
–td_mobile_text_active_color: rgba(255, 255, 255, 0.9);
–td_default_google_font_1: “Open Sans”;
–td_default_google_font_2: “Open Sans”;
–td_login_hover_background: #f4f4f4;
–td_login_gradient_one: rgba(0, 0, 0, 0.9);
–td_login_gradient_two:rgba(0, 0, 0, 0.8)
}

.td-header-style-12 .td-header-menu-wrap-full, .td-header-style-12 .td-affix, .td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category, .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category, .td_category_template_3 .td-current-sub-category, .td_category_template_8 .td-category-header .td-category a.td-current-sub-category, .td_category_template_4 .td-category-siblings .td-category a:hover, .td_block_big_grid_9.td-grid-style-1 .td-post-category, .td_block_big_grid_9.td-grid-style-5 .td-post-category, .td-grid-style-6.td-hover-1 .td-module-thumb:after, .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-item > a, .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-ancestor > a, .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-category-ancestor > a, .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > li > a:hover, .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .sfHover > a {
background-color:#ff6600
}

.td_mega_menu_sub_cats .cur-sub-cat, .td-mega-span h3 a:hover, .td_mod_mega_menu:hover .entry-title a, .header-search-wrap .result-msg a:hover, .td-header-top-menu .td-drop-down-search .td_module_wrap:hover .entry-title a, .td-header-top-menu .td-icon-search:hover, .td-header-wrap .result-msg a:hover, .top-header-menu li a:hover, .top-header-menu .current-menu-item > a, .top-header-menu .current-menu-ancestor > a, .top-header-menu .current-category-ancestor > a, .td-social-icon-wrap > a:hover, .td-header-sp-top-widget .td-social-icon-wrap a:hover, .td_mod_related_posts:hover h3 > a, .td-post-template-11 .td-related-title .td-related-left:hover, .td-post-template-11 .td-related-title .td-related-right:hover, .td-post-template-11 .td-related-title .td-cur-simple-item, .td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover, .td-category-header .td-pulldown-category-filter-link:hover, .td-category-siblings .td-subcat-dropdown a:hover, .td-category-siblings .td-subcat-dropdown a.td-current-sub-category, .footer-text-wrap .footer-email-wrap a, .footer-social-wrap a:hover, .td_module_17 .td-read-more a:hover, .td_module_18 .td-read-more a:hover, .td_module_19 .td-post-author-name a:hover, .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span, .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i, .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span, .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-category-ancestor > a, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-ancestor > a, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-item > a, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .sfHover > a, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > li > a:hover {
color:#ff6600
}

.td-mega-menu-page .wpb_content_element ul li a:hover, .td-theme-wrap .td-aj-search-results .td_module_wrap:hover .entry-title a, .td-theme-wrap .header-search-wrap .result-msg a:hover {
color:#ff6600 !important
}

.td_category_template_8 .td-category-header .td-category a.td-current-sub-category, .td_category_template_4 .td-category-siblings .td-category a:hover, .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-item > a, .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-ancestor > a, .tdm-menu-active-style4 .tdm-header .sf-menu > .current-category-ancestor > a, .tdm-menu-active-style4 .tdm-header .sf-menu > li > a:hover, .tdm-menu-active-style4 .tdm-header .sf-menu > .sfHover > a {
border-color:#ff6600
}

.post .td-post-header .entry-title {
font-family:Chivo
}

.td-post-content h1 {
font-family: Chivo;
font-weight:bold
}

.td-post-content h2 {
font-family: Chivo;
font-weight:600
}

.td-post-content h3 {
font-family: Chivo;
font-weight:500
}

.td-post-content h4 {
font-family: Chivo;
font-weight:500
}

.td-post-content h5 {
font-family: Chivo;
font-weight:500
}

.td-post-content h6 {
font-family: Chivo;
font-weight:500
}

.tdm-menu-btn1 .tds-button1, .tdm-menu-btn1 .tds-button6:after {
background-color:#cc5200
}

.tdm-menu-btn1 .tds-button2:before, .tdm-menu-btn1 .tds-button6:before {
border-color:#cc5200
}

.tdm-menu-btn1 .tds-button2, .tdm-menu-btn1 .tds-button2 i {
color:#cc5200
}

.tdm-menu-btn1 .tds-button3 {
-webkit-box-shadow: 0 2px 16px #cc5200;
-moz-box-shadow: 0 2px 16px #cc5200;
box-shadow:0 2px 16px #cc5200
}

.tdm-menu-btn1 .tds-button3:hover {
-webkit-box-shadow: 0 4px 26px #cc5200;
-moz-box-shadow: 0 4px 26px #cc5200;
box-shadow:0 4px 26px #cc5200
}

.tdm-menu-btn1 .tds-button7 .tdm-btn-border-top, .tdm-menu-btn1 .tds-button7 .tdm-btn-border-bottom {
background-color:#cc5200
}

.tdm-menu-btn1 .tds-button8 {
background:#cc5200
}

.tdm-menu-btn1 .tds-button1:before, .tdm-menu-btn1 .tds-button4 .tdm-button-b {
background-color:#ff6600
}

.tdm-menu-btn1 .tds-button2:hover:before, .tdm-menu-btn1 .tds-button6:hover:before {
border-color:#ff6600
}

.tdm-menu-btn1 .tdm-btn-style:hover {
color:#ff6600
}

.tdm-menu-btn1 .tds-button3:hover {
-webkit-box-shadow: 0 4px 26px #ff6600;
-moz-box-shadow: 0 4px 26px #ff6600;
box-shadow:0 4px 26px #ff6600
}

.tdm-menu-btn1 .tds-button7:hover .tdm-btn-border-top, .tdm-menu-btn1 .tds-button7:hover .tdm-btn-border-bottom {
background-color:#ff6600
}

.tdm-menu-btn1 .tds-button8:before {
background-color:#ff6600
}

.tdm-menu-btn2 .tds-button1, .tdm-menu-btn2 .tds-button6:after {
background-color:#384764
}

.tdm-menu-btn2 .tds-button2:before, .tdm-menu-btn2 .tds-button6:before {
border-color:#384764
}

.tdm-menu-btn2 .tds-button2, .tdm-menu-btn2 .tds-button2 i {
color:#384764
}

.tdm-menu-btn2 .tds-button3 {
-webkit-box-shadow: 0 2px 16px #384764;
-moz-box-shadow: 0 2px 16px #384764;
box-shadow:0 2px 16px #384764
}

.tdm-menu-btn2 .tds-button3:hover {
-webkit-box-shadow: 0 4px 26px #384764;
-moz-box-shadow: 0 4px 26px #384764;
box-shadow:0 4px 26px #384764
}

.tdm-menu-btn2 .tds-button7 .tdm-btn-border-top, .tdm-menu-btn2 .tds-button7 .tdm-btn-border-bottom {
background-color:#384764
}

.tdm-menu-btn2 .tds-button8 {
background:#384764
}

.tdm-menu-btn2 .tds-button1:before, .tdm-menu-btn2 .tds-button4 .tdm-button-b {
background-color:#336699
}

.tdm-menu-btn2 .tds-button2:hover:before, .tdm-menu-btn2 .tds-button6:hover:before {
border-color:#336699
}

.tdm-menu-btn2 .tdm-btn-style:hover {
color:#ff6600
}

.tdm-menu-btn2 .tds-button3:hover {
-webkit-box-shadow: 0 4px 26px #336699;
-moz-box-shadow: 0 4px 26px #336699;
box-shadow:0 4px 26px #336699
}

.tdm-menu-btn2 .tds-button7:hover .tdm-btn-border-top, .tdm-menu-btn2 .tds-button7:hover .tdm-btn-border-bottom {
background-color:#336699
}

.tdm-menu-btn2 .tds-button8:before {
background-color: #336699
}
</style>

ikiweb
tagDiv Member

CSS variables are also declared twice in the page

:root {
–td_excl_label: ‘ESCLUSIVO’;
–td_theme_color: #ff6600;
–td_slider_text: rgba(255, 102, 0, 0.7);
–td_mobile_gradient_one_mob: rgba(0, 0, 0, 0.8);
–td_mobile_gradient_two_mob: rgba(0, 0, 0, 0.9);
–td_mobile_text_active_color: rgba(255, 255, 255, 0.9);
–td_default_google_font_1: “Open Sans”;
–td_default_google_font_2: “Open Sans”;
–td_login_hover_background: #f4f4f4;
–td_login_gradient_one: rgba(0, 0, 0, 0.9);
–td_login_gradient_two:rgba(0, 0, 0, 0.8)
}

Bettina
tagDiv Staff

Hello!

Please uninstall the Mobile theme and AMP plugin. Clear the cache and try again.

Thank you!

Anamaria
tagDiv Staff

Hello,

If you have the mobile template for a page, then you need to disable the tagdiv mobile theme for that page from here -> https://imgur.com/fZGN0pf, and after, make sure that you have assigned the mobile page.
Also, make sure that your cache plugin has the option for mobile cache, for example wp super cache https://imgur.com/W1KaV3U

Thank you!

Jimmy_X
Participant
#0

Hello guys. Little dilema here, please help. So, I created a page in Cloud Templates and a mobile version of it. Now, how to aplly that mobile version of the page? In desktop browser works fine new page created, but on mobile it shows absolutely nothing. It shows the name of the mobile page, that’s it.

Website has tagDiv Mobile Theme active, and it refusez to show on that page created, also. So nor tagDiv Mobile Theme applied, nor mobile version of that page is shown…

Hot to solve this? Thank you!

Anamaria
tagDiv Staff

Hello,

You have the mobile theme version now, so you can disbale the plugins to check the responsive version.

Using our theme, you can choose from 3 mobile versions
-> mobile responsive => https://www.screencast.com/t/oJ2ShOp47
-> mobile theme plugin => https://forum.tagdiv.com/the-mobile-theme/
-> mobile page => https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/ The option that you need to use.
Suppose you created the mobile pages with tagDiv Composer. In that case, when you install the Mobile Theme plugin, your pages will be overwritten by the plugin (the mobile theme comes with its templates for page, post, category, etc, so your current templates from the desktop theme will get converted to the mobile theme layout, the page content is made without builders in mobile editor => https://www.screencast.com/t/xbgZG8kH also, the options that are provided to edit the mobile theme version are limited (this keeps the things simple)).
This is a video about Responsive Newspaper Theme, AMP & Mobile Theme, Mobile Pages & Templates -> https://www.youtube.com/watch?v=SpGkOnJeNZY.
So, the mobile responsive is what you see when that you select the viewport on phone => https://www.screencast.com/t/matV17hH, so some settings may apply for each viewport(where is the border blue), and others are not(where the border is black).
The mobile page has the mobile templates from Cloud Library => https://www.screencast.com/t/YCcZ8rL8
The Mobile responsive version of the theme and the mobile page editor can be edit with tagDiv Composer, the mobile theme plugin cannot.
For example, you can have the mobile theme plugin activated and use the mobile page/mobile responsive version for the homepage/pages, but for the categories pages/404 page, you can’t use the mobile page/mobile responsive version if you have the mobile theme plugin activated.
So, if you want to design the pages with tagDiv Composer, you can use the mobile page or mobile responsive version.

Thank you!

Viju
tagDiv Member

Website: https://www.softfully.com/
Open on Desktop: On Image, Right click on Inspect, All images you will see 75x75px, that’s good
Open on Mobile: On Image, Right click on Inspect, All images you will see 256x256px, that’s not good (It should be 75x75px)
I use the theme “Newspaper” ver 12.7 and “tagDiv Mobile Theme” ver 2.7
I use “tagDiv Composer” and “tagDiv Standard Pack”, the latest version.
I don’t use “tagDiv Cloud Library”.
How to fix on mobile?

rahlplx
Participant
#0

I am using Urban Observe header template from Newspaper12 theme, now i am unable to display the nav menu of my site in mobile version by clicking the modal it says to use modal pop up id or page id but how can i add my wordpress nav menu to page or modal pop up?. How to embed the nav menu in the modal popup in order to display it in mobile version.

Need help asap.

JapanGeeck
Participant
#0

Hi,

I have a question about my blog using last version of NewsPaper theme.
Everything works fine with Desktop Version.

My blog : https://julliette.fr

But when click on the button to show the menu on Mobile phone, nothing happends. the menu isn’t diplayed. How can I resolve because I think it’s a problem to crawl all pages of my website for Google.

Thank you.

iamsergiomarin
Participant
#0

Hello. I’m having trouble with the mobile pages. I’ve created both for the posts and the homepage. The problem is that sometimes it gets messed up automatically. The default desktop homepage appears, and other times the mobile version appears. I didn’t set the desktop version on my mobile. The same thing happens with the posts. Sometimes the mobile version appears on the desktop, and other times the one created for mobile. What could be happening?

I don’t have the Mobile Theme plugin installed.

Anamaria
tagDiv Staff

Hi,

You can hide the author on that grid for the mobile theme plugin, from Theme Panel -> Block Settings -> Meta info on Modules/Blocks => https://www.screencast.com/t/CvxrWymeyk

Thank you!

janw33
Participant
#0

Good morning,

I’m using the TagDiv Newspaper theme and have a question regarding the mobile display.

I’m aware that there are two options for mobile devices:

The Mobile Template via Cloud Templates
The Mobile Theme using the AMP plugin
My question refers specifically to the Mobile Template, not the AMP version.

I have created two separate templates via the Cloud Templates:
– one Homepage Template for Desktop
– one Mobile Template for mobile devices

However, on many mobile devices, the Desktop Template is still being displayed instead of the intended Mobile Template.

How can I ensure—or force—that mobile devices reliably display the Mobile Template?

Thank you in advance for your support!

Tangerine
Participant
#0

The PC search speed of the newspaper theme is fast, but the mobile search speed is too slow.
What should I do?

Anamaria
tagDiv Staff

Hello,

For mobile theme you can not add a sidebar.
AMP is deprecated as of January 2023-> https://developer.bigcommerce.com/docs/storefront/wordpress/platform-integration/enabling-amp so we don’t longer recommend it.

Thank you!

Divyanshudeo
Participant
#0

Hello Team,

I installed Newspaper theme on my site and use mobile theme and AMP. I also want to add default sidebar for mobile visitor. Can you suggest me how can add this

Garkeith
Participant
#0

I have an issue where some of my stories are using the wrong template on mobile. I think I found the place to change t correctly, but I can’t see what setting is causing it. Everything looks right. I am using the Urban Observer theme.

This article is working correctly https://ckbnao.com/harrison-county-parks-and-recreation-dinosaur-exhibit/

while this article has the original Urban theme at the top. https://ckbnao.com/how-we-fix-clarksburg-i-am-playing-my-part-are-you/

I can’t find what I am missing. They both look right on desktop, on mobile I get a different template that still has the default stuff on mobile.

Any suggestions where to fix it?

radanoid
Participant
#0

Hello! The buttons for sharing posts on social networks have disappeared. They are not on the mobile version either. I am trying to add them again through Tagdiv Composer, but there is only an empty element. In the Theme panel -> social/apis -> social share -> social networks – Facebook, Twitter and Instagram icons are missing. There are only icons for Naver, Flipboard, Copy Url, Kakao, Gettr and Koo. How do I put the sharing buttons back? Greetings!

mwsimmons21
tagDiv Member

I tried all three ways but none of them worked still same issue, no content available for mobile view and my main issue was that i needed the mobile menu for my website so that’s why i activated the mobile theme plugin and after that no content is available for mobile view on the pages which i have customized, is there any way like i can get the mobile menu for my website without activating the mobile theme plugin ?

gmodonesi
tagDiv Member

Both Mobile Theme Plugin and AMP are not installed but mobile pages do not refresh.
In mobile site homepage does not refresh and also article pages do not count views, they seem “freezed”.
Desktop pages work perfectly.
Any other idea?
Thanks

Viewing 25 results - 601 through 625 (of 22,177 total)