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

    Hi, I’m in the process of modifying my Product Categories and the Advanced Layout Builder does not appear in those sections. I’m very limited in the modifications I can do and can’t change the header transparency or the footer as well. I found the following article and code, but when I applied it to my Quick CSS it did not work…. :(

    I then modified the code from “post” to “category” but this did not work either:

    add_filter(‘avf_builder_boxes’, ‘add_builder_to_categotytype’);

    function add_builder_to_categorytype($metabox)
    {
    foreach($metabox as &$meta)
    {
    if($meta[‘id’] == ‘avia_builder’ || $meta[‘id’] == ‘layout’)
    {
    $meta[‘page’][] = ‘category’; /*instead add the name of the custom category type here*/
    }
    }

    return $metabox;
    }

    Please advise on how to have Layout Builder as well as editing options for the header and footer in the Product Categories sections.

    Thanks

    Jen

    #796809

    Hey Jennifer,
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    #796823

    Hi Nikko, thanks for your help, below is the requested info :)

    #796930

    Hi,

    Thanks for the login details. I’m not sure what you mean by your first post though, do you mean that you want to use the Layout Builder to edit category pages? If that is the case then I would have to let you down because that is currently not possible.

    Best regards,
    Rikard

    #797814

    Hi, I’m trying to modify my “Product Categories” but this section does not have the Layout Builder….
    In my menu, under products, every link brings me to the “Product Categories” that I created. But I can’t modify the look or adjust the settings for the header and footer of these with the current template….. I need to be able to have text in the banner, but also have category information in a color block below the banner and possibly other options that are in the usual Layout Builder found in the “Pages” section…..

    I also need to place a transparent header and would like the option of being able to display only the socket on those “Product Categories” links? Is there a way that I can modify those sections, to add colour blocks and different sections like in the normal “Pages” Layout Builder?

    Thanks for your help

    Jen

    #798076

    Hi,

    Thanks for the feedback. I’m still not sure I understand what you are trying to edit though, could you link to an example page maybe?

    Best regards,
    Rikard

    #799597

    Hi Rikard, from your feedback I kinda assumed what I was asking was unusual so I bypassed it and built it differently. Thanks for your help :)
    I do have a different question though, currently in the template footer the sections are divided equally….. is it possible to have the first footer widget be 2/3 of the space?
    Thanks,
    Jen

    #799887

    Hi,

    Try going to Enfold > Footer > Footer Columns and set it to 2 then add this css code in Quick CSS (located in Enfold > General Styling):

    #footer .flex_column.av_one_half {
        width: 27%;
    }
    
    #footer .flex_column.av_one_half.first {
        width: 67%;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #800187

    Hi Nikko!!! Thanks so much!!! It worked XD

    Have a great day!!!! :D

    #800221

    Hi,

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Advanced Layout Builder Missing’ is closed to new replies.