Quantcast
Channel: Topic Tag: mobile | WordPress.org
Viewing all 21755 articles
Browse latest View live

soxntigs on "[Plugin: Meta Slider] Slider not working with WP Smart Mobile"


project_subdomain on "[Plugin: Special Recent Posts]Mobile: Undesired separation of thumbnail and text"

$
0
0

Hi!

I'd like to prevent the separation/row-break of thumbnail and text which displays each in a singular row instead appearing both next to each other in one row.
This happens at mobile devices only (and some old IE browsers).
(To make it more clearly:)
Instead of
[] text
[] text

it is displayed like this:

[]
text
[]
text

Here is the code:

/**
 * --------------------------------
 * THE POSTS CONTAINER
 * --------------------------------
*/
.srp-widget-container {
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;     /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */

	    -webkit-box-orient : vertical;
	       -moz-box-orient : vertical;
	-webkit-flex-direction : column;
	   -moz-flex-direction : column;
	    -ms-flex-direction : column;
	        flex-direction : column;

	-webkit-flex-wrap : nowrap;
	   -moz-flex-wrap : nowrap;
	    -ms-flex-wrap : nowrap;
	        flex-wrap : nowrap;
}

.srp-post-content-container {
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;     /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.srp-thumbnail-position-default {
	-webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
       -webkit-flex-direction: row;
          -moz-flex-direction: row;
           -ms-flex-direction: row;
               flex-direction: row;

	     -webkit-flex-wrap: nowrap;
	        -moz-flex-wrap: nowrap;
	         -ms-flex-wrap: nowrap;
	             flex-wrap: nowrap;
}
/**
 * --------------------------------
 * THE CONTENT BOX
 * --------------------------------
*/
.srp-content-box {
	-webkit-box-flex: 1;   /* OLD - iOS 6-, Safari 3.1-6 */
       -moz-box-flex: 1;   /* OLD - Firefox 19- */
             width: 20%;   /* For old syntax, otherwise collapses. */
        -webkit-flex: 1;   /* Chrome */
            -ms-flex: 1;   /* IE 10 */
                flex: 1;   /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
/**
 * --------------------------------
 * MEDIA QUERIES
 * --------------------------------
*/

/* Max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {

	/**
	 * --------------------------------
	 * The Single Post
	 * --------------------------------
	*/
	.srp-post-content-container {
	-webkit-box-orient: vertical;
       -moz-box-orient: vertical;
  -webkit-flex-direction: column;
   	 -moz-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;

	   -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
           -ms-flex-wrap: nowrap;
               flex-wrap: nowrap;
	}

	.srp-content-box {
		-webkit-box-flex: none;   /* OLD - iOS 6-, Safari 3.1-6 */
	       -moz-box-flex: none;   /* OLD - Firefox 19- */
	               width: auto;   /* For old syntax, otherwise collapses. */
	        -webkit-flex: none;   /* Chrome */
	            -ms-flex: none;   /* IE 10 */
	                flex: none;   /* NEW, Spec - Opera 12.1, Firefox 20+ */
	}

Any ideas?

blackparrot on "[Plugin: WP Contact Slider] Disable in Mobile"

coupontales on "Mobile redirection"

$
0
0

Hello ,

My website is http://www.coupontales.com ,
I am having two more Domains http://www.thecoupondeals.in and wwww.coupontales.in , All my domains are redirected to http://www.coupontales.com

I have created a sub-domain m.coupontales.com for mobile version ( the design and content of the websites are different ) , I need help regarding the redirection for mobile users.

If any one could help me with .htaccess code to redirect my mobile traffic of all the three domains to m.coupontales.com it will be a great favor :)

Is it possible that whenever a desktop user types m.coupontales.com it should redirect to http://www.coupontales.com , because the design and content of the websites are different ?

suhamete on "[Plugin: Popups - WordPress Popup] Not working with mobile"

$
0
0

Hi Damian, your plugin works for mobile devices but not responsive. How can we do that? I have a poster (which is big) width 560 and height is 780px. How can i show this properly for mobile devices?

http://www.vefakermes.com/ is my site btw

VKV Visuals on "[Theme: willingness] Navigation not working on mobile"

$
0
0

Hi,
I am using the Willingness Theme, this is the URL: http://buskruitmet.nl/. I have set the theme to desktop view on a mobile. But the navigation is not working. When I tap it, nothing happens. Only with the Blog tab, when I tap it and keep my finger pressed on the tab, I get the menu to open de page in a new window, and then it works. But this is not the way to go as the readers do not know that.
Could you please look into this asap?
Thanks in advance,
best regards,
Mac van Ketwich

Damian on "[Plugin: Popups - WordPress Popup] Not working with mobile"

$
0
0

Hi suhamete, you need to add some css to the image. The easiest way would be to change the image style to be smt like:
<img src="image.jpg" style="max-width:560px;width:100%;height:auto;"/>

LindzConnell on "[Plugin: dsIDXpress IDX Plugin] Turning off mobile redirect"

$
0
0

Hello,

We can fully turn dsMobile off for your account if that is what you prefer. If you do wish for us to fully turn it off just send an email to us at Support@DiverseSolutions.com and one of our Support Reps here can accommodate your request.

Thank you!

Lindz
Diverse Solutions


wildwilly on "[Theme: Accesspress Lite] how to show slider caption on mobile devices"

$
0
0

Hi. I tried implementing your suggestion made to another enquiry to display the slider caption text on a mobile device. It was

@media screen and (max-width: 768px)
.slider-caption .caption-description {
display: block !important;
}

@media screen and (max-width: 480px)
.slider-caption {
display: block !important;
}

When putting this in my custom css. I still don't see any slider text on mobile. Can you advise?

The website is http://www.lottoticketmaster.com.

Thanks a lot for a great theme!

mtthwmcbrd on "[Theme: Harmonic] Mobile responsive front page"

$
0
0

Hi there,

I really like the theme! I am having a hard time getting some mobile responsiveness out of the front page - specifically on smaller handhelds, like iPhones and Androids. Seems like it is just cutting most of my front background images out and displaying only a percentage.

You can scope out the site - joegregorymusic.com

Any help is appreciated, thanks
-M

celzio.biaz on "[Plugin: HTML5 Online CHAT ROOM Widget] Mobile app"

$
0
0

Yes, we use it with mobile, it works pretty well.

João G on "Include php file from another theme"

$
0
0

Hi, I need to include a file which makes part of another theme in the same installation, and when I put "require_once(ABSPATH.'wp-content/themes...')", it's like we had included the wp-load twice, then, we got a lot of warnings "Warning: Cannot modify header information - headers already sent by...".

How to include a php file from another theme without errors? Maybe you make a question to yourself about why I wanna do it, let me explain: we have a theme specially for mobile, and in desktop version (main theme), we're using a custom post type, some custom fields and customizations, but those customizations are not coming available when we turn on the mobile theme.

Does someone have a "light" about how to make our custom post types and custom fields work for both themes simultaneously?

anefarious1 on "[Plugin: Plugin Organizer] Plugin Still Causing Conflict When Disabled - Mobile"

$
0
0

I have a plugin which adds a mobile menu. Previously, when I opened the menu it wouldn't scroll down. By deactivating plugins, I discovered the reason was due to another plugin called Wordpress Data Guard.

However, I am only able to get the menu scroll to work if I completely deactivate the plugin. I've always had Data Guard disabled on Mobile using Plugin Organizer but it seems that doing so can't resolve the conflict. Is there anything else I can try?
Thanks!

https://wordpress.org/plugins/plugin-organizer/

anefarious1 on "[Plugin: Plugin Organizer] Plugin Still Causing Conflict When Disabled - Mobile"

$
0
0

UPDATE: After further investigation, it seems to be another plugin which combines and minifies css and javascript files. It is probably creating a problem in conjunction with the DATA GUARD plugin. I will figure this out myself as it is not a PLUGIN ORGANIZER issue. Disregard please!

jc62 on "Mobile redirection"


coupontales on "Mobile redirection"

$
0
0

Hey jc62 , thank you ....
it worked woith plugin and i just saw a feature within my CDN i can just use it to redirect mobile users to mobiel subdomain.

but i got a problem with desktop users,

If any dektop users use m.coupontales.com it should redirect to http://www.coupontales.com , for which i am using this .htacccess code

RewriteEngine On
RewriteCond %{QUERY_STRING} !^desktop
RewriteCond %{HTTP_USER_AGENT} "android|blackberry|googlebot-mobile|iemobile|iphone|ipod|#opera mobile|palmos|webos" [NC]
RewriteRule ^$ http://m.website.com [L,R=302]

but as i use wordpress , whenever i go to m.coupontales.com/wp-admin , it is redirecting me to coupontales.com/wp-admin .. how can i access admin panel ???

Design Lab on "[Theme: The Box] Mobile Site"

$
0
0

1.4.0 update will fix it.
it will be available soon.

Matcha Labs on "[Plugin: Meta Slider] Slider not working with WP Smart Mobile"

$
0
0

Hi there,

I think you're right in that the plugin detects mobile devices and switches the themes and they don't have the <?php wp_footer(); ?> which is required to include the neccessary JavaScript files.

I edited the plugin file: /wpsmart-mobile/themes/base/base-footer.php

and added the following just above the closing body tag:

<?php wp_footer(); ?>

This seems to fix the slider but I've not tested any other functionality or the other themes etc.

Thanks,
Dave

emranemranx on "[Theme: EvoLve] Bootstrap Slider Missing Slider Description and Button"

$
0
0

Hi there,

Thanks for writing in,

If you wish to have a look something like this: http://prntscr.com/78193t and to resolve the issue what you're suffering from so you can add following code under Appearance > Theme Options > Custom CSS:

@media only screen and (max-width: 540px)
#bootstrap-slider .carousel-caption p, #bootstrap-slider .carousel-caption .button {
  display: inline-block;
}

.carousel {
  position: relative;
  min-height: 193px;
}

.carousel-inner {
  min-height: 193px;
}

.carousel-inner > .item {
  min-height: 193px;
}

Hope this helps!

Thanks.

soxntigs on "[Plugin: Meta Slider] Slider not working with WP Smart Mobile"

Viewing all 21755 articles
Browse latest View live




Latest Images