Forum Replies Created
-
AuthorPosts
-
Hi Stilecatalini,
Please remove this code inside @media only screen and (max-width: 767px):
#header.header_color > .header_bg { background-color: rgba(20, 21, 23, 0.3); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); }
Then replace this code:
#top #header .header_bg { background-color: rgba(20, 21, 23, 0.3); backdrop-filter: blur(15px); }
with:
@media only screen and (min-width:1080px) { #top #header .header_bg { background-color: rgba(20, 21, 23, 0.3); backdrop-filter: blur(15px); } }
Best regards,
Nikko-
This reply was modified 2 years, 1 month ago by
Nikko.
Hi 360buddy,
Can you try adding this CSS code as well:
.avia_codeblock_section { position: relative; z-index: 9; }
Best regards,
NikkoHi Stilecatalini,
Thanks, that blur is caused by these codes:
#top #header .header_bg { background-color: rgba(20, 21, 23, 0.3); backdrop-filter: blur(15px); }
and this code inside @media only screen and (max-width: 767px):
#header.header_color > .header_bg { background-color: rgba(20, 21, 23, 0.3); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); }
Best regards,
NikkoHi 360buddy,
I see, please replace the code I gave with this code so it will include sidebars:
#footer, #main .sidebar { z-index: 0; }
Best regards,
NikkoHi acardell887,
Yes, but it doesn’t seem to show up as it should.
You can verify this by loading your site in a browser then right click anywhere on your site and choose Inspect, then press ctrl + F on your keyboard (or cmd + F on Mac), then search for googletagmanager.
Adding it via Theme Editor without a child theme would be problematic as the theme files are replaced when you update the theme thus anything you changed will be lost during a theme update.
I install and activated a plugin called WPCode – Insert Headers and Footers + Custom Code Snippets – WordPress Code Manager on your site and tried to move the code there, and I could see the code showing up properly.
Please review your site.Best regards,
NikkoHi menainfosec,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi 360buddy,
I see, please replace the code I gave you with:
#footer { z-index: 0; }
Hope it helps.
Best regards,
NikkoHi Stilecatalini,
This is what I see on mobile (screenshot link in private content).
Best regards,
NikkoHi 360buddy,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
.home #after_section_4 { z-index: 99; }
Best regards,
NikkoMay 17, 2023 at 10:31 am in reply to: “Complete” slug for portfolio item ( with Category and Subcategory) #1407725Hi MS,
Please try to use this plugin: Custom Post Type Permalinks
Once the plugin is installed and activated, go to Settings > Permalinks > Permalink Settings for Custom Post Types > portfolio set to /%portfolio_entries%/%postname%/
The slug does not work with subcategories but it does work properly with categories.
Once this is done, please review your site since I only briefly tested it.
Also, the plugin was last updated 2 years ago (though it seems to work fine), you might want to check other plugins that might work better with subcategories.Best regards,
NikkoHi Kaya,
I’m glad that Ismael was able to assist you. :)
Thank you for choosing Enfold, and I wish you a fantastic day ahead!Best regards,
NikkoHi Pascal,
The recommendation to temporarily disable Enfold > Performance > File Compression was intended to ensure that the updated CSS code is fetched, as certain websites may still utilize a cached version of the CSS. This precautionary measure helps guarantee that the newer CSS code will be fetched.
Best regards,
NikkoHi Franz,
Try to use #top:not(.home) #wrap_all, so it’s on every page except your homepage:
#top:not(.home) #wrap_all { min-height: 95vh; background-image: url(/wp-content/themes/enfold/images/background-images/dots-for-dark-background-compressed.png) !important; background-repeat: repeat; }
Hope it helps.
Best regards,
NikkoHi rixi,
I’m glad that Mike was able to assist you. :)
Thank you for choosing Enfold, and I wish you a fantastic day ahead!Best regards,
NikkoHi Nomad,
You’re welcome :)
Best regards,
NikkoHi maryenvato,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi vantrustrealestate,
What’s the screen resolution of your device? you can try to check it here: http://whatismyscreenresolution.net/
I tried to view it with my mobile device and it shows properly (screenshot link in private content)Best regards,
NikkoHi Leadsocial,
You can set Grid Row Minimum Height to At least 100% of browser window height, so you don’t need to use a Color Section for that.
Best regards,
NikkoHi menainfosec,
There’s a widget called Table of Contents which you can use in Appearance > Widgets.
If you have a sidebar for your blog pages, then you should be able to add it there.
Hope it helps.Best regards,
NikkoHi sundara88,
Thanks for giving us access.
Can you upgrade the permission to an administrator level? so we can try to check on it further.Best regards,
NikkoHi Stilecatalini,
You are using a multisite, it can be modified in Network Management (link in private content).
Best regards,
NikkoHi maryenvato,
Yes, it’s possible, use this PHP code instead:
add_filter('avf_contact_form_incoming_mail', 'avia_append_url', 10, 6); function avia_append_url($mail_array, $new_post, $form_params, $class, $from, $from_filtered) { $referrer = "\r\n URL: " . $_SERVER['HTTP_REFERER'] . "\r\n"; $mail_array["Message"] .= $referrer; return $mail_array; }
Best regards,
NikkoHi menainfosec,
To default into < p > for Icon List item, please add this PHP code in your child theme’s functions.php:
function my_avf_customize_heading_settings( array $args, $context, array $extra_args = array() ){ if( $context == 'avia_sc_iconlist' ){ $args['heading'] = 'p'; } return $args; } add_filter( 'avf_customize_heading_settings', 'my_avf_customize_heading_settings', 10, 3 );
Best regards,
NikkoHi Nomad,
I apologize, you’re right, there’s no padding in Text Block, I was actually referring to the button with regards to padding, as for Text Block, it is possible via CSS.
Edit the Text Block, go to Advanced (tab) > Developer Settings > Custom CSS Class and put myblock (you can change myblock to any name)
Then in Enfold > General Styling > Quick CSS:#top .myblock { padding: 8px 20px; /* 8px padding top and bottom, 10px padding left and right */ }
There’s a lot of things that can be put into it, here’s a list: https://dofactory.com/css/properties
Hope it helps.Best regards,
NikkoHi BeeCee,
Yes, it is added by Enfold.
To be clear, the desired output is the image caption in the private content?
I think the easiest solution for it is just to use caption and then if you’re using ALB, don’t use image instead use a Text Block and then use it to add the image with the caption.Best regards,
NikkoHi Stilecatalini,
When you said “when the page is up”, do you mean the overlay is shown when the burger menu is clicked?
Best regards,
NikkoHi epkdesign,
You’re welcome :)
Turning on responsive images means you serve different images in multiple devices depending on the size of the screen of the device (basically the single image is cropped in multiple ways so it can be served more faster on smaller devices) however, turning it off means only a single image is served for all devices.
Here’s further information if you want to dig deeper into it: https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_imagesBest regards,
NikkoHi webacom,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Kris,
Thanks for contacting us!
You should be able to create a post here: https://kriesi.at/support/forum/enfold/#new-post
If that doesn’t help, please try to put your purchase code in private content.Best regards,
Nikko -
This reply was modified 2 years, 1 month ago by
-
AuthorPosts