Forum Replies Created
-
AuthorPosts
-
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,
MikeHi,
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,
MikeHey John,
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:add_action('admin_head', 'custom_editor_height'); function custom_editor_height() { echo '<style> .avia-modal-edit-alb-element .mce-edit-area.mce-container.mce-panel { height: 56vh; } </style>'; }
Best regards,
MikeHi,
Thanks for the feedback, I tried to test it on my demo site as our demo posts use tags and I have not noticed pagination errors from posts with tags, but I was not able to recreate an error.
Are you using the blog post element with standard WordPress editor posts?
Can you explain in more detail how we can recreate this error?
Perhaps try disabling your plugins and any custom functions and see if the error continues.Best regards,
MikeJanuary 9, 2023 at 7:59 pm in reply to: Error message: cURL error 28: Connection timed out after 10001 milliseconds #1378051Hi,
Thanks for the feedback, it sounds like the webhost has disabled specific PHP functions that prevent the normal import method.
You could try the manual import method as described in our documentation
If this also fails due to the disabled PHP functions, try creating a localhost WordPress install and import the demo and then use the plugin Duplicator and migrate your localhost version to your webhost, see the video on the plugin page if you have not used this plugin before, it is quite easy.Best regards,
MikeHi,
Thanks for the feedback, I see your last message is “Nevermind” shall we close this then?Best regards,
MikeHi,
This is because the pagination reloads the page, see the url in the address bar changes, there is not a way to avoid this.Best regards,
MikeJanuary 9, 2023 at 7:26 pm in reply to: Google Font "montserat" lädt trotz lokaler Einbindung #1378037Hi,
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,
MikeHi,
teppamati try going to Enfold Theme Options ▸ Import/Export ▸ Iconfont Manager and remove the icon
and then try installing this iconfont
If it doesn’t install then check that you have the PHP ZipArchive Extension enabled on your localhost, it is required for your server to extract zip files.Best regards,
MikeHey sdim,
Thanks for your question, try using a lock emoji like this:add_filter( 'protected_title_format', 'remove_protected_text' ); function remove_protected_text() { return __('🔒%s'); }
Best regards,
MikeHi,
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,
MikeHi,
Please try entering your purchase code here it should then ask for your email address to send your password.Best regards,
MikeHey Restel-Vietz,
Thanks for the link to your page, but the 6 buttons look like they are in a LayerSlider so I don’t know if there is a way to do that in the LayerSlider.
But if you want 6 buttons on the left reveal different text in the same space on the right try using the tab element and choose the Tab Position to the side
You can make the tabs look a little more like buttons with this css:.main_color .tabcontainer div { border-color: transparent; } .main_color .tabcontainer .tab { color: #000; background-color: #fff; } .js_active .tabcontainer .tab { float: none; text-align: center; box-shadow:0px 0px 0px 2px black inset; }
My demo example:
Best regards,
MikeJanuary 8, 2023 at 6:14 pm in reply to: Full list of unmerged CSS and JS files – WP-Rocket Exclusions List Creation #1377994January 8, 2023 at 6:04 pm in reply to: Sidebar issues with Woocommerce product page + Page Templates #1377993Hi,
Thanks for your patience,
#1 to move the woo product sidebar from under the product to a classic sidebar position please follow this thread.
#2 I couldn’t add the page you linked to because this is an automatically created page, not an ALB page. It is the woocommerce shop page on your site it is ▸ https://sandbox.akhurst.com/shop/
you will notice the message at the top of the page: the default WooCommerce Shop Overview and therefore does not support the Enfold advanced layout editor
If you want to create this page on another page use the Product Grid element
I don’t see a sidebar on the example page that you linked to, but you can create a ALB product page and add an image and use the product purchase button
and then below that use a product slider with 3 columns
the next section would have a simple button to a category archive page with a couple of images and linkes to different categories
the rest of the page follows this, so I think you get the idea.
I hope this helps.Best regards,
MikeJanuary 8, 2023 at 4:52 pm in reply to: Full list of unmerged CSS and JS files – WP-Rocket Exclusions List Creation #1377987Hey Thomas,
Thanks for your question, I don’t see that we have a documented list of all frontend CSS & JS files, but I created this list by disabling CSS & JS Merging And Compression and setting Template Builder Elements to Always load all elements in Enfold Theme Options ▸ Performance ▸ Website Performance And Optimization and then checked my demo site frontend source code.
This gave me 121 items, including the LayerSlider and some WordPress items.<link rel='stylesheet' id='avia-grid-css' href='/wp-content/themes/enfold/css/grid.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-base-css' href='/wp-content/themes/enfold/css/base.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-layout-css' href='/wp-content/themes/enfold/css/layout.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-audioplayer-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/audio-player/audio-player.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-blog-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-postslider-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-button-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons/buttons.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-buttonrow-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttonrow/buttonrow.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-button-fullwidth-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-catalogue-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/catalogue/catalogue.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-comments-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/comments/comments.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-contact-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contact/contact.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-slideshow-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-slideshow-contentpartner-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contentslider/contentslider.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-countdown-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/countdown/countdown.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-gallery-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-gallery-hor-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery_horizontal/gallery_horizontal.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-maps-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/google_maps/google_maps.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-gridrow-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/grid_row/grid_row.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-heading-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/heading/heading.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-rotator-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/headline_rotator/headline_rotator.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-hr-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/hr/hr.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-icon-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/icon/icon.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-icon-circles-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/icon_circles/icon_circles.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-iconbox-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-icongrid-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/icongrid/icongrid.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-iconlist-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/iconlist/iconlist.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-image-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image/image.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-hotspot-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image_hotspots/image_hotspots.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-magazine-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/magazine/magazine.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-masonry-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-siteloader-css' href='/wp-content/themes/enfold/css/avia-snippet-site-preloader.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-menu-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/menu/menu.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-notification-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/notification/notification.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-numbers-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-portfolio-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-post-metadata-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/post_metadata/post_metadata.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-progress-bar-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/progressbar/progressbar.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-promobox-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/promobox/promobox.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-sc-search-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/search/search.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-slideshow-accordion-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion/slideshow_accordion.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-slideshow-feature-image-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_feature_image/slideshow_feature_image.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-slideshow-fullsize-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullsize/slideshow_fullsize.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-slideshow-fullscreen-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen/slideshow_fullscreen.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-slideshow-ls-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-social-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/social_share/social_share.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-tabsection-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tab_section/tab_section.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-table-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table/table.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-tabs-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-team-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/team/team.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-testimonials-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/testimonials/testimonials.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-timeline-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/timeline/timeline.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-toggles-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/toggles/toggles.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-video-css' href='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video/video.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='dashicons-css' href='/wp-includes/css/dashicons.min.css?ver=6.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='admin-bar-css' href='/wp-includes/css/admin-bar.min.css?ver=6.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='layerslider-front-css' href='/wp-content/themes/enfold/config-layerslider/LayerSlider/assets/static/public/front.css?ver=7.6.7' type='text/css' media='all' /> <link rel='stylesheet' id='layerslider-css' href='/wp-content/themes/enfold/config-layerslider/LayerSlider/assets/static/layerslider/css/layerslider.css?ver=7.6.7' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='/wp-includes/css/dist/block-library/style.min.css?ver=6.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-scs-css' href='/wp-content/themes/enfold/css/shortcodes.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-popup-css-css' href='/wp-content/themes/enfold/js/aviapopup/magnific-popup.min.css?ver=5.3.1.1' type='text/css' media='screen' /> <link rel='stylesheet' id='avia-lightbox-css' href='/wp-content/themes/enfold/css/avia-snippet-lightbox.css?ver=5.3.1.1' type='text/css' media='screen' /> <link rel='stylesheet' id='avia-widget-css-css' href='/wp-content/themes/enfold/css/avia-snippet-widget.css?ver=5.3.1.1' type='text/css' media='screen' /> <link rel='stylesheet' id='avia-dynamic-css' href='/wp-content/uploads/dynamic_avia/enfold_child.css?ver=63bad66d43ca1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-custom-css' href='/wp-content/themes/enfold/css/custom.css?ver=5.3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-style-css' href='/wp-content/themes/enfold-child/style.css?ver=5.3.1.1' type='text/css' media='all' /> <script type='text/javascript' src='/wp-includes/js/jquery/jquery.min.js?ver=3.6.1' id='jquery-core-js'></script> <script type='text/javascript' src='/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/js/avia-compat.js?ver=5.3.1.1' id='avia-compat-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/js/waypoints/waypoints.min.js?ver=5.3.1.1' id='avia-waypoints-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/js/avia.js?ver=5.3.1.1' id='avia-default-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/js/shortcodes.js?ver=5.3.1.1' id='avia-shortcodes-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/audio-player/audio-player.js?ver=5.3.1.1' id='avia-module-audioplayer-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/chart/chart-js.min.js?ver=5.3.1.1' id='avia-module-chart-js-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/chart/chart.js?ver=5.3.1.1' id='avia-module-chart-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contact/contact.js?ver=5.3.1.1' id='avia-module-contact-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.js?ver=5.3.1.1' id='avia-module-slideshow-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/countdown/countdown.js?ver=5.3.1.1' id='avia-module-countdown-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.js?ver=5.3.1.1' id='avia-module-gallery-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery_horizontal/gallery_horizontal.js?ver=5.3.1.1' id='avia-module-gallery-hor-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/headline_rotator/headline_rotator.js?ver=5.3.1.1' id='avia-module-rotator-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/icon_circles/icon_circles.js?ver=5.3.1.1' id='avia-module-icon-circles-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/icongrid/icongrid.js?ver=5.3.1.1' id='avia-module-icongrid-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/iconlist/iconlist.js?ver=5.3.1.1' id='avia-module-iconlist-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image_hotspots/image_hotspots.js?ver=5.3.1.1' id='avia-module-hotspot-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/magazine/magazine.js?ver=5.3.1.1' id='avia-module-magazine-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/isotope.min.js?ver=5.3.1.1' id='avia-module-isotope-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.js?ver=5.3.1.1' id='avia-module-masonry-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/menu/menu.js?ver=5.3.1.1' id='avia-module-menu-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/notification/notification.js?ver=5.3.1.1' id='avia-module-notification-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.js?ver=5.3.1.1' id='avia-module-numbers-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.js?ver=5.3.1.1' id='avia-module-portfolio-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/progressbar/progressbar.js?ver=5.3.1.1' id='avia-module-progress-bar-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow-video.js?ver=5.3.1.1' id='avia-module-slideshow-video-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion/slideshow_accordion.js?ver=5.3.1.1' id='avia-module-slideshow-accordion-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen/slideshow_fullscreen.js?ver=5.3.1.1' id='avia-module-slideshow-fullscreen-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.js?ver=5.3.1.1' id='avia-module-slideshow-ls-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tab_section/tab_section.js?ver=5.3.1.1' id='avia-module-tabsection-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.js?ver=5.3.1.1' id='avia-module-tabs-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/testimonials/testimonials.js?ver=5.3.1.1' id='avia-module-testimonials-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/timeline/timeline.js?ver=5.3.1.1' id='avia-module-timeline-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/toggles/toggles.js?ver=5.3.1.1' id='avia-module-toggles-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video/video.js?ver=5.3.1.1' id='avia-module-video-js'></script> <script type='text/javascript' src='/wp-includes/js/hoverintent-js.min.js?ver=2.2.1' id='hoverintent-js-js'></script> <script type='text/javascript' src='/wp-includes/js/admin-bar.min.js?ver=6.1.1' id='admin-bar-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/js/avia-snippet-hamburger-menu.js?ver=5.3.1.1' id='avia-hamburger-menu-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/js/avia-snippet-parallax.js?ver=5.3.1.1' id='avia-parallax-support-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/js/aviapopup/jquery.magnific-popup.min.js?ver=5.3.1.1' id='avia-popup-js-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/js/avia-snippet-lightbox.js?ver=5.3.1.1' id='avia-lightbox-activation-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/js/avia-snippet-sticky-header.js?ver=5.3.1.1' id='avia-sticky-header-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/js/avia-snippet-footer-effects.js?ver=5.3.1.1' id='avia-footer-effects-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/js/avia-snippet-widget.js?ver=5.3.1.1' id='avia-widget-js-js'></script> <script type='text/javascript' src='/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.9' id='regenerator-runtime-js'></script> <script type='text/javascript' src='/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0' id='wp-polyfill-js'></script> <script type='text/javascript' src='/wp-includes/js/dist/hooks.min.js?ver=4169d3cf8e8d95a3d6d5' id='wp-hooks-js'></script> <script type='text/javascript' src='/wp-includes/js/dist/i18n.min.js?ver=9e794f35a71bb98672ae' id='wp-i18n-js'></script> <script type='text/javascript' src='/wp-includes/js/dist/url.min.js?ver=bb0ef862199bcae73aa7' id='wp-url-js'></script> <script type='text/javascript' src='/wp-includes/js/dist/api-fetch.min.js?ver=bc0029ca2c943aec5311' id='wp-api-fetch-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-layerslider/LayerSlider/assets/static/layerslider/js/layerslider.utils.js?ver=7.6.7' id='layerslider-utils-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-layerslider/LayerSlider/assets/static/layerslider/js/layerslider.kreaturamedia.jquery.js?ver=7.6.7' id='layerslider-js'></script> <script type='text/javascript' src='/wp-content/themes/enfold/config-layerslider/LayerSlider/assets/static/layerslider/js/layerslider.transitions.js?ver=7.6.7' id='layerslider-transitions-js'></script>
I hope this helps you.
Best regards,
MikeHi,
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,
MikeHey navindesigns,
Thanks for the screenshot and the link to your site, I don’t think the word “duplicated” is correct because none of the items are the same, I assume that you wanted to only show six items in this element, you have the number of columns set correctly:
but you have the number of items set to 12, if you only want 6 to show please change this:
Best regards,
MikeJanuary 7, 2023 at 9:58 pm in reply to: Update Enfold from 5.2.1 to 5.3 doesn't work with WPML 4.5.14 #1377970Hi,
mistermagoo8691 this fix is already in v5.3.1.1 so you don’t need to add. 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,
MikeHi,
Thanks for the login, try this css:@media only screen and (max-width: 767px){ .responsive #header_main_alternate { display: block; } .responsive.html_top_nav_header .av-section-bottom-logo { border-bottom-width: 0px; } .responsive #top #wrap_all .container { width: 100%; max-width: 100%; } #top #header .av-main-nav > li > a { font-size: 10px; } }
You will need to make the font size smaller for all of the menu items to fit in a single line on mobile, above is 10px that is for the smallest screens (320px) for larger screens (425px) 15px works. So try adjusting to suit your needs.
After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#footer-page.footer_color .avia-content-slider .slide-image { background: none; }
Please see the screenshot in the Private Content area for the expected results.
Best regards,
MikeHey matthleif,
Please include a link to your site and an admin login in the Private Content area.Best regards,
MikeHey Bernd,
Thanks for your question, to hide the logo and show the desktop menu on mobile Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:@media only screen and (max-width: 767px) { .responsive #top .av-main-nav .menu-item-avia-special { display: none; } } @media only screen and (max-width: 767px) { #top #header .av-main-nav > li.menu-item { display: block!important; } } #top .logo > a { display: none; }
Best regards,
MikeHey JeffBianchi,
Thanks for your question, these quotes are added by WordPress, to remove them try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:add_filter('gettext_with_context', function($translated, $text, $context, $domain){ if($context = 'playlist item title' && $text == '“%s”') $translated = "%s"; return $translated; }, 10, 4);
Best regards,
MikeHi,
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,
MikeHey domchocolate,
Thanks for the link to your page, unfortunately I don’t see a way to change this without braking the element, the Dev Team added aria-controls to the tab section links to correctly identify them to the correct element, is your testing tool also checking aria functions.Best regards,
MikeHi,
Glad to hear that you have this sorted out, and thanks for sharing your solution 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,
MikeHi,
Thanks for the feedback, when you create a Advanced Layout Builder post the title is typically added from the Layout admin sidebar with the Title Bar Settings
the categories are not added automatically thus the Post Metadata element, the Blog Layout ▸ Blog Meta Elements is for the default editor posts.
You can test this by enabling or disabling the Blog Layout ▸ Blog Meta Elements ▸ Blog Post Date and note how in the default posts the Blog Post Date is shown or not, but in ALB posts the Blog Post Date is not shown unless you use the Post Metadata element, this is the same for the Blog Post Category, Blog Post Comment Count, etc.Best regards,
MikeHi,
Thank you for your patience, I don’t know about WAI-ARIA Landmarks so I read this article and from what I understand there are only 8 landmarks:
banner
complementary
contentinfo
form
main
navigation
region
search
The main content of your page should be in the main role, this has been applied to the first color section on your page, so to correct it should be moved to the div ID main which is the total main part of the page.
In your post above you wrote that the timeline H2 elements should have a role, but the article I linked to says that the main content should be grouped together:
not individual elements in the main section.
Did you test for WAI-ARIA landmarks on any of your other pages? The ones I checked give the main role to the content in the first color section so all of the other sections are outside the main role and have no role, thus they should also give you an error.
If this is the case we could ask the Dev Team to evaluate this and move the main role.
What tool are you using to test the page, is it something we can test with?Best regards,
Mike -
AuthorPosts