Search Results for 'mobile theme'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

So you would like to hide the featured image in the post page, when using the mobile theme plugin. That could be done by modifying the mobile post page template. Comment or remove this code from the mobile theme post template file
https://www.screencast.com/t/DckFD79Z

Or enter this code in Theme panel->Mobile theme->Custom CSS

.single .td-post-featured-image {
display: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

1. That is the page padding, similar to desktop but smaller
https://www.screencast.com/t/rgkmUFKzzT
It could be removed by entering this code in the theme panel advanced CSS section, in the phones and tablet fields
https://www.screencast.com/t/cca9VqHp7pPZ

.home .td-main-page-wrap {
padding-top: 0;
}

2. There is a setting for the mobile menu background color
https://www.screencast.com/t/mjju2gutkK

Thanks

konstantinus
tagDiv Member

This happened with latest version of WP Fastest Cache. I’m back to WP Super Cache and have a tons of problems with the site. Trying W3 Total Cache and Comet Cache, but the situation is the same, posts looks like mobile version.

For me WP Super Cache is a total garbage and I don’t understand why one of the most famous wordpress theme and best selling only support this plugin and there are no support for other cache plugins

P.S. Sorry for my bad english

slavamatador
Participant
#0

How not to show post image at mobile theme?
http://prntscr.com/jddo53

Simion C.
tagDiv Staff

Hi,

We could take a look, please provide a link to your website. The website on mobile should look like the theme live demo
https://demo.tagdiv.com/newspaper/
When using the mobile theme plugin it will look like this
https://forum.tagdiv.com/the-mobile-theme/

Thanks

indraadam
tagDiv Member

Hi,

I just recently changed my web design to this theme and I am experiencing the same issue.

When I open my website from laptop/desktop, there is a blue page that show for one second before disappearing/minimizing itself to the right of the screen. It seems that the blue page is from the mobile menu.

You can try to see the problem in my website: http://doktersehat.com try to open it using desktop/ laptop.

Do you have any solution/ code to hide that?

Thank you

hellonikoloz
tagDiv Member

Hello and Huge thanks for your reply.

I think I did not explain it well.
I do not want to change what is after you click the button.
I just want to make desktop login as it is for mobile, So I want to have 2 buttons for desktop login, first button will be sign in and the second button will be for Registration.

So, I have here Desktop login code:
From Newspaper>Parts>Header>Top-menu.php <<< from here
————————-
//show login widget
if (td_util::get_option(‘tds_login_sign_in_widget’) == ‘show’) {
//test if user is logd in or not
if ( is_user_logged_in() ) {
//get current logd in user data
global $current_user;

//<span class=”td-sp-ico-logout”></span>
echo ‘<ul class=”top-header-menu td_ul_logout”>
<li class=”menu-item”>’ .
get_avatar($current_user->ID, 20) . ‘ID) . ‘” class=”td_user_logd_in”>’ . $current_user->display_name . ‘‘ .

<li class=”menu-item”>
<i class=”td-icon-logout”></i>’ . __td(‘Logout’, TD_THEME_NAME) . ‘

‘;
} else {

echo ‘<ul class=”top-header-menu td_ul_login”><li class=”menu-item”>‘ . __td(‘Sign in / Join’, TD_THEME_NAME) . ‘<span class=”td-sp-ico-login td_sp_login_ico_style”></span>‘;
}
}//end login window
———————————

This is the Code. So i want to edit that code, so i will have 2 buttons for desktop as it is for mobile.
Mobile login code is here:
Newspaper>Parts>Login.php
This is the code:
————————————–
<?php
//get current logd in user data
global $current_user;
//check if admin allow registration
$users_can_register = get_option(‘users_can_register’);

//if admin permits registration
$users_can_register_tab = ”;

if ($users_can_register == 1) {
//add the Register tab to the modal window if Anyone can register chec
$users_can_register_tab = ‘ <span></span>‘ . __td(‘Join’, TD_THEME_NAME) . ‘‘;
}

echo ‘
<div class=”td-guest-wrap”>
<div class=”td-menu-avatar”><div class=”td-avatar-container”>’ . get_avatar($current_user->ID, 80) . ‘</div></div>
<div class=”td-menu-login”>‘ . __td(‘Sign in’, TD_THEME_NAME) . ‘‘ . $users_can_register_tab . ‘</div>
</div>
‘;

————————

If i just copy this code( second code, mobile login code) and paste instead of the first code, desktop login code, the theme does not work. So just copy/paste does not work. That’s where i want your help, to implement/edit mobile login code, so when i put into Newspaper>Parts>Header>Top-menu.php << here (this is where desktop login code is) will work, and i will have 2 buttons for both mobile and desktop view.

I hope, you will understand and sorry for bothering that much. Thank you.

pcservis
Participant
#0

I’m semi satisfied user of Newsmag theme and I bought this one which is more developed with more blocks and I have few issues.

1: Grid slider (I think its 6) don’t extend photos so you get this http://prntscr.com/jcvxr5 and if you use Big Grid like I am at the moment, you cant chose same one for categories slider since you cant chose any of Big Sliders

2: Can’t hide block for mobile or desktop. Tried withour Rocket Cache that I use, still behaves the same

3: If you take look at mine website banjalucanke.com you will notice that all category headers are same color so mine front page is dull and boring. How can I change them http://prntscr.com/jcvzrs

fliporium
Participant
#0

We want to take care of a couple of issues :

1 – When I go to theme panel and want to change something ( actually If I don’t change anything it occurs again ), when I press “save settings” I just see the loading sign and it stays like that forever. This basically mean I can’t do any changes

null

2 – How can I put a featured image on my categories?

3 – Also we have this error in webmaster tools – URL:

https://mobilevrxxx.com/xmlrpc.php

Googlebot couldn’t access the page because the method specified in Googlebot’s request is not allowed.

pcservis
tagDiv Member

Hello, for I a long time I had no issues with your theme even its not possible to customize it to mine lickings, but now I have few breaking issues.

For some reason, mine website is broken. It happened after last update of theme. I tried to dissable all plugins but it still shows the same. Take a loot at it http://BalkanAndroid.com also, option to hide some blocks on desktop or mobile is not working any more.

Can you help me solve this issues?

  • This reply was modified 8 years by pcservis.
Bogdan B.
tagDiv Staff

Hello Sofia,

Revolution slider as well as Wpbakery page builder will ask for activation codes but you do not need to activate these plugins because they are bundled versions. Bundled versions do not come with an activation code. You already have full access to the plugin features without activation.
As for the mobile theme issue, please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation so we can identify you.

Thank you!

hellonikoloz
Participant
#0

Hello,
I want help, so i will have a website, which will be the same for desktop and mobile view, so it will be identical.
Now, it is not, there are differences between mobile view and desktop view( i am not using mobile theme plugin )
The difference, that i was not able to solve myself is the login/register

In Desktop view: “Sign in/Join” there is one button, however in mobile view, it is separate, First is Sign in and the Second is Join button.
So What i am trying to make is to edit Desktop view and put there Sign in button and join button separately.

So, I need to find mobile login code and implement it into desktop.

So I need to find and put it somehow here: Newspaper>Parts>Header>Top-menu.php
Look at the screen> I need to edit that code

So in Desktop view I will have different button for Sign In and and different for Join.

I do hope you will help me, it is the last bit that’s left, before publishing my website.

Thanks in advance.

Sofia Zoric
tagDiv Member

additionally, The mobile theme plugin, I’ve installed, and activated in the WP plugins section, but it’s showing as ‘not activated’ in the Newspaper Plugins section

Simion C.
tagDiv Staff

Hi,

Some sharing socials will show only on mobile, this is the case for WhatsApp. Please check on a mobile device, it should be displayed then.

If it does not despite being enabled in the theme panel, please provide a link to your website so we can take a look.

Thanks

Y F
tagDiv Member

Is there any way to make a one page Navigation for mobile devices? i dont use tagDiv Mobile Theme, only newspaper responsive

Palle_66
tagDiv Member

Hi Simion, thanks för quick respons.

Yes, I have even tryed different ways with other blockheader include categories and posts. But it vill not been showed any text on Blockheader 1 who i want to use.

I have one more site with theme Newspaper there everything works well 🙂 (https://www.post127.se) But on this site I not use TagDiv Composer. I also have problem with mobile menue at Internetfoto, but on post127.se even the mobile menue works correct.
Could the problems be on the TagDiv Composer I use on Internetfoto?

Nana
tagDiv Member

Ok thanks for the feedback. Your mobile plugin stands as one of the best used so far, however prior to myself using your theme I used to use a mobile plugin that allowed the option for disabling the mobile plugin on specific pages in the setting options. Please do consider that in future if possible. I will search to see if a plugin can do that for the time being.

Bogdan B.
tagDiv Staff

If you disabled the mobile theme, the page should be visible unless you still have it cached in the cdn or a hosting side cache.
Please check if you have any other cache and if you still cannot see the page afterwards, please contact us via email at contact@tagdiv.com and provide wp-admin so we can have a look.

Thanks

PhilCreighton
tagDiv Member

Thank you Bogdan I value your help. I hope you all enjoy your holiday tomorrow!

I had the mobile theme activiated. I switched it off and cleared the cache but am still unable to see the page I created.

Do I need to change any other settings?

Thank you again
Phil

Bogdan B.
tagDiv Staff

Hello,

The default exit functionality is pressing the x. There is no functionality added to the mobile menu to detect the home or back button on your mobile device. The menu is opened and closed by the theme icons. The hamburger/hourglass for opening and the x for closing.
So is not a ‘bug’. It is simply the way our mobile menu was built.

Thank you!

Simion C.
tagDiv Staff

Hi,

From what I can see you are using a plugin or different implementation for the mobile menu. The mobile logo should be the one uploaded here in default circumstances
https://www.screencast.com/t/cRs0YUBXsYJ2
It will look like in the live theme demo if you check on mobile.
So the logo would be between the menu button and search, but since you are not using this default functionality, it will not appear.

I could give you a code to show the desktop logo
https://www.screencast.com/t/ioppFucbP
Enter it in Theme panel->Custom CSS if you decide to use it

@media (max-width: 767px) {
.td-logo-mobile-loaded {
display: block;
width: 50%;
}}

Thanks

Bogdan B.
tagDiv Staff

Hello Phil,

This happens because you use the mobile theme plugin. Please read this guide to learn about the mobile theme and it’s functionality. https://forum.tagdiv.com/the-mobile-theme/

Thank you!

Simion C.
tagDiv Staff

That would be the normal mobile design. Elements on pages are created to be responsive, they will adapt for the device width. With the tagDiv composer you can now hide elements by device, rows, columns and most elements have the option. A related topic here
https://forum.tagdiv.com/topic/change-moduleblock-12/

If you use the mobile theme, page builder content will not be displayed. You must then create 2 versions of a page, one for desktop how you wish and one for mobile using the sole capabilities of the mobile editor as mentioned in the guide.

Simion C.
tagDiv Staff

Hi,

There are many theme demos you can choose from, more will be created and added. Glad you could find one that you like.

1. Those will not link anywhere in their initial demo state. That location is the footer menu, you can create a menu of your choosing and set it
https://www.screencast.com/t/xRJzzQvwps
Use the menu items you want in all the menus on the website. The current menus can be replaced if needed, they are created for demo purposes.

2. If you are referring to the footer socials, it seems you have customized it at the moment with your data
https://www.screencast.com/t/UGImWQOnZ
If you are referring to the social counter in the posts sidebar
https://www.screencast.com/t/dKFznRGUZKF
The counter can be edited in Appearance->Widgets, this is a guide
https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
There you can add/remove/edit widgets in the sidebars as you wish.

3. You could give it a try and see if the ad works as you want. The theme supports Adsense ads as well as other ads
https://forum.tagdiv.com/ads-adsense-overview/
https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
From what I know Google Adsense ads are not recommended to be used in floating boxes however if that is the case
https://www.screencast.com/t/aztyvtdGZCiU
https://support.google.com/adsense/answer/48182?hl=en
The ad spots are located in Theme panel->Ads. If you use the mobile theme plugin, this has it’s own ad spots in Theme panel->Mobile theme
https://forum.tagdiv.com/the-mobile-theme/

Thanks

Simion C.
tagDiv Staff

Hi,

1. We would need a link to your website so we can take a look at these issues. The mobile menu will be accessible as soon as the page is loaded. In some cases because of slow loading speed or maybe files that cause 404 errors (not found), the mobile menu will be delayed in it’s functionality.

Or there could be conflicts with other plugins which break the mobile functionality. We will try to identify what is the cause in this case.

2. The menu should be sticky at all times if enabled
https://www.screencast.com/t/BHd0JQZEfz

3. Maybe you have strong caching, however when changes in the website are made by you, the changes should be applied, that would be the ideal functionality. Check the cache settings if possible or CDN settings if used. The theme does not have a caching function so other factors are the cause here.

4. The contact page is a normal page, if you installed a demo it should be like there (different images however). We will take a look if you can link this page here.

5. The weather widget can be configured like this
https://forum.tagdiv.com/weather-widget/
It will work as soon as you configure it with an API key as mentioned, and valid location.

6. You will have to configure the social counter with your own data
https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Edit the social counter either by editing the page with the tagDiv composer, or in the Appearance->Widgets section. Each instance of the counter has to be configured.

Thanks

Viewing 25 results - 15,351 through 15,375 (of 22,177 total)