Forum Replies Created
-
AuthorPosts
-
Hi fates_grasp,
Unfortunately the problem is more of a browser issue, you can check this post: https://developer.apple.com/forums/thread/99883
The only workaround for those images to work is adding this CSS code in Enfold > General Styling > Quick CSS:@media all and (min-width: 768px) and (max-width: 1180px) { .av-layout-grid-container .av-gridrow-cell.av_two_fifth { background-attachment: scroll !important; background-size: cover !important; } }
I hope it helps.
Best regards,
NikkoHi biggsuccess,
We apologize for the delayed response.
Can you try to add this CSS code:@media only screen and (max-width:767px) { body { display: block; max-width: 100vw; } }
Hope it helps.
Best regards,
NikkoMay 27, 2023 at 5:32 am in reply to: I need to create different menu bar on my different pages. #1408750Hi majidshow,
Please refer to our documentation: https://kriesi.at/documentation/enfold/menu/#different-menu-for-different-pages
As for #, it will only work if you are in the same page, so you can make it more specific, if it’s the homepage and you have #appointment change the link to /#appointment and if it’s Services page then make it /services/#appointment with this even if you are on other pages, it would still work.
I hope this helps.Best regards,
NikkoHi GB,
It’s our pleasure to help. :)
Thank you for choosing Enfold. Wishing you a fantastic weekend!Best regards,
NikkoHi GB,
Go to Appearance > Menus > click the dropdown (to select a menu to edit), edit the menu thas has (Enfold Child Footer Menu (no dropdowns)) in it, then click the Select button.
Uncheck Enfold Child Footer Menu and Save.
Hope this helps.Best regards,
NikkoHi annameis,
Can you try adding this CSS code:
#top #header .avia_mega_div { border-top: none; }
Hope it helps.
Best regards,
NikkoHi Stilecatalini,
We’re happy to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Anna,
I’m glad that Mike could help you :)
Thanks for using Enfold and have a great weekend!Best regards,
NikkoHi Anna,
I’m glad that Mike could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Alwin,
Can you try to remove those PHP codes so only the script tag remains?
Try to remove the following in your code:function piwik_analytics_header(){ ?>
<?php } add_action(‘wp_head’, ‘piwik_analytics_header’); function google_analytics_header(){ ?>
and
<?php } add_action(‘wp_head’, ‘google_analytics_header’);
Hope it helps.
Best regards,
NikkoMay 27, 2023 at 3:34 am in reply to: Display posts that are assigned to category1 AND category2 #1408740Hi stmichel2,
I’m not sure if I fully understand, can you give us more context? also please give us a link on the page mentioned.
Best regards,
NikkoMay 27, 2023 at 3:32 am in reply to: line on the right of header is displayed in mobile view #1408739Hi retom,
We’re glad to hear that :)
Thanks for using Enfold and have a great weekend!Best regards,
NikkoHi Reto,
1. This is fixed. I have changed it in Enfold > Header > Transparency Options > Transparency Logo.
2. This is changed. Since you are not using a child theme, I have installed a plugin called WPCode – Insert Headers and Footers and inserted this PHP code (link to edit the snippet in private content)add_filter('avf_logo_link','av_change_logo_link'); function av_change_logo_link($link){ $link = "#top"; return $link; }
3. You’ll need to prepend / before your menu link, so instead of putting #consulting you put /#consulting
Hope this helps.Best regards,
NikkoHi Alex,
Please add this code in functions.php of your child theme, if you don’t have a child theme then you can use the plugin called WPCode to insert this code snippet:
add_filter( 'avf_wc_before_shop_loop_item_title_img_size', 'avf_wc_before_shop_loop_item_title_img_size_mod', 10, 1 ); function avf_wc_before_shop_loop_item_title_img_size_mod( $thumbnail_size ) { return 'full'; }
Hope it helps.
Best regards,
NikkoHi Stilecatalini,
It is in Enfold > General Styling > Quick CSS:
@media only screen and (max-width: 989px) { #top #header.header-scrolled .header_bg { background-color: rgba(20, 21, 23, 0.3); -webkit-backdrop-filter: blur(15px) saturate(0.3); backdrop-filter: blur(15px) saturate(0.3); } }
Best regards,
NikkoHi Lene,
Please replace the code I gave with this one:
@media only screen and (min-width:1024px) { .page-id-961 #av_section_3 .avia-table tr > td:nth-child(2) { width: 230px; } .page-id-961 #av_section_3 .avia-table tr > td:nth-child(4) { width: 130px; } }
Hope it helps and have a great weekend :)
Best regards,
NikkoHi heinerpompeiner,
Please try to add this CSS code after the code you have posted:
#top #header.header-scrolled .av-hamburger-inner, #top #header.header-scrolled .av-hamburger-inner::before, #top #header.header-scrolled .av-hamburger-inner::after { background-color: #fff !important; }
Hope it helps :)
Best regards,
NikkoHi Cosimo,
We’re happy to hear that :)
Thanks for using Enfold and have a great weekend!Best regards,
NikkoHi GB,
We’re happy to hear that :)
Thanks for using Enfold and have a great weekend!Best regards,
NikkoHi heinerpompeiner,
Please remove the CSS code I gave and replace it with:
@media only screen and (max-width:767px) { .responsive #top #wrap_all #header { position: fixed; } #top .header_bg { background-color: transparent; opacity: 0; filter: alpha(opacity=0); } #top #header.header-scrolled .header_bg { background-color: white; opacity: 1; filter: alpha(opacity=100); } .responsive #top #header.header-scrolled .logo img.alternate, .responsive #top #header .logo > a > img { opacity: 0; } .responsive #top #header .logo img.alternate, .responsive #top #header.header-scrolled .logo > a > img { display: block; opacity: 1; } }
Best regards,
NikkoMay 26, 2023 at 6:46 am in reply to: Layout issue with serial events view (Events Calendar Pro) #1408633Hi Bernd,
I apologize for the misunderstanding, it isn’t an unclosed div tag but a CSS issue.
I have posted this issue for our dev team to review.Best regards,
NikkoMay 26, 2023 at 5:26 am in reply to: Ich kann ein neu gekauftes Theme nicht auf meine Webseite laden. #1408625Hi Edgar,
Please give us a temporary admin access and post it in private content, so we can inspect further.
Please include the login link as well.Best regards,
NikkoHi Lene,
I apologize for my mistake, please remove the code I gave you and replace it with:
@media only screen and (min-width:1024px) { .page-id-961 #av_section_3 .avia-table tr > td:nth-child(even) { width: 150px; } }
Hope this helps.
Best regards,
NikkoHi Soulshakin,
Thanks for giving us admin access.
I see, the code wasn’t working because there were three columns in the footer and not four which is the default.
I have added this code in your Quick CSS:@media only screen and (max-width:767px) { .responsive #top #wrap_all #footer .av_one_third { margin-bottom: 0; } .responsive #top #wrap_all #footer .av_one_third .widget { margin: 10px 0; } }
Please review your site.
Best regards,
NikkoHi GB,
Yes, actually even if Woocommerce is there, you can simply delete the products or just leave it there, since it will just adjust with the demo you will be using), so I can say everything should be good.
Best regards,
NikkoHi Stilecatalini,
What changes did you last make? try to undo those changes.
Also, you will need to post the link for Guenni007.Best regards,
NikkoHi GB,
If you don’t have custom post types, woocommerce or other plugins that would create another post type then I think your already cleared.
When you import a demo, the current settings set in Theme Options would just be replaced, so that area is covered as well.Best regards,
NikkoHi GB,
I don’t there would be any issues, the process you made would take more time if you have lots of things already added to your site but I think it’s a safer approach.
Best regards,
NikkoHi Reto,
I will close this thread since this is a duplicate of your other post.
We’ll continue the discussion on the other thread. :)Best regards,
NikkoHi Challenge,
Please try to add this in your child themes functions.php file:
function temporary_removal_title_tags(){ ?> <script> window.onload = function() { var links = document.querySelectorAll('a, img, *[title]'); for (var i = 0; i < links.length; i++) { var link = links[i]; link.onmouseover = function() { this.setAttribute("data-tooltip", this.title); this.title = ""; }; link.onmouseout = function() { this.title = this.getAttribute("data-tooltip"); }; link.onmousedown = function() { this.title = this.getAttribute("data-tooltip"); }; } }; </script> <?php } add_action('wp_footer', 'temporary_removal_title_tags');
If you don’t have a child theme yet, then go to https://kriesi.at/documentation/enfold/child-theme/ and download the child theme there (instructions on how to use it is also there)
Hope it helps.Best regards,
Nikko
-
This reply was modified 2 years, 1 month ago by
Nikko.
-
This reply was modified 2 years, 1 month ago by
-
AuthorPosts