Hi,
One should be very careful with Buildr update. Thanks to Nicholas D. for Akeeba :-)

I am dumb for sure but in my case layout of the page has been ruined after update (width of the main content has changed to 50% of the screen although I have not opened the template setting after update).
New version (1.1.2) of the Zen Social module is not working under old Buildr. I'd like to restore the old Zen Social.
Could you share the previous version of Zen Social in Download Section, please?
regards Tomek

Hi Tomek,

Did you update the latest version 1.3.6 of JB Buildr template released on March 23?

Pls update this version and share the credentials of your site and clarify the steps to replicate issue you're facing. I will help you out.

https://cl.ly/3y3R0p24250G

Hi saguaros,
Thanks for you kind offer indeed! The credentials are full now.

Here are my steps during update:
Zen Social - OK
Zen Contact - OK
Zen Map - OK
Zen Tools - OK
Zen ShortCodes- OK
Zen Menu - OK
ZenGridFramework - OK
Till now all is OK but after install of Buildr 1.3.6:
- OnePage theme is OK (front page of the site http://www.witrazesc.com.pl/witraze/witrazeinfo2018/en/ ),
- Backgrounder theme is corrupted - width of the main content is 50% (for example: http://www.witrazesc.com.pl/witraze/witrazeinfo2018/en/1601-blue-abstract-glass-panels)
- not all of the pages assigned to Backgrounder are affected. http://www.witrazesc.com.pl/witraze/witrazeinfo2018/en/blog and all subpages are OK (this menu item is linked to the other K2 subtemplate than all affected pages - so maybe Zenkit is the culprit). It may be some conflict with Zenkit I suppose. Maybe I should add a line to the custom.css

regards Tomek

    witraze

    Hi,

    It due to the layout configuration only, in above pages, they used layout with spacer & sidebar so the page displays withing 50% like that. We duplicated new layout - Buildr - No Sidebar in admin panel > Extensions > Templates and assigned to those pages and you can see it displays fine now. Kindly take a look.

    Regards

    Thanks guys! It is fantastic! I am fine with the width of the page. I was wrong in thinking that not published module not affect the layout (this was OK in previous version of template). It seems I have to learn all the time :-).

    It will be nice if you could help me with one additional bug on my page, please. I can't display background image on several pages - only part of it, a narrow strip is visible, like here http://www.witrazesc.com.pl/witraze/witrazeinfo2018/en/art-glass-gallery/art-glass-lighting (background image visible only in bottom part of the page). This is the last bug on my site I am fighting with before publication. Thank a lot!
    regards Tomek

    Hi Tomek,

    Do you have the background colour set for the position rows?

    Cheers,
    Paul

    For example like above on a demo site

    Cheers
    Paul

    Hi Paul,
    In the maincontent row I have "none" in background color settings. This issue is visible only for several menu items - this is not global site issue.

    p.s FYI - there is something strange with this forum - I can't see your posts at once but 15 or more hours after they are published. I don't receive emails about your posts. This is the reason of my delay in answering.

    With the position row part

    With the site are you using the same template style throughout the site?

    Can you point me to a page that displays correctly?

    Thanks

      Thanks for the heads up on the forum I will check with the team

      Apologies for the inconvenience

      Cheers
      Paul

        Hi Tomek,

        Try to add the following custom css code:

        body {
            background: transparent;
        }

        or (if above doesn't work):

        html > body {
            background: transparent;
        }

        Cheers
        Joshua

        With the pages what do you get if you create a new page of content?
        And turn off modules one by one that is assigned to this new page?

        Cheers
        Paul

        Hi Piotr
        Thanks for yours.
        Wish you and all JB staff a great Easter!

        regards Tomek

        p.s.
        Unfortunately it doesn't work.

        Hi

        Was it the css solution you tried or testing with a new page?

        The reason I'm asking with regard to the modules is the html code is different between the working pages and not working
        With removing the content step by step it will hopefully show whether there is an issue with an unclosed div

        Thanks
        Paul

        An Happy Easter to you and your family from everybody here at JB 🙂

        Cheers
        Paul

        blue_shift

        Hi Mike

        There is a setting if you click the avatar at top right corner of page > Settings

        We will be changing the settings globally on the forum next week

        Cheers
        Paul

        Hi Tomek

        Thanks, I wish you a great Easter too!

        Try one more time with this custom css:

        html > body,
        #zen-wrap {
            background: transparent;
        }

        Cheers

        You need to Login to view replies.