Search Results for 'mobile theme'

Results from the Forum
lethow
tagDiv Member

Hello Catalin with mobile theme active it is below as you are saying but without theme activated…it is above…as we share above also..

https://s9.postimg.org/702z170nz/image_1.png

lethow
tagDiv Member

I already sent you the information by email…also, please note that sticky menu is now working in both direction on desktop but with mobile theme activated it is working with smart scroll only when user going down to up then it is sticky…..please advice for mobile theme

lethow
Participant
#0

How to remove footer from mobile theme….we want to remove footer and want on sub-footer will be there in mobile theme…

Option is there for desktop but not for mobile theme..??

Also an – is coming after author name in mobile theme but not on desktop….

We are using the below CSS to remove – in desktop version….

.td-author-line{
display:none!important;
}

Amme89
Participant
#0

Dear Support Team,

we are using the Theme on a main installation and 2 subdomains.

Everything was running fine until this morning. There were NO updates of plugins or the theme! It just appeared the internal server error on all 3 installations (same server).

If the maintenance mode switched on, everything works fine. Another theme works fine too as well as the Tag Div mobile theme.

What we already did:

Checking for Corrupt .htaccess File –> NOPE
Increasing the PHP Memory Limit –> Should be fine
Deactivate all Plugins –> Doesn’t help
Re-uploading Core Files –> Wp-inclues and wp-admin –> Doesn’t work
Contact Provider –> Said the theme must be the problem
Reinstalling the theme –> Doesn’t help

Switched the theme and everything was running fine!

We are slowly desperating about this issue.

Domain: hubsociety.co –> in maintenance / thai.hubsociety.co –> live (docents work only mobile running fine) / ph.hubsociety.co –> in maintenance

We are looking forward to hear from you soon!

Best,
Armin

bobbielind
Participant
#0

The theme is doing great for what I want it to do except the fact that Pages are not showing on mobile devices. It’s not even showing a simple page, it’s showing me the title and the footer. NOTHING in any of my pages. from the simple “About Us” page to my Scholarship page. It shows posts just fine.

Please help me fix this.

Here is what it looks like on my mobile:
Mobile-View

Here is what the desktop looks like:
Desktop View

Thanks for any help you can give.

Catalin
tagDiv Staff

Hello Eric_Vie,

Unfortunately, please notice that our mobile version (Mobile Theme) has been designed to have a basic structure (Big Grid module+some text which has to be added from Mobile Editor and the Latest Articles at the bottom of the page). Also, the general responsiveness mobile version is activated when the mobile theme is disabled and this type of mobile version will display you all the elements from your desktop version but all of these will be responsive. Please notice that the theme does not have such an option that offers you a way to display exactly the desktop layout to the mobile version, sorry! For more information about our mobile theme concept, please check here -> https://forum.tagdiv.com/the-mobile-theme/
If you want to display more levels in our theme and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!

Thanks for your understanding!

poppeto
tagDiv Member

Hi, this is my functions.php which seems quite different to yours? i am unsure where to add this?

<?php
/*
Our portfolio: http://themeforest.net/user/tagDiv/portfolio
Thanks for using our theme!
tagDiv - 2016
*/

/**
* Load the speed booster framework + theme specific files
*/

// load the deploy mode
require_once('td_deploy_mode.php');

// load the config
require_once('includes/td_config.php');
add_action('td_global_after', array('td_config', 'on_td_global_after_config'), 9); //we run on 9 priority to allow plugins to updage_key our apis while using the default priority of 10

// load the wp booster
require_once('includes/wp_booster/td_wp_booster_functions.php');

require_once('includes/td_css_generator.php');
require_once('includes/shortcodes/td_misc_shortcodes.php');
require_once('includes/widgets/td_page_builder_widgets.php'); // widgets

/*
* mobile theme css generator
* in wp-admin the main theme is loaded and the mobile theme functions are not included
* required in td_panel_data_source
* @todo - look for a more elegant solution(ex. generate the css on request)
*/
require_once('mobile/includes/td_css_generator_mob.php');

/* ----------------------------------------------------------------------------
* Woo Commerce
*/

// breadcrumb
add_filter('woocommerce_breadcrumb_defaults', 'td_woocommerce_breadcrumbs');
function td_woocommerce_breadcrumbs() {
return array(
'delimiter' => ' <i class="td-icon-right td-bread-sep"></i> ',
'wrap_before' => '<div class="entry-crumbs" itemprop="breadcrumb">',
'wrap_after' => '</div>',
'before' => '',
'after' => '',
'home' => _x('Home', 'breadcrumb', 'woocommerce'),
);
}

// use own pagination
if (!function_exists('woocommerce_pagination')) {
// pagination
function woocommerce_pagination() {
echo td_page_generator::get_pagination();
}
}

// Override theme default specification for product 3 per row

// Number of product per page 8
add_filter('loop_shop_per_page', create_function('$cols', 'return 4;'));

if (!function_exists('woocommerce_output_related_products')) {
// Number of related products
function woocommerce_output_related_products() {
woocommerce_related_products(array(
'posts_per_page' => 4,
'columns' => 4,
'orderby' => 'rand',
)); // Display 4 products in rows of 1
}
}

/* ----------------------------------------------------------------------------
* bbPress
*/
// change avatar size to 40px
function td_bbp_change_avatar_size($author_avatar, $topic_id, $size) {
$author_avatar = '';
if ($size == 14) {
$size = 40;
}
$topic_id = bbp_get_topic_id( $topic_id );
if ( !empty( $topic_id ) ) {
if ( !bbp_is_topic_anonymous( $topic_id ) ) {
$author_avatar = get_avatar( bbp_get_topic_author_id( $topic_id ), $size );
} else {
$author_avatar = get_avatar( get_post_meta( $topic_id, '_bbp_anonymous_email', true ), $size );
}
}
return $author_avatar;
}
add_filter('bbp_get_topic_author_avatar', 'td_bbp_change_avatar_size', 20, 3);
add_filter('bbp_get_reply_author_avatar', 'td_bbp_change_avatar_size', 20, 3);
add_filter('bbp_get_current_user_avatar', 'td_bbp_change_avatar_size', 20, 3);

//add_action('shutdown', 'test_td');

function test_td () {
if (!is_admin()){
td_api_base::_debug_get_used_on_page_components();
}

}

/**
* tdStyleCustomizer.js is required
*/
if (TD_DEBUG_LIVE_THEME_STYLE) {
add_action('wp_footer', 'td_theme_style_footer');
// new live theme demos
function td_theme_style_footer() {
?>
<div id="td-theme-settings" class="td-live-theme-demos td-theme-settings-small">
<div class="td-skin-body">
<div class="td-skin-wrap">
<div class="td-skin-container td-skin-buy">BUY NEWSPAPER NOW!</div>
<div class="td-skin-container td-skin-header">GET AN AWESOME START!</div>
<div class="td-skin-container td-skin-desc">With easy <span>ONE CLICK INSTALL</span> and fully customizable options, our demos the best start you'll ever get!!</div>
<div class="td-skin-container td-skin-content">
<div class="td-demos-list">
<?php
$td_demo_names = array();

foreach (td_global::$demo_list as $demo_id => $stack_params) {
$td_demo_names[$stack_params['text']] = $demo_id;
?>
<div class="td-set-theme-style">" class="td-set-theme-style-link td-popup td-popup-<?php echo $td_demo_names[$stack_params['text']] ?>" data-img-url="http://demo.tagdiv.com/demos_popup/newspaper/large/<?php echo $demo_id; ?>.jpg"></div>
<?php } ?>
<div class="clearfix"></div>
</div>
</div>
<div class="td-skin-scroll"><i class="td-icon-read-down"></i></div>
</div>
</div>
<div class="clearfix"></div>
<div class="td-set-hide-show"></div>
<div class="td-screen-demo" data-width-preview="380"></div>
<div class="td-screen-demo-extend"></div>
</div>
<?php
}

}

Catalin
tagDiv Staff

Hello Serpao,

Please try the code that my colleague Andrei provided you above. You will have to put that code in Theme panel ->Custom CSS area. This code is applied only for mobile mode .

Thanks.

Eric_Vie
Participant
#0

Dear Support,

I wanted to adapt the mobile version of my Site so that it looks like the desktop version (like the mobile version looks like in your demo for the wordlnews theme). I copied the shortcode in the mobile editor of my Home site but then this error occured visiting the mobile version:

wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_remote_cache is not set.

wp booster error:
Missing parameter: ‘file’

What am I doing wrong? (Site: konterrevolution.at)

Thanks and Greeitngs Eric

Catalin
tagDiv Staff

Hello poppeto,

The theme is still 7.3 but the fix was implemented after 7.3 was released. Please download the theme again, delete your current theme and install the freshly downloaded one. The version is the same but the fix will be present.
As an alternative, here is the fix needed:
Add this code in the mobile theme’s function.php:
td_global::$td_options = get_option(TD_THEME_OPTIONS_NAME); //read the theme settings once
It should look like so: http://screencast.com/t/ke18K42lG

Thank you!

VoZz
tagDiv Member

Thanks for the response. It works. Any suggestions on how to change ‘By’ to my own language? It’s only wrong on the mobile theme.

stephanwhelan
tagDiv Member

You can setup AMP easily with the official AMP plugin. Yoast has created a simple guide to follow:

https://yoast.com/setting-up-wordpress-for-amp-accelerated-mobile-pages/
https://yoast.com/wordpress-amp-part-ii/

It’s very simple to do and AMP url’s work with this theme easily.

Andrei L.
tagDiv Member

Hi

First we would like to thank you for your kind words, we really appreciate your feedback.

1. Mobile theme was intent to display a very simple version of each page, that’s why there is no support for shortcodes. Unfortunately there is no way to keep the mobile theme active only for posts, sorry. It is simpler to leave it inactive if you want a more complex homepage and hide the sidebars from posts using css. The code will be this one:

@media(max-width: 768px){
.td-main-sidebar {
display: none!important;
}
}

2. This happens because the code from theme panel applies after the one from style.css. When the page loads the browser call the style.css then the custom code generated by the theme. To avoid that delay you can insert any custom css directly in style.css file, like this will be applied faster: http://screencast.com/t/DGiO8j434 You can also remove the code which generate the unwanted icons from td_module_single.php: http://screencast.com/t/7WQFRQpQ0http://screencast.com/t/irISkSPT

3. Indeed is not recommended to add google ads in smart sidebar but unfortunately current implementation won’t allow content above smart sidebar, sorry.

Thanks!

poppeto
Participant
#0

Hi, i have just noticed, since i updated my site that i have no thumbs on my mobile site when viewed on my android phone, it says enable thumbs from block/module, and i have sign in turned off but it is still there and my ads have disappeared…..ive reinstalled mobile plugin and regenerated thumbs and rechecked all sliders in theme panel but it still remains the same?
thanks

Catalin
tagDiv Staff

Hello sniperetn,

Please notice that the Mobile Theme is different from the default mobile responsiveness which displays the homepage from desktop mode. As you can see, our mobile theme has a basic structure which intends to display the Big Grid (which render only the posts from Featured Category), some text which is added in the Mobile Editor and the Latest Articles Modules at the bottom of the homepage. Our mobile concept does not recognize the Visual Composer shortcode and this has been designed to be very fast, clear and easy to use. For more information about mobile theme, please check here -> https://forum.tagdiv.com/the-mobile-theme/

I hope that you understood the concept.

Thanks.

Catalin
tagDiv Staff

Hello VoZz,

Sorry for the inconvenience. There seems to be a CSS issue in the new update on the mobile theme. Please use this CSS code in the mobile theme’s custom code box:

.td-post-author-name div { display:inline; }

Thank you for your understanding!

Serpao
Participant
#0

Hi there.
Im doing my 1st web ever, and i bought your theme. Im amazed, good job. But i have some problems with the “phone display”. Im in love/hate with the mobile theme, so maybe you can help me out:

1- I really love the mobile theme in terms of the POSTS. Its really clean, and no sidebar showing up (which i consider innecesary on phones). Everything is clear and fast.
BUT! The homepage… its waay simple for me. I know are able only to put the grid to features posts, and the “last articles”. But im missing so much things, even the slider revolution which gives nice visual.

In the other hand, if i desactivate the mobile theme plugin, i really like the homepage shown, but the Posts are way more chaotic with the sidebar in the botton. Even for Ads, i think is way simpler to add them with the plugin On.

So… what can i do? I mean, there is a way to have everything set up with the plugin, except the homepage? Or is just impossible?

2- I didnt want some social icons, so i read the forum and found that CSS text which hide the unnecesary ones.
The problem is, when i update the POST in the mobile (with NO PLUGIN), it shows all the icons for 1 second, and then it hides the unnecesary ones. Call me maniac, but i really dont like that xD

Notice that if i activate the mobile theme plugin, go to theme panel->mobile theme->custom CSS and put the code, when i refresh the post its perfect. It doesnt show anything else than the icons i want.

And in the desktop, it depends. Sometimes it show them for 0.5 secs only, and then dissapear.

How can i solve this? Instead of hiding the icons that i dont want, its possible delete them? Maybe i have no issues if i do that. (I know is a bit of maniac, but…xD)

3- As i said in point 1, i really dont like sidebars on phone view. Thats why i want the mobile theme plugin (for me perfect in 95%) with the homepage from desktop version.

In case you cannot provide me a solution, ill have to put the sidebar. My intention was to put 1-2 Ads (from adsense) on that spot, in post pages. But i want to have a smart sidebar, cause my posts are long and it feels empty when you start to go down on the web and see nothing on the right.

But i read that i cannot put adsense on smartsidebar, so… my question is. Can i put on static ad from adsense in the begining of the sidebar (like a normal sidebar), and then a smart sidebar which goes down when you are reading?

I dont know if i express good enough: I want a post page. With a add in the beginning of the sidebar side, static, in the up side. And just below that add, one smart sidebar (with social counters, blocks, etc…) which goes down keeping always the right side “busy”. But the Add is staying in the up side.

———————–

Sorry for all the wall of text, and sorry for my poor english.
Thanks in advance. I really hope for a positive solution for the point 1 🙂

sniperetn
Participant
#0

Your tutorial suggest that if I want to add a new element Then i go to homepage and add it there. It will appear between the main grid and the latest articles.

There are series of homepages such as homepage – blog or Homepage – fashion ( not a single one called homepage) Can you assist????

VoZz
Participant
#0

Hey guys,

Since the last update the author name in the mobile theme doesnt display correctly. Name doenst display at all, and the normally Dutch version of ‘By’ is now in English. Only in the mobile theme. Do you have a fix for this? Screenshot: http://reisrobot.nl/screen.png

fbiotai93
Participant
#0

Hello i have issue with this theme

i tried to embed video from 3rd party video hosting unfortunately thats not responsive in template even 3rd party provide responsive support player

this is screenshot from my end

View post on imgur.com


Please advise

Thank you

heathcliff
tagDiv Member

Dear Catalln,

Yes, that was my first responds too. However, based on the visitor’s behavior this is caused by the Mobile theme of Newspaper. The mobile theme is responsible for this. Nothing wrong going on. My site has become more accessible to mobile users. However, let me come back on this over 3 weeks.

Thanks for the great advice, I will set that on.

Catalin
tagDiv Staff

Hello jansena,

If you want to rule out the post category tag only for the mobile version, please notice that you will have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.

@media (max-width:767px) {
.td-post-category {
display:none!important;
}
}

The result you should see here -> http://screencast.com/t/tgTfuTLz

Hope this helps!

Thanks.

Catalin
tagDiv Staff

Hello Eurorus,

The theme is still 7.3 but the fix was implemented after 7.3 was released. Please download the theme again, delete your current theme and install the freshly downloaded one. The version is the same but the fix will be present.
As an alternative, here is the fix needed:
Add this code in the mobile theme’s function.php:
td_global::$td_options = get_option(TD_THEME_OPTIONS_NAME); //read the theme settings once
It should look like so: http://screencast.com/t/ke18K42lG

Thank you!

Bogdan B.
tagDiv Staff

Hello,
There was just 1 ‘unannounced’ update due to a quick fix added for the mobile theme. There was no third edit. Only the first ‘flawed’ version and then the corrected one. Nothing more.
Sorry for the inconvenience.

Bogdan B.
tagDiv Staff

Hello,

As I have stated above, the theme is still 7.3 but the fix was implemented after 7.3 was released. Please download the theme again, delete your current theme and install the freshly downloaded one. The version is the same but the fix will be present.
As an alternative, here is the fix needed:
Add this code in the mobile theme’s function.php:
td_global::$td_options = get_option(TD_THEME_OPTIONS_NAME); //read the theme settings once
It should look like so: http://screencast.com/t/ke18K42lG

Thank you!

Viewing 25 results - 19,701 through 19,725 (of 22,177 total)