Forum Replies Created
-
AuthorPosts
-
Thanks, it’s working!
May 9, 2023 at 8:07 am in reply to: #main background color does not work when moving the design to domain #1406841Thanks for the suggestion. I was aware of the setting, but I use all the colors in General styling. The override styling did the job, thanks!
Login in private.
This is the page: https://lyst-til-livet.dk/forside-2023/
-
This reply was modified 4 weeks, 1 day ago by
BenjaminSpeedtsberg.
May 8, 2023 at 8:52 am in reply to: #main background color does not work when moving the design to domain #1406703Login i private
It’s behind top banner on the front page. It’s working on asento-shop.dk/lava but not on lavastudio.dk.
May 4, 2023 at 7:57 am in reply to: #main background color does not work when moving the design to domain #1406412Sorry for that!
The one that works
https://img.savvyify.com/image/GsMtThe one that’s not working
https://img.savvyify.com/image/GTtdMay 2, 2023 at 7:18 am in reply to: Change #main background-color separately for each color_section #1406152I may found the issue.
the z-index was higher than the video pop up z-index at 1045. I tried to change the z-index to 1000 for the color_sections. And now it seems to work.
Can you guys maybe confirm that og do you have a better solution. :-)
-
This reply was modified 1 month ago by
BenjaminSpeedtsberg.
May 2, 2023 at 7:14 am in reply to: Change #main background-color separately for each color_section #1406150Found one issue.
The video pop up is not very happy for this code:
#border-radius-top, #border-radius-full, #border-radius-bottom {
z-index: 9999;
position: relative;
}Are there anything I could do, to style the video popup.
-
This reply was modified 1 month ago by
BenjaminSpeedtsberg.
May 2, 2023 at 6:12 am in reply to: Change #main background-color separately for each color_section #1406148Hi,
It’s working! Thanks a lot.
It needs some adjustments, but I fixed it with the white space element to expand the minus margin.
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 1 year, 2 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 1 year, 8 months ago by
BenjaminSpeedtsberg.
-
This reply was modified 4 weeks, 1 day ago by
-
AuthorPosts