Forum Replies Created
-
AuthorPosts
-
Hi,
Yes, this should be possible and there is actually a lot ways to accomplish it but all of them will require significant amount of modification which is beyond the scope of support. You may need to hire a freelance developer or contact our partner, Codeable.
If you want to proceed, you can try to manipulate the builder template in the config-templatebuilder/avia-template-builder/php/shortcode-template.class.php file and edit the associated builder scripts in the /config-templatebuilder/avia-template-builder/assets/js folder.
Best regards,
IsmaelHi,
Thank you for the update.
The css code has been commented out and the other css media query has a missing curly brace. We corrected those and disabled the Performance > File Compression settings temporarily. It should work properly now.
Best regards,
IsmaelHi,
That is good to hear. Glad to know that all pages are now working correctly. Please feel free to open another thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
Looks like the issue is quite random. Sometimes two or more of the slides fade smoothly but the other slide glitches, sometimes all slides are not transitioning correctly. We cannot find any pattern and we do not see any errors, so it is quite difficult to debug.
We created a duplicate of the home slider, remove the other slides and try to set the options but the issue still occurs. We created a record of the preview.
Recording: https://file.io/5F6fcKd8ALFY
As you can see one of the slide transitions smoothly while the other glitches.
Best regards,
IsmaelHi,
When I edit the Front Page in WP the changes
Could you give us an example of the changes that you are doing to the page that is not showing immediately? We would like to try to do it on our end.
Best regards,
IsmaelHi,
Thank you for the update.
Since you are using a plugin to create or show the gallery, modifying the theme’s gallery.php file will not help. You have to contact the plugin authors and ask them where the wp_get_attachment_link function should be added.
Best regards,
IsmaelHi,
According to the lighthouse or the page insight tool, these are the sections or elements that are causing layout shifts.
Screenshots: https://imgur.com/Gj6odFW
The biggest contributor as suspected, is the layer slide increasing CLS by around 0.2. We have taken care of that by modifying our previous css code.
.home #layer_slider_1, .home #layer_slider_2, .home #layer_slider_1 .ls-wp-container, .home #layer_slider_1 .ls-wp-container .ls-inner, .home #layer_slider_2 .ls-wp-container, .home #layer_slider_2 .ls-wp-container .ls-inner { min-height: 297px; height: 297px; }This is the CLS score on mobile after adding the css code.
Screenshot: https://imgur.com/FySktKP
Score on desktop should be the same.
Best regards,
IsmaelHi,
Thank you for the clarification.
It seems to be working on the first link. Please check the screenshots below.
with one menu navigation: https://imgur.com/c67PfwG
with two menu navigation: https://imgur.com/xswMDkaThe screenshots were taken right after placing the URL directly in the browser and on initial page load.
Best regards,
IsmaelHi,
Glad to know that @Guenni007 managed to provide a better solution. Please feel free to open another thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
No problem. Please feel free to open another thread should you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
You should use a wider image, say a minimum of 700-800px, this is for pages with sidebar. For full width pages or posts, using larger images may be necessary.
We cannot check the site above because it is on maintenance mode and the login info is no longer valid. Please provide another login account or generate a new login token so that we can check the featured image again.
Best regards,
IsmaelJune 11, 2021 at 6:11 am in reply to: Easy Slider or column hover darken instead of opacity change #1305190Hi,
Thank you for the info.
Try to disable the columns’ hover effect, or use this css code to completely disable it across the site.
body .flex_column.avia-link-column.avia-link-column-hover:hover { opacity: 1; }Then add this css code to add the hover effect to the slider inside the column.
.avia-slideshow-inner .avia-slide-wrap { background: #000000; } .avia-slideshow-inner li div img { opacity: 1; transition: opacity 0.5s; } .avia-slideshow-inner li:hover div img { opacity: 0.5; }Best regards,
IsmaelJune 11, 2021 at 5:39 am in reply to: Number in Price table can not be seen on Apple device #1305187Hi,
Thank you for the update.
You can add the last css code that we posted above to override the first one. You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code. And please purge the cache or remove the browser cache before checking the page.
Best regards,
IsmaelJune 11, 2021 at 5:36 am in reply to: website with enfold + woocommerce: unsightly effect while 'click to card' #1305185Hi,
Thank you for the info.
For some reason, the style of the loading icon is missing from the site, so we added it manually in the Quick CSS field. The loader is now displaying properly when adding a product to the cart.
.avia_loading_icon { background: rgba(0,0,0,0.7); width: 100%; height: 100%; position: fixed; top: 0; left: 0; margin: 0; display: none; z-index: 10000; } #top .avia_loading_icon .av-siteloader { border-top-color: #fff; border-right-color: #fff; border-bottom-color: #fff; position: absolute; top: 50%; left: 50%; margin: -20px 0 0 -20px; }We also deactivated the Enfold > Performance > File Compression settings temporarily.
Best regards,
IsmaelHi,
The site is still asking for this authentication when we tried to use the link above.
Screenshot: https://imgur.com/2lGZfsQ
It may be the htpassword.
Best regards,
IsmaelHi,
Thank you for following up.
The burger menu is above the logo, covering it. You can move it to the right with this css code.
@media only screen and (max-width: 767px) { #header { height: 88px!important; min-height: 88px !important; width: 100% !important; } }If the css media query above already exists, you can just omit it and move the above css rule inside the existing media query. And to adjust the padding and adjust the color of the burger menu items, add this css code.
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a { color: gray; } ul#av-burger-menu-ul { padding: 20px 0 !important; }The color of the “x” button also needs a bit of adjusting.
span.av-hamburger.av-hamburger--spin.av-js-hamburger.av-inserted-main-menu.is-active span.av-hamburger-inner, span.av-hamburger.av-hamburger--spin.av-js-hamburger.av-inserted-main-menu.is-active span.av-hamburger-inner:before, span.av-hamburger.av-hamburger--spin.av-js-hamburger.av-inserted-main-menu.is-active span.av-hamburger-inner:after { background-color: gray !important; }You should move these css rules inside the css media query above.
Best regards,
IsmaelHi,
Thank you for the clarification.
We tried to check the issue again, applied the coupon code but we cannot use Stripe’s test card anymore because it is already in live mode. Do you have a staging site where we can still use the test cards?
Best regards,
IsmaelJune 11, 2021 at 4:45 am in reply to: how can i move the js script avia_cookie_check_sessionStorage () in the footer? #1305176Hi,
Thank you for the update.
Yes, my bad. I just realized how pointless the solution above is. Please edit the enfold/includes/helper-privacy.php file and look for this code around line 131.
add_action( 'wp_head', array( $this, 'handler_wp_head_script' ), 1 );Comment it out or remove it completely, then add this code below.
add_action( 'wp_footer', array( $this, 'handler_wp_head_script' ), 1 );Best regards,
IsmaelHi,
Glad to know that it is working.
Unfortunately my image quality is very poor,
Since you are using a plugin to create the gallery, you may need to toggle an option or adjust a parameter in order to display a different thumbnail size. Please refer to the plugin documentation for more info.
To apply the changes to a specific gallery, try to add a custom css class name or ID to the gallery element and adjust the css selector .gallery with it.
// https://kriesi.at/documentation/enfold/add-custom-css/
Best regards,
IsmaelHi,
You should be able to use the get_the_taxonomies function to get all taxonomies associated with a post.
// https://developer.wordpress.org/reference/functions/get_the_taxonomies/
Try to replace the code with this one instead.
$taxonomies = get_object_taxonomies( get_post_type( $the_id ) ); $cats = ''; $excluded_taxonomies = array_merge( get_taxonomies( array( 'public' => false ) ), array('post_tag','post_format') ); $excluded_taxonomies = apply_filters( 'avf_exclude_taxonomies', $excluded_taxonomies, get_post_type( $the_id ), $the_id ); if( ! empty( $taxonomies ) ) { foreach( $taxonomies as $taxonomy ) { if( ! in_array( $taxonomy, $excluded_taxonomies ) ) { $terms .= get_the_term_list( $the_id, $taxonomy, '', ', ', '' ) . ' '; } } $output .= $terms; }Best regards,
IsmaelHi,
Thank you for following up. Glad to know that the script worked. We did not get a chance to try it.
That is actually the complete command, but you have to make sure that the php script file is in the same folder as the xml file that you are trying to fix. And of course you have to replace original-export-file.xml with the actual name of your xml file and the new-export-file.xml with the desired name of the file after the fix.
Do you see any errors when you run the command? By default PHP is installed on MacOS, so that should not be an issue, and you should be able to use the php command anywhere.
Best regards,
IsmaelJune 9, 2021 at 11:48 am in reply to: I want select any page as footer in Footer Settings of right side for each entry #1304843Hi,
Thank you for the update.
Would you mind providing the link to the actual page where you need to display a different footer and the link of the other footer page? And post the login details in the private field so that we could test it properly. Please make sure that the Appearance > Editor panel is accessible.
Best regards,
IsmaelJune 9, 2021 at 11:43 am in reply to: Number in Price table can not be seen on Apple device #1304841Hey shtzhang,
Thank you for the inquiry.
Did you add this css code?
.main_color a, .main_color .widget_first, .main_color strong, .main_color b, .main_color b a, .main_color strong a, .main_color #js_sort_items a:hover, .main_color #js_sort_items a.active_sort, .main_color .av-sort-by-term a.active_sort, .main_color .special_amp, .main_color .taglist a.activeFilter, .main_color #commentform .required, #top .main_color .av-no-color.av-icon-style-border a.av-icon-char, .html_elegant-blog #top .main_color .blog-categories a, .html_elegant-blog #top .main_color .blog-categories a:hover { color: #6786a1; }You may need to override it with the following css rule to change the color of the price on mobile view.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .main_color .avia-pricing-row strong { color: #ffffff; } }Best regards,
IsmaelHi,
Thank you for the info.
Are you using a plugin to create the page above, or did you create a custom template? The theme is not using the picture tag or element anywhere in its templates. However, in the page above the picture tag is used to display the featured image.
<picture class="wp-image-4017 avia-img-lazy-loading-not-4017 img-responsive responsive--full wp-post-image" title="Feature image"> // sources here </picture>Best regards,
IsmaelHey mediaapps,
Thank you for the inquiry.
Are you saying that the messages are not being sent, and you do not receive them? Installing an SMTP plugin should be fine and it should not affect the default contact form.
Best regards,
IsmaelHi,
@hacart: Please create a new thread and post the login detail in the private field so that we could check the issue properly. We will close this thread for now.Best regards,
IsmaelHi,
We tried to login to the site but it is asking for another authentication, maybe the htaccess password. Please post the other authentication info in the private field so that we could check the layer slider.
Best regards,
IsmaelHey netzhautflimmern,
Thank you for the inquiry.
You can use this css code to adjust the breakpoint of the grid row cells.
/* Grid Row Cells Breakpoint */ @media only screen and (max-width: 1500px) { .responsive #top #wrap_all .flex_column.av-break-at-tablet, .responsive #top #wrap_all .av-break-at-tablet .flex_cell { margin: 0; margin-bottom: 20px; width: 100%; display: block; } .responsive #top #wrap_all .av-break-at-tablet-flextable, .responsive .av-layout-grid-container.av-break-at-tablet { display: block; } .responsive #top #wrap_all .av-flex-cells .no_margin{ height:auto !important; overflow: hidden; } }Best regards,
IsmaelHey solid-image,
Thank you for the inquiry.
You can try the Layer Slider. You can also set the slider’s Advanced > Slider Animation > Slider Transition to the third option so that it fades instead of slides.
Best regards,
IsmaelJune 9, 2021 at 8:31 am in reply to: Easy Slider or column hover darken instead of opacity change #1304803 -
AuthorPosts
