Home Forums WoodMart support forum Disable Google Fonts in WP Bakery

Disable Google Fonts in WP Bakery

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #298180

    pierredemeudon
    Participant

    Hi,
    WP Bakery is calling specific Google Fonts and thus not respecting the ones defined within Woodmart.
    How to change that?
    Kind regards

    #298236

    Hello,

    There shouod be the option to use the theme fonts in the element.

    Which element you have problem with?

    Best Regards

    #298257

    pierredemeudon
    Participant

    Hi,
    I have the issue on masonry grid. It’s certainly the same with any visual element using text.
    Didn’t see any option to use custom font, even to choose whatever font. Even if I go in element / template customisation. Further, it may demand to load all alphabets, Roboto & Montserrat.
    You can have a look on staging site below, home page.
    https://snipboard.io/KRvhom.jpg
    https://snipboard.io/DojvLO.jpg
    Kind regards

    #298820

    Hello,

    You are using the Post Masonry grid element by WP bakery page builder. WoodMart does no influence the functionality of this element. Please use WoodMart elements and let us know if you have any problems. https://gyazo.com/d136abe5cf507a917b8c4d3f5ad88632

    Best Regards

    #298920

    pierredemeudon
    Participant

    Hi,
    Issue is that your portfolio element is not suitable for mobile … not enablig 2 columns … just 1 column, like needed for the generation of the iphone 3 or 4.
    The ergonony on mobile is the big weakness of woodmart.
    Kind regards

    #298924

    Hello,

    Please use the Portfolio element and I will give you custom CSS to make two items in the row.

    Best Regards

    #298928

    pierredemeudon
    Participant

    Hi,

    Initially, this is what I did, but in this thread, few weeks ago, you wrote me: ‘Sorry but it is not possible with simple Custom CSS.”

    This is there:
    https://xtemos.com/forums/topic/portfolio-widget-on-mobile/#post-284904

    Kind regards

    #298947

    Hello,

    Please replace the Post Grid with the WoodMart Portfolio element I will double-check

    Best Regards

    #299155

    pierredemeudon
    Participant

    Hi,

    I made a fake page for you on staging. Namely, it’s a lighter home, because wpbakery is a true nightmare for cpu, it can break the site for a few minutes. For your info, I also have very heavy / complicated pages made with Gutenberg, when I change them, the cpu remains super cool !

    Back to topic: on the page below, this is how I tried.
    First, your portfolio element set to 3 columns, visible only on desktops / tablets
    Second, portfolio set to 2 columns, visible only on mobile, but over-ruled somewhere to deliver 1 column.

    Let me know if you need more info

    Kind regards

    #299567

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area for mobile devices in Theme Settings to fix this issue.

    .wd-portfolio-holder .portfolio-single {
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
    }
Viewing 10 posts - 1 through 10 (of 10 total)