Search Results for 'mobile'

Results from the Forum
mariusfv
Participant
#0

Salut!

1. Aici: https://demo.tagdiv.com/newspaper/category/tagdiv-technology/ -> este folosit Style 3, la voi face display doar la subcategoriile din Technology, respectiv:
| Gadgets | Mobile | Phones | Photography | Reviews |
La mine arata toate categoriile, cum fac sa nu mi le arate pe toate, ci doar subcategoriile, iar daca nu exista subcategorii sa aratate doar categoria? (am incercat toate setarile si nu reusesc).

2. Paginile unde este tdComposer primesc avertisment in consola, interesant ca la voi pe website (demo) nu exista acest avertisment. Cum rezolv:
http://tinypic.com/view.php?pic=oa0lfd&s=9#.WoIW6OeYNPY

VanderhoofOnline
Participant
#0

I have the Newspaper 8.5 theme running on my site and would like to tweak its visual appearance on web and mobile. I would like to hire a designer who is experienced in Newspaper 8.5 to help with layout specific to my audience. Where would I find a designer with this experience and how much might this cost?
Needs: Mailchimp form in footer on mobile, fix category menu, possibly design static homepage.

Bogdan B.
tagDiv Staff

Hello,

Yes, you can get infinite loading on mobile but only if you add it on desktop as well and you do not use the mobile theme plugin.
There is no setting to have it exclusively on mobile devices.

Thank you!

Simion C.
tagDiv Staff

Hi,

Please try entering the embed code in the mobile editor (text mode), for the page you want
https://www.screencast.com/t/tjEtbEo1yrB
Then check if it appears properly on the mobile page.

Thanks

Catalin
tagDiv Staff

Hello mifwebid,

If you will use the Mobile Theme, notice that you will have this opportunity from the Theme panel, like this -> https://www.screencast.com/t/cs8lUfuq0

Hope this helps!

Thanks for your understanding!

jasonleewkd
Participant
#0

Is it possible to do infinite loading on mobile? Presently I can only get the pagination function (https://www.propertyinvestsg.com/).

Thanks!

Jason

Catalin
tagDiv Staff

Hello andreavivan,

I have checked the email conversation and I saw that you have solved your problem, right? Also, I have tried to access your website so I can take a closer look at it on a mobile device and it seems that it’s on maintenance mode.

Thanks for the message!

Simion C.
tagDiv Staff

Hi,


@urdunet
The theme does not support RTL direction, it is not optimized for this and there are no guides or tutorials that I could provide you with. If attempted there will most likely be issues, these could only be solved with customization and modifications on your part.

@efunny That is happening because of RTL, not that plugin. I could give you a solution to fix that issue, but others may happen caused by RTL. Enter this code in Theme panel->Custom CSS and see if the problem is fixed

#td-mobile-nav {
position: fixed;
}

Thanks

VanderhoofOnline
Participant
#0

I have the Newspaper 8 mobile theme activated. I created an embedded MailChimp sign up form for my WordPress website. I cannot get the sign-in form to show on mobile phones accessing my website: https://www.vanderhoofonline.com

Please assist.

andreavivan
tagDiv Member

Hello Catalin,

I am dealing with the same issue. I have added the mobile logo, cleared cache and yet there is the issue. Also, when opening the “burger” mobile menu, it is still displaying the image of the girl with the camera, which I had removed from the interface. I have sent you an admin permission to my blog. Will also send a follow-up email with the relevant screens.

Thanks,

Andrea

Pete36
Participant
#0

My site has been down for a few months due to malware infection. Just recently switched hosts, had the site cleaned and brought back up. Everything is working perfectly as it was on the mobile version, but on desktop I am experiencing the following issues and cannot find any way to rectify.–
1. Mega menu is not appearing in the header where it was (it appears it is all set correctly but not showing)
(In it’s place is just the plain site identity info)
2. Front page block headings have disappeared and will not return no matter what changes I attempt to make to fonts and styles.
3. Side bar headings for each widget in the sidebar are also not showing.

I have been through the Theme panel and all other areas of settings making changes to see no results no matter what changes I make. (all changes were tested after deleting the cache and then changed back to what they should be).

Could you please advise on what changes/ updates need to be made to bring the sites appearance back to what it was (and what it still appears to be set to in the theme panel). site address http://www.sevenwanderers.com/

Oana1973
tagDiv Member

Hello! I need to increase the font size (on mobile version) on posts and pages. Please provide me the CSS and further instructions. My website is https://savoriurbane.com/

Anonymous
Inactive
#0

How to set only one category with it’s sub categories on a module? As of now i am able to see all the post of different categories on a module. For example, I want to display Mobile Phones category with it’s sub categories (Nokia, Samsung, iPhone, Oneplus) on a module so, how to do that? Please provide solution for this query asap.

simchris
tagDiv Member

We use responsive theme + AMP over here; no mobile specific theme.

Fenix
Participant
#0

Hello,

I’m having some “problems” with the Speed Booster plugin. I state that i’m not a newbie to this template and its plugins.
Said that, what follow is my problem: as you can see from the screenshot below, if i run the Google Page Speed for my articles, there’re two files that delay the render of the page (above-the-fold) only on the mobile version (i’m not using the dedicate mobile plugin because the theme is already mobile friendly).
I’ve added those files in my Speed Booster config file, but seems that isn’t working.
The second problem is: why the mobile pages needs 5 round trip to be loaded? (0 on desktop version)

screenshot

Here’s my speed booster code for CSS and JS (not complete for security reasons):

function css_mover() {
        //if ($this->td_theme_name == 'Newspaper') { }
        // wp 011 - Newspaper 6

			$this->move_style_to_footer_queue('bbp-default-bbpress');  //bbpress old
			$this->move_style_to_footer_queue('bbp-default'); // bbpress
			$this->move_style_to_footer_queue('contact-form-7');
			$this->move_style_to_footer_queue('cookie-notice-front');
			$this->move_style_to_footer_queue('ewww-image-optimizer');
			$this->move_style_to_footer_queue('disqus-comment-system');
			$this->move_style_to_footer_queue('yoast-seo-adminbar');
			$this->move_style_to_footer_queue('rs-plugin-settings');
			$this->move_style_to_footer_queue('td-mobile');
			$this->move_style_to_footer_queue('td-theme');
			$this->move_style_to_footer_queue('td-theme-child');
			$this->move_style_to_footer_queue('td-theme-woo');
			$this->move_style_to_footer_queue('td-theme-demo-style');
			$this->move_style_to_footer_queue('td_live_css_frontend');
			$this->move_style_to_footer_queue('td-theme-bbpress');
			$this->move_style_to_footer_queue('font-awesome-four');
			$this->move_style_to_footer_queue('cookie-consent');

        if ($this->is_ie === false) {
            // move style.css theme style
            $this->move_style_to_footer_queue('js_composer_front');
			$this->move_style_to_footer_queue('td-mobile');
            $this->move_style_to_footer_queue('td-theme');
            $this->move_style_to_footer_queue('td-theme-child');
            $this->move_style_to_footer_queue('td-theme-woo');
            $this->move_style_to_footer_queue('td-theme-demo-style');
			$this->move_style_to_footer_queue('td_live_css_frontend');
            $this->move_style_to_footer_queue('td-theme-bbpress');
			$this->move_style_to_footer_queue('font-awesome-four');
        }

        //@todo test on newsmag
        $this->move_style_to_footer_queue('woocommerce_prettyPhoto_css'); //on product page
        $this->move_style_to_footer_queue('woocommerce_frontend_styles'); //old woocommerce?
        $this->move_style_to_footer_queue('woocommerce-layout');
        $this->move_style_to_footer_queue('woocommerce-smallscreen');
        $this->move_style_to_footer_queue('woocommerce-general');
        //$this->move_style_to_footer_queue('bp-legacy-css');

        //google fonts
		$this->move_style_to_footer_queue('google-fonts-style');
        $this->move_style_to_footer_queue('google_font_open_sans');
		$this->move_style_to_footer_queue('google_font_roboto');
		$this->move_style_to_footer_queue('google_font_roboto_cond');
		$this->move_style_to_footer_queue('google-fonts-style');
		$this->move_style_to_footer_queue('google-font-ubuntu');

        //move revolution slider css
        $this->move_style_to_footer_queue('rs-plugin-settings');
        $this->move_style_to_footer_queue('genericons'); //still rev slider

        //$this->move_style_to_footer_queue('js_composer_front');

    }

/**
         * move javascript to footer
         */
			$this->move_js_to_footer('themepunchtools');
			$this->move_js_to_footer('revmin');
			$this->move_js_to_footer('vc_woocommerce-add-to-cart-js');
			$this->move_js_to_footer('contact-form-7');
			$this->move_js_to_footer('cookie-notice-front');
			$this->move_js_to_footer('disqus-comment-system');
			$this->move_js_to_footer('ewww-image-optimizer');
			$this->move_js_to_footer('revmin');
			$this->move_js_to_footer('tp-tools');
			$this->move_js_to_footer('jquery');
			$this->move_js_to_footer('comment-reply');
			$this->move_js_to_footer('js_files_for_plugin_live_css');
			$this->move_js_to_footer('js_files_for_live_css');
			$this->move_js_to_footer('js_files_for_ace_ext');
			$this->move_js_to_footer('js_files_for_ace');
			$this->move_js_to_footer('td-site-min');
			$this->move_js_to_footer('td-site');
			$this->move_js_to_footer('cookie-consent');

        //print_r($wp_scripts);
        // replace comment-reply.min.js with inline version
    }
mifwebid
tagDiv Member

Can I make certain menu only appear on mobile?

ctoweett
tagDiv Member

(I don’t work here). The mobile plugin can be problematic sometimes. Most of the problems I encountered with it were due to plugin conflicts. Disable all plugins except those from tagdiv and then activate the mobile theme. Clear your cache and test with your mobile phone. If it works, then you can activate each plugin one by one while testing to see what might be causing the problem.

jakobe75
Participant
#0

The top social sharing buttons are hidden in Firefox by default and you must click a “+” symbol for them to appear.
Once you click the “+” symbol, the sharing icons appear and then you also have a “-” icon…clicking the “-” icon causes the just minus icon to disappear but not re-hide the icons themselves that were just revealed by clicking the + icon.

I do not want the icon to be able to be hidden in any capacity, I want them “open” and visbile without the ability to hide them.

This behavior does not happen in Chrome only in Firefox (tested on three machines.)

In Mobile Chrome & Safari the issue persists but has a different behavior
The facebook icon appears along with a + symbol. Clicking the + symbol then shows all the icons
and then clicking the – symbol makes only the – symbol dissapear but does not hide the icons.

I have tried changing the icon style to every setting in the theme panel yet the behavior continues.

I have no caching plugin enabled.

This behavior started after upgrade to 8.6

Newspaper 8.6
Wordpress 4.9.4
Local News template

images:
screen 1
screen 2
screen 3

pmerlihan
Participant
#0

I have never been able to use the mobile theme since inception. I get a white screen and it is posted saying “The mobile theme path couldn’t be set. Please check if you already have another mobile theme plugin active and disable it (ex. jetpack Mobile Theme or similar) If you use a cache plugin clear it before checking the results.”

I don’t have jetpack installed or any other mobile theme. I have WP Rocket and have cleared the cache numerous times.

Appreciate some help with this one. I would actually like to start using the mobile theme and speed things up.

Website: http://www.observerxtra.com

Filandor
tagDiv Member

ok, it problem will be try fix autor of script.

In this page view-source:https://meridian-tur.com/aviabilety/ uses iframe with scroll:


<iframe scrolling="yes" src="https://air.in.ua/agencies/widget/1039/best-offers=1/" width="750px" height="1000px" frameborder="0" allowtransparency></iframe>

why in mobile it not scrolling?

drvarun5179
tagDiv Member

You should remove the picture insteaed, it only adds to load on website. Think in broader terms, how many people actually click on mobile menu? That was one reason i removed it too, like few hours ago. You can test my website speed here: https://medicforyou.in

ds-2
tagDiv Member

Hi Dr.Varun,
thank you very much first for helping, there is still one error reporting which I cant get rid of when I tried to update same picture.

I found in ThemePanel-Background two places where to upload/update picture and that removed two errors but one still remained.

Then for test I replaced that picture on both places in Background with new picture so I will be able to see difference, if that old is still somewhere in wordpress.

Please see screenshot: new picture is applied in Background to two places for Mobile

https://drive.google.com/open?id=14Y8Oo5ogOhZePMhn0fn59CiJn_lNdzjS
https://drive.google.com/open?id=1B0KohBxrkQRQlvUjNWxAN496UwRszAar

While now still that test result shows that old picture is somewhere and needs to get updated also. So I assume that I updated/loaded new succesfully on 2 places as 2 errors dissapeared:

“An image with an insecure url of “http://www.digitalfuturetimes.com/wp-content/uploads/2018/02/14-300×199.jpg&#8221; was loaded on line: 891 of https://www.digitalfuturetimes.com/.&#8221;

I dont know where to find that last error- where is an option to exchange that picture-or update it?

Thank you so much in advance
D.S.

Simion C.
tagDiv Staff

On mobile the category tag is displayed like this
https://www.screencast.com/t/oBD3DLNgzF
The caption is not visible until you use the code provided in the same topic
https://www.screencast.com/t/boGJ1fVS
Make modifications to it if you want to, then enter it in Theme panel->Custom CSS

.td-feat-image-caption {
color: #ffffff;
margin-top: 10px;
margin-left: -5px;
padding: 10px;
}

Thanks

Simion C.
tagDiv Staff

It would be possible to center the logo with custom code, I would need to know the header style you are using, or a link to your website would me most helpful.

The menu in that website has an entirely different functionality then the mobile menu in the theme. The theme mobile menu opens in a modal window, not as a drop down like there.

You could do maybe something like this – https://www.screencast.com/t/GwxZrEULR9w
And reduce the modal widow width, but it will require more customization to make it look and work properly. This is the code for reducing the width and making the menu fixed when scrolling

.td-menu-mob-open-menu #td-mobile-nav,
.td-menu-mob-open-menu .td-menu-background {
width:20%;
position:fixed;
}

Use the browser inspector to identify the elements used and make modifications to them
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Viewing 25 results - 29,376 through 29,400 (of 41,416 total)