Armin, thank you very much! This is indeed what is happening.
The presence of a shortcode module (even with my shortcode plugin deactivated) will cause the page to refresh upon resizing the browser window to mobile/desktop width.
Armin, thank you very much! This is indeed what is happening.
The presence of a shortcode module (even with my shortcode plugin deactivated) will cause the page to refresh upon resizing the browser window to mobile/desktop width.
Thank you Marius. I'll keep testing + posting results in the meantime.
When I click on the URL for "work" in my primary navigation, this is what network inspector shows:
When I resize the page and it auto-refreshes, this is what it shows:
So maybe there's an extra redirect being added in here that's causing the issue... ?
Sorry for multiple posts, just trying to keep track of the problem.
Hi @mariusjopen
Thank you for the clarification.
I've tried removing all custom css + html, deactivating all WP plugins, deactivating Chrome extensions, and clearing the cache, but the auto-refresh still happens on some pages.
Still trying to narrow down what is making the refresh happen on these particular pages.
///
Some details about my install:
In Chrome (Mac/PC/iOS) and Safari (iOS), some pages will automatically refresh when switching between desktop/mobile styles (video example). The automatic refreshing doesn't seem to happen in Firefox (Mac).
I think it has to do with custom phone layouts? For example, this page does not have a phone layout setup, and does not refresh when switching between mobile/desktop CSS.
Wondering if this is a technical necessity of the phone layout feature, maybe to render new HTML? Or a bug? I tried searching the documentation for info on automatic page refreshing but didn't see anything.
If there's any other info I can provide please let me know. Appreciate any help!
Thank you.
Thanks for the new Stack Element feature + your excellent user support!
Ah, awesome! That's good to know. I was thought something was weird when I was adjusting the max-width max-height value and no changes were being made.
Thanks, I'll be on the lookout for any updates.
Is there any way to scale a magnetic slide and its contents to 100% viewport height?
I'm placing HTML5 videos in each slide and they go to 100% width, which leaves lots of space on the top and bottom. It's OK if the left and right sides of the videos are cut off.
I've been playing with the styling but can't seem to nail down what can make this work.
Here's a URL to an example page: http://abrudesign.com/beautytest3/videos/
Any help is appreciated, thanks!
Thanks!
I did try editing those CSS values, and it does make a difference in the transition; however something in the JS runs and the intro image disappears before the transition can finish.
But yes thanks for taking a look, this would be a great feature!
It'd be nice if we could change the amount of time it takes to fade out the intro image.
Seems like this is only editable via javascript? I tried changing a few things in Custom CSS but to no avail.
Thanks thanks!
@arminunruh This worked wonderfully. Thank you!
Hi Armin,
Just noticed this strange error—it must have started very recently. Clearing the cache and disabling plugins don't have an impact.
Using a CSS transform on .category-link causes the underlying thumbnail to disappear in Chrome and Internet Explorer.
The following styling was used in "Custom CSS for Desktop Version"
.category-link {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
Chrome Result
Internet Explorer Result
Firefox Result
When I remove -webkit-transform, -ms-transform, and transform, the images reappear, but unfortunately the text is no longer rotated.
This issue seemingly appeared out of nowhere, and of all the browsers to be affected, why IE + Chrome? Firefox and Safari are fine. Weird!
I'll disable rotation for now, but am eagerly looking for a solution. If I can provide any more information to help please let me know.
Also—I realize styling issues/bugs may be out of scope for your help—but I wanted to post just in case you do have any ideas or anyone else does. Thanks!
Sorry for taking so long to reply —
the fix worked wonderfully!
Thanks so much for addressing this!
Updated Lay Theme (along with the default themes) today, and after the update finished, my wordpress install appeared to be broken. Whenever I tried to access the backend or any URL, I got this error:
Parse error: syntax error, unexpected '[' in /home/redacted/public_html/2015A/wp-content/themes/lay/assets/inc/simple-custom-post-order/simple-custom-post-order.php on line 145
I tried looking for an extra '[' in the simple-custom-post-order.php file but couldn't find it.
I had FTP access so I found the simple-custom-post-order on wordpress.org and re-installed manually. This fixed the issue!
Just posting for posterity!
Hihi!
I was trying to add an unordered list into a text box (using the Source code edit) like so:
<ul><li>one</li><li>two</li><li>three</li></ul>
When I click "OK" it appears in the WYSIWYG window, but then hitting "Done" on that causes the entire box and the text within to disappear from existence. This error occurs on both a new text box and an already-existing text box.
I experienced this on Windows 7 64, Chrome version 44.0.2403.130 m. Lay Theme v 1.035 and Wordpress v 4.2.4
Will let you know if I see this in any other browser or on OS X!
Thank you.
Edit: also happens on Windows Firefox v37.0 and Mac OS X 10.10.3 Chrome v44.0.2403.130 (64-bit) --
However this error does not occur on OS X Safari 8.0.5 !
Thank you for the fix!! :)
Thanks for custom CSS! This theme is just getting better and better. :star2:
@arminunruh I see! sorry for the confusion. it takes a while to get intimate with a new theme :P
I'll always advocate for more settings + customization. although I'm sure it's difficult as a developer to find the perfect amount of control to give to your users, haha
Ah, interesting! Thanks for looking into it. I have many wordpress installs... probably too many...
Hihi!
Small bug: after editing the theme in "Customize" if I hit the "X" in the upper left corner, I get a 404 notice. This has happened on both Win7/Chrome and OS X/Safari.
Clicking the "X" takes me to here:
When it should take me to here:
For reference: