Search Results for 'mobile'

Results from the Forum
Alaa
tagDiv Member

Hi there,
your theme is amazing, unfortunate for us it does not support rtl.
Anyway i am trying to get around this problem for now, the biggest problems are:
1- recent post sidebar: shows bulletins on the left side of the lines.
2- socials icons are in a mess.
3- mobile menu doesn’t scroll down and closing it results in reloading the page.
4- i can’t edit the look or the appearance of the mobile version.
*note that i’m using mobile theme plugin and my site content is mainly rtl.
my website
any help?
Thanks in advance.

avstu
Participant
#0

http://www.avillafan.com

Any idea why my pages load on the desktop version but not on my mobile theme?

jun-sasaki
tagDiv Member

Hi Catalin,

Thank you for your response. The mobile menu looks ok now with that bit of css, but the desktop menu bar looks weird. I’ve left the site as it is so you can take a look.

EDIT: Never mind, I added padding for the logo and the individual menu items instead of the whole bar, so it looks perfect now. Thank you. 🙂

#0

Hello,

I am trying to speed up the delivery of my website. I have super cache installed and have applied the custom code to make it work with the mobile version of the theme. However when I enable cloud flare it starts sending cache’d mobile versions of the website to the desktop and vice-versa.

Can you please advise the configuration to get cloudflare working with the mobile version.

Many thanks,

Bogdan B.
tagDiv Staff

Hello,

That is not amp, That is jetpack.
Please disable the mobile theme of jetpack and it should be all fine.

Thank you!

Aminul Islam
Participant
#0

Hello,

The Mobile theme plugin doesn’t compatible with the multisite installation of WordPress. But here is a 3 lines code to make Mobile Theme Plugin fully compatible with WordPress multisite installation.


if (is_multisite()) {
$main_dir_path = $main_theme->theme_root . '/themes' . get_template_directory();
}

Copy above code and open the wp-content/plugins/td-mobile-plugin/td_mobile_theme.php file in your editor, the find 196 number line and paste the right after this “$main_dir_path = $main_theme->get_template_directory();” line.

Here is an example: http://i.imgur.com/ITO0P1a.png

I shared this code because TagDiv doesn’t concerned about the multisite feature I think. I hope this code will save your day 😀

Catalin
tagDiv Staff

Hello michaelcates,

Please check the default behavior for Big Grid 2 on mobile, like this -> https://demo.tagdiv.com/newspaper/big-grid-2/ If your Big Grid 2 behavior it is different by Big Grid 2 from our demo preview, it seems that you have a problem on your side. Try to disable all of your untested plugins and install only the items which come bundled with the theme core files and check the results. Also, if you have the same wrong behavior for your Big Grid after you have followed my above advice, please provide your website URL so I can take a closer look at it.

Thanks for the message!

bucknasty45
Participant
#0

I was playing around with two AMP plugins AMP by Automatic and
AMP for WP

I seem to have destroyed the mobile version of the theme by installing them, it’s stuck on AMP and won’t revert by uninstalling them. Deleted all caches and saved permalinks.

Is there anyway of reverting the changes without resorting to a backup? Thanks.

Here’s what the mobile theme is stuck likeAMP site

https://www.singularityarchive.com

Simion C.
tagDiv Staff

Hi,

If that is what you want, you could try a code like this one for example, it will change the the block-quote paragraph to capitalized (or how you want it to display)
https://www.screencast.com/t/ee6FFq13eT
Or maybe normal text
https://www.screencast.com/t/Rc9cpScMoYuv

The code must be entered in Theme panel->Mobile theme->Custom CSS in order to be applied only on mobile, when using the mobile theme plugin

.td-post-content blockquote p {
text-transform: none;
}

Please correct me if I misunderstand what you wanted.

Thanks

jun-sasaki
Participant
#0

Hi there, the mobile menu button for my site http://nxtmag.tech is out of place (you can see that it floats a little towards the bottom). Is there a css I could use to adjust this?

Thanks!

Simion C.
tagDiv Staff

Hi,

That should not happen, and it means something is not functioning as it should. The mobile version should only be displayed on mobile, that is the way it was designed. This issue happens only when conflicts happen between plugins or with some caching plugins.
Making the mobile version display on desktop is not possible on demand. It would require major changes in the theme even if it were.
It would be best if you would try and use the theme properly, for the best results. Try using this caching plugin instead
https://forum.tagdiv.com/cache-plugin-install-and-configure/

Thanks

Catalin
tagDiv Staff

Hello Scumbag,

If you want to change the style for your all block titles, notice that you can use a bit of CSS code to do this. For example, try the code below and place it in Theme panel -> Custom CSS area and check the results.

The code is ->

.block-title span{
background-color:red!important;
color:black;
}

Regarding on mobile main menu, notice that it cannot be different than the main menu on the desktop, sorry! If you want to add some links only for the mobile menu, you should implement it yourself through the code because the theme does not have any such an option that allows you to do this, sorry!

Thanks for the message!

michaelcates
Participant
#0

Hi,

I’d love to be able to use Big Grid 2 layout for the featured posts but there seems to be an issue with the mobile layout. it shows 3 posts with the last being cut in half? Is there anyway in the theme to update so the mobile version just shows 1 post? Or to be able to use a different Grid layout just for mobile?

Thanks!

Amit
tagDiv Member

@jedy

Jetpack is compatible with Speed Booster plugin.

Here is the list of plugins that are compatible with Speed booster plugin:

  • bbpress
  • contact form 7
  • jetpack
  • js composer
  • font awesome 4-menus
  • wp user avatar
  • td social counter
  • wp super cache
  • woocommerce
  • td mobile plugin
  • revslider
  • Thank you!

    Torasko
    Participant
    #0

    Hey guys,

    I’m enjoying your theme a lot so far, so compliments for that! A quick question in between, do you have a good way to disable the ‘More Articles’ box on mobile devices? I would like to show it on desktops only (or at least on devises with screens bigger than 768px. I don’t really like hiding it with CSS, so I would like to know if there is a good alternative you can recommend.

    Thanks in advance for the information and have a great weekend!

    Oruc
    tagDiv Member

    Hi, Simion. Thanks for reply.. But can you help me which line exactly I must change..

    I want that when users read on mobile the articles’ default blockquotes dont look UPPERCASE. I want to change it to normal text.

    Which line, which code I must change for this.. on style.css or any other file I dont know..

    Please help me.

    simchris
    tagDiv Member

    WordPress creates multiple sizes for anything you upload to the media manager – unrelated to any theme. You can set those sites in the WP theme panel — see WordPress.org for more info on how the base functionality of WordPress handles media uploads for more info.

    You *can* hack WP via functions to disable that. I think our solution the past 10 years was to set the WP media default sizes in WP settings to same size as those we upload and to the common ones used in theme to not end up with duplicates. Meaning if all the images we upload are 600×450, then our default medium size was 600×450, and the small size was one of the module sizes for sidebar.

    WordPress creates multiple images for mobile — for the “srcset” function, and you can see this if you look at your page source ‘view source’ in your browser, for a post.

    If you want zero thumbs/srcset images for images placed further down in posts/pages, you can simply upload those files via FTP to an image folder, and place the actual URL into the post using normal html.

    <img src="https://mysite/images/my-photo-700x335.jpg" alt="" width="700" height="335" />

    Welcome to WordPress! 🙂

    ( I don’t work here. )

    • This reply was modified 9 years by simchris.
    • This reply was modified 9 years by simchris.
    Ginfox
    Participant
    #0

    Hi, in my section “mac,windows,iphone and mobile” i have this problem with my article:
    https://www.pcusb.it/wp-content/uploads/2017/07/IMG_0071-768×1024.jpg
    https://www.pcusb.it/wp-content/uploads/2017/07/IMG_0072-768×1024.jpg
    But in section guide and “guide” is it Ok:
    https://www.pcusb.it/wp-content/uploads/2017/07/IMG_0073-768×1024.jpg

    Thanks for help!

    Rashburn
    tagDiv Member

    Thank You Catalin, I have the matter resolved. I was not noticing the Inner Row block that solved everything. I do have two issues:
    1) There is a white box on the YouTube block.(attached current TD composer pic). I had it on the visual composer widget as well before I switched over to 100% TD Composer (which I really Like).
    2) I can not get the Single Image blocks to be responsive at all. I have tried to get the best setting as possible using the css tab, still not good on mobile at all.

    Thanks
    randyashburn.com
    YouTube Block showing white box

    simchris
    tagDiv Member

    Newsmag is ‘responsive’ so what we do is use the normal responsive design for mobile, and also the Automattic AMP plugin for mobile stuff where supported. This made most sense vs having a separate mobile plugin — but that’s me. 🙂

    simchris
    tagDiv Member

    I don’t think Newsmag has a mobile plugin.

    If you got Newspaper, it will be in the ‘all files’ zip in /plugins/.

    (I dont work here.)

    Scumbag
    Participant
    #0

    Hello, I own http://scumbagged.com and am curious as to how I can change all of the block titles. I don’t know where to go to do that. Some of my block titles say “Fashion Week” and “Gadget World” – clearly I need those to reflect my appropriate sections.

    Regarding the mobile menu, I would like to be able to add additional links just for the mobile viewers. How can I do a separate mobile menu than a desktop menu?

    Thank you for your help!

    Ueilon Teixeira
    Participant
    #0

    Hello,

    I’ve buyed the theme recently, but the file “td-mobile-plugin.zip” doesn’t exist in my pack. Can you send me this plugin?

    Thanks

    simchris
    tagDiv Member

    Probably issue with the ad unit itself.

    Does it work if you just put it into a text box as a sidebar widget, then scroll down on the mobile view and see if you have same issue?

    cyberfyber
    Participant
    #0

    I THINK because of my using one particular cache I ended up accidentally serving certain pages as mobile on my desktop (big enough screen).

    From the little I saw, I liked it! Is there a way to force the site to serve the mobile versions on demand? That way I can tinker around with it to see what’s possible?

    Thanks for any suggestions.

    Viewing 25 results - 31,351 through 31,375 (of 41,416 total)