Home Forums WoodMart support forum 5 unrelated questions & bug reports

5 unrelated questions & bug reports

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #107859

    mapsmaps
    Participant

    Hi,

    Below are a few questions/bug reports.

    1. How can I reduce space between bottom of header and top of page content, i.e. the red arrow on the attached picture?
    – reducing the height of header bottom also reduces the space in the green arrow, which I don’t want
    – putting a negative margin on the first row of my page doesn’t seem like a very good practice to me in terms of responsiveness & all
    –> Is there a cleaner way to do this?

    2. Is there a way to have a different footer on mobile?

    3. Is there a way to add a CSS snippet to :
    a. prevent image name from appearing on hover (everywhere on the website)
    b. have an infinite loop when scrolling product page pictures on mobile (i.e. when getting to the last picture, having the first one appear again next, instead of blocking possibility to scroll any further)

    4. You say on the documentation : WoodMart slider functionality was added in our 2.8 update. It allows you to create simple sliders similar to Revolution Slider but they work much faster, easier to configure and better for your website performance.
    –> Is it still true today (better speed/performance)? Because now we’re way past 2,8 version and you still give revolution slider with the theme, so I’m confused

    5. 2 bug reports on WPBakery (I have no solution for #2). Sometimes when I am modifying my HTML Block #2775 with WP Bakery, some random changes appear:
    a. in the element “Section Title”, the size of some titles changes (although the settings remain unchanged, the change is only visual. I need to change it to a new value then to change it back to the original one to be able to see the normal size again)
    b. the fourth column suddenly starts appearing middle-centered instead of at the top, as specified in the Row settings. I have no margins or paddings at the Column or Text level. I don’t know how to switch it back to normal

    Thank you

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

    Hello,

    1. Enter the page and set margin-top:-40px in the upper row settings: http://prntscr.com/lexqqs

    2 Yes, it is possible by means of HTML blocks and columns visibility https://xtemos.com/docs/woodmart/html-blocks-2/#main_footer and https://wpbakery.com/video-academy/control-elements-different-devices-responsive-column-controls/ you will need to set up one column footer layout https://xtemos.com/docs/woodmart/set-up-footer/

    3.
    a. Add this code to the Theme Settings > Custom CSS > Global

    body img {
    	pointer-events: none;
    }

    If it does not work, provide pages URL where it should be removed I will provide more precise code.

    b. There is no option for that, unfortunately.

    4. We provide the Revolution Slider because some users prefer more functionality which provides Slider Revolution, you can delete it if you do not need.

    5. I do not see any bugs here, this is the issue of configuration http://prntscr.com/mm0ymi and http://prntscr.com/mm0yzz you will find the option to set the custom size.

    Compare and set equal paddings in the columns https://gyazo.com/739563025a065d0bd083dd2ec64f25ff

    Best Regards

    #107932

    mapsmaps
    Participant

    Thanks for your quick reply

    1. Okay I mentioned this option as a possibility in my initial post but was wondering if there was a cleaner way to do it as I was not so sure how setting a negative margin would turn out on different screens, and indeed on mine, setting -40px in margin and 0px in padding as suggested makes the right part of the header go over the image carrousel on desktop.

    2. I’ll look into that.

    3. a. It does work, but I don’t think this is a clean solution either, as there are many other consequences you should at least mention. One example: pictures in Images Gallery can’t be zoomed anymore. The fix suggested is a more powerful tool that what was asked, which you should definitely tell your customer about, and up to them to decide if it is worth it or not…

    b. Okay, I’ll suggest it in the “request for feature” thread.

    4. ok.

    5. a. regarding the absence of bug on the Title size : that’s because I had corrected, I was just informing you that it happens that the size randomly changes (same kind of behavior for 5.b just below)
    b. okay, but any idea why suddenly I need to manually put a 8px top padding and 0px bottom padding when everything was working fine until this morning? No column had any specific need for margin/padding and was just behaving as asked in the Row (“content position : top”) and suddenly one of the columns is centered while the others continue to respond well

    #107960

    Hello,

    3. This is the only way to remove alt hover what makes the element absolutely inactive. The alt hover display depends on a browser and we can not influence that.

    5. a Please check the Theme Settings > Typography settings

    b. by default there are empty fields you could add a column or change, just check and make sure paddings and margins are the same in all the columns.

    Best Regards

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