How to change page title or element so they are not the same
For our product pages, the page title and element is the same which results in some SEO issues. Is there a quick way to fix this or will this require a custom module to fix. Example here:
Auto Added by WPeMatico
For our product pages, the page title and element is the same which results in some SEO issues. Is there a quick way to fix this or will this require a custom module to fix. Example here:
Need change position from class=”product attribute delivery_time” under class=”product-info-price” I’m using the Proto Theme, can anyone help?
anyone fix html5 video autoplay in safari browser/iOS device.
I want to customize my shipping and billing form in magento one page checkout process and for that I have to add a custom CSS class/div class to shipping and billing form.If anyone have any leads, Please help code of… Read More »Add a div class to all the fields in shipping form in magento2
I had these type of text in my pagebuilder’s HTML element : https://prnt.sc/dqb1EYcPIqgK but in frontend it is showing like this : https://prnt.sc/EGisDha1RV0k can anyone help me about this ?
I have a website running on Magento where my account feature does not work on the mobile version of the website. I want it to look like the second picture when I click on the account button. enter image description… Read More »I have a website running on Magento where my account feature does not work on the mobile version of the website
I am trying to edit my theme in Magento 2. I am using the Theme “Fastest”, and I am trying to do things such as add background images. I am looking for an HTML file for editing the header and… Read More »HTML vs XML in Magento 2
I have written a math html to figure out the square footage of boxes of material that a client needs to order. I have loaded it and here is an example page: [https://oflooring.com/hardwood/hf-design-canon-brentwood-hills-collection-bh537ocn-millstone-european-white-oak-7-5-inch-wide-hardwood-flooring.html][1] As you can see on this page,… Read More »Need to know how to have calculated results added to cart, using Add to Cart button
I installed a Magento theme on my server and wanted to make some changes to the menu within the theme.I am able to view the HTML codes related to the desktop view menu in the block section of the Magento… Read More »How to locate HTML files associated with the mobile view of a theme?
I have the following code in Magento, <a href=”https://www.example.com” class=”learn-link” > <div class=”card”> <img src='{{mediaurl="wysiwyg/home/DesignerSunglasses}}’ alt=”Best Designer Sunglasses” class=”term-image” loading=”lazy” /> <div class=”container”> <h3 class=”page-title”>Lorem</h3> </div> </div> </a> However, after I saved the code, the tag disappeared, if I add… Read More »How do I wrap divs inside of tag?