Forum Replies Created
-
AuthorPosts
-
Hey emilconsor,
Thank you for the inquiry.
Yes, this should be possible with this filter.
add_filter("avf_post_nav_settings", function($settings) { $settings["excluded_terms"] = array(1, 2, 3); return $settings; }, 10, 1);
This will exclude items that belong to the categories with the ID 1, 2 and 3.
Best regards,
IsmaelHi,
Thank you for the update.
Glad to know that the first option worked. Regarding the button, it doesn’t look like an issue with the theme, but you can try and disable the css files that the theme is using to override the single view layout. Please add this in the functions.php file.
function avia_events_register_assets( $styleUrl ) { return false; }
Best regards,
IsmaelHey NadjaJacke,
Thank you for the inquiry.
This option is not available in the theme by default but you might be able to use a plugin to schedule an expiration for any post type. Please check this one.
// https://wordpress.org/plugins/post-expirator/
If you want to do it manually, you can use the wp_update_post function.
// https://developer.wordpress.org/reference/functions/wp_update_post/
// https://developer.wordpress.org/reference/functions/wp_insert_post/The “post_status” has to be reverted back to “draft”.
Best regards,
IsmaelHey xela,
Thank you for the inquiry.
Are you trying to display or open a certain content after clicking anywhere in the map? This option is not available out of the box, but you might be able to use the same script that opens an inline content as popup. Please check the following thread for an example.
// https://kriesi.at/support/topic/contact-form-popup-3/#post-992715
Best regards,
IsmaelHi,
Thank you for following up.
We saved the content of the home page as template and apply it on a temporary page (see private field). We then removed the content of the first color section with the video and it seems to have helped with the issue. The background is now displaying correctly. Did you add any html tags in the content? Please make sure that all html tags are closed properly.
Best regards,
IsmaelJanuary 27, 2022 at 7:03 am in reply to: Blog Featured Image crop and social share icons formatting #1337412Hey erictuvel,
Thank you for the inquiry.
The maximum height of thumbnail on blog overview pages without a sidebar is only 423px. This thumbnail is called “entry_without_sidebar”. The maximum size of this thumbnail is set to 1210x423px by default, but it can be adjusted in the Settings > Media panel. You have to install the Simple Image Sizes plugin first. The plugin has not been tested on the latest version of WordPress but it works just fine. Make sure to regenerate the thumbnails after adjusting the thumbnail size.
Best regards,
IsmaelHi,
Thank you for the update.
We have checked the actual shortcodes in the page and it looks like the shortcodes starting from the section “Perché scegliere Venice Diving come centro per la tua formazione Istruttore Subacqueo PADI IDC?” is missing. This is why everything is removed once the page is updated. Unfortunately, we are not sure where it went. You may need to update page and recreate the missing content from scratch.
Best regards,
IsmaelHi,
Thank you for the update.
wp-image-zoooom is good option but unfortunately its not working in gallery of enfold theme
The plugin is not integrated in the theme, so it is not going to work in any of the builder elements without significant modification. Unfortunately, making the plugin compatible with the theme is beyond the scope of support. It should still work if the image or html element is manually created using a code or text block. You may need to hire a freelance developer or contact our partner (Codeable) to help you further with this.
// https://kriesi.at/contact/customization
Best regards,
IsmaelHi,
Thank you for the update.
I scanned all the website and big-prev-fake can be found as a div class in all pages using gallery.
We cannot find the class name in any of the gallery files (js, php, css). Are you sure that you actually check the file? Did you toggle the Performance > File Compression settings after deactivating the plugins? Please keep the file compression and cache plugin disabled, then we will check the site again.
Best regards,
IsmaelHey Michael,
Thank you for the inquiry.
The plugin is probably applying the same value to the src attribute for every team member shortcode. Unfortunately, we cannot confirm this without checking the plugin. Would you mind directing us to the code in the plugin that generates the team member shortcode?
Best regards,
IsmaelHi,
) now collapse into 1 column and are reduced to 20% in width.
You may need to change this css code a bit to adjust the width of the columns and make sure that it doesn’t collapse into a single column.
@media only screen and (min-width: 501px) { .responsive #top #wrap_all #footer .av_one_fourth { margin-left: 6%; width: 20.5%; float: left; } }
Replace it with:
@media only screen and (min-width: 501px) { .responsive #top #wrap_all #footer .av_one_fourth { margin-left: 6%; width: 20.5%; float: left; clear: none; } }
We just added the float and clear css properties.
Best regards,
IsmaelHey spooniverse,
Thank you for the inquiry.
This option is not available out of the box, but it is possible. Unfortunately, creating this kind of functionality is beyond the scope of support. You may need look for external help such as hiring a freelance developer.
// https://kriesi.at/contact/customization
Best regards,
IsmaelJanuary 27, 2022 at 5:32 am in reply to: Disable Maintenance Mode for subscriber or new user role #1337399Hey emilconsor,
Thank you for the inquiry.
The capabilities of the user role can be adjusted manually but there is a plugin that should allow you to do this without touching any code. Please check the following plugin.
// https://wordpress.org/plugins/user-role-editor/
Best regards,
IsmaelHey koomo,
Thank you for the inquiry.
The duplicate image is from another container with the class name “big-prev-fake”. The theme doesn’t generate this container, so it is probably created by a plugin or a custom script. Did you install an image zoom plugin or any plugin related to images?
We also found this error in the console.
Uncaught TypeError: $.avia_utilities.supports is not a function at avia_hover_effect (avia.js?ver=1642143592:21:42) at Object.$.avia_utilities.avia_ajax_call (avia.js?ver=1642143592:6:29) at HTMLDocument.<anonymous> (avia.js?ver=1642143592:3:43) at e (jquery.min.js:2:30038) at t (jquery.min.js:2:30340) external_api.js:1 Uncaught SyntaxError: Unexpected token '<'
Do you have any idea which plugin loads the external_api.js file? We can’t access it because of the CDN rules.
Best regards,
IsmaelHey calcuttadioceseonline,
Thank you for the inquiry.
The theme does not have this option by default but there is a lot of gallery plugin in the repository that has this option. Please check the following links.
// https://wordpress.org/plugins/wp-image-zoooom/
// https://wordpress.org/plugins/search/zoom+image/Best regards,
IsmaelJanuary 26, 2022 at 6:53 am in reply to: "developer" tab missing in advanced layout builder #1337223Hi,
Sure thing. Let us know if you need anything else. Thank you for your patience.
Have a nice day.
Best regards,
IsmaelJanuary 26, 2022 at 6:52 am in reply to: Paragraph/H1/H2 text type selector not working in advanced layout editor #1337221Hi,
Alright. Glad it is fixed. Please feel free to open another thread if you need anything else. We’ll close this now.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the info.
The login token above already expired, so we were not able to edit the test page. Please generate a new login token with a longer expiration. For the meantime, try to edit the original page, look for the shortcode field, copy the shortcodes there and paste it back to the test page. We will try to check it again.
Best regards,
IsmaelHi,
Thanks for following up.
The checkmarks in that page or portfolio item are emojis, not the icon shortcode. Please check the screenshot in the private field.
Best regards,
IsmaelHey Markus,
Thank you for the inquiry.
The extra space is actually a part of the content slider. Did you add this css code?
#top .avia-content-slider { min-height: 550px; }
It sets the height of the slider to 550px minimum.
Best regards,
IsmaelHey Tilman,
Thank you for the inquiry.
It is not possible to change the font weight because the current font (Arial Black) has no other variations. You have to select a different font with different font weight options, then use this css code to define the font weight of the sub menu items.
#av-burger-menu-ul .sub-menu li a .avia-menu-text { font-weight: 400 !important; }
Let us know how it goes.
Best regards,
IsmaelHi,
Thank you for the update.
The loading attribute is probably added automatically because WordPress enables lazy loading by default. If you want to disable this feature, you can add this filter in the functions.php file.add_filter( 'wp_lazy_loading_enabled', '__return_false' );
You can also try and enable the Code Editor in the Options panel and remove the loading attribute manually. Please check the screenshot in the private field.
UPDATE: Looks like the lazy loading option in the theme also toggles the default lazy loading feature by using the same filter above, so you don’t have to add it. Just toggle the lazy loading option in the Performance panel. Let us know if you are able to edit the image block manually.
Best regards,
IsmaelHey advteksol,
Thank you for the inquiry.
1.) The following css modification overrides the toggler color settings, which is why the toggler text doesn’t switch to white on hover. Please locate the css and remove it.
.toggler { color: #719430!important; }
2.) It is actually faded out on hover, which is the default style of the toggler on hover. If you want to adjust it, you can use this css code.
.main_color .toggler:hover { background: #56751b !important; opacity: 1; }
Best regards,
IsmaelHi,
Thank you for the update.
Did you set jQuery to load in the footer? The script is not working because it is loaded before jQuery. To fix it, we replaced wp_head with wp_footer and adjust the hook priority to ensure that it loads after the library. Please make sure to purge the cache before testing the page.
Best regards,
IsmaelJanuary 26, 2022 at 5:19 am in reply to: Background images aren't showing up on mobile devices. #1337206Hi Jacob,
Would you mind providing a screenshot of the page? Please use imgur or dropbox for the screenshot. We still can’t reproduce the issue on our end. The background images in the cells are displaying correctly on mobile view.
Best regards,
IsmaelHey acscreativenew,
Thank you for the inquiry.
Have you tried deactivating the plugins temporarily? Please set the installation to debug mode and enable the logs so that we can check for errors.
// https://wordpress.org/support/article/debugging-in-wordpress/#example-wp-config-php-for-debugging
We tried to access the site but the login account above does not exists (see private field). Please provide a valid account.
Best regards,
IsmaelHi,
We usually recommend Codeable, one of our partners for custom modifications and for adding new features in the theme, but you can also visit Upwork. You can contact Codeable directly using the form in this page.
// https://kriesi.at/contact/customization
Best regards,
IsmaelHi Mike,
Thanks for the update.
Can we get access to the site using the other account? Please provide the info in the private field. We may have to deactivate the plugins temporarily while testing the site. Is that alright?
Best regards,
IsmaelHey netfinity,
Thank you for the inquiry.
You may need to disable the default sidebar on that page and use columns plus a Widget Area element to recreate a sidebar. Unfortunately, full width elements will always push the sidebar underneath because the sidebar is rendered or placed after the content in the document.
Best regards,
Ismael -
AuthorPosts