Forum Replies Created
-
AuthorPosts
-
Hey Ramiro,
Thank you for the inquiry.
We can see both flags on tablet view. Would you mind providing a screenshot of the issue? You can use imgur, savvyify or dropbox for the screenshot. Thanks.
Best regards,
IsmaelHey schwabino,
Thank you for the inquiry.
You may need to apply the “noLightbox” class name to the button elements to prevent the lightbox from opening. Please edit the buttons, go to the Advanced > Developer Settings panel and place the “noLightbox” class name in the Custom CSS Class field. Let us know if this helps.
Best regards,
IsmaelHi Guenter!
Thank you for the inquiry.
Would you like the site to reload every time the user click any of the privacy toggles? The page will only reload once the user click the “accept” or “do not accept” buttons as explained in the previous thread.
// https://kriesi.at/support/topic/cookie-switch-buttons/#post-1369509
Regards,
IsmaelHi,
@DSRE-agency: Please open a new thread and provide a screenshot of the layout that you want to create. You can use imgur, savvyify or dropbox for the screenshot. We will close this thread for now. Thanks.Best regards,
IsmaelHey Marina,
Thank you for the inquiry.
You can remove this condition from the filter to display the posts for non-logged-in users.
if(is_user_logged_in())Let us know if this helps.
Best regards,
IsmaelHey schwabino,
Thank you for the inquiry.
You can use this css code to adjust the style of the social icons in the top header.
#top #header_meta .social_bookmarks li a { width: 60px; line-height: 60px; min-height: 60px; height: 100%; font-size: 20px; } #header_meta .container { min-height: 60px; }Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelHey G4Design,
Thank you for the inquiry.
There is another option in the Header visibility and transparency settings called Transparent & Glassy Header, which should apply a semi-opaque background to the header.
Best regards,
IsmaelHey asthyanax,
Thank you for the inquiry.
Have you tried editing the header.php file or use the ava_after_main_container hook instead? You can find the main tag in the header.php template.
Please check the documentation below for more info about hooks.
// https://developer.wordpress.org/plugins/hooks/actions/
Best regards,
IsmaelHey Marina,
Thank you for the inquiry.
The logo image is replaced with a picture tag with the class name sp-no-webp. Did you install a webp plugin? The plugin might be replacing the default logo tag with its own markup voiding the changes in the avf_logo filter.
Best regards,
IsmaelHi,
Thanks for the update.
Try to use this css code instead.
.responsive .page-id-4293 .main_color .avia-data-table.avia_pricing_minimal th { width: 12%; } .responsive .page-id-4293 .main_color .avia-data-table.avia_pricing_minimal th:nth-child(3) { width: 30%; }Please make sure toggle or temporarily disable the Autoptimize > File Compression settings after adding the css.
Best regards,
IsmaelNovember 3, 2022 at 4:42 am in reply to: Shop category thumbnail images are suddenly the wrong size #1371178Hey Anne,
Thank you for the inquiry.
You can add this code in the functions.php file to adjust or replace the default thumbnail used in the shop catalogue.
add_filter( 'avf_wc_before_shop_loop_item_title_img_size', 'avf_wc_before_shop_loop_item_title_img_size_mod', 10, 1 ); function avf_wc_before_shop_loop_item_title_img_size_mod( $thumbnail_size ) { return 'woocommerce_thumbnail'; }Please make sure to purge the cache and do a hard refresh after adding the filter.
Best regards,
IsmaelNovember 3, 2022 at 4:29 am in reply to: hiding menu to allow for ONLY hamburger ALSO hide socket menu. #1371177Hey Nancy,
Thank you for the inquiry.
We adjusted the css code a bit. Please try it again.
#header #avia-menu>li, #header .menu-item { display: none !important; } #avia-menu .av-burger-menu-main, .home #avia-menu .menu-item-search-dropdown { display: block !important; }You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelHi,
Thank you for the inquiry.
Did you specify the title in the Content > Frontend > Form Title field? We may need to access the site in order check the issue. Please provide the login info in the private field.
Best regards,
IsmaelNovember 3, 2022 at 4:05 am in reply to: display-error: open a tab element with deeplink jumps to the top of the page #1371174Hi,
Thank you for the update.
We checked the site on Chrome but we are not able to reproduce the same issue shown in your screencast. The document stays in place whenever we click the links. Please check the short clip below.
Screencast: https://1drv.ms/u/s!AjjTfXSRbKTvyjf6pC5OL9lsNcqk?e=owCUQc
Did you check the content for any duplicated anchors?
Best regards,
IsmaelHi,
Happy to know that the suggestion is working. Please do not hesitate to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHey RGmbH,
Thank you for the inquiry.
The theme has its own Custom Fonts Manager which can be used to upload Google fonts to your server and load the font files locally. Please look for the font manager in the Enfold > Import/Export panel, and check the documentation below for more info.
// https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts
Best regards,
IsmaelNovember 3, 2022 at 3:01 am in reply to: Problem der lokalen Einbindung der Google-Fonts (DSGVO-konform) #1371170Hey jan,
Thank you for the inquiry.
Are you trying to prevent Google Fonts from loading without users’ consent? Have you tried enabling the privacy options in Enfold > Privacy & Cookies panel? Please check the documentation below for more info about the privacy options.
// https://kriesi.at/documentation/enfold/privacy-cookies/
Best regards,
IsmaelHey P3T3R_0ne,
Thank you for the inquiry.
It is possible that the emoji gets removed when the builder cleans up the input field including the tab section title. Have you tried using images instead of emojis? You can set it in the tab sections’ Content > Tab Symbol settings.
Best regards,
IsmaelHey tim brostrom,
Thank you for the inquiry.
Themeforest only offers two kinds of licenses for the theme, a single license which can be used for one domain, site or project and an extended license which can be used to create a single end product, which can then be sold separately. Please check the documentations below for more info about the licenses.
// https://themeforest.net/licenses/terms/extended
// https://themeforest.net/licenses/terms/regularBest regards,
IsmaelNovember 3, 2022 at 2:33 am in reply to: ajax portfolio preview: decrease the distance between entry titles #1371167Hi,
But unfortunatley that´s not a solution because this value is way to much for the smartphone view.
You can add css media queries and adjust the minimum height value on different screen sizes. Again, the jump is not visible or noticeable when there are images in the slide because the document automatically scrolls to the active slider. Do you still see the jump when the slider images are present and after the document scrolls to the active slider?
Best regards,
IsmaelNovember 3, 2022 at 2:30 am in reply to: Two sites with matching set up have different SEARCH RESULTS page? #1371166Hey ColinWalton,
Thank you for the inquiry.
You might have added a filter that alters the search query and sets the postsnumber parameter to 1, which is why the results are nested and requires paginations. Please check the functions.php file or post the login details in the private field so that we can check the site further.
Best regards,
IsmaelNovember 3, 2022 at 2:27 am in reply to: Compatibility issues with Popup Maker 1.16.10 and newer #1371165Hey Jeannette,
Thank you for the inquiry.
Did you add the same triggers or links in the footer page? Please provide the site URL and a page containing a popup so that we can check the issue further.
Best regards,
IsmaelHi,
Thank you for the info.
That is the header_meta container which can be enabled in the Enfold > Extra Elements panel. Please note that this option is not available when using a transparent header. If you really need the container on a page with transparent header, you can directly modify the header.php or the includes > helper-main-menu.php file.
Best regards,
IsmaelHey herbwood,
Thank you for the inquiry.
The Lato font is being loaded by the layer slider plugin. It can be disabled in the layer slider’s Settings > Google Fonts panel.
Best regards,
IsmaelHi,
Thank you for the update.
You can upload a custom svg file to the uploads folder or use the Media > Library to upload a media file, then use the following css code to adjust the style of the video controls.
.mejs-button>button { background: transparent url(mejs-controls.svg); border: 0; cursor: pointer; display: block; font-size: 0; height: 20px; line-height: 0; margin: 10px 6px; overflow: hidden; padding: 0; position: absolute; text-decoration: none; width: 20px; }Replace the value of the background property with the custom svg file.
Best regards,
IsmaelHey Stephen,
Thank you for the inquiry.
You can use this css code to adjust the size of the lightbox container.
.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css to regenerate the stylesheets.
Best regards,
IsmaelHey Mikesestatesales,
Thank you for the inquiry.
The sticky banner is displaying correctly when we checked the site, please check the screenshot below.
Screenshot: https://1drv.ms/u/s!AjjTfXSRbKTvyThyZW3F_-1TT6ka?e=MsBK3m
Would you mind providing a short clip of the issue? You can use imgur, savvyify or dropbox for the screenshot. Thanks.
Best regards,
IsmaelHey nV15OoBtg21iTn5z,
Thank you for the inquiry.
You can use this css code to add an overlay above the masonry images to make the caption more readable.
#top .av-caption-style-overlay.av-hover-overlay- .av-masonry-item-with-image .av-inner-masonry-content { background: rgba(0,0,0,0.5); }You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelHey ThomasN001,
Thank you for the inquiry.
1.) You have to add another button that opens the privacy modal popup which contains the privacy toggles by default, or a button that redirects to the privacy policy page. This gives the user the option to toggle other privacy options (analytics, maps, videos etc) using the privacy toggles. Only privacy toggles that are enabled will be accepted when the user click the accept button.
2.) There is actually an auto refresh option in the Cookie Handling > Advanced Options panel. Please look for the Auto Reload Page settings.
Best regards,
IsmaelNovember 2, 2022 at 4:42 am in reply to: Colour Section — Background Video with Start/Stop Control #1371010Hi,
How does someone know that it has the option?
You can add a note about the slider or video player controls for the users in the caption field, which we can reposition using css.
You can also add the following elements in the caption field to create a custom play/pause controls.
<div class='av-play-controls'> <span class='play'>Play</span> <span class='pause'>Pause</span></div>Add this css code to reposition the controls and toggle them based on the playback status of the video.
.av-play-controls { position: absolute; right: 50px; bottom: 50px; } .av-video-playing .av-play-controls .play { display: none; } .av-video-paused .av-play-controls .pause { display: none; }The control text (play/pause) can be replaced with a custom image or icon.
Best regards,
Ismael -
AuthorPosts
