Forum Replies Created
-
AuthorPosts
-
Hi,
@ancrerouge: We are not yet sure why the Product Grid element is not displaying in that page but we found out that there are two copies of Enfold in the theme directory. Please remove the 4.7.3 version and leave the latest one. If possible, please remove the credentials that you provided in the private field because OP will be able to see it, then create a new thread and post the site details there instead.
@Pas7o: We tried to login to the site using the login account but it seems to be invalid. Please check it carefully or provide another account so that we could check the issue properly.
@nbfc: Thanks for helping out! :)Best regards,
IsmaelHey ESWEENEY113,
Thank you for the inquiry.
Currently, a category or sorting item will only show if an item that belongs to that particular category actually exists in the current page. It is actually possible to display all categories immediately, but they will be unusable if none of the items exist in the current page.
Best regards,
IsmaelJanuary 6, 2021 at 2:00 pm in reply to: Google Analytics does not work when the cookie consent message enabled #1270612Hey!
Thank you for the update.
We got the same result when we checked the site again today. The analytic script loads and the tracker as usual happily collects data from me and from the site. Check the screenshot below, which is basically the same as the first, but please check the date.
Screenshot: https://imgur.com/a/C3lqpEq
Best regards,
IsmaelHi,
@ellephillips: Please continue in the following thread and please refrain from opening up other threads.// https://kriesi.at/support/topic/mp4-video-loop-stopping-at-first-frame-instead-of-last-frame/
@analidia2: Did you try Mike’s suggestions? Unfortunately, we are not really sure why it does not loop on mobile devices. Worst case scenario is that you will have to ask the users to play the media file again once it stops.Best regards,
IsmaelJanuary 6, 2021 at 1:44 pm in reply to: Target="_top" for link when redirecting after submit of contact form in iframe #1270606Hey matbcn,
Thank you for the inquiry.
How did you add the contact form? Is it the contact form element from the theme? Please post the site or page URL containing the popup so that we could properly inspect it.
Best regards,
IsmaelJanuary 6, 2021 at 1:41 pm in reply to: MP4 Video Loop Stopping at First Frame instead of Last Frame #1270605Hey ellephillips,
Thank you for the inquiry.
We cannot find the pause snippet or script in the document. Did you add this snippet in the functions.php file?
add_action('wp_footer', 'ava_custom_script', 10); function ava_custom_script(){ ?> <script> (function($){ var video = document.getElementsByTagName('video')[0]; video.addEventListener("timeupdate", function() { if (video.currentTime >= 8) { video.pause(); console.log('paused'); }}, false); }(jQuery)); </script> <?php }
This should pause the video exactly after 8 seconds.
Related thread: https://kriesi.at/support/topic/problem-with-looping-video/#post-441912
Best regards,
IsmaelHi,
Thank you for the info.
Try to use this css code to allow the year picker to float beside the other picker.
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: left; }
Best regards,
IsmaelJanuary 6, 2021 at 1:33 pm in reply to: Center and enlarge search field on search results page #1270599Hi,
Thank you for the update.
Did you copy the code or snippet from your email? It is not working properly because the quotation marks and the other symbols have been encoded or have been converted to their html entity form. Please try to copy it directly from the forum.
Best regards,
IsmaelHi,
1.) Yes, that should be possible. Please add this css code to adjust the font size and style of the pagination.
#top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a { float: left; height: 45px; width: 45px; line-height: 45px; text-align: center; padding: 0; border-radius: 100px; margin-right: 3px; box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2); font-size: 20px; }
2.) That will require modifications that are beyond the scope of support, unfortunately. You might have to hire a freelance developer or contact our partner, Codeable.
3.) Try to add this css code in the css media query above to move the search icon, cart icon and mobile menu further to the right.
.responsive #top #menu-item-shop.cart_dropdown { position: relative; margin-left: -90px; right: -50px !important; }
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,
IsmaelHi,
It actually depends on the elements that are used or the content that currently exists in the site. If you are not using the Portfolio Grid or the Masonry elements for example, then you could safely remove the portfolio and masonry thumbnails. If there is no latest posts widget, then the widget thumbnail is probably not required. You could actually remove all registered thumbnails because WordPress will just automatically fall back to the original source or the original image but this could also mean a much heavier site.
Best regards,
IsmaelJanuary 5, 2021 at 5:14 am in reply to: Graphic Elements rendering only AFTER leaving the browser window when scrolling #1270305Hi,
You are very welcome! Please do not hesitate to open another thread should you need anything else.
Have a nice day.
Best regards,
IsmaelJanuary 5, 2021 at 2:43 am in reply to: Google Analytics does not work when the cookie consent message enabled #1270286Hi,
UPDATE: When we checked the site, the analytics script properly loads and the tracker as expected, automatically collects data from the site once we accepted the cookies. Please check the screenshot below.
Screenshot: https://imgur.com/a/zzMjMOD
Best regards,
IsmaelJanuary 5, 2021 at 2:41 am in reply to: Google Analytics does not work when the cookie consent message enabled #1270285Hey Andreas,
Thank you for the inquiry.
The issue is probably with this part.
– User must accept and must opt in, only essential cookies selected
The analytics or tracker will not work unless the user opt in or manually toggle the privacy buttons designated to enable/disable the Google Analytics script. If you want the tracker to work independent of the privacy options, you have to set the Default Cookie Behavior settings to the first or second option instead. This should allow the tracker script to load without the users having to accept the cookies.
Best regards,
IsmaelHi,
Thank you for the update.
By setting WP_DEBUG to false, you are disabling the debugging mode, which also prevents warnings or errors from displaying in the frontend. This is fine because the debugging info that you posted above is merely a warning and should not cause any critical errors in the site.
Best regards,
IsmaelHey Mohamad,
Thank you for the inquiry.
We could apply a minimum height to the product title to keep the grid items aligned, but this may create space or gap between the title and the price on product items with shorter title.
.av-masonry-entry-title.entry-title { min-height: 40px; }
Best regards,
IsmaelHi,
You are very welcome! Please feel free to open a new thread should you have other questions regarding the theme.
Have a nice day.
Best regards,
IsmaelHey Alconic,
Thank you for the inquiry.
Could you provide a link to the page or site with the calendar so that we could inspect it? Please provide the URL in the private field along with the site credentials if available.
Best regards,
IsmaelJanuary 5, 2021 at 2:04 am in reply to: Center and enlarge search field on search results page #1270279Hi,
Thank you for the update.
To adjust the value of the placeholder attribute on mobile view or on devices with screens lesser than 989px, we could use this snippet or script in the functions.php file.
// adjust search placeholder on mobile view function ava_script_search_placehodler() { if ( wp_script_is( 'avia-default', 'registered' ) ) { wp_add_inline_script( 'avia-default', '(function($) { (function($) { if(window.innerWidth >= 989) return; $(".av_searchform_wrapper").find("#s").attr("placeholder", "Search"); })(jQuery); '); } } add_action( 'wp_enqueue_scripts', 'ava_script_search_placehodler', 9999);
Best regards,
IsmaelHey shihanze,
Thank you for the inquiry.
1.) Are you referring to the pagination? If you are, then try to use this css code to adjust the position of the pagination numbers.
.pagination { text-align: right; } .pagination .pagination-meta { float: left; line-height: 35px; } #top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a { float: none; display: inline-block; }
2.) How would you like the filter to display? Please provide a screenshot or a mockup of the preferred design or layout.
3.) This css modification should adjust the size of the logo on mobile view and prevent it from getting cut off on smaller screens.
@media only screen and (max-width: 767px) { .responsive .logo img { max-height: 50px !important; } }
Best regards,
IsmaelHi,
The font size of the h1 tag is already set to 40px on mobile view.
#top .fullsize .template-blog .post-title { font-size: 40px !important; }
You may need to adjust the css media query so that it actually covers all mobile devices.
@media only screen and (max-width: 600px) { }
// https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Best regards,
IsmaelJanuary 5, 2021 at 1:33 am in reply to: WooCommerce Product Add-Ons Ultimate +ENFOLD issue with Product List (Avia) #1270272Hey harrysdk,
Thank you for the kind words and for sharing this info. It will surely help a lot of users. Enjoy the theme!
Best regards,
IsmaelHey Jasminecxl,
Thank you for the inquiry.
1.) For some reason, the opacity of the grid image is set to 0 instead of 1. Please try to disable the Performance > File Compression settings temporarily, then reload the page. Or add this css code in the Quick CSS field to override the current style.
.js_active .grid-image { opacity: 1; }
2.) Are you referring to the lightbox window?
Best regards,
IsmaelHi,
Glad it is fixed. Please do not hesitate to open a new thread if you need anything else. We will close this one for now.
Have a nice day.
Best regards,
IsmaelHi!
UPDATE: Looks like this has been already taken care of by assigning the default value again.
// array_merge_recursive creates array !!! $this->config['default_jpeg_quality'] = $default_jpeg_quality;
Have you tried using the avf_wp_editor_set_quality filter instead?
Regards,
IsmaelHi,
Thank you for the info.
It might be due to this line or the array_merge_recursive function. Instead of overwriting the previous value in the array, it instead append the new value to the current one, which creates an array.
$this->config = array_merge_recursive( $this->config, $config );
The config looks like this after the merge.
'default_jpeg_quality' => array ( 0 => 100, 1 => 100, ),
We will forward the issue to our channel.
Best regards,
IsmaelHi,
What do you mean by perspective? Maybe it would be much more simple if you could show us how you would like the slider to display on mobile view. Please use imgur or dropbox for the screenshot or mockup.
Best regards,
IsmaelHi,
The default Page Sidebar navigation should not display when the assigned widget area is not empty, so it is quite odd that it shows in the About page.
Do you need the default Page Sidebar navigation? The links in the About page get removed when we disable the Page Sidebar navigation option.
Thank you for your patience.
Best regards,
IsmaelJanuary 4, 2021 at 5:22 am in reply to: how-to-stop-background-video-in-color-section-from-auto-looping #1270094Hi,
This should be possible using a custom script that checks for the current position or time of the video., then manually pause it on a specified time. If you are using an mp4 or a locally hosted video, you can check for the timeUpdate event.
// https://www.w3schools.com/tags/av_event_timeupdate.asp
Example of the snippet can be found here.
Best regards,
IsmaelHi,
Thank you for the update.
We are not really sure why it scrolls up but we could try to adjust the lightbox options. Try to set the fixedBgPos option to false, and the overflowY option to hidden. In the previous lightbox snippet, please look for this code.
jQuery('.open-popup-link').magnificPopup({ type:'inline', midClick: true // Allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source in href. });
.. and add the options or replace it with.
jQuery('.open-popup-link').magnificPopup({ type:'inline', midClick: true, fixedBgPos: false, overflowY: 'hidden' });
Best regards,
IsmaelJanuary 4, 2021 at 5:03 am in reply to: How to add an order/orderby option on blog post front-end side #1270089Hey Elena,
Thank you for the inquiry
This is possible but it will require modifications that are beyond the scope of support. You may need to hire a freelance developer or contact our partner, Codeable.
If you want to implement it yourself, you could look into the following articles for reference.
// https://rudrastyh.com/wordpress/ajax-post-filters.html
// http://techslides.com/sort-wordpress-posts-by-modified-date-using-a-url-paramThe second solution is probably much more simple because the sorting is based on the query or URL parameters, compare to the first solution which requires AJAX and template modifications.
Best regards,
Ismael -
AuthorPosts