-
AuthorSearch Results
-
January 8, 2024 at 5:18 pm #1429581
In reply to: Church-Theme
Hi,
Thanks for reporting the issue. We’ll forward it to our developers for investigation.
For now, please add the following code to the bottom of Quick CSS field in the Enfold theme options > General Styling:
.avia_mobile.avia-safari .av-parallax-section { overflow: visible; }Best regards,
Yigit-
This reply was modified 2 years, 2 months ago by
Yigit.
January 8, 2024 at 5:02 pm #1429579In reply to: Erased headline font
Hi,
Thanks for the update, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
RikardJanuary 8, 2024 at 3:26 pm #1429574In reply to: Performance and DB load
This reply has been marked as private.January 8, 2024 at 2:50 pm #1429559In reply to: Erased headline font
Hey northorie,
That demo is using the Pacifico google font, you can set it under Enfold->General Styling->Fonts.
Best regards,
RikardHi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.home #after_section_1 { border-top-width: 0; }Best regards,
RikardJanuary 8, 2024 at 2:31 pm #1429555Topic: Church-Theme
in forum Enfoldnorthorie
ParticipantHi,
on my thrid site, I want to use the church theme.
On mobile seems to be a glitch with the header pictures. Would you kindly check it?Best regards
January 8, 2024 at 1:29 pm #1429554Topic: Erased headline font
in forum Enfoldnorthorie
ParticipantHi,
I bought the beautiful enfold theme two more times for my other websites. Using the freelancer demo.
I accidently erased the headline font.
How can I get it back?Best regards
January 8, 2024 at 12:57 pm #1429552In reply to: cache not working
Hi
Of course i know what this is I just transferring the message.
Should i add this code to functions-enfold.php instead of functions.php?January 8, 2024 at 12:01 pm #1429541Hey Thomas,
Thank you for the inquiry.
Have you tried enabling the Sidebar on Smartphones option in the Enfold > Sidebar Settings panel? And if you need to move the sidebar above the product loop, you can try this script.
function ava_custom_script_mod(){ ?> <script> (function($) { // move the product category sidebar above the content on mobile view function av_move_prodcat_sidebar() { var is_mobile = false; var is_archive = $("body").is(".tax-product_cat"); if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) { is_mobile = true; } if( is_archive && is_mobile ) { $(".sidebar").prependTo(".template-shop.content"); } } $(document).ready(function() { av_move_prodcat_sidebar(); }); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script_mod');Best regards,
IsmaelJanuary 8, 2024 at 11:55 am #1429540In reply to: Header setting error
Hi,
Thank you for the update.
The menu items are not displaying because their opacity is set to 0. Did you add this modification somewhere?
#top #wrap_all #av-burger-menu-ul > li { opacity: 0; position: relative; top: 18px; transition: opacity 0.3s ease-out,top 0.3s ease-out,left 0.3s ease-out; transform: translate3d(0,0,0); }You may need to remove the code or override it with the following css.
#top #wrap_all #av-burger-menu-ul > li { opacity: 1; }Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings to make sure that the changes take effect.
Best regards,
IsmaelJanuary 8, 2024 at 11:46 am #1429536In reply to: Footer changes
Hey Createve_Solutions,
Please try the following in Quick CSS under Enfold->General Styling:
body#top #wrap_all .footer_color .widgettitle { color: #fff; border-color: #ddd; }Best regards,
Rikard-
This reply was modified 2 years, 2 months ago by
Rikard.
January 8, 2024 at 10:05 am #1429524Topic: Hook to add widget area above blog loop?
in forum Enfoldthinkjarvis
ParticipantHi guys,
Google has not been able to find me an answer.
I’d like to add a widget area on the blog/news page just above the loop.
Any idea what hook I need to do this?
For the Woocommerce page it is as below but I need to same positioning on the blog page.
// Add Widget above products on all shop pages add_action( 'woocommerce_before_shop_loop', 'enfold_customization_shop_widget_area', 50 ); function enfold_customization_shop_widget_area() { dynamic_sidebar( 'shopheader' ); }Any idea what I need?
January 8, 2024 at 9:52 am #1429523thinkjarvis
ParticipantHi guys,
As it stands when you are using Enfold with WooCommerce the sidebar on the shop and product archive pages disappears on mobiles. This means any filters also disappear.
I would normally add a second widget area above the product grid and duplicate the widgets so we have seperate mobile filters to desktop filters.
This is inefficient and on my larger sites caused difficulty managing filters.I have a simple solution to this using a small JS script that allows the sidebar to show and hide via a button on mobiles.
See private content for details.
January 8, 2024 at 7:50 am #1429518Hi,
Thank you for the quick response. Sorry, I am not quite sure what you mean by giving you my login details. Are you referring to the login details of my WordPress account?
Please see the attached screenshot links. FYI I am using the Enfold construction demo.
Thank you for your assistance in this matter.
January 8, 2024 at 3:06 am #1429513In reply to: Performance and DB load
Hi,
Thank you for the update.
The entries aviaAsset_css_filecontent and aviaAsset_js_filecontent should be automatically removed once you’ve disabled the Enfold > Performance > File Compression settings. If this is not the case, make sure that the compression settings are disabled, then try to delete the entries manually. Unfortunately, the entries with the prefix av_alb_usage_ cannot be removed because they are used by the Advance Layout Builder.
Best regards,
IsmaelJanuary 8, 2024 at 2:22 am #1429511In reply to: Menu problems – underline and dividers are not there
Hey macika,
Thank you for the inquiry.
Have you assigned one of the menus as the Enfold Main Menu in the Appearance > Menus panel? Please go to the Appearance > Menus panel, select your main menu, and assign it as the Enfold Main Menu in the Menu Settings > Display location section.
If you want to create a button-like menu item, edit one of the menu items in the Appearance > Menus panel, and then adjust the Menu Style settings.
Best regards,
IsmaelJanuary 7, 2024 at 11:30 pm #1429501In reply to: cache not working
I must say to you that any other theme works perfectly fine with SG cache. I can’t b sure if GS reports are 100% accurate about the cause i am just transferring information from one to another.
The only thing that is clear to ne is that this is happening with enfold
January 7, 2024 at 11:23 pm #1429500In reply to: cache not working
Hi,
Thanks for the feedback, since you have disabled the Enfold cookie bar the only PHP Session cookie that is now applied is the WordPress PHPSESSID, I don’t believe there is anyway to completely remove this. This is beyond what we can help you with since it is a basic WordPress function, and I’m not sure that WordPress will work correctly if you were able to remove this.Best regards,
MikeJanuary 7, 2024 at 8:52 pm #1429490In reply to: spacing between the images
January 7, 2024 at 6:26 pm #1429486In reply to: Pop-Up/LIghtbox
Hi,
On my test page I added two more buttons with the URLs #open-popup3 and #open-popup2

and adjusted the code blocks to match:

and they work correctly:

try checking your code again.Best regards,
MikeHi,
I’m not sure that I understand your question.
Earlier I thought that you wanted to deactivate the Enfold cookie banner, and now it is, correct?Best regards,
MikeJanuary 7, 2024 at 4:49 pm #1429481In reply to: Centre Footer
Hey ballindigital,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { .responsive #top #wrap_all #footer .container { display: flex; flex-wrap: wrap; justify-content: space-between; width: 90%; max-width: 90%; } .responsive #top #wrap_all #footer .flex_column.av_one_third:first-child { width: calc(50%); clear: none; } .responsive #top #wrap_all #footer .flex_column.av_one_third:first-child .widgettitle { width: 98%; } .responsive #top #wrap_all #footer .flex_column.av_one_third:nth-child(2) .widgettitle { width: 100%; } .responsive #top #wrap_all #footer .flex_column.av_one_third:nth-child(2) #menu-item-1422 a { padding-right: 0; } .responsive #top #wrap_all #footer .flex_column.av_one_third:nth-child(2) { text-align: right; width: calc(50%); } .responsive #top #wrap_all #footer .flex_column.av_one_third:last-child { width: 100%; text-align: center; } .wpcf7 .wpcf7-spinner { display: none; } }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeJanuary 7, 2024 at 4:38 pm #1429480In reply to: spacing between the images
Hey schweg33,
The Portfolio Grid element doesn’t offer a gap setting, like the Masonry element does:

I would recommend using this and the built-in gap options to reduce possible errors for certain screen sizes.
Or you could try this css:#av-sc-portfolio-1 .grid-entry .inner-entry { margin-right: 4px; }Best regards,
MikeJanuary 7, 2024 at 4:18 pm #1429479In reply to: without picture text distance left and right equal
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeJanuary 7, 2024 at 4:16 pm #1429478In reply to: Pop-Up/LIghtbox
Hi,
To enable a button to open the popup, add a button to your page and set the link URL to #open-popup:

then go to Advanced ▸ Developer Settings and add the custom class open-popup-button:

then update the popup script in your child theme functions.php to this:function magnific_popup_with_no_scroll_and_button() { ?> <script> (function($) { $(window).on('load', function(){ $('.open-popup-button a').addClass('open-popup-link'); $('.open-popup-link').addClass('no-scroll'); $('.open-popup-link').magnificPopup({ type:'inline', midClick: true, callbacks: { beforeOpen: function () { $('body').css("overflow-y", "hidden"); }, close: function() { $('body').css("overflow-y", "auto"); }, }, }); }); })(jQuery); </script> <?php } add_action( 'wp_footer', 'magnific_popup_with_no_scroll_and_button', 99 );then you can use both text links and buttons for your popup like in the example:


Best regards,
MikeJanuary 7, 2024 at 2:24 pm #1429471In reply to: without picture text distance left and right equal
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .avia-post-nav:hover .entry-info-wrap { width: auto; } #top .avia-post-nav .entry-info { width: auto; }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeI have now checked, jQuery Migrate is activated.
I have now rewritten functions.php as described in your documentation, but have not created a child theme. Now the cookie banner of Enfold is deactivated. Was that also a possible solution? 😂January 7, 2024 at 1:41 pm #1429458In reply to: without picture text distance left and right equal
Hey schweg33,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .avia-post-nav .entry-image { display: none; } #top .avia-post-nav .entry-info-wrap { text-align: center; }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeJanuary 7, 2024 at 1:28 pm #1429456In reply to: Submenu is not aligned with its parent
Hi,
Thanks for the feedback, but I checked your page on Windows in Chrome, Firefox, & Edge and Mac in Safari, Chrome, Firefox
and all showed the sub-menu “Mariage” aligned below the parent menu item like this:

I’m not sure why you would be seeing this, are you using an iPad? please post your screen resolution to see if this only occurs at a specific size. I did check a few random sizes but was not able to reproduce your screenshot.Best regards,
MikeJanuary 7, 2024 at 12:55 pm #1429452In reply to: Performance and DB load
Hi,
Try disabling Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enabling Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files, then clear your server cache, then check again.
Then once these old files are removed you can enable the above again, I don’t think this setting will resolve old files, only the new ones.
Otherwise try the other option in the dropdown: Disable unique timestamps onlyBest regards,
Mike -
This reply was modified 2 years, 2 months ago by
-
AuthorSearch Results
Viewing 30 results - 10,831 through 10,860 (of 244,490 total)
-
Search Results
-
Topic: Church-Theme
Hi,
on my thrid site, I want to use the church theme.
On mobile seems to be a glitch with the header pictures. Would you kindly check it?Best regards
Topic: Erased headline font
Hi,
I bought the beautiful enfold theme two more times for my other websites. Using the freelancer demo.
I accidently erased the headline font.
How can I get it back?Best regards


