Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the update.
This css code should remove the right border of the instagram icon.
#top .social_bookmarks li:last-child { border-right: 0; }Best regards,
IsmaelHi,
Thank you for the update.
You can use this css code to adjust the width of the columns on mobile view.
@media only screen and (max-width: 767px) { .slide-entry-excerpt .flex_column { width: 100% !important; } .slide-entry-excerpt { display: block; } }Best regards,
IsmaelHey Magnus,
Thank you for the inquiry.
The link tag in the language switcher container is duplicated, but the other is empty. To remove the empty link, we can use this css code.
.av-main-nav li:nth-last-child(2) a:first-child { display: none !important; }Best regards,
IsmaelHi,
You can use the get_the_post_thumbnail function above line 73 of the template-archives.php file to display the featured image above the post title or link.
echo "<li><a href='".get_permalink()."' rel='bookmark' title='". __('Permanent Link:','avia_framework')." ".the_title_attribute('echo=0')."'>".get_the_title()."</a></li>";// https://developer.wordpress.org/reference/functions/get_the_post_thumbnail/
Best regards,
IsmaelAugust 27, 2020 at 6:05 pm in reply to: Support for srcset also for background image in the color section #1241284Hi,
Hi Ismael, are you sure about this?
Yes, the browser still loads the image because it’s still in the DOM and the browser expects that there’s still a possibility that the image will be manipulated by a script later on. One example is a slider with multiple images — only the first image or slide is visible on page load but the browser will still request all images in the slider.
And please note that in the section.php file, we moved the image URL in the data-src attribute, so the script will only apply the value of the data attribute either as background image or the value of the src attribute on page load. This might also affect the lazyload option.
$params['data'] = "data-src='{$src}' data-section-bg-repeat='{$repeat}'";Unfortunately, we are not exactly sure how the lazyload option works in that plugin, so we might not be able to help you further in this case.
Best regards,
IsmaelHi,
Thank you for the update.
You might be able to hide the logo based on the scroll position of the window. Something like this:
$(window).scroll(function (event) { var scroll = $(window).scrollTop(); // if scroll less than 50 show logo else hide it });Or try this css code to hide the logo by default and only display it when the av_header_transparency class name exists in the header.
.logo { display: none; } .av_header_transparency .logo { display: block; }The screenshot above doesn’t display because it’s an AI file. Please use jpg or png for the screenshot.
Best regards,
IsmaelAugust 27, 2020 at 5:30 pm in reply to: Css for changing all portfolio entry images or background colors #1241275Hi,
Thank you for the inquiry.
You can start with this css code to remove the icon and adjust the position of the slide content so that it’s above the slide image or the purple box. It might require some adjustments specially on mobile view.
#top .avia-content-slider .slide-image .fallback-post-type-icon { display: none !important; } #top .avia-content-slider .slide-content { position: absolute; top: 0; color: #ffffff; padding: 10px; width: 100%; } #top .avia-content-slider .slide-entry-title.entry-title, #top .avia-content-slider .slide-entry-title.entry-title a { font-size: 17px; color: #ffffff !important; }Best regards,
IsmaelHey Ramiro,
Thank you for the inquiry.
Is this still an issue? The add to cart seems to be working properly in the product pages above. The product gets added to the cart without page refresh, which means AJAX works.
Best regards,
IsmaelAugust 27, 2020 at 5:11 pm in reply to: Get one specific custom category to display in blog archive #1241271Hi,
@Missca: Where can we see the issue? Please open a new thread and provide the necessary details in the private field so that we can check it properly. We’ll close this thread for now.Best regards,
IsmaelAugust 27, 2020 at 4:53 pm in reply to: Layerslider Video Background via Youtube – Logo/user appear #1241261Hi,
Thank you for the inquiry.
Are you using the Video/Audio layer? There are more options under the layer’s embed field. You should be able to turn off the player controls there.
Best regards,
IsmaelHey dbideaz,
Thank you for the inquiry.
Have you tried adjusting the bottom padding of the first menu item?
#menu-item-11 { padding: 126px 3px 361px 3px; }Or we can use flexbox to control the size of the menu items.
.html_header_sidebar .container_wrap { width: 100%; height: 100%; } .html_header_sidebar #header .container { height: 100%; } .html_header_sidebar #header .av-main-nav { display: flex; flex-direction: column; } .html_header_sidebar #header .av-main-nav, .html_header_sidebar #header .av-main-nav-wrap { width: 100%; height: 100%; } .html_header_sidebar #header .av-main-nav > #menu-item-11 { height: 70%; }The very last css declaration defines the height of the first menu item.
Best regards,
IsmaelHey Jamie,
Thank you for the inquiry.
Both links above go to the homepage but we did find the essential grid element in the fx-products page but there seems to be an error.
Uncaught ReferenceError: grecaptcha is not defined <anonymous> https://www.flayrfx.com/wp-content/plugins/contact-form-7/modules/recaptcha/script.js?ver=5.2.2:28Please note that we don’t provide support for third party plugins as stated on our support policy but we’ll try to help as much as possible. You may need to contact the plugin authors for additional assistance.
Best regards,
IsmaelHi,
Thank you for the inquiry.
You can use this css code to adjust the position of the phone info container where you added the booking button.
.phone-info { position: absolute; right: 10px; }To hide it on mobile view, use this css code.
@media only screen and (max-width: 767px) { .phone-info { display: none; } }You can also set the logo to the center by adjusting the Menu and Logo Position settings in the Header > Header Layout panel.
Best regards,
IsmaelHi,
Where did you get the value -moz-available? It doesn’t look like a valid value for the width property.
Have you tried setting the width to 100% instead?
// https://developer.mozilla.org/en-US/docs/Web/CSS/width
Best regards,
IsmaelHi,
Thank you for the update.
We have added this css code in the Enfold > General Styling > Quick CSS field to fix the issue.
#wrap_all { position: relative; }Best regards,
IsmaelAugust 27, 2020 at 3:41 pm in reply to: Recaptcha not working on zorbas.dk and se! [URGENT] #1241231Hi,
Is there a staging version of the site where the Google ReCAPTCHA option is active? We would like to test it.
Which version of the spam protection are you using, v2 or v3?
Best regards,
IsmaelHi,
Thank you for the inquiry.
The menu seems to be displaying as it should now. Have you tried purging the cache, or disabling the Performance > File Compressions settings?
Best regards,
IsmaelHey jaimemerz,
Thank you for the inquiry.
You can attach a click event listener to the menu items and execute the Google Analytics function or tracker when someone click on the element. If you’re using jQuery, the script might look something like this.
$(".menu-item').click(function(){ // GA tracker here });Best regards,
IsmaelHi,
Thank you for the update.
Are you using a cache plugin? There should be a dedicated button to purge the cache manually. If you’re not using any plugin, you can ask your hosting provider if your server is actually storing or caching any data and if it can be deleted manually.
Best regards,
IsmaelHi,
Thank you for the screenshot.
Which font did you set it to previously? We are not really sure why the font resets back to default, but you should be able to change it back from the Enfold > General Styling > Fonts panel. We can’t reproduce the same issue on our installations.
Best regards,
IsmaelHi,
Thank you for the inquiry.
We might be able to adjust the height of the slider on mobile view, but it will distort the image a bit. Please replace the css code with this one.
@media only screen and (max-width: 767px){ .avia-slideshow-inner, .avia-slideshow-inner li img { height: 300px !important; } }Best regards,
IsmaelHi,
You may need to change the ID of the second skiplink container to “skiplinks-b” or anything different, and change the selector in the script accordingly.
$("#skiplinks-b a").click(function(){And you can also include the additional click event listener inside the first window load event so that you don’t have to create another.
$(window).load(function() { $("#skiplinks a").click(function(){ setTimeout(function(){ $('#main').trigger("focus"); }, 200); }); $("#skiplinks-b a").click(function(){ setTimeout(function(){ $('#mega-menu-avia').trigger("focus"); }, 200); }); // add more code here });Best regards,
IsmaelHey MPPcreative,
Thank you for the inquiry.
1.) It might be that the font that you’re using doesn’t support Hebrew characters. You may need to switch to another font and make sure that it supports the required characters.
2.) You can add this filter in the functions.php file to change the default link of the button.
/** * Changes the redirect URL for the Return To Shop button in the cart. * * @return string */ function wc_empty_cart_redirect_url() { return 'http://mywebsite.com/sample-page/'; } add_filter( 'woocommerce_return_to_shop_redirect', 'wc_empty_cart_redirect_url' );Best regards,
IsmaelHi,
The date is not showing because the date and time format fields in the Settings > General panel are blank. (see private field)
Best regards,
IsmaelAugust 27, 2020 at 8:35 am in reply to: Woocommerce checkout form not responsive on mobile and alignment issues #1241120Hey Morticka,
Sorry for the delay. You should wrap the code inside a css media query so that it will only affect the desktop view and keep the default style or layout on mobile view.
@media only screen and (min-width: 768px) { /* Add your Desktop Styles here */ }Place the previous code inside the css media query above.
Best regards,
IsmaelAugust 26, 2020 at 3:47 pm in reply to: "Large Header Size" and "Shrinking Header" for homepage only #1240948Hi,
According to the documentation is_home depends on the site’s “Front page displays” Reading Settings ‘show_on_front’ and ‘page_for_posts’.
// https://developer.wordpress.org/reference/functions/is_home/
Did you set the front or home page in the Settings > Reading panel?
Best regards,
IsmaelHi,
Sorry for the delay. According to the page speed insight tool the page is too big or has an excessive DOM size which might also cause the layout shifts or affect the CLS score. Is there any possibility to decrease the content in the page?
A large DOM will increase memory usage, cause longer style calculations, and produce costly layout reflows. Learn more.
The page contains 1,656 elements in total, which is quite huge.
And according to the reports, the pseudo element before contributes most to the CLS of the page. We are not really sure from which element that is, but it is probably referring to the font icons which is added using the pseudo element.
CLS Contribution
::before
<::before>Best regards,
IsmaelAugust 26, 2020 at 3:21 pm in reply to: Enfold Theme Conflict – Woocommerce Product Bundles + Min/Max #1240941Hi,
Yes, it’s quite odd. Please try this code in the Quick CSS field.
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: inner-spin-button !important; }Best regards,
IsmaelAugust 26, 2020 at 2:53 pm in reply to: Media error: Format(s) not supported or source(s) not found. #1240932Hi,
Thank you for the update.
We don’t see the error in the SERPS anymore. Did you remove the layer slider in the home page?
Screenshot: https://imgur.com/yybYtSs
Best regards,
IsmaelHi,
Sorry for the delay. You should be able to use this css code to adjust the default width of the “Features” mega menu.
#header .three.units { width: 400px !important; } #header .six.units { width: 800px !important; }Please don’t forget to toggle the Performance > File Compressions settings and remove the cache after adding the code.
Best regards,
Ismael -
AuthorPosts
