Skip to main content

All Questions

Tagged with
0 votes
1 answer
31 views

YOTPO how i can reach elements via js

I have yotpo on my website and need to add GTM events so i connected custom js to my yotpo page and trying to do something when i click on button that comes from yotpo. I tried call it by css class. ...
John Doeva's user avatar
0 votes
0 answers
31 views

Responsive slider

.item-slider.object-fit { height: 220px; } @media screen and (min-width: 768px) { .item-slider.object-fit { height: 250px; } } @media screen and (min-width: 992px) { .item-slider.object-...
Katarina Radicevic's user avatar
0 votes
1 answer
228 views

PayPal buttons overlapping site elements - can't control positioning due to inline CSS

I have integrated PayPal buttons on my Magento website but these buttons get their CSS classes inline and always overlap other elements when scrolling. For example, on the site's fixed header, the ...
Roly89's user avatar
  • 3
0 votes
1 answer
1k views

Tailwind css "npm run watch" is not working

I am working on Magento 2. We are using tailwind for design. Here is my tailwind directory app/design/frontend/ThemeVendor/themename/web/tailwind/ in here I have package.json it contains below code { ...
Klaus Mikaelson's user avatar
0 votes
1 answer
249 views

Where is this module-ui/view/base/web/templates/form/element/input.html used?

I am basically going through the RequireJS section of the official Magento 2 documentation and there is a section which mentions about changing the maxlength of an input tag with class="...
Vidya Sagar's user avatar
0 votes
1 answer
34 views

Function to scroll and open an accordian

I am struggling to get my Javascript code to work. I want it so that when someone clicks on the product review summary of my website that it will scroll to the reviews section and open the relevant ...
P Walker's user avatar
1 vote
0 answers
490 views

I installed magento 2.4.3 on windows on localhost and it gives me this error

When i try to reach the setup at localhost/magento/setup it says: Fatal error: Uncaught ReflectionException: Class "Magento\Backend\App\Request\PathInfoProcessor\Proxy" does not exist in C:\...
Schneider's user avatar
0 votes
1 answer
20 views

Input field pattern does not function right

I created an input field pattern [^a-z^A-Z]$ What it should do is to NOT allow any letters ANYWHERE in the field. Only numbers and special symbols can be typed. What happends is if I type like 35! - ...
Lith's user avatar
  • 1,291
2 votes
1 answer
135 views

Have describing text appear in specific location on icon/image hover

I know how to get the text to appear on hover but I want the text to appear in a specific location (location attached), when hovering the image/icon. I say icons because they are used as mounting ...
Kameron's user avatar
  • 10.7k
2 votes
1 answer
137 views

Flex Box aligning items in center instead of left

So I am using a col-3 / col-12 grid system using a flexbox .row to align my items in the product display. For whatever reason when I don't have four col-3's in each row it aligns my .product-display ...
Kameron's user avatar
  • 10.7k
0 votes
1 answer
1k views

In Magento-2 how to edit order summary labels with values and addon more labels there in cart page?

I want to add some labels in order summary box on cart page in magento2. Right now I got only the subtotal and tax in the order summary from default magento2 behavior, see the screenshot: https://prnt....
magento2's user avatar
1 vote
0 answers
196 views

How to open specific collapsible panel inside modal by clicking in link

How to open specific collapsible panel inside modal by clicking in link I'm trying to make a layered filter modal, but i can not create links to appropriate panels in this modal. We use alpine.js and ...
primapi's user avatar
  • 11
0 votes
1 answer
270 views

Less file not compile @keyframes

I tried to create an animation with keyframes in my Magento2 website and works fine if i use my code inline or in a simple file css. But if i put my css code with @keyframes inside LESS files this not ...
Jackom's user avatar
  • 436
1 vote
1 answer
73 views

Inserting @media rule in a div element

i'm very new here and in coding, thanks for having me. I created a block and a widget in magento 2.4 page top to display as a banner promotion, but i want a different display for desktops and ...
Frank Tobi's user avatar
0 votes
1 answer
688 views

How do we add the 'Inclusive of all taxes' label after the original price of the product on the product page in magento2?

Please help me how I can display the label 'Inclusive of all taxes' after the original product price on the product page in the magento2 platform? And also let me know the file structure where I can ...
magento2's user avatar

15 30 50 per page