Forum Replies Created
-
AuthorPosts
-
Hi,
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,
IsmaelHey adotopanuga,
Thank you for the inquiry.
Where exactly did you add the code in the postslider.php file? Did you enable the excerpt, or add a summary to the posts? The post meta info such as the date or comment count will only display when excerpt is available. The code starts around line 887 of the postslider.php file.
Best regards,
IsmaelNovember 3, 2020 at 10:15 am in reply to: How to "execute" a shortcode within the image caption of Masonry Gallery? #1257918Hi,
That might not be possible because the lightbox script only renders content of the title area based on the title or alt attribute of the image or the parent link, or based on the content of a specific container. You might have to render the form or shortcode somewhere else, then use a custom script to append it to the lightbox container or the title area. Unfortunately, this will require modifications that are beyond the scope of support.
Best regards,
IsmaelHi,
Thank you for the inquiry.
What is the equivalent of Power3.easeInOut of Revolution Slider in LayerSlider
Sorry for the late response. We are not really sure which transition is equivalent to that one, but you should be able to create a custom transition in the Layer Slider > Options > Transition Builder panel. (see private field)
Best regards,
IsmaelNovember 3, 2020 at 7:36 am in reply to: How to correctly implement RankMath breadcrumbs in Enfold? #1257886Hi,
We might have to adjust the position of the Rankmath breadcrumb with css but we have to inspect the site first. Please create a new thread and post the necessary details in the private field. We will close this one for now.
And as we mentioned above the schema markup for the breadcrumb may not be available by default. Please contact the plugin author for more info about the structure of the breadcrumb.
Best regards,
IsmaelHi,
Thank you for the update.
When the Google ReCAPTCHA is enabled, we could set the Privacy & Cookie > Cookie Handling > Default Cookie Behavior to the third or fourth option to prevent the spam protection scripts from loading without user consent. This should be in compliance with DSGVO rule and policy.
Best regards,
IsmaelHey Viola Renno,
Thank you for the inquiry.
The purchase code is actually attached to the user or the account in Themeforest, not in the domain where the product is used, or in this case where the theme is installed. Unfortunately, we will not be able to help you with the account issue here, so you will have to contact Themeforest about it.
We tried to search for forum account using the email above, but we did not get any results.
Best regards,
IsmaelHey ezfl0w,
Thank you for the inquiry.
You might have added the snippet for the Polylang plugin. For the SearchWP query adjustment, please use this code.
// https://kriesi.at/documentation/enfold/search/#use-searchwp-instead-of-the-standard-search
Best regards,
IsmaelHi,
Thank you for the inquiry.
Are you using the Advance Layout Builder (ALB) for the page? If you are, then the template that the theme is going to use to display the content is called the template-builder.php file, and not the page.php file. To make use of the page.php file, you have to switch to the default or classic editor.
Best regards,
IsmaelHey Carlos,
Thank you for the inquiry.
How can we make the notice display, and where is the shop page? We did find a product item, but we could not add it to the cart. Please provide a link to the shop page or to a product item so that we could check the cart page properly.
Best regards,
IsmaelHi,
Sorry for the delay. Which browser are you using? We are testing the page on Firefox Windows 10 and the script is working as expected. It scrolls to the tab section and open the appropriate tab when clicking on the menu item, or when an anchor exists after loading a page.
Best regards,
IsmaelNovember 3, 2020 at 4:28 am in reply to: WPML / Easy slider / image links to Lightbox / wrong picture when language diff #1257858Hi,
Thank you for the inquiry.
The line that they mentioned is located around line 669 of the image.php file.
$link = AviaHelper::get_url( $link, $attachment );You have to insert this snippet before the code above.
$attachment = apply_filters('wpml_object_id', $attachment, 'attachment', TRUE );Best regards,
IsmaelHi,
Thank you for the inquiry.
Would you like to pull the video upwards on certain screens, or make sure that the bottom part of the video is visible? Please try to add this code in the Quick CSS field or in the child theme’s style.css file.
@media only screen and (min-width: 1024px) { .ls-bg-video.ls-layer { margin-top: -50px !important; } }And toggle or temporarily disable the Performance > File Compression settings after adding the code.
Best regards,
Ismael -
AuthorPosts
