Okay
  Public Ticket #2242686
WPbakery page builder license and PHP setting
Closed

Comments

  •  11
    mustafaljuboori started the conversation

    There's new update with wpbakery page builder but its requiring a license activation, aint it comes with theme ?

    Also canyou please explain the max php input and how to increase it ? 


    Thanks 

  •   mustafaljuboori replied privately
  •  11
    mustafaljuboori replied

    I fixed the php problem but what about the WPBakery page builder. Kalium users only get one version of this page builder ? can you guys update it ?

  •  11
    mustafaljuboori replied

    For some reason the logo is not appearing on top left corner. why is that?

  • [deleted] replied

    Hi mustafaljuboori,

    I have checked the problem and it is related to Smush plugin, see the video:

    https://d.pr/v/bxL0Oz

    So I guess you should disable this plugin or change the image type because the plugin parses the image source as Base 64 encoded:

    medium
    (view large image)

    Maybe contact the plugin developer and ask why this happens.

  •  11
    mustafaljuboori replied

    I'll disable the plugin. 


    What about the WPbakery page builder update ?

  • [deleted] replied

    As for WPBakery you can safely update from Appearance > Install Plugins page, as we release updates remotely, it may take us some time to test and check the compatibility with our theme.

    For more regarding this topic read here:

    https://documentation.laborator.co/kb/kalium/installing-and-updating-premium-plugins/#updating-premium-plugins

  •  11
    mustafaljuboori replied

    thank you for the explanation. 
    im having a little problem on my blog page On the bottom when showing next and pervious posts  the words are mixed in 

    Can you make it look better and easy to read ? Thanks 


  •  11
    mustafaljuboori replied

    when comment on blog post 

    There is lines connect between users replies on desktop but it doesn’t appear when viewed on mobile. How to fix that ?

    Thanks 

  • [deleted] replied

    Hi Mustafa,

    1— Please add the code below to your Custom CSS area:

    .post-navigation a {
        max-width: 35%;
    }
    .post-navigation--next .post-navigation--arrow {
        padding-right: 10px;
    }
    .post-navigation--prev .post-navigation--arrow {
        padding-left: 10px;
    }

    2— That is disabled in mobile phones because there is not much space to show sub-comments too, and if there are multiple sub-comments the layout will be very bad.

    Have a nice day.