Home Forums WoodMart support forum Video on product page

Video on product page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #87001

    jshuadvd
    Participant

    I was able to correct my issue. I am having new ones now. The videos don’t work on the product page. See the screenshot below.

    https://gearbags.com/shop/medical/lxmb20

    Also on the mobile, the responsive titles aren’t working…

    Attachments:
    You must be logged in to view attached files.
    #87004

    jshuadvd
    Participant

    I have also added an extra tab to the product, but cannot add an iframe of a youtube video there. How can I add a video in that area?

    #87028

    Artem Temos
    Keymaster

    Hi,

    We just tested your product video and it works correctly https://gyazo.com/b01b8eafa22d1759c041b77273a58971

    Where we can see the title problem?

    We suggest you to create an HTML Block with WPBakery and put it to your extra tab content to display video as a WPBakery element.

    Regards

    #87121

    jshuadvd
    Participant

    The title problem is located on the home page at https://gearbags.com Just under the product categories right after the slider. You can see it from the screenshot above. White background. Orange bag. Featured Products.

    #87170

    Bogdan Donovan
    Keymaster

    You can hide following title on mobile devices by adding zero font-size on mobile in the element typography options (http://prntscr.com/lei6ky).

    Regards.

    #87171

    jshuadvd
    Participant

    I don’t want to hide it. I want it to show. It is called a responsive text element, yet it is not responsive?

    #87184

    Bogdan Donovan
    Keymaster

    Yes, it has responsive typography options like font-size and line-height for desktop, tablet and mobile, but initially in following design large title was used to be like light-grey background for the section title.

    To reset it position on mobile first, add custom-title extra class to the orange text element, and then add following custom code to the Mobile Custom CSS area in theme settings.

    .website-wrapper .custom-title {
    	margin-bottom: 10px !important;
    	text-align: left;
    }

    Regards

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Video on product page’ is closed to new replies.