Forum Replies Created
-
AuthorPosts
-
Hi Mike,
Sorry for the delayed response ( I was out a few days). The code seems to have done the trick, once I purged the cache. Looks great. Thank you so much for the help on this.
Many thanks,
YvonneMarch 19, 2021 at 7:49 pm in reply to: Woocommerce Digital Product Downloads – Not working at all #1289260Hi Rikard,
I disabled all the plugins other than:
Woocommerce
Woocommerce paypal gateway
woocommerce shipping & tax
and the 4 Lifter LMS plugins.Ran another test – still not working.
I’ll run the next update on staging next time.
Yvonne
Hi Ismael,
We went thru the source code on this page: https://staging1.strokechallenges.com/courses/ — and noted missing code that is not on the page causing the side bar to wrap incorrectly. See below. Is there any way to add just the missing code to the page? Maybe thru functions.php? We were able to download the site to our computer, insert the code and get it to work.
<div id=’main’ class=’all_colors’ data-scroll-offset=’88’>
<div class=’container_wrap container_wrap_first main_color sidebar_right’> —-THIS CODE
<div class=’container’>
<main class=’template-page content av-content-small alpha units’ role=”main” —-THIS CODE
itemprop=”mainContentOfPage”> —-THIS CODEPlease let us know. There must be a way for us to get the code on just the one page.
Thanks
YvonneThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.I do, are there any specific settings?
Hi,
We tested the site on several different models of iphone and this was occuring on all of them. We switched to the fullwidth easy slider for all the pages and no longer have issues. Something is definitely wrong with the fullscreen slider and the iphone.This reply has been marked as private.Hi Andy,
The issue is resolved.
Thanks!!!
YvonneHi Andy,
Looking at your image, you were definitely seeing what i was seeing. I have attached a screen shot of what you uploaded to imgur.com.That being said, i have resolved the issue by tweaking the settings on autooptimize plugin. You were on the right track with the caching plugin conflict.
Selecting this: “Check this option for Autoptimize to also aggregate JS in the HTML. If this option is not enabled, you might have to “force JavaScript in head”.
Thanks for your help!
Hi Vinjay,
I’ve done all of the above to no avail. I have check with the company’s office in Phoenix (we are in Orlando) and they are seeing the same problem.
Has anyone else had a similar issue?
thanks,
YvonneHi Ismael,
Thank you for fixing that. However, we are now having problems on other pages, with some h2 fonts being all in caps on some pages and some pages not. Is there going to be a long term fix for this issue?Thanks,
YvonneHello,
Parallax is working great on desktop, however we cannot get it to work on any mobile device whether it is a phone or tablet, apple or android.
I found a link to this post in the forum: https://kriesi.at/support/topic/parallax-not-working-for-ipad-and-iphone/#post-607122
and did exactly what it said to, but it did not work.
in reviewing the shortcodes.js file, I also found this line of code around line 1847:
_parallax_scroll: function(e)
{
if(this.isMobile) return; //disable parallax scrolling on mobilevar winTop = this.$win.scrollTop(),
winBottom = winTop + this.property.wh,
scrollPos = “0”,
prop = {}, prop2 = {};should any of that be removed too?
I also found around line 1782:
//parallax scroll if element if leaving viewport
setTimeout(function()
{
if(!_self.isMobile) //disable parallax scrolling on mobile
_self.$win.on( ‘scroll’, $.proxy( _self._on_scroll, _self) );},100);
should this be removed as well?
Can you please advise.
Eureka! That’s it Rikard. It’s working (I pasted the code into my functions.php in the theme folder.).
Thank you so much!!!
Hi Yigit,
That was too easy!
Thank you so much!!
YvonneHi Yigit,
I switched it to administrator. Sorry about that. I did not upload into the logo area as I don’t need the whole image to be linkable, just the logo. Would I not have to have the logo then add to the whole background image if I upload it that way?
Thanks,
YvonneHi Rikard,
Thanks for looking into this.
YvonneHi Jordan,
The code above did not work. Can we try something else?
YvonneThis is the code I put into the quick css box:
.header-main{
background-image: url(http://test.wildlydifferent.com/wp-content/uploads/2016/04/header-bg.jpg) no-repeat top right;
background-size: contain;
}yes, but it is not displaying on the front end.
-
AuthorPosts