Forum Replies Created
-
AuthorPosts
-
Hi,
Great! Glad it is working. Please do not hesitate to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for for following up.
Is it possible to give the image name another addition like header-intro-1920×700-leftright or something like that?
You will have to register another thumbnail for the other image with a different crop position.
Best regards,
IsmaelHi,
Thank you for the update.
We adjusted the searchwp function for the AJAX search a bit and it is now working as it should.
// **********************************************************************// // Search WP integration */ // **********************************************************************// add_filter( 'avf_ajax_search_function', 'avia_init_searchwp', 10, 4 ); function avia_init_searchwp( $function_name, $search_query, $search_parameters, $defaults ) { $function_name = class_exists( 'SearchWP' ) ? 'avia_searchwp_search' : $function_name; return $function_name; } function avia_searchwp_search( $search_query, $search_parameters, $defaults ) { $searchwp = SearchWP::instance(); $engine_name = 'default'; // you can swap in your Supplemental Search Engine name $search_string = isset( $search_query['s'] ) ? sanitize_text_field( urldecode( $search_query['s'] ) ) : ''; // limit the results to 5 function avia_searchwp_search_num_results() { return 5; } add_filter( 'searchwp_posts_per_page', 'avia_searchwp_search_num_results' ); $posts = $searchwp->search( $engine_name, $search_string ); return $posts; }
Best regards,
IsmaelHi,
Thank you for the info.
Did you purge the cache or remove the browser history before checking the page? Please post the login details in the private field so that we could check the issue further.
Best regards,
IsmaelNovember 9, 2020 at 2:03 am in reply to: Is it possible change gallery miniatures in a portrait size instead of landscape #1259146Hi,
When I choose for example Portfolio 495 x 400, all the miniatures are shown in that size, even if my images I set in the Media Library are all different sizes.
That is how selecting a thumbnail is supposed to work, so it is actually recommended to upload images with the same size. Another solution is to use the original image and show it as is, or register another thumbnail or size as you see fit and use it instead.
// https://developer.wordpress.org/reference/functions/add_image_size/
// https://developer.wordpress.org/reference/hooks/image_size_names_choose/You can use the add+image_size function to register your own thumbnail or image size, and the filter image_size_names_choose should allow you to include the new thumbnail or image size in the image list so that they can be selected later on.
Best regards,
IsmaelNovember 9, 2020 at 1:46 am in reply to: Yoast not adding page number to home pagination title #1259145Hi,
This is still not working — login info is incorrect. Please try to contact the plugin developers because this is definitely not an issue with the theme. As we mentioned above, the theme calls in the av_theme_slug_render_title and the avia_set_title_tag functions to set the title of the page using the wp_title function and nothing else, so disabling those functions should allow the plugin to render the title as it deems fit.
Thank you for your understanding.
Best regards,
IsmaelNovember 9, 2020 at 1:37 am in reply to: problem width pagination sidebar when I active woof wocommerce plugin #1259144Hi,
Thank you for the info.
As we mentioned above, the filter widget will only work on the base shop page and the default product archive pages. The widget will not work on pages without any products or pages with the Product Grid element. For further assistance, please try to contact the plugin developers.
Best regards,
IsmaelHi,
@sthurbertus: They probably created a script that is able to inject values to the default captcha and fake input fields which is a simple form of honeypot. To further protect the site, we recommend installing a security plugin, or using a different contact form with more security features.
@Blatze: Google will not be able to gather or save any data when the scripts are blocked, so setting the Default Cookie Behavior to the third or fourth option should be compliant enough with the DSGVO policy.If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelNovember 8, 2020 at 3:21 pm in reply to: WPML / Easy slider / image links to Lightbox / wrong picture when language diff #1259116Hi,
Thank you for the update.
What do you mean by manual linking approach? Did you purge the cache after doing the modification? Please create a clone or a staging version of the site so that we could inspect the issue further. Post the site details in the private field.
Best regards,
IsmaelHi,
Thank you for the info.
We set the Slider Settings > Layout > Slider type & Dimensions to Full Size and adjusted the Mode to Hero Scene so that the slider responds on browser resize. This might limit the height of the slider to the maximum height of the browser viewport.
Best regards,
IsmaelHi,
Thank you for the update.
It seems to be an issue with the element positioning. Please try to use this css code to adjust the style of the checkbox label on IE browsers.
.avia-msie .avia_ajax_form.av-form-labels-hidden label.input_checkbox_label { position: relative; top: 0px; left: 0px; }
Best regards,
IsmaelHi,
Thank you for the update.
We enabled the “Load only used elements” option, then created a temporary page with the Mailchimp Signup element but we did not encounter the same issue. The signup element displays properly in the page. Please check the private field.
Best regards,
IsmaelHi,
Thank you for the info.
We did not notice that it also affects the appearance of borders. We have forward the issue to our channel and it might take a while before we could provided a better fix. You may need to disable the borders for now, or use a different element for the links.
Best regards,
IsmaelHi,
What I would like to have there is, that only the picture zooms within the container and not the text too.
The zoom effect is directly applied to the column container where the background is attached, so it will also affect the content inside the column. Have you tried doing it with an Image element?
Best regards,
IsmaelNovember 7, 2020 at 4:11 am in reply to: Multilanguage results in ajax search with Polylang and Relevanssi #1258971Hi,
Thank you for the update.
The filter should have only worked for the AJAX search, and not in the default search results page. What happens when you disable the Relevanssi plugin, or re-index the posts?
Best regards,
IsmaelHi,
Thank you for the info. We have reported the issue to our channel and included this thread for further inspection.
Best regards,
IsmaelNovember 5, 2020 at 8:36 am in reply to: PDF tracking in Google Analytics from button click #1258539Hi,
Thank you for the update.
Where did you add the pdf link with the onclick attribute? Have you tried using the Code Block element instead of the Text Block? Please create a test page and post the site account details in the private field so that we could inspect the issue.
You might have to replace the GA snippet with the latest version.
// https://developers.google.com/analytics/devguides/collection/analyticsjs
Best regards,
IsmaelHey jelle,
Thank you for the inquiry.
It should be possible using the ava_main_header_sidebar action hook, or by directly editing the includes > helper-main-menu.php file or template. The side header starts from line 115 of the said file.
Best regards,
IsmaelNovember 5, 2020 at 6:45 am in reply to: Disabling multiple image sizes generation – is it detrimental to Enfold? #1258534Hi,
Thank you for the update.
That adds up to 1GB of images even though most of the original images are 100KB or there abouts. Surely this is slowing my site down dramatically?
This actually helps in speeding up the site because WordPress will be able to select and use a smaller versions of the image instead of serving up the original and larger version of the image. But it will definitely consume more space in your server.
I will delete any that aren’t being used but I have no idea how to tell which are important and which aren’t? I
This will actually depend on the content or the elements that are used in the site. Each thumbnail has it own uses and is designated to a specific element in the theme or site. It is important to note that WordPress automatically selects a different thumbnail if the assigned thumbnail is not found or was removed, so it is safe to disable any thumbnails that you think is not necessary for the site because WordPress will just pick another version of the thumbnail.
Best regards,
IsmaelHi,
Thank you for the update.
For the crop position, instead of returning true or false, we have to return an array containing the crop positions (x and y axis) as described in the documentation.
// https://developer.wordpress.org/reference/functions/add_image_size/#crop-mode
Best regards,
IsmaelHi,
Thank you for the update.
Have you tried wrapping the shortcode inside a do_shortcode function?
// https://developer.wordpress.org/reference/functions/do_shortcode/
Did you create a custom shortcode?
Best regards,
IsmaelNovember 5, 2020 at 6:13 am in reply to: Background video without using self-hosted, Vimeo or Youtube #1258529Hey jellyfish007,
Thank you for the inquiry.
Youtube and Vimeo are two of the most popular video platforms out there because they are free, their servers are fast and the features that they offer are quite enough for most users. Unfortunately, adding or using APIs of third party video platforms such as those that you mentioned above will require significant amount of modification and not something that we will be able to immediately provide here in the forum, so for the meantime we will just forward your request to our channel for further consideration.
Thank you for your understanding.
Best regards,
IsmaelNovember 5, 2020 at 6:07 am in reply to: Invisible 301s being created av-blog-meta-category-disabled #1258528Hi,
Thank you for the update.
What happens when you disable the Enfold > Performance > File Compression settings? Please post the login details in the private field and enable the Appearance > Editor panel so that we could check the site further.
Best regards,
IsmaelHi,
Thank you for the info.
Which browser are you using to test the site? The playlist stops after the last song and returns back to the very first song and buffers it. We checked the first and third playlists in the table on Firefox Windows 10.
Best regards,
IsmaelNovember 5, 2020 at 4:45 am in reply to: Pagination at Magazin not working correct and not showing second magazin #1258502Hey Elephantlogic,
Thank you for the inquiry.
1-3.) Did you add any custom script in the site which might be related to the pagination? We could not reproduce the issue on our end, so the issue might be cause either by a plugin or a custom script. Have you tried to deactivate the plugins temporarily?
2.) This is a WordPress limitation and not something that we will be able to fix right away, or provide a workaround for. It is actually not recommended to add multiple posts elements with pagination in the same page because they will use the same global pagination query.
4.) To set the magazine to open in a new tab, we could use this snippet in the functions.php file.
function ava_mag_new_tab(){ ?> <script> (function($) { $(document).ready(function(){ $('.av-magazine-title a').attr('target','_blank'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_mag_new_tab');
In the future, we recommend opening a single thread for each inquiry instead of including multiple questions because users usually receive immediate response that way, and would also prevent unnecessary confusion.
Thank you for your patience.
Best regards,
IsmaelHi,
Glad to know that you have found the issue. It would be nice if you could share the fix or explain the cause of the issue for other users who might be having the same problem, or for those who are looking for the same solution.
Thank you for your patience.
Best regards,
IsmaelHi,
Thank you for the info.
Does it work correctly when the plugin is disabled? The plugin seems to be triggering some kind of animation after sorting, which might be causing the issue when scrolling.
Best regards,
IsmaelNovember 5, 2020 at 4:13 am in reply to: How to add the "add to cart" button to product thumbnail on mouse over #1258499Hey mebi,
Thank you for the inquiry.
That is possible, but it will require modifications that are beyond the scope of support. The masonry item itself is a link, so adding a default add to cart button or link inside the item will not work without creating a custom script. Please contact our partner Codeable or hire a third party developer to create the script.
Best regards,
IsmaelHi,
Thank you for the inquiry.
Looks like the markup of the select element changed a lot since the last time we checked it. You may need to contact the plugin developers to inspect the element and correct the layout issue.
Best regards,
IsmaelHey Tobias,
Thank you for the inquiry.
Which snippet did you add in the functions.php file? You might have added the snippet for Polylang instead of the code for the SearchWP plugin.
// https://kriesi.at/documentation/enfold/search/#use-searchwp-instead-of-the-standard-search
Best regards,
Ismael -
AuthorPosts