Forum Replies Created
-
AuthorPosts
-
Hey Jak73,
Thank you for the inquiry.
You might be able to use Woocommerce variation filters to achieve something like this but the templates or the layout of the product items might have to be modified a bit to make it look like a portfolio gallery.
// https://docs.woocommerce.com/document/products-by-attributes-variations/
You could also try this plugin.
// https://wordpress.org/plugins/search-filter/
Best regards,
IsmaelHey xxtita,
Sorry for the delay. What do you mean by GPX layer? Could you provide a screenshot or explain it a bit further?
Best regards,
IsmaelHi,
1.) Looks like the phone number is now visible on mobile view. The color is now green over a white background.
2.) Have you tried switching to a Full Screen Slider instead? The fullscreen slider inherits the height of the browser screen, so this should create enough space for the captions and buttons on mobile view. But if you want to keep on using the full width slider, we can use this css code to remove the space above the caption.
@media only screen and (max-width: 767px) { .html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_caption { padding-top: 0; } }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,
As I mentioned before, when we switch to a default WordPress theme, the page loads at least twice as fast as with Enfold
It also doesn’t contain half of the features that Enfold or any other premium themes have, so it’s quite expected that the default theme will load faster than any premium themes available in the market out of the box. More features require more resources.
Again, you can start off by manually resizing and optimizing the images to decrease the overall size of the page, then install an image compression plugin like ShortPixel to further decrease the file size of the images.
After optimizing the images, you can gradually implement the other recommendations in the article that we posted above to optimize the loading speed of the site. To learn more about site optimization, please check this article.
// https://gtmetrix.com/wordpress-optimization-guide.html
Best regards,
IsmaelHi,
Have you tried clicking the “Change Media” button in the Video/Audio layer? This should open up a modal pop up window where you can add the URL of the youtube or vimeo video or select a locally hosted media file from your media library.
You can also delete the current one and add a new Video/Audio layer again to see the modal popup window for the media files. And after selecting the media file or placing the required video URL, this will automatically add the embed code (iframe or video tag) in the layer field.
Best regards,
IsmaelHi,
We would really appreciate it if you will open these questions on a separate thread, to avoid confusion. Thank you for your patience.
Best regards,
IsmaelAugust 14, 2020 at 5:36 am in reply to: enfold child theme layout broken on woocommerce customization #1237663Hi,
Thank you for the update.
The issue occurs because the containers starting from the first slideshow or slider is rendered outside the wrap_all container. Those elements are supposed to be inside the main container. This causes the elements in the page to not respond or adjust properly on mobile view.
How did you add the sections? Please post the content of the modified files using pastebin.com so that we can check the issue properly, or test it on our end if necessary.
Best regards,
IsmaelHi,
Thank you for the clarification.
You have to translate the content manually if the Modal Window Custom Content because these entries are already saved in and fetched from the database. Since the default custom content is in English, it will display in English initially.
When the custom content option is disabled, it will just display static text from a template (themes\enfold\includes\helper-privacy.php) which can be automatically translated in the front end without getting anything from the database.
Best regards,
IsmaelHey!
I can’t put any layout block above the code block though. Any idea why that is and if it can be fixed?
We’ve tried adding a static text or a text block below the code block and the filter still worked properly. Unfortunately, we are not sure why it stops working when something is added above the filter. Try to make sure that the content of the layout block is static or that it doesn’t query anything from the database.
For additional info and assistance, please contact the plugin developers.
Cheers!
IsmaelHi,
Thank you for te update.
Based on the settings above, all css and js files will load independently and not as a single compressed or minified file unless a third party compression plugin such as Autoptimize or a cache plugin with the same compression feature like WP Rocket is installed. The third option (Unique timestamp) doesn’t really matter because the first two compression settings are already disabled.
You can keep those settings disabled but make sure to install another compression or minification plugin to combine the resource files and improve the loading speed of the site.
Best regards,
IsmaelHi,
As we’ve said earlier, a lot of the custom css modifications are missing in the new site. We checked the Quick CSS field but those css modification are not there, so they were probably added, by another developer, in the child theme’s style.css file or the Appearance > Customize > Custom CSS panel. Have you had someone else work on the site previously?
We couldn’t check it properly because the Appearance > Editor panel on both sites are not accessible. To restore the site, you have to locate those css modifications, copy them and apply them again in the new site.
Best regards,
IsmaelHi,
Thank you for the update.
You may need to set the Enfold > Blog Layout > Blog Layout to “Use the advance layout builder..”. Currently, it’s using the default blog template, so the content in the builder don’t display.
Best regards,
IsmaelHi,
We might be able to fix the issue by applying a specific height to the full screen slider for mobile view or for that specific device (iPhone 11). Please try this css code in the Quick CSS field.
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation : portrait) { .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow { height: 800px !important; } } @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation : landscape) { .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow { height: 390px !important; } }This might decrease the height of the slider a bit but this would also prevent the slider from resizing when the URL field of the browser is hidden.
Best regards,
IsmaelHi,
You should be able to use the bbp_forum_title and bbp_topic_title in the template to display the title in the loop. In the includes > loop-page.php file, you can maybe add the function below this line.
<div class="entry-content-wrapper clearfix">Best regards,
IsmaelHi,
Any idea why it stops working when I put a new layout element above the code block or between the code block and the masonry?
It might be looking for the closest element that queries the database or maybe alters the main query in the page, so the sorting stops working for the masonry element when an image element is placed below the code block.
Maybe try to refrain from adding elements between the code block and the masonry to prevent the issue from occuring. Besides, it also makes sense to place the filter right next to the element it’s supposed to sort.
Best regards,
IsmaelHi,
@Tom: Where did you add the element with the pagination? We found one in the home page but it’s using the AJAX pagination instead of the default one. Site looks good by the way.
Best regards,
IsmaelHi,
Thank you for the info. We’ll forward it to our channel. Please keep the modifications for now.
Best regards,
IsmaelHi,
Thank you for the update.
The page speed insight tool checks for the staging login page instead of the actual home page even after deactivating the WP Staging plugin. The results might be cached, so we’ll try to check it again tomorrow or later today. Please keep the plugins disabled for now.
Screenshot: https://imgur.com/a/yw3tPUl
To learn more about CLS, please check this article.
Best regards,
IsmaelAugust 13, 2020 at 3:27 am in reply to: Homepage color section backgrounds not correct on iPad #1237209Hi,
Thank you for the update.
Looks like the parallax container is not resizing correctly on landscape mode. To adjust the style of the parallax container, add this code in the Quick CSS field or the style.css file.
@media only screen and (max-width: 1366px) { .av-parallax { background-size: cover !important; background-attachment: scroll !important; height: 100% !important; } }Please don’t forget to toggle the Performance > File Compression settings after adding the code.
Best regards,
IsmaelHi,
Thank you for the update.
What do you mean by #39? The filters that you posted above look the same. What did you change?
Best regards,
IsmaelHi,
You have to embed the video using an iframe or a video tag. Click the “Change Media” button and upload the mp4 video in the media library. You can also use videos from youtube or vimeo.
Example of a video tag.
<video width="640" height="360" preload="metadata" controls> <source src="/wp-content/uploads/video.mp4" type="video/mp4"> </video>Best regards,
IsmaelAugust 13, 2020 at 3:02 am in reply to: Portfolio not showing comments even if I added comments elements #1237202Hi,
Thank you for the update.
We added the filter in the functions.php file to enable the comments section on portfolio items that were created using the Advance Layout Builder (ALB).
Best regards,
IsmaelHey Jan_FtFA,
Thank you for the inquiry.
1.) You should be able to edit the privacy toggles or button and the tab content of the modal popup window by enabling the Modal Window Custom Content in the Privacy & Cookies > Cookie Handling option.
2.) Yes, the privacy options should prevent storing of the GA tracker and other external cookies in the local storage. You may need to delete the cookies manually if they were added prior to enabling the privacy options in the theme.
Best regards,
IsmaelAugust 13, 2020 at 2:32 am in reply to: enfold child theme layout broken on woocommerce customization #1237198Hey webenjoy,
This is the same as this thread: https://kriesi.at/support/topic/enfold-child-theme-layout-broken-on-woocommerce-customization/
Please refrain from creating duplicates of the same inquiry. Thank you for understanding.
Best regards,
IsmaelAugust 13, 2020 at 2:30 am in reply to: enfold child theme layout broken on woocommerce customization #1237197Hey webenjoy,
Thank you for the inquiry.
Which files did you modify and what exactly are you trying to change?
Is there any way that we can access the site without editing our host file? Please let us know once the site is live, or if there is a staging or development version of the site.
Best regards,
IsmaelHi,
Cannot redeclare avia_masonry_entries_query_mod() (previously declared in wp-content/themes/enfold-child/functions.php:15)
This just means that you added the avia_masonry_entries_query_mod function twice. Please make sure to remove the previous function before adding it in the child theme’s functions.php file.
When I activate the child theme, it looks NOTHING like the parent theme.
You have to import the parent theme options after activating the child theme. Please check the documentation for more info.
// https://kriesi.at/documentation/enfold/child-theme/#toggle-id-4
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,
Sorry for the delay. The page scrolls to the tab section as expected when we clicked one of the three buttons or packages in the home page. Did you use the script from the previous thread?
Best regards,
IsmaelHi,
Sorry for the delay. Is there a staging or development version of the site? The plugin is no longer in the list when we checked the dashboard today. Please reinstall the plugin and post the URL of the development version of the site so that we can check the issue properly.
Best regards,
IsmaelHey ultramixer,
Thank you for the inquiry.
According to the gtmetrix tool (see private field), most of the images in the home page are bigger than they should be. You may have to resize the images manually and use an image compression tool to further decrease the size of the images.
The recommendations in the following article should help optimize the speed of the site.
// https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
Best regards,
IsmaelHi,
Looks like the parallax container is not resizing correctly. To fix the issue or to resize the background image, we can use this css code.
@media only screen and (max-width: 1024px) { .av-parallax.active-parallax { background-size: contain !important; } }You can also insert this code inside the css media query above to adjust the height of the parallax section on mobile view.
#top .av-parallax-section { max-height: 50vh; } .av-parallax { width: 100%; height: 100%; }Best regards,
Ismael -
AuthorPosts
