-
AuthorPosts
-
May 19, 2017 at 8:52 pm #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
May 19, 2017 at 9:59 pm #796809Hey 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,
NikkoMay 19, 2017 at 10:32 pm #796823Hi Nikko, thanks for your help, below is the requested info :)
May 20, 2017 at 7:29 am #796930Hi,
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,
RikardMay 22, 2017 at 5:39 pm #797814Hi, 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
May 23, 2017 at 6:53 am #798076Hi,
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,
RikardMay 25, 2017 at 3:36 pm #799597Hi 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,
JenMay 25, 2017 at 11:47 pm #799887Hi,
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,
NikkoMay 26, 2017 at 3:47 pm #800187Hi Nikko!!! Thanks so much!!! It worked XD
Have a great day!!!! :D
May 26, 2017 at 4:19 pm #800221Hi,
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 -
AuthorPosts
- The topic ‘Advanced Layout Builder Missing’ is closed to new replies.