Search Results for 'mobile theme'

Results from the Forum
Bogdan B.
tagDiv Staff

Hello vasik,

The mobile version of the theme was not designed to display the top menu. Further customization of the menu is very specific to your case. It depends on your setup. You have to provide more details to how you want it to display and also provide a link to your website.

Thank you!

otoparkcom
Participant
#0

Hello,

We put a new ad on the header:

<script src="http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=rsb&c=28&pli=14974408&PluID=0&w=728&h=90&ord=[timestamp]"></script>
<noscript>

</noscript>

There is no problem on desktop but a large gap appears below the banner on mobile site:

Banner

Is it because the code or the theme? How can we fix this?
There is no such problem with AdSense, by the way.

Thanks!

Andrei L.
tagDiv Member

Hi

By default the theme doesn’t display the top bar on mobile devices but you can use this custom css in theme panel > custom css to display it: http://screencast.com/t/edqs9T92

@media (max-width: 767px) {
.td-header-top-menu {
display: block!important;
padding: 7px;
}

Note that you may need some additional css customization to the layout, as the top bar wasn’t designed to be displayed on mobile devices.

Thanks!

doucare1971
tagDiv Member

Ha, I figured it out. Did not need to change the code you provided with. I just went into the theme panel and just disabled the social icons from the top bar and they were gone on both desktop and mobile. I have the social icons showing in footer. That is solved.

Andrei L.
tagDiv Member

Hi

By default the avatar image is centered on mobile devices, you can check that on our demo: http://screencast.com/t/X07ZAq8nUHI Try to clear all caches, deactivate the plugins, except Visual Composer and test this again, also make sure that you’re using the current theme’s version available on themeforest which is V2.2.
Let me now how it goes and if the problem persist please provide your site url so I can inspect it closer.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme ad system was designed to work with adsense code, but you cannot add 2 codes in the same spot if this is what you mean.
A solution to have another ad(code) on mobile device will be to paste your code in a custom ad and use do_shortcode function to place it bellow the menu. I don’t know what header style you use, but for example if you use the default template(style 1) you will have to edit header-style-1.php file something like this – http://screencast.com/t/lNgxrndDO If both codes are adsense you can control the them from Theme Panel(disable/enable on specific devices) – http://screencast.com/t/qpivlfocehttp://screencast.com/t/Zm5sI295oJ If one of them is not adsesne you can use those div containers – https://forum.tagdiv.com/header-ad/

<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>

Result: http://screencast.com/t/wRTRcHElUNnhttp://screencast.com/t/c8gXY3uDqc

Thanks!

schindyguy
Participant
#0

I have both (1)320×100 adsense code and (2) responsive adsense code

How do you configure the theme options to display a 320×100 (not responsive) adsense ad on mobile devices as the first thing on the page (below the nav bar and above the title of the post) so it would be:

NAV BAR (hamburger nav / logo / search icon)
320×100 adsense ad
Title of Post
Share Buttons
Content

And then at the same time use a responsive adsense unit for the header on tablet/desktop versions of the site? Right now I have the responsive adsense unit in theme panel > ads > header and know I can disable it on mobile by switching off “Mobile”. Theme docs say I shouldnt use this, but perhaps it makes sense in this situation?

<div class=”td-visible-phone”>
<!– Your NON AdSense code here – this ad will show only on phones –>
</div>

Thanks!!

simchris
tagDiv Member

Average size for a complex theme is actually about 550KB these days as it combines multiple sizes, shapes, options, layouts, mobile/responsive, etc.

Visual composer is also a bit big.

However the actual footprint is much smaller for web browser via gzip and also with caching in the cloud (e.g., Chrome will cache your data if enough hits come from Chrome users, etc.).

You can also manually “minify” the main CSS file using the tips/tricks from my sticky post on site optimization.

But yes, it’s a bit big for all those features people have asked for (demanded?) — so, there is a lot going on, but it’s better than loading 10 diff. CSS files as it’s actually more efficient for one “packet” …

and some data is actually inlined automatically to help with pagespeed/rating.

There was a post exchange a while back for v4 where I’d asked about what we could “take out” if not using bbpress, woocommerce, multisite, or other things to “trim it” and that would be a good tutorial for Radu or somebody to tackle in a
“what can I take out of the main CSS file”
“what can I take out of the main includes-functions file”

as those are the two big payloads other than visual composer.

Chris

Alin [tagDiv]
tagDiv Staff

Hi,

You can reduce the space using custom css in Theme Panel > Custom Css, also on mobile device you have some space issues because you hide the Big Grid row. You can try this custom css and see if it helps – http://screencast.com/t/pjr3MS9dlnDVhttp://screencast.com/t/A4vtqpPK

.home .td-footer-wrapper {
padding-top: 0;
}
.home .td-main-content-wrap {
padding-bottom: 0;
}
@media(max-width: 767px) {
.home .td-page-content {
padding-bottom: 0 !important;
}
.td-footer-wrapper .td_block_3 {
margin-bottom: 10px !important;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Newspaper has an fixed grid layout, responsive as it is fluid and styled for desktop/tables/mobile screens. If you add your banners in the sidebar they should be displayed fine on mobile device. If your banner are outside the content, you need custom modifications, as the theme doesn’t have an option to add them like this. We would have gladly made it for you but for the moment we cannot offer custom work, sorry.
If this is not what you mean please provide more details.

Thanks!

yajones
Participant
#0

Hi good day,

I have Woocommerce (WC) installed and I’ve been testing product, cart and checkout modifications for the last two days. So far I have come across a few decent plugins and I haven’t had to alter the core theme or WC code.

However, now that I’m testing its functionality on mobile (my iPhone 5S so far), I’ve found that “add to cart” isn’t working on the device.

When I tap “add to cart” the page refreshes and but nothing else happens… I remain on the product page, even though I chose the WC setting to redirect to the Cart after adding a product. A brief online search led me to believe that this could be happening due to the different product types, however, both simple and variable products present with this issue.

When I click refresh, I see the message “are you sure you want to submit this form again.” Does this imply that the “add to cart” function was never completed?

Further, I deactivated all plugins except WC and Visual Composer (thinking that maybe a 3rd party plugin was interfering with functionality)… however, the problem persists even with this stripped down version of the site.

Some help would be greatly appreciated. Thanks.
Yuri

sejpost
Participant
#0

When we view the theme on a mobile phone, the top header banner shows up just fine. We plan on having 14 side banner ads that run throughout the websites (on on the right column).

Where do we modify the code so that we can choose to include these ads in the mobile version?

Lastly, can we choose to have them show up after a post verses before a post on mobile? Not sure where to modify that code to include side banner ads or how to show where they show up within the mobile layout.

Thanks.
side banner ads

Alin [tagDiv]
tagDiv Staff

Hi,

The more article box was not designed to be displayed on mobile device. It is hidden via css – http://screencast.com/t/Gc2fcp1g
If you want to enable it you will have to edit the style.css to remove this code – http://screencast.com/t/UsMckM1mR
Or you can overwrite it using more specific target – http://screencast.com/t/jckIue23X50x just paste this custom css in Theme Panel > Custom Css and it should appear:

.single div.td-more-articles-box {
display: block !important;
}

Thanks!

sonny6894
Participant
#0

Hi,

I have the more articles box enabled in the theme panel, however it does not show on the mobile site when I access it from my phone. I just want to confirm is it disabled as a whole in mobile. Is there any way to force it to appear it on mobile?

Thanks

Bogdan B.
tagDiv Staff

Hello,

You already received a reply here: https://forum.tagdiv.com/search/mobile+friendly/

Our theme was designed to be responsive and mobile friendly. I have done the test myself and the result was this: http://screencast.com/t/qVP6BlVhQG9
I have checked your site on different mobile phones and tablets and seems to display fine.

Thank you!

Alin [tagDiv]
tagDiv Staff

Hi,

I just ask you about this, I did not said that it is not possible. Anyway I will add this to our suggestion list to have a footer template with info content on the right.
I have tested this on my side and you can try this solution on your side. I guess you changed the column 1 position in footer style 3 – http://screencast.com/t/ZPDLTis9wg Now please paste this custom css in Theme Panel > Custom Css and check if you still have this issue on mobile device – http://screencast.com/t/S8tZCIukL

@media(max-width: 767px) {
.td-footer-template-3 .td-pb-span4 .td_block_15 {
float: none !important;
}
}

Hope this helps!

George
tagDiv Member

Hi,

I see mobile theme has messed up for ViralBae.com.
I’m unable to see logo in menu bar. Also i see it floats only when we scroll up but not down.
Please could you advice.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

A test on our demo shows that its mobile friendly and doesn’t have any issues: https://www.google.com/webmasters/tools/mobile-friendly/?url=http%3A%2F%2Fdemo.tagdiv.com%2Fnewspaper%2F
It seems that a resource is blocked by robots.txt – http://screencast.com/t/0QJzgJwo Please check their guide – https://developers.google.com/webmasters/mobile-sites/mobile-seo/common-mistakes/blocked-resources?hl=en-US&utm_source=MFT&utm_campaign=MFT&utm_medium=incoming-link also this can help – http://www.davidtiong.com/is-my-wordpress-responsive-website-mobile-friendly/
Also you can test this without using any plugins, leave just theme’s Visual Composer plugin and also make sure that you disable all html/js compression and test again.

Thanks!

thememonstor
tagDiv Member

i have bought your theme from themeforest and its really Awesome .. but after theme installation, i got some issues in my theme with thumbnails and post image .. they are not working properly . could you look on it and solve my problem ..

here i have installed : http://latestmobilebuzz.com

gomerblog
Participant
#0

I was wondering if have any plans for the mobile version of your theme. I am looking for improvements for increased page views. Mobile works differently than desktop browsing. The popular blogs are having a lazy-like post for mobile where the next page automatically loads beneath the first one without clicking so when the user scrolls down the new page is show, new page view and increased engagement. Is this something the team is working on?

Andrei L.
tagDiv Member

Hi

You can modify the image size for mobile devices usng custom css in theme panel > custom css: http://screencast.com/t/cBB0QfDshttp://screencast.com/t/Qf8MewSQh

@media (max-width: 767px){
.page-id-155 .container-fluid .wpb_wrapper p a img, .page-id-383 .container-fluid .wpb_wrapper p a img, .page-id-383 .container-fluid .wpb_wrapper p img {
width: 230px;
height: 180px;
margin-left: auto;
margin-right: auto;
display: block;
}
}

You can modify the width and height as you like. Let me know how it goes!

Thanks!

kathrinhwl
Participant
#0

Hi,

What do I have to do to have smaller pictures on mobile devices especially on smartphone? Please have a look at my homepage on http://www.happyworklife.de There you can see, that the posts and everthing else regarding to the theme (Newspaper 4) is responsive, but the 3 pictures I included (yellow one, grey one and for newsletter) are not responsive. Same problem on site with the 3 yellow pics and the pic with me: http://www.happyworklife.de/coaching

Can you help me or tell me how to make them responsive?

Thanks a lot!
Kathrin

Andrei L.
tagDiv Member

Hi

The theme doesn’t display the background image on mobile devices, as was designed with a full width layout. To change that you will need custom modification in theme’s core files and if you don’t know how to do it yourself my advice is to look for a developer from sites like: http://studio.envato.com/ to do it for you, as we cannot offer any custom work at this moment, sorry.

Thanks for the message!

hasgerdas
tagDiv Member

Hi all,
Here’s what I did step by step to add a custom Whatsapp button:

1. Created a child theme, added an includes/module directory
2. Copied td_module_single.php file from theme’s original location (/wp-content/themes/Newspaper/includes/modules/td_module_single.php)
3. Added FA awesome menu plugin
4. I wanted to keep pinterest but you can delete as well. So, I kept pinterest and below that, I added the following code (before closing div):

<i class=”fa fa-whatsapp fa-lg”></i>

5. Go to custom css area of your theme panel, and add these:

.td-social-whatsapp {
background-color: #60b82d;
}

.td-social-whatsapp .td-icon-whatsapp {
font-size: 24px;
position: relative;
top: 2px;
left: 1px;
}

.td-social-pinterest {
margin-right:8px;
}


@media
(min-width: 787px){
.td-social-whatsapp {
display: none !important;
}

6. Voila! Now you see Whatsapp icon only on tablets and mobile – don’t worry if you don’t see it on your desktop.

Good luck

Andrei L.
tagDiv Member

Hi

We couldn’t implement the feature that play all playlist videos automatically, for mobile devices, because the theme’s js can’t control the mobile player to alter its functionality, so that all videos that follows after the video being played also be played automatically, as on desktop.

Thanks!

Viewing 25 results - 21,251 through 21,275 (of 22,177 total)