Forum Replies Created
-
AuthorPosts
-
August 25, 2017 at 10:57 am in reply to: Disable load animation for a spesific Masory Gallery item #843851
Hi, it’s not a matter of loading because even if waiting 2 minutes after the page finished loading, it happans again.
It seems like something is not right in the code, because it always changes to the right form when hitting the scroll trigger.(I have a cache plugin, WP Rocket, and I do minify and merge CSS & JS files)
I tried to use this code in my site and it made all of the pages (unless the front page) go 404.
August 21, 2017 at 8:51 pm in reply to: Disable load animation for a spesific Masory Gallery item #842230Off course.
See private content.August 21, 2017 at 8:39 pm in reply to: Disable load animation for a spesific Masory Gallery item #842222Weird,
I recorded my screen to show it live.August 21, 2017 at 8:24 pm in reply to: Disable load animation for a spesific Masory Gallery item #842213Hi Jordan,
look in the site and see for yourself… It’ll be easier than explaining in words.
It flips the items when loading the page, and when the scroll hit the animation trigger the items flip to the right order.August 19, 2017 at 7:04 pm in reply to: Disable load animation for a spesific Masory Gallery item #841366Thank you! I tweaked it a bit so it will only affect the specific masonry gallery.
Unfortunetly, now it ruins the RTL setting of the element: When the page loads, the elemnt shows in LTR (the items flip sides) and after the scroll reaches the trigger point of the element, it changes the sides so it will be right in the RTL.
You can see it live in the site, link in private content + the code I put in the Quick CSS.Thank you for helping!
August 18, 2017 at 5:28 pm in reply to: Disable load animation for a spesific Masory Gallery item #840954Hi Jordan, thank you
Problem is it makes the gallery items just show up with no animation when scrolling, instead of show up from the very load of the page.
Also it makes all the other masonry galleries show up the same way. I want only that spesific gallery to be affected.I think I found it!
The font settings resets everytime I clean cache with “WP ROCKET” plugin.Works like a charm!
Toda! (Thank you)This was the code added to the “Quick CSS”:
#mobile-advanced a, #mobile-advanced .mega_menu_title { padding: 10px 28px; } #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { right: 0; margin-right: 10px; } #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { content: "\25C4"; top: 10px; } #mobile-advanced ul { margin: 0; padding-right: 20px; } #mobile-advanced ul a, #mobile-advanced .mega_menu_title { padding-right: 28px; }
I don’t remember if the menu was already aligned to the right and the code just organized the sub-menus, but this is what I’ve got there.
I guess I won’t have another option… Weird that it is only in my site, but Ok. Thank you!
If I notice right, only when updating the theme.
See private content.
November 4, 2016 at 12:47 pm in reply to: Google font works only in chrome: not in IE, Edge or Safari (also on ios) #708155Thanks, Ismael!
Looks like it works now :)October 23, 2016 at 9:06 am in reply to: Google font works only in chrome: not in IE, Edge or Safari (also on ios) #702947Hi, of course it works on chrome… This is not the problem! See first message.
October 16, 2016 at 3:28 pm in reply to: Google font works only in chrome: not in IE, Edge or Safari (also on ios) #699615Hi,
Now the caching is supposed to be disabled.
- This reply was modified 8 years, 1 month ago by barak97.
October 15, 2016 at 11:43 am in reply to: Google font works only in chrome: not in IE, Edge or Safari (also on ios) #699351I use WP-ROCKET, and I didn’t see a way to disable the caching function for the whole site, but only for certain pages.
So I disabled the caching for the page that is in the Private Content section (The 404 error page), and it seems like the problem still occurs.October 12, 2016 at 10:20 pm in reply to: Google font works only in chrome: not in IE, Edge or Safari (also on ios) #698549I removed “Arial” from the code.
I forgot to mention in my first message, but I obviously selected “Heebo” as the default font in the theme options.I turned off the cache plugin and followed your instructions, but the font still was Arial when I used IE and Edge… :(
Thank you!
Now it works great.
Would really appreciate if you add the option to choose the language in the theme settings, because otherwise I would have to change it manually with every update of the theme…Anyway, Thank you, it worked :)
This is the link.
Thank you both!
I’m trying to find a way that the information will be displayed right aside the hamburger symbol, and not above it.
In the options you suggested, the text is displayed at the top of the page all the time – and I want it just to be displayed when the menu is open.Is there such an option?
I’ve done that, but the same problem still accours… :(
You can see in the link in the Private Content.Problem is it looks tiny because of the aspect ratio of the device… (combined with the fact that mobile are usually vertical while desktop is always horizontal)
The slider I made for desktop is about 16:9, and the one for mobile is 4:3, so images and text will be shown nicely and the slider will be big enough.Isn’t there any way to hide an element without “destroying” the animation triggers “count”?
please? any help?
Is there any solution?
Waiting for your help.
I think I figured the problem out, but I still need help to solve it.
Looks like the problem is I created two Full Width Sliders in the front page.
Because the slider doesn’t look well on mobile, I decided to make 2 different sliders with different sizes; First one for Desktop and Tablet, Second for Mobile (and Tablet when is vertical).According to one of the answers in this forum, I used this code in order to do it:
/*First is for Desktop and Tablet, second is for Mobile*/ @media only screen and (max-width: 989px) { div#full_slider_1 { display: none; } } @media only screen and (min-width: 988px) { div#full_slider_2 { display: none; } }
Thing is that it looks like this code makes the problem of animation triggers late.
Look at “ex1” in the private content in comparison to “ex2”.
ex1 has both Fullwidth slider for desktop & mobile.
ex2 has only one Fullwidth slider. That means that the code above doesn’t affect this page, at least not on desktop view, and only the desktop slider is shown (and exists) in this page.ex1 has the animation problem and ex2 doesn’t.
That means that the code makes the problem, because for some reason, your theme counts the non-visible slider in the trigger point value.What’s the right way to hide each slider for each device, in a way that is won’t affect the animations?
Unfortunately, no :(
It is just the same.Unfortunately, that didn’t work as well…
It happens only in the front page – Other pages are fine.
(I used the front page of the Gym demo and edited it.)Hi Andy,
I’ve done that, but the animation doesn’t work well, as I wrote above.Off coure.
Thank you.- This reply was modified 8 years, 4 months ago by barak97.
-
AuthorPosts