Search Results for 'mobile'

Results from the Forum
Catalin
tagDiv Staff

Hello eddieor,

As you can see, the mobile theme uses the td_block_big_grid_mob_1 to display the posts for the homepage, sorted by Latest, as you can see here -> https://www.screencast.com/t/OZlWE23WmtT By default, the limit of these posts are three and if you want to increase them, you should edit the theme core file which handles this limit and change it with your desire, like this -> https://www.screencast.com/t/hnppCid9

Hope this helps!

Thanks for the message!

Bogdan B.
tagDiv Staff

Hello,

You seem to use the mobile theme plugin, that is why the content on your homepage is not the same: https://forum.tagdiv.com/the-mobile-theme/
If you want to have the same content on your mobile device as the desktop version please disable the mobile theme plugin. I could not see any issue when refreshing but if you simply resize the browser and refresh you will see 2 versions, yes because the mobile theme will kick in but you have to test on the mobile device itself not on your desktop pc by resizing the browser window.

Thank you!

Leisurevn
Participant
#0

Now I am using Bidvertiser Ads for my website.
But when I view my website on my mobile (iPhone), ads display too long.
Too long
Link capture: https://ibb.co/iRFVWQ
How can I fix this bug?
Bidvertiser ads code is script code.

laurab
tagDiv Member

Hi Bodgan,

I also have a header template for mobile named “mobile header.php (mobile/header.php)”

I added the code in the header.php, the question is if I have to add the code in the mobile header too.

Thanks,
Laura

Abbeydene
tagDiv Member

Hi, I have deactivated all plugins except visual composer. The desktop works for me, but still getting issues with the mobile version not working. I have also cleared the hosting cache and there is no custom code.

Could you check to see if you can see the desktop version now and check to see if you are having the same problem with the mobile version?

Thanks,

Darren

Fatih
Participant
#0

Hi,

I have problem in my mobile theme in http://www.kampbros.com. I saw my mobile theme stle in my posts but i didn’t saw it in homepage. How can i fix it ? (I using Wp Super Cache plugin.)

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

biggleem
tagDiv Member

Is there a code that removes the back to the top button on the lower right corner of the mobile theme.

Kokasaurus
Participant
#0

Hey everyone, just purchased this theme and I’m loving it.
However, I’m having an issue with the mobile version of the same post.

The post I’m speaking of is this : https://nasilemaktech.com/2016/12/13/review-new-wd-book-2016/

For reference, these are the two different versions I’m speaking of : http://imgur.com/a/Y09LE

I manage to get two different versions of the same post by simply refreshing. Any advise on which is supposed to appear on mobile, and how to make it consistently only show one version?

Also, sometimes the BIG GRID on my homepage (www.nasilemaktech.com) doesn’t appear on mobile. Any advise on how to fix this too?

Thanks.

LZ
Participant
#0

For the mega menu we have added the following to increase the number of child categories listed:

if (!empty($show_child_cat) and !empty($category_id)) {
$td_subcategories = get_categories(array(
‘child_of’ => $category_id,
‘number’ => 50
//$show_child_cat
));

How would we achieve this with the mobile menu? – td_walker_mobile_menu.php ?

substream
Participant
#0

We recently upgraded to Newspaper 7 and our mobile site appears broken. When pages do load, they are very simple. How can I customize these settings?

More importantly, can someone help me fix my code?

SubstreamMagazine.com

eddieor
tagDiv Member

LOL…i know that…been working with WP long time. even if I add more posts in featured category…it seems the mobile theme only show top 3 posts.

-eddie

Catalin
tagDiv Staff

Hello faizitagdiv,

I have inspected your website and I saw that your general font family is “Century Gothic” which is applied to any devices. The theme does not have any such an option that allows you to have a different font for mobile mode than desktop, sorry! Try to clear all your caches and check the results.

Thanks for your understanding!

davidovikm
tagDiv Member

1.They were working before the latest update. As i already told you, the ad works on quick adsense plugin, it works everywhere else but not when inputted on the theme.
2.social counter not working
3.menu button on mobile not working(using responsive theme, not mobile plugin)

eddieor
Participant
#0

how or where can I increase the number of featured posts showing on the mobile theme front page?

-thanks

Simion C.
tagDiv Staff

Hi,

I have inspected your website and it seems to be displaying the mobile theme at the moment on some pages
https://www.screencast.com/t/rbuoWYCv
In previous topics related to this problem usually it was a caching plugin to blame. Please try and disable the plugin and check to see if the problem is fixed. Also update all the plugins provided with the theme, from the theme package – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
It is recommended to use WP Super Cache for best results, with the settings mentioned in this guide
https://forum.tagdiv.com/cache-plugin-install-and-configure/
For the Big Grids you could use a code like this, and change the values how you want
https://www.screencast.com/t/cC81UruuCFsX
This is the code used, you must enter it in Theme panel->Custom Css

.td_module_mx19 .td-module-title a,
.td_module_mx20 .td-module-title a{
font-size: 30px;
line-height: 30px;
font-weight: bold;
}

Thanks

faizitagdiv
Participant
#0

Hi,

I want font-family for my mobile site same like desktop site of Theme Newspaper ?

how i can make it ?

My Site URL = http://techgazette.pk/

and i did not use the Mobile Theme, so.

looking for your answer.

Simion C.
tagDiv Staff

Hi,

I see what you are referring to. This seems to be caused by a link present in the post content
https://www.screencast.com/t/0xwQLtfkS
https://www.screencast.com/t/Y59RAhVJ0kKJ
Please try the code provided below, and it should make the link display properly on mobile
https://www.screencast.com/t/Q0AcnwH1

.single .td-post-content p a {
word-break: break-word;
}

The code must be entered in Theme panel->Mobile theme->Custom Css
https://www.screencast.com/t/wdf5eaLR
Please let me know if this is a working solution for you.

Thanks

Bogdan B.
tagDiv Staff

Hello,

If you want to remove the search on the mobile menu you can simply use a css code to remove it.
Add this code in the theme panle-> custom css box:
@media(max-width:767px){
.header-search-wrap{
display:none;
}}

If you use the mobile theme plugin you must add the co0de in the mobile theme section (the very last menu in the theme panel)

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The mobile theme plugin is an optional plugin that can be deactivated at any time. If you use the standard responsive version of the theme, the content will be exactly the same as the desktop version except it will be on 1 columns as the mobile version of the site (plugin or not) only has 1 columns to show content.

Thank you!

dileep
tagDiv Member

Hi Simion
It solved when I deactivate mobile plugin.
Thank you

Bogdan B.
tagDiv Staff

Hello,

@Sanalsantiye

Unfortunately the mobile theme will not use visual composer elements so using a default author box is not allowed. You can however create a list of your authors in the mobile editor as you would create a post by using the tiny mce editor.

Thanks

Simion C.
tagDiv Staff

Hi,

If you have the mobile theme activated, then this will display predefined templates for the page, post, category etc. On the homepage for example it will display a Big grid on top that will show posts from the featured category, so you need to have posts in this category in order for it to appear. After the Big grid there will be a Latest articles section. Content for the pages on mobile has to be inserted in the same page edit screen as you would on desktop, but in the Mobile editor – https://www.screencast.com/t/B0J2G8Kr7Oh
More information about the mobile theme here – https://forum.tagdiv.com/the-mobile-theme/
Please note that this plugin is optional, you can choose not to use it. Then the same content that you have on desktop will be displayed on mobile as well. The theme has a full responsive design and will adapt to every device screen.

Thanks

mfuture
Participant
#0

Hi,

Is there a Theme Options to enable or disable the Newspaper Default search bar?

If no, could you guide us which is the file and line to remove Mobile Search button and form?

Many Thanks.

yun05842
tagDiv Member

and I use default template in my PC. So, In mobile there are any latest posts. and there are any method that
default template(PC) + Latest posts(mobile) or can I make a category in a mobile page?

yun05842
tagDiv Member

Hello, I have a question. how can I make a mobile-page like a my pc-page.
I know mobile page is not operate like a PC-page. So .there are any method making a page like pc-page

Viewing 25 results - 32,251 through 32,275 (of 41,416 total)