planetboris
Forum Replies Created
-
Forum: Plugins
In reply to: [Page scroll to id] Different scroll speeds on same websiteSure, I’ll send you some screencasts. Thanks
Forum: Plugins
In reply to: [Page scroll to id] Different scroll speeds on same websiteHi Malihu. sorry for the delay, I had to work on another project. We are live now but I have a problem with implementing the offset. I activated the dummy offset but not sure about where to place the css. If I understand correctly the dummy offset css (example: @media only screen and ( width: 1366px) and (height: 1024) { selector #ps2id-dummy-offset{ height: -200px; } } has to be placed within the trigger, or the anchor widget? The page scroll is working nicely on most sizes except for some laptop sizes, most notably Apple Device where the height is not “standard” 1366 X 1024 and 1180 X 820 for example, and for some reason in tablet, Mini-ipad at 1024 X 768. The scrolling overshoots those anchor by 150 – 200 pixels. For reference the site is mokouzin.com “Enter” button is first trigger . The other triggers seem to be working ok. Hope you can provide some insight. Thanks
Forum: Plugins
In reply to: [Accordion Slider] Touchswipe settingsHi David, I was confused because I thought the “touchSwipe” settings were for how to open the panels. So the normal way to open is by tapping, is that correct? I’m a bit lost when it comes to designing for mobile phones.
- This reply was modified 5 months, 3 weeks ago by planetboris.
Forum: Plugins
In reply to: [Accordion Slider] Touchswipe settingsHi David, I switched OpenPanelOn to hover, although the panels will open on tap, swiping doesn’t have any effect.
Thanks for the quick response, yes I always run the caching protocols. So I did some more research and edited my last message regarding excluding the JS, I’m sure its just the name of the file with the /script.js extension. Can you take a look and see if it is still being deferred?
- This reply was modified 6 months, 2 weeks ago by planetboris.
Hi, thanks but what about my last question regarding excluding “cdn-cookieyes.com” Is this what you wanted me to do? I’m not a technical person so I don’t know what exactly to do. I placed the ed0d6f1132324754ffd41f48 name of the script into the Flying Presss exclusion field. Is it still being deferred? https://postimg.cc/wtqmmX1C
- This reply was modified 6 months, 2 weeks ago by planetboris.
- This reply was modified 6 months, 2 weeks ago by planetboris.
Hi, I am using Flying Press as cache plugin, so I was able to exclude cdn-cookieyes.com (since I am using the web app). Is that what you wanted me to do? The cookie banner still loads after the preloader.
Hi, I was able to figure out the class names by using dev console and managed to make it work. The elements don’t adjust when viewing on different screen sizes within the desktop range for example. At 1920 X 1080 it looked ok, but when you view on a 1600 X 900 screen some elements were not visible so I had to use alot of media queries. And you should indicate in documentation what is the appropriate size for the background image. I finally figured it out but it took me several attempts to make it fit properly. Regardless I appreciate very much this plugin and it has been very helpful for us, and it is still worth it despite the learning curve. Thank you for providing this great plugin to the web design community. Cheers
Hi, it’s not really a bug, preloaders usually load first. I was just wondering if you can set up CookieYes to run before the preloader starts running and trigger the preloader on banner click. mokouzin.com
Thanks and best regards
Hi, any updates? Thanks
Hi Ashikur, I discovered that the code I was provided was not entirely accurate for my case. Finally I was able to get it to work by replacing the semi-colon with a period. I believe it is because of the use of ID and not class:
#ID.active{
filter:saturate(2)contrast(120%);
}Have a great day, cheers!
Hi, any update? Thanks
Hi, here is some feedback regarding the code implementation. I tried using the following CSS with the ID for the first tab: “#1:active {filter: contrast(1.75);}” The effect does indeed happen, as soon as I click the tab, but the effect is not sustained, it only appears quickly at the moment that you click, but then the effect quickly disappears, even though that tab is now active.
- This reply was modified 7 months, 3 weeks ago by planetboris.
Forum: Plugins
In reply to: [Accordion Slider] Accordion images not displaying on page loadOk thanks,will keep you posted once we go live and receive feedback about the slider. Cheers
Ok great, really appreciate, thanks very much. Will keep you posted once I have a chance to implement this