Magento 2 Bundle - Remove Slide Down - bundle

When I click on "customize" it moves me to the bottom of the page.
Is there a way to remove the slide down to # product-options-wrapper> fieldset?
Thanks.

Related

Gatsby anchor link / scrollTo hiding the page above the displayed element

I am using Gatsby for the first time and I have started with the Cara starter template.
I have added a link to the hero that would scroll to the next sections (projects) when clicked.
The link does take you to the next section, however the scroll bar remains scrolled all the way to the top of the bar. Meaning that you cannot scroll back up the page. (Strangely now when you scroll to the bottom of the page, the footer is not aligned with the bottom of the page, but you can now scroll all the way back to the top of the page again.)
I tried using various techniques; a standard anchor tag referencing an id, using gatsby-plugin-smoothscroll to scrollTo() the element, and all have this same end result.
I'm not sure what is causing this behaviour, but maybe it is something to do with the layout or some conflicting scrolling or offsetting. I would appreciate any help to get me back on track.
I have hosted what I have done so far, so that you can see the issue I am having:
https://portfoliositemain36740.gatsbyjs.io/

Fullpage.js - Anchor point on mobile not going back to top of the section when scrolled through

I have this website -> https://life-5.webflow.io/ used with Fullpage.js.
If you open the website on mobile and try to tap one of the links in menu, everything goes fine.
For example "Výhody" are made from 5 tabs.. If you tap the link on top of the page you goes to 1st one, but if you scroll through the section and taps the "Výhody" once again, you get scrolled only to 5th tap and not to the top.
Any help how to fix this and makes the link always goes to the top of the section?
Thanks a lot for any help!
Check out the bigSectionsDestination option.
From the the fullpage.js documentation
bigSectionsDestination: (default null) Defines how to scroll to a section which size is bigger than the viewport. By default fullPage.js scrolls to the top if you come from a section above the destination one and to the bottom if you come from a section below the destination one. Possible values are top, bottom, null.

How to move 'get UI element button' [+] to right side panel

How can I add the get UI element button to the right side panel of my screen like shown in this image:
It seem that's not possible to go back how it was before.
But a workaround is to dock a window of the library by simply option+click the "+" sign.

Centre alignment in CKEditor 4.10 toolbar is disabled when selecting image inserted in the editor

I am using CKEditor version 4.10 in an mail delivery system project for composing emails. I have added justify plugin to get the justify tools in the toolbar. Since this is an email composing, user may want to align the contents(including images inserted) as Left, Right, Centre etc. But even though I can choose Left and Right align buttons in the toolbar after selecting the image, I cannot choose centre align button because it is disabled. Does anyone know how can I enable the centre align button on selecting the images inserted in the editor and can able to align the same in centre too ?
Click right on image then click Image properties option, when page open then click advance Tab and in the style field delete float:right; Or float:left; and just type display:block;margin:auto; . Then you can see image set center on page.

How to Place Buttons Side-By-Side Xcode WatchKit

I am working on my first WatchKit app. I wanted to have one button in each corner of the Apple Watch. However, my project ends up looking like this:
Here is my interface.storyboard:
How can I put my buttons in the corner? I have aligned each button to the correct place in the interface (e.g. - horizontal left and vertical top for the yellow buttton). Thanks for your help.
Use 2 WKInterfaceGroup objects and set their alignment as:
Set your groups layout to horizontal and
For 1st Group set its vertical alignment to top
For 2nd Group set its vertical alignment to bottom
Now Add two buttons in each group and set their horizontal alignments:
set 1st button to Left align and 2nd to Right align. do it for the 2nd group buttons too.
For Further assistance and help see WatchKit Programming Guide

Resources