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

GavickPro on "[Theme: GK Portfolio] Hover excerpt of posts when clicked on mobile"

$
0
0

Hello,

Which device and OS are you using? Because for us on iOS it is working perfectly - first tap opens the post excerpt and then the second tap works as a link.


dhyanan73 on "[Plugin: WPtouch Mobile Plugin] Redirect to home page from WP installation in sub folder"

$
0
0

I'm using WPTouch plugin ( https://wordpress.org/plugins/wptouch/ ) in a WP installation on my domain root: http://www.mywesite.com. I've a second WP installation in a sub folder on the same domain: http://www.mywebsite.com/wp2/ In this second WP installation I'm NOT using WPTouch.

THE ISSUE
ONLY from mobile, if I point my browser (Android/Chrome) to http://www.mywebsite.com/wp2/, immediately after the page loads, it redirects to http://www.mywesite.com. With desktop navigation the problem does not occur. If I deactivate WPTouch the problem does not occur even from mobile (browser remain on http://www.mywebsite.com/wp2/).

How can I stop this unwanted redirection using WPTouch plugin on first WP installation?

Thanks for your attention.

MH Themes on "Menu icon disappear on mobile view"

$
0
0

Hi Soegi08,

if your problems started after installing a plugin, then it's very likely that there is a plugin conflict and in that case you could try to deactivate other plugins, replace the plugin that is causing your issue or contact the plugin developer for support.

By the way, the forum for your theme is located here: https://wordpress.org/support/theme/mh-magazine-lite

ramochoa on "WooCommerce front page images to tall and squeezed at the width"

$
0
0

How can I adjust the size of the images on the front page so they're smaller or so that I can have them listed as a list or one column on mobile? Also can I restrict the image file size the vendors can upload? Thanks

Site link here

Duggy1984 on "[Theme: Simply Read] Any possibles to make slider more flexible to mobile screens"

$
0
0

Hello,
there is a simple css to do. Go to your style.css file in your theme folder. Change this line "213 .slides .slide-thumb img {position: absolute;left: 50%;top: 50%;-moz-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: auto;min-width: 102%;height: auto;min-height: 500px;}
"
to this:

.slides .slide-thumb img {position: absolute;left: 50%;top: 50%;-moz-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: auto;max-width: 100%;height: auto;}

You will see the images are shrinking with the size of your mediascreen.

At least you have to jusytify your height by mediascreen. Is simply css as well. Hope this solved your problem.

Sorry my english is not so good.

ThumbsUpWilp on "[Plugin: Menu Image] Problem with mobile menu"

Amoreb on "[Theme: GK Portfolio] Hover excerpt of posts when clicked on mobile"

$
0
0

iPhone 4s IOS 7.0.4. (tested in safari as well as in chrome)

I also tested it on the demo portfolio , and a similar "split second animation of the post excerpt" occurs.

However, now I noticed that it works accordingly if I tap on the Tag area. So this only occurs if one would tap on the featured image of posts.

I uploaded a gif which shows the bug.
For the first two posts, I tapped on the Tag area.
For the third post, I tapped on the featured image, subsequently showing the post excerpt animation for a split second.

SeekingStability on "Site won't display on mobile - sidebar error"

$
0
0

Ben,

I have author pro. When I try to access my site http://www.seekingstability.com using my mobile phone, this is the error that I get:

Fata error: Call to undefined function hybrid_register_sidebar() in /hermes/bosnaweb05a/ipg.seekingstabilitycom/wp-content/plugins/author-pro/inc/widget-areas.php on line 11

I'm not sure how long this has been an issue - it may very well have been a problem for a long time. I'd appreciate your help.

Thanks,

Deb


Ben Sibley on "Site won't display on mobile - sidebar error"

$
0
0

Hi Deb,

Thanks so much for upgrading!

This was a bug in a prior version of Author Pro, but has since been fixed. If you update to the newest version, 1.07, this error message will go away.

Do you need help activating your license key to receive the update?

SeekingStability on "Site won't display on mobile - sidebar error"

$
0
0

Yes, I think I do. My current license key is active but I don't know how to update to the newest version.

SeekingStability on "Site won't display on mobile - sidebar error"

$
0
0

I'm confused... I checked in themes and I'm using Author verion 1.09. So it appears I have the update, and still that issue.

pr12402 on "[Theme: Simply Read] Any possibles to make slider more flexible to mobile screens"

$
0
0

Thanks for your path compass, Duggy1984!

It's nice now, but no perfect, because of the main slider is not placed in the top of the homepage, although how I mark auto width resizing for mobile screens is correct.

Please visit bristeil.com from your mobile to look at it.
This blank background space in the centre of the screen is coded in this piece now.

Any ideas are appreciated. :)

/*slider*/
/******************************************************************
jQuery SLIDER STYLES
******************************************************************/
#load-cycle {background: url(library/images/loading.gif) no-repeat center center;width: 100%;height: auto;min-height: 100px;}
#slide-wrap {border-top: 0;}
.cycle-slideshow {position: relative; height: auto;width: 100%;display: none;overflow: hidden;}
.slides {height: 500px;width: 100%;overflow: hidden;}
.slides .slide-thumb {position: relative;width: 100%;height: 500px;overflow: hidden;white-space: nowrap;}
.slides .slide-thumb img {position: relative;left: 50%;top: 50%;-moz-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: auto;max-width: 100%;height: auto;}
html.no-csstransforms .slides .slide-thumb img {left: 0;top: 0;}
.slides .slide-noimg {position: relative;width: 100%;height: 500px;overflow: hidden;white-space: nowrap;background-color: #333;font-family: "Raleway-Regular", Helvetica,sans-serif;font-size: 21px;font-weight: 400;text-transform: uppercase;color: #d0d0d0;text-align: center;}
.slides .slide-noimg p {position: absolute;width: 100%;left: 0;top: 42%;}
.slide-title {font-family: "Raleway-Bold", Helvetica,sans-serif;font-size: 24px; /* for ie8 & below */font-size: 24px;font-weight: 400;line-height: 1;margin-top: 0;margin-bottom: 15px;}
.slide-copy p{margin: 0;}.slide-title a,.slide-title a:visited {}
.slide-copy-wrap {position: absolute;bottom: 0;z-index: 100;color: #fff;}
.slide-copy-wrap a {color: #fff !important;}
html.no-csstransforms .slide-copy-wrap {left: 60px;right: 60px;}
.slide-copy {padding: 10px 40px;background-image: url(library/images/trans.png);margin-right: 30%;border-radius: 3px;}
#sliderprev,#slidernext {text-align: center;position: absolute;top: 42%;border-radius: 50%;text-decoration: none;background-color: #fff;font-family: "Raleway-Regular", Helvetica,sans-serif;font-size: 50px;width: 72px;height: 72px;line-height: 67px;z-index: 9999;text-indent: -9999px;outline: none;opacity: 0.9;display: none;}
#sliderprev {left: 10px;background: url(library/images/slider-nav.png) no-repeat 0 -13px;}
#slidernext {right: 10px;background: url(library/images/slider-nav.png) no-repeat -128px -11px;}
.cycle-slideshow:hover #sliderprev,
.cycle-slideshow:hover #slidernext,.cycle-slideshow:focus #sliderprev,
.cycle-slideshow:focus #slidernext {display: block;}
.cycle-paused:after {content: 'Paused'; font-family: "Open Sans", Arial, Helvetica, sans-serif;font-size: 12px; /* for ie8 & below */font-size: 0.75rem;text-transform: uppercase;color: white; background: black; padding: 5px 15px;z-index: 500; position: absolute; top: 10px; right: 10px;opacity: .5; filter: alpha(opacity=50);}
/* pager */
.cycle-pager { text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 10px; overflow: hidden;}
.cycle-pager span { font-family: Arial, Helvetica, sans-serif; font-size: 50px; line-height: .6;width: 18px; height: 22px; display: inline-block; color: #f7f7f7; cursor: pointer;text-shadow: -1px -1px #bcbcbc;overflow: hidden;}
.cycle-pager span.cycle-pager-active { color: #efefef; }
.cycle-pager > * { cursor: pointer;}
.no-slide-image {position: absolute;width: 100%;top: 40%;font-family: "Open Sans", Arial, Helvetica, sans-serif;font-size: 34px;font-weight: 700;text-transform: uppercase;text-align: center;line-height: 1.5em;}

Arkantos on "[Plugin: OneSignal - Free Web Push Notifications] Button in Mobile Version (wptouch)"

Ben Sibley on "Site won't display on mobile - sidebar error"

$
0
0

The bug is coming from the Author Pro plugin, rather than the Author theme. They are currently on different versions.

Could you try activating and running this plugin: https://wordpress.org/plugins/force-plugin-updates-check/

That will force Wordpress to check for plugin updates. The update for Author Pro should then show.

If the update still isn't available after using the plugin to force an update check, please send me your admin username and password at support@competethemes.com, and I will provide a fix.

Thanks for your patience with this.

cats_456 on "Mobile Site issues"

$
0
0

GoMoGreene, hi. This happens with a theme due to responsive design. You can change it by removing media queries. You can copy all content from media queries from parent theme to child theme. (I can't give you warranty)

mobile options should work for columns.

the tab menu replacement doesn't work

You can fix it by choosing menu under Site > Menus.

liledit7 on "I need to minimize responsive left margin within content container"

$
0
0

Hello, thanks in advance for your help.

My blog posts are held within a main content container, as you can see here: http://brazenchurch.com/

On desktop, it looks great, but on mobile, I'm dealing with two sets of margins, the margin outside the container and the margin within the container, eliminating valuable space.

http://mobiletest.me/iphone_5_emulator/?u=http://brazenchurch.com

I'd like to make the total left margin from screen to text 15 px on mobile. I haven't been able to figure it out, so I'd appreciate your help. I feel like it has to be a simple fix, I just can't find it.

chrisdefranco on "[Theme: Virtue] View on mobile devices"

$
0
0

I noticed that on mobile devices, my site appears stripped down unless I touch at the bottom of the page on "View Full Site," which looks totally fine on mobile devices.
How do I make the "View Full Site" version, instead of the stripped-down view, as the default version that automatically appears on mobile devices?

hannah on "[Theme: Virtue] View on mobile devices"

$
0
0

Hey, can you post a link?

Hannah

Raghunath Gurjar on "[Plugin: WP Social Buttons] Icons on Mobile"

neilgee on "[Plugin: Bootstrap Modals] Not working on Ipad"

$
0
0

Hi there, best to check first if you have any javascript errors on the site, you can see these in your developers console for the browser - the modals should be fine on any mobile Safari iOS device

Viewing all 21755 articles
Browse latest View live




Latest Images