Forum Replies Created
-
AuthorPosts
-
Hi,
We edited the functions.php file and adjusted the priority of the action hook. It should be working properly now.
Best regards,
IsmaelOctober 23, 2025 at 7:47 am in reply to: How can we make it so that every time we interact with the filter, the page load #1490530Hi,
Thank you for the inquiry.
The images are now visible, but they’ve changed from square to rectangular. If you refresh the page, they appear square again.
The images in the portfolio grid still look square when we checked. This is how the grid looks on our end:
Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, ImgBB, PostImages or Dropbox to upload and share the screenshot. Here are the steps to follow:
1.) Visit the website of your chosen platform, such as Savvyify, ImgBB, PostImages or Dropbox.
2.) Locate the option to upload a file or an image.
3.) Select the screenshot file from your computer or device and upload it to the platform.
4.) After the upload is complete, you will be provided with a shareable link or an embed code.
5.) Copy the link or code and include it in your message or response to provide us with the screenshot.Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.
Best regards,
IsmaelHi,
We may need to inspect the site to properly check the issue. Please provide the login details in the private field and make sure that Appearance > Theme File Editor is enabled.
Best regards,
IsmaelHey svweb,
Thank you for the inquiry.
Did you add this css code? It shifts the main container upward, causing it to overlap with the header.
#main { margin-top: -150px!important; }This is how it should look normally without the css modification.
Try to replace it with this css code:
@media only screen and (min-width: 768px) { /* Add your Desktop Styles here */ #main { margin-top: -150px!important; } }Best regards,
IsmaelOctober 23, 2025 at 7:26 am in reply to: Masonry Blog Posts no longer sorting date correctly #1490526Hi,
Thank you for the update.
Looks like the script is working, but the isotope script still re-arranges the masonry items, placing the 4th item at the very end of the set. The isotope script is responsible for the masonry effect and sorting. Have you tried deleting that particular post (date August 13, 2025) and recreating it from scratch? You could try rephrasing the title a bit and adjust the image size.
Best regards,
IsmaelHey AmyEdwards,
Thank you for the inquiry.
You can add the following css code to display the account and search icons on mobile view, but you’ll need additional style adjustments for the search field since you’re using a custom search option. We recommend reaching out to the script or plugin authors for additional assistance.
@media only screen and (max-width: 768px) { /* Add your Mobile Styles here */ #top #header .av-main-nav>#menu-item-wc-account-icon { display: block !important; } #top #header .av-main-nav>.menu-item.menu-item-search-dropdown { display: block !important; } }Best regards,
IsmaelHey sjahan,
Thank you for the inquiry.
We’ve made a few edits to the script — please try it again. Make sure to clear your cache before checking the page.
/* remove image and link title attributes on hover */ function remove_title_attr(){ ?> <script> jQuery(document).ready(function($){ $('#wrap_all a, #wrap_all img').removeAttr('title'); }); </script> <?php } add_action('wp_footer', 'remove_title_attr');Best regards,
IsmaelHey John,
Thank you for the inquiry.
Have you tried adding br tags between the lines or words?
Example:
Hello <br /> There
Let us now if you need more info.
Best regards,
IsmaelOctober 22, 2025 at 7:04 am in reply to: How to edit the Portfolio Items Category/Archive Template and Sidebar Settings #1490492Hi,
Thank you for the update.
Sorry, but this will require significant modifications to the theme. You will need to either find a third-party plugin or hire someone to implement these features for you. Thank you for your understanding.
Best regards,
IsmaelHi,
Thank you for the update.
Unfortunately, that would require modifications beyond the scope of our support. It’s not as simple as prepending a timestamp to the files. You may need to look for a plugin or hire a freelance developer to implement the changes for you. Thank you for your understanding.
Best regards,
IsmaelOctober 22, 2025 at 6:41 am in reply to: Masonry Blog Posts no longer sorting date correctly #1490489Hi,
Thank you for the info.
Did you add the script to the functions.php file? The Appearance > Theme File Editor was not accessible when we checked the dashboard. Please make sure the file editor is enabled so we can test the modification.
Best regards,
IsmaelHey Günter,
Thank you for the inquiry.
Did you make any modifications to the child theme’s functions.php file? You can try regenerating the thumbnails using any of the plugins listed below.
— https://wordpress.org/plugins/regenerate-thumbnails/
— https://wordpress.org/plugins/regenerate-thumbnails-advanced/
— https://wordpress.org/plugins/force-regenerate-thumbnails/Please make sure to create a site backup or restore point before regenerating the thumbnails.
Best regards,
IsmaelHi,
You’re quite welcome! Please feel free to open another thread if you have more questions.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
Try to include this css code inside the css media query above:
#top .av_header_glassy.av_header_transparency #header_main { background-image: none; background-color: black; }This will disable the gradient background and replace it with a solid black color.
Best regards,
IsmaelHey Christian,
Thank you for the inquiry.
The Column elements have animation settings that can be enabled in the Advanced > Column Animation panel. You can also use the Layer Slider for more advanced layering and effects. Please check the screenshot below.
If you need help implementing the animation library, please check this link.
— https://kriesi.at/contact/customization
Best regards,
IsmaelHi,
Thank you for the screenshot.
Did you add any images, gallery or slider elements to the page or to the builder canvas? Make sure they have alt and title attributes, which can be added or edited in the Media > Library panel. If the issue persists, please provide the login details in the private field so we can check the issue further.
Best regards,
IsmaelHi,
Thank you for the inquiry.
You can try this css code to force the mobile menu to display on tablet view and smaller screens.
@media only screen and (max-width: 1366px) { /* Add your Mobile Styles here */ .responsive #top .av-main-nav .menu-item-avia-special { display: block; } .responsive #top .av-main-nav .menu-item { display: none; } }Let us know the result.
Best regards,
IsmaelHi,
Thank you for the inquiry.
You can add this css code to hide the default logo and display the alternate one on mobile view:
@media only screen and (max-width: 768px) { /* Add your Mobile Styles here */ .responsive #top .av_header_transparency.av_alternate_logo_active .logo a>img, .responsive #top .av_header_transparency.av_alternate_logo_active .logo a>svg { opacity: 0; display: none; } .responsive #top .av_header_transparency .logo .subtext.avia-svg-logo-sub, .responsive #top .av_header_transparency .logo img.alternate { display: block; } }Result:
Best regards,
IsmaelHey jimmysanjaya,
Thank you for the inquiry.
Would you mind providing a screenshot of the issue or explain it a bit more? You can use platforms like Savvyify, ImgBB, PostImages or Dropbox to upload and share the screenshot. Here are the steps to follow:
1.) Visit the website of your chosen platform, such as Savvyify, ImgBB, PostImages or Dropbox.
2.) Locate the option to upload a file or an image.
3.) Select the screenshot file from your computer or device and upload it to the platform.
4.) After the upload is complete, you will be provided with a shareable link or an embed code.
5.) Copy the link or code and include it in your message or response to provide us with the screenshot.Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.
Best regards,
IsmaelHi,
Thank you for the update.
We added the following code in the Code Snippets plugin, which fixed the map display issue in the directory listing. Please note that this will completely display the map API from the theme.
function ava_disable_gmap() { add_filter('avf_load_google_map_api', '__return_false', 10); add_filter('avia_google_maps_widget_load_api', '__return_false', 10); } add_action('admin_init', 'ava_disable_gmap'); add_filter("avf_skip_enqueue_scripts_backend_gmaps", function($skip) { return "skip_loading"; }, 10, 1); add_filter("avf_load_google_map_api_prohibited", function($prohibit) { return true; }, 10, 1);Best regards,
IsmaelHi,
Thank you for the screenshots.
That is normal since the Styling > Appearance > Button Position of the buttons is set to Align Left. If you want the buttons to stack on top of each other, set it to the default Align Center.
Best regards,
IsmaelHey rixi,
Thank you for the inquiry.
You can try this code in the Quick CSS field to make the header fixed and move the first section below it.
@media only screen and (max-width: 768px) { /* Add your Mobile Styles here */ .responsive #top #wrap_all #header { position: fixed; } #top #wrap_all .header_color.av_header_transparency+#main>div.av-1a7rg49-0361ab150500a4dbf4236ca5f8b54140 { padding-top: 90px; } }Best regards,
IsmaelOctober 21, 2025 at 6:45 am in reply to: How to edit the Portfolio Items Category/Archive Template and Sidebar Settings #1490435Hi,
Thank you for following up.
For #3, please continue on this thread: https://kriesi.at/support/topic/alignment-issues-with-image-overlay-overlay-type-external-on-hover/
Another solution for your category pages is to use redirection. You can create a custom page using the Advanced Layout Builder, then set up a 301 redirect from the category page to that custom page. Please check any of these plugins.
— https://wordpress.org/plugins/eps-301-redirects/
— https://wordpress.org/plugins/redirection/Let us know if you need more info.
Best regards,
IsmaelOctober 21, 2025 at 6:37 am in reply to: Alignment issues with “image-overlay overlay-type-external” on hover #1490433Hey milkrow,
Thank you for the inquiry.
Try to add this script in the function.php file to correct the overlay issue:
add_action( 'wp_footer', function() { ?> <script type="text/javascript"> (function($) { $('.grid-image').trigger('mouseover'); })(jQuery); </script> <?php }, 9999 );Best regards,
IsmaelHey profumopuntoit,
Thank you for the inquiry.
File versioning for resources added by the theme will only be enabled when the compression and merging options are turned on. To make sure that changes are reflected immediately, we recommend disabling the cache plugin while configuring the site. Once you’re done, re-enable it along with the compression options.
Best regards,
IsmaelHey Jason,
Thank you for the inquiry.
We not unable to reproduce the issue on our own installation, so it’s likely caused by a plugin or a custom script. Have you tried disabling all plugins temporarily? Please clone the site to a staging environment, disable all plugins, and then activate them one by one to identify the culprit.
Let us know the result.
Best regards,
IsmaelHi,
The complete css code should look like:
.html_header_top.html_logo_center .logo { left: 50%; transform: translate(-50%, 0); width: 100%; } html_header_top.html_logo_center .logo img, html_header_top.html_logo_center .logo svg { margin: 0 auto; } .html_header_top.html_logo_center .logo img { left: 50%; transform: translate(-50%, 0); }Please review the modification.
Best regards,
Ismael -
AuthorPosts









