Forum Replies Created
-
AuthorPosts
-
Hi Ismael,
Thanks for your reply!
We found a solutions, that gives us the possibility to extend avia layout builder with new components.
Hey Again,
I am looking, for something like following code, can u asist how I can make my own custom component to the libary?
function my_enfold_custom_component() {
avia_builder_map( array(
‘name’ => ‘My Custom Component’,
‘base’ => ‘my_custom_component’,
‘category’ => ‘content’,
‘icon’ => ‘avia_bell’,
‘params’ => array(
array(
‘type’ => ‘textfield’,
‘heading’ => ‘Title’,
‘param_name’ => ‘title’,
‘value’ => ”,
‘description’ => ‘Enter a title for your custom component’,
‘admin_label’ => true,
),
// Add more parameters as needed
),
) );
}
add_action( ‘avia_builder_before_register_elements’, ‘my_enfold_custom_component’ );April 13, 2023 at 10:49 am in reply to: Z-index for column in grid row, not working on Ipad #1404321Thanks, that works perfectly! :-)
April 12, 2023 at 10:10 am in reply to: Z-index for column in grid row, not working on Ipad #1404199here it is: lmj.dk
Hi Mike,
Sounds great! I hope to see some changes in the future for these elements. :-)
Best regards,
BenjaminDecember 9, 2022 at 12:06 pm in reply to: Transparent Mobile menu as on desktop "Transparent header" function. #1375665Thanks for that. But the Burger menu is still black. And if i style it white, it’s also whit on fly out and therefor invisible. Any solutions or is it too much?
December 8, 2022 at 7:28 pm in reply to: Transparent Mobile menu as on desktop "Transparent header" function. #1375583December 8, 2022 at 2:17 pm in reply to: Transparent Mobile menu as on desktop "Transparent header" function. #1375530Still not working as expected i think.
December 5, 2022 at 9:19 am in reply to: Transparent Mobile menu as on desktop "Transparent header" function. #1375084It’s still the same non transparent logo.
December 3, 2022 at 11:49 am in reply to: Transparent Mobile menu as on desktop "Transparent header" function. #1374893Hi,
Thanks, that works for the Transparent header. But the logo is till not from the Transparent header settings.
If I could get the exact same function like Transparent settings and sticky settings for the mobile version(max 990px) as it is for the Desktop version. Just like Yigit’s thread describes.
Yes please, thanks! :-)
Hi Mike,
Thanks for you reply! I’ll take contact and hopefully, he cant do some magic for the pages! :-)
Best regards
May 9, 2022 at 9:23 am in reply to: Variable item – Don't show correct item image after choosing color #1351013Hi Ismael,
Thanks, we figured it out.
April 28, 2022 at 10:39 am in reply to: Variable item – Don't show correct item image after choosing color #1349784I’ve updated the theme to 4.9.2.2, but it seems like it still don’t work. I posted admin login credentials in private in order for you to take a look. Thank you.
April 28, 2022 at 8:22 am in reply to: Variable item – Don't show correct item image after choosing color #1349761The problem appears on this product: https://gs-outdoor.dk/ib-laursen-altanpotte-til-ophaeng/
If I remove the product picture, it works, but then there is no product picture shown in the category page: https://gs-outdoor.dk/ib-laursen/
I haven’t tried that. but should it only work with the parent theme? :-)
you can see the set up here: https://snipboard.io/KJFz92.jpg
We don’t use a thumbnail and we styled the video background transparent. Maybe that creates the problem
- This reply was modified 2 years, 8 months ago by BenjaminSpeedtsberg.
Hi again, we were able to fix it.
The play Icon was automatically styled with z-index: 1000; We customized it to z-index: 0 !important;
Before:
#top .avia-video .av-click-to-play-overlay {
z-index: 1000;
}After:
#top .avia-video .av-click-to-play-overlay {
z-index: 0 !important;
}I think, that this is a bug in the theme. Got the same issue on another website with Enfold. (both newest version)
February 15, 2022 at 2:17 pm in reply to: Warning: Creating default object from empty value #1340717I’ve fixed the problem, don’t mind this post.
It works on another website with the newest update (4.8.8)
Try to update
Hi Rikard,
The custom element feature are okay. But it can only be used for single elements as buttons or color sections.
What I mean is, that if I make a color section with 3 columns and with content and images inside(an element), and I want to use this on several pages. It would be much easier to make this as a Global element and then edit it one place instead og 7 places for example.
This will save a lot of time for many!
Maybe i found the solution:
In performance, “Remove query string from static resources” was set to “Remove query strings”. I changed that to “Leave query strings” and every background images showed up.
What does this function had to du with the background images?
- This reply was modified 3 years, 1 month ago by BenjaminSpeedtsberg.
Okay, Thanks! :-)
I cant get this to work either.
May 18, 2021 at 3:53 pm in reply to: Default fade in on all elements in Avia Layout Builder #1301027It’s only fade in on the first link. The second link shows how it should work. Both enfold themes
Thanks! That worked. :D
This reply has been marked as private.This reply has been marked as private. -
AuthorPosts