Forum Replies Created
-
AuthorPosts
-
Hi,
Glad to hear that you have this sorted out, 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 to hear that you have this sorted out, 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 @yigit & @guenni007 could 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,
I’m not sure that I understand what you are looking for, the product title at the top of the page is already an H1 MaxiSys MS906
and you would not want more than one H1 tag on a page.
But if you want to replace the Beschrijving text with the product title text and not the H1 tag
Try adding this code to the end of your functions.php file in Appearance ▸ Editor:function replace_product_Description_with_title() { ?> <script> (function($){ var text = $('#top.single-product #wrap_all h1.product_title.entry-title').text(); $('#tab-title-description a').text(text.replace('Beschrijving', text)); })(jQuery); </script> <?php } add_action('wp_footer', 'replace_product_Description_with_title');
Best regards,
MikeHey EricSmeets,
Try adding this code to the end of your functions.php file in Appearance ▸ Editor:function custom_script() { ?> <script> (function($) { $('#top.single-product #wrap_all .single-product-summary .product_meta').css({ 'line-height': '24px' }).detach().insertAfter('.single-product-summary .single_add_to_cart_button'); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');
Best regards,
MikeHey EricSmeets,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#top.single-product #wrap_all .woocommerce-tabs h2 { display: none; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Briana,
Thanks for your question, at first I thought this was due to the theme option Disable Emoji/Smiley Support under Website performance and optimization but even with this I am not able to reproduce this error:
Are you using emojis from a plugin, try testing with these emojis, and try disabling your plugins to see if there is a conflict, If this doesn’t help please include an admin login in the Private Content area and a link to a test page so we can try to reproduce on your site and examine for conflicts.Best regards,
MikeHi,
You would need to make your adjustments in HTML, such as shown on the Getting Started page
and add your Navigation Parameters to the initialize script
For this example I used the Infinite loop with slides per group because it seems to be the closest to what you want.
So first we need to import the core Swiper JS & CSS files and set the initialize script in our child theme functions.php file in Appearance ▸ Editor:function Swiper_from_CDN(){ ?> <link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css"> <script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script> <script> window.addEventListener('DOMContentLoaded', function() { var swiper = new Swiper(".mySwiper", { slidesPerView: 3, spaceBetween: 30, slidesPerGroup: 3, loop: true, loopFillGroupWithBlank: true, pagination: { el: ".swiper-pagination", clickable: true, }, navigation: { nextEl: ".swiper-button-next", prevEl: ".swiper-button-prev", }, }); }); </script> <?php } add_action('wp_head', 'Swiper_from_CDN');
Then on our test page in a code block element add this code:
<style> .swiper { width: 100%; height: 100vh; } .swiper-slide { text-align: center; font-size: 18px; background: #fff; /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; } .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; } </style> <div class="swiper mySwiper"> <div class="swiper-wrapper"> <div class="swiper-slide">Slide 1</div> <div class="swiper-slide">Slide 2</div> <div class="swiper-slide">Slide 3</div> <div class="swiper-slide">Slide 4</div> <div class="swiper-slide">Slide 5</div> <div class="swiper-slide">Slide 6</div> <div class="swiper-slide">Slide 7</div> <div class="swiper-slide">Slide 8</div> <div class="swiper-slide">Slide 9</div> </div> <div class="swiper-button-next"></div> <div class="swiper-button-prev"></div> <div class="swiper-pagination"></div> </div>
the expected results should be:
I linked to my working example below, so this should help you get started, you will still need to add your images, a little more css for style and any other parameters you wanted.Best regards,
MikeHi,
That is good, I didn’t consider the other elements, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHi,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:.avia-timeline .milestone_icon { height: 60px !important; width: 60px !important; line-height: 60px !important; } .avia-timeline .milestone_icon i { font-size: 50px !important; }
After applying the css, please clear your browser cache and check.
If this doesn’t help then remove it and link to your page when we can examine it closer.Best regards,
MikeFebruary 7, 2022 at 1:01 pm in reply to: Featured Image: Changed & Then Deleted But Still Displaying The OLD One #1339338Hi,
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,
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,
Thanks for the login, this was due to the header style you picked in the theme options:
Default (with borders, active menu indicator and slightly transparent)
for no transparency choose:
Minimal (no borders, indicators or transparency)
I disabled the css and picked this for you, please clear your browser cache and check.Best regards,
MikeHi,
Thanks for the screenshots and feedback, I believe the script in the plugin is not as current as on the site, so all of the options are not the same, unfortunately I believe that even if we use the full script you will need to be able to make code changes to use it as it doesn’t have GUI.
There are quite a lot of slider plugins available and most all of them would have shortcodes you can add to a code block element, I would recommend trying another one.
Sorry, I thought this was going to work well, but sometimes it’s better to try another over fighting to make one fit.
Please don’t add another builder to your site like Elementor or Visual Composer or WPBakery, Enfold is not meant to work with other builders.
Here are the results for logo Slider which might be better geared towards your smaller image sizes that a full-size slider.Best regards,
MikeHi,
Below the message area on the fourm you should see another field called the Private Content area, adding the admin login there is safe
Best regards,
MikeHi,
Thanks for the screenshot, but I see the same 50px top margin for desktop & mobile, please see the screenshots in the Private Content area.
If you would like to remove this for mobile try this css:@media only screen and (max-width: 767px) { #top #main .flex_column_table.av-equal-height-column-flextable:not(:first-child) { margin-top: 0px; } }
After applying the css, please clear your browser cache and check.
Best regards,
MikeFebruary 6, 2022 at 10:58 pm in reply to: Slider Navigation Arrow ( how to deleate transparent black layer) #1339229Hi,
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,
MikeHi,
Thanks for the feedback, I checked again but the header looks transparent to me, please see the screenshot in the Private Content area, of where I scrolled down to a black area.
Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.Best regards,
MikeHi,
Glad that this helped, if you include an admin login I could take a look at where this is coming from.Best regards,
MikeHey Chris_85,
Please give this a try:add_filter('avf_form_subject','avia_change_mail_subject', 10, 3); function avia_change_mail_subject($subject, $new_post, $form_params) { $subject = sprintf("%s", $new_post['5_1']); return $subject; }
this assumes that the fifth field in the contact form is a select field:
note that any spaces in the field will be replaced with%20
so use an underline or dash
Best regards,
MikeHey eknyazyan,
Thanks for your screenshot, it doesn’t look like a product search, it looks like a blog article search, so is the product image that you want to add like an advertisement above the search results?Best regards,
MikeHi,
You are getting the error:Failed to load resource:/wp-admin/admin-ajax.php the server responded with a status of 403 ()
this could be due to Mod Security or even the sucuri that has been blocking access, you could also see this post, there are many this that can cause this so it’s hard to say, try the steps in this article.
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 neon2020,
To fix the issue with the load more button, please replace the masonry_entries.php and the masonry_gallery.php with the files below. The files are located in their respective folders in the enfold > config-templatebuilder > aviashortcodes directory.https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_9/templatebuilder/masonry_entries.php https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_9/templatebuilder/masonry_gallery.php
Best regards,
MikeHi,
Glad to hear this helped, you should not expect any future issues, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHi,
Glad Rikard could 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,
Thanks for the login, I adjusted your css to this:@media only screen and (max-width:989px) { .avia-image-container.greca { float: none; display:flex; justify-content: center; } }
please clear your browser cache and check.
Best regards,
MikeHey markus-fischer,
Thank you for the link to your site, but since your screenshot requires a login so we can not see it.
Please try using an open image host to show your screenshots so we can see them.
I looked at your page as mobile but I don’t see any extra space, please see the screenshot in the Private Content area below, perhaps try including a screenshot with some markup pointing out the extra space.Best regards,
Mike -
AuthorPosts