Forum Replies Created
-
AuthorPosts
-
August 18, 2022 at 4:28 am in reply to: Make Blog Thumbnails the same size as Portfolio thumbnails #1362025
Hey navindesigns,
Thank you for the inquiry.
The size of the thumbnails in the pages above are now the same. Did you manually select a thumbnail in the Styling > Grid Settings > Portfolio Grid Image Size settings? For the blog posts element, you can select a different thumbnail in the Styling > Appearance > Preview Image Size settings.
Best regards,
IsmaelAugust 18, 2022 at 4:21 am in reply to: Make Fullwidth Easy Slider buttons smaller on mobile #1362024Hey navindesigns,
Thank you for the inquiry.
You can use this css code to adjust the size of the buttons on smaller screens.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top .av-kw1jnirn-7aeec02aee509ff49f6cdea556f5817f__0 .avia-button { font-size: 13px; padding: 8px 18px 6px; } }We used the unique identifier (uid) of the slider as a selector so the css rule above should only change the size of the buttons within that slider.
Best regards,
IsmaelHey deborahkilian,
Thank you for the inquiry.
1-2.) We cannot find any page in the site with a left sidebar. Would you mind providing a direct link to the page?
3.) The table of content in the documentation is manually created using a text widget. This is an example of the html.
<div id="content-list"> <h4 class="content-list-title">Contents</h4> <a href="#overview" class="list-h2">Overview</a><a href="#what-is-a-localhost" class="list-h3">What is a localhost?</a><a href="#how-to-install-a-localhost-server" class="list-h3">How to install a localhost server?</a><a href="#how-to-install-a-wordpress-site-on-your-localhost" class="list-h3">How to install a WordPress site on your localhost?</a><a href="#how-to-access-your-website-frontend-on-localhost" class="list-h3">How to access your website frontend on localhost?</a><a href="#how-to-access-wordpress-admin-area" class="list-h3">How to access WordPress admin area?</a><a href="#how-to-access-phpmyadmin" class="list-h3">How to access phpMyadmin?</a></div>4.) This option for the breadcrumb is not available out of the box but you can set the header to stick on scroll. Or you can try and install a plugin such as the following.
// https://wordpress.org/plugins/all-in-one-wp-sticky-anything/
Best regards,
IsmaelHey CodeSamurai,
Thank you for the inquiry.
Please note that the font manager is intended for Google Fonts and is created based on the file structure (file names, folder) provided by the platform. It is possible that the file names and folder structure of the zip file that you are uploading are different, which is probably why the theme can’t recognize the font variants properly. You may need to choose a different font from Google.
Best regards,
IsmaelHey Zsolt,
Thank you for the inquiry.
There is a minor syntax error in the comment inside the following css rule.
#top #header .av-main-nav li:nth-child(3) { / Adjust the width of the logo */ margin-right:150px; }There should be an asterisk after the first forward slash.
/* Adjust the width of the logo */Best regards,
IsmaelHi,
Thank you for the update.
We get a lot of 429 errors when editing a page, regardless of the active editor ( default, classic or the Advance Layout Builder ). We also noticed that the site contains an older version of the theme and almost all plugins are outdated.
To fix the issue, please upgrade WordPress to 6.0.1 and update the theme to v5.1.1, then upgrade all plugins to the latest versions. After the update/upgrade, toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache.
IMPORTANT: Please make sure to create a site backup or a restore point before doing the steps above.
Best regards,
IsmaelAugust 17, 2022 at 2:08 am in reply to: How to use custom post type in "Page Content" element #1361886Hey vdlpwp,
Thank you for the inquiry.
You can create a copy of the file for an existing element in your child theme directory to override it. Please check this documentation for more info.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
Best regards,
IsmaelHi,
We logged in to the site and were able to import the default demo. You can now start editing the site. Please let us know if you encounter issues with theme or if you have any questions.
To get you started, please check the documentation below.
// https://kriesi.at/documentation/enfold
Best regards,
IsmaelHi,
Good to know! Please do not hesitate to open another thread if you have more questions about the theme.
Have a great day!
Best regards,
IsmaelAugust 17, 2022 at 1:42 am in reply to: Change caption box styling for full width slide show #1361882Hi,
Thank you for the update.
We can remove the background using this css code.
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { background: transparent; }And to adjust the position of the caption, please add this css.
.avia-fullwidth-slider .slideshow_align_caption { position: absolute; bottom: 0; }You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings while editing the site.
Best regards,
IsmaelAugust 17, 2022 at 1:32 am in reply to: Enfold Update with Layerslider 7 – where is the Timeline? #1361880Hi,
Thank you for the update.
In the layer slider’s toolbar, look for Preview dropdown beside the Slide List settings, then switch to Timeline.
Best regards,
IsmaelHey xuamox,
Thank you for the inquiry.
The site is loading properly on our end. Where do you get this error? Would you mind providing a screenshot? You can use imgur, savvyify or dropbox. Thanks.
Best regards,
IsmaelAugust 16, 2022 at 3:30 am in reply to: Hide Price for One Specific Product Except for Checkout/Cart #1361754Hi,
We actually adjusted the above css code so that it only hides the price the product with the ID 20381. Please try it again.
Best regards,
IsmaelAugust 16, 2022 at 3:27 am in reply to: WooCommerce product images not displaying correctly #1361753Hey Martin,
Thank you for the inquiry.
Did you register a custom thumbnail that is 174x245px in size? We would like to adjust the product thumbnail settings but we don’t want to change anything in the live site. Is there a staging version of the site where we can do the tests?
Best regards,
IsmaelHey letsrocc15,
Thank you for the inquiry.
We cannot find any issues with the current slide. Would you mind providing a screenshot or a short clip of the issue? You can use imgur, savvyify or dropbox for the screenshot. Thanks.
Best regards,
IsmaelHey Mike61,
Thank you for the inquiry.
Adjusting the thumbnail size in the Appearance > Customize > Woocommerce > Product Images works properly on our end. To test it, try to temporarily set the value of the Thumbnail width field to 80px to make sure that the smallest thumbnail is shown in the catalog pages.
Did you adjust the size of the Medium thumbnail, or did you check if there are registered thumbnails that are 300px in width?
Best regards,
IsmaelHey Michael,
Thank you for the inquiry.
The site is asking for .htaccess authentication before we can access the site and login to the dashboard. Please provide the htpassword in the private field. Temporarily, you may need to disable the Enfold > Performance > File Compression settings and the cache plugin while editing the site.
Best regards,
IsmaelHi,
Thank you for the inquiry.
You may need to install the following plugin in order to make the links of the buttons accessible in the video slide.
Best regards,
IsmaelHi,
Thank you for the update.
however, when I go in to customize my site, I have extremely limited options
Did you go to the Appearance > Customize panel? Please note that the theme has its own Advance Layout Builder (ALB), which can be accessed by editing the pages or posts directly. The overall layout and style of the site can be edited in the Dashboard > Enfold panel.
To help you get started, please check the documentation below.
// https://kriesi.at/documentation/enfold/
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/Best regards,
IsmaelHey BowmansArrowMarketing,
Thank you for the inquiry.
The site looks fine on our end, 4-columned rows are displaying as they should. Have you tried removing the browser cache and temporarily disable the Enfold > Performance > File Compression settings? Please make sure to purge the cache afterwards.
Best regards,
IsmaelAugust 16, 2022 at 1:52 am in reply to: Hide Price for One Specific Product Except for Checkout/Cart #1361738Hey sdsitetechdotcom,
Thank you for the inquiry.
The following css code should hide the product price on most locations in the site aside from the checkout and cart page. You can add it in the Quick CSS field or in the child theme’s style.css file.
#top.postid-20381 .product .price { display: none !important; }You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelHey eduardodelat,
Thank you for the inquiry.
The Advance Layout Builder (ALB) contains elements or shortcodes such as Tabs and Accordion, which might be what you are looking for. You can add images and text content inside each tab or toggle.
Best regards,
IsmaelHi,
Sorry for the delay. Can you give us a link to a page that should display a layer slider (header_slider)? Again, you can extract the actual html of the color section and place the layer slider shortcode inside, same as what we did with the full width slider.
Best regards,
IsmaelHi,
Thank you for the update.
Which specific slider are you trying to show? Maybe a screenshot of the product layout will help. You can use imgur, savvyify or dropbox for the screenshot.
If you want to display a product slider from the advance layout builder, you can adjust or replace the snippet above using the following code.
Best regards,
IsmaelAugust 11, 2022 at 9:39 am in reply to: Move the product description below the image product on tablet only #1361437Hi,
Thank you for the clarification.
You can use this code in the functions.php file to move the product tabs below the product image and make it fullwidth.
function av_woo_tabs_below() { remove_action('woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 1 ); add_action('woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 20 ); } add_action( 'init', 'av_woo_tabs_below');Best regards,
IsmaelHey finchkelsey,
Thank you for the inquiry.
You can use this css code to hide the video player or iframe when the video is paused and show the fallback image.
.av-video-paused iframe { display: none; }Please make sure that the video is muted and autoplay is disabled in the video slides’ Styling > Video Settings panel.
Best regards,
IsmaelHi,
Sorry for the delay. You can edit the enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow-video.js file, look for the _playerReady function around line 279 and replace it with the following code.
//wait for player to be ready, then bind events _playerReady: function() { var _self = this; this.$option_container.on('av-video-loaded', function(){ _self._bindEvents(); }); switch(this.type) { case "html5": this.$video.on( 'av-mediajs-loaded', function(){ _self.$option_container.trigger('av-video-loaded'); _self._html5_mute(); _self._html5_play(); } ); this.$video.on( 'av-mediajs-ended' , function(){ _self.$option_container.trigger('av-video-ended'); } ); break; case "vimeo": //finish event must be applied after ready event for firefox _self.player.addEvent('ready', function() { _self._vimeo_mute(); _self._vimeo_play(); _self.$option_container.addClass('av-video-playing').removeClass('av-video-paused'); _self.$option_container.trigger('av-video-loaded'); _self.player.addEvent('finish', function(){ _self.$option_container.trigger('av-video-ended'); }); }); break; case "youtube": var params = _self.$video.data(); if( _self._supports_video() ) { params.html5 = 1; } _self.player = new YT.Player(_self.$video.attr('id'), { videoId: params.videoid, height: _self.$video.attr('height'), width: _self.$video.attr('width'), playerVars: params, events: { 'onReady': function(){ _self.$option_container.trigger('av-video-loaded'); _self._youtube_mute(); _self._youtube_play(); }, 'onError': function(player){ $.avia_utilities.log('YOUTUBE ERROR:', 'error', player); }, 'onStateChange': function(event){ if (event.data === YT.PlayerState.ENDED) { var command = _self.options.loop != false ? 'loop' : 'av-video-ended'; _self.$option_container.trigger(command); } } } }); break; } //fallback always trigger after 2 seconds setTimeout(function() { if(_self.eventsBound == true || typeof _self.eventsBound == 'undefined' || _self.type == 'youtube' ) { return; } $.avia_utilities.log('Fallback Video Trigger "' + _self.type + '":', 'log', _self ); _self.$option_container.trigger('av-video-loaded'); }, 2000 ); },This will mute the video and play it automatically. You may also have to modify the enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.js, look for the _prepareSlides function and at the very first line, just add this code to disable the function and prevent the theme from rendering the fallback images.
return;Best regards,
IsmaelAugust 10, 2022 at 12:30 pm in reply to: Imported posts and the grid layout theme look has changed. #1361341Hi,
Thank you for the info.
As we have said earlier, the theme requires the audio shortcode in order to properly render an audio player inside the preview. To test this, we edited one of the audio posts titled Bee Dreams and replaced the embed shortcode with an audio shortcode.
[audio mp3="https://site.net/nextstep/another.mp3" preload="auto"][/audio]In the Sermons page, you will see that the post preview now contains an audio player. (see private field)
Best regards,
IsmaelAugust 10, 2022 at 12:23 pm in reply to: Background image on color sections gone after cloning #1361339Hi,
Thank you for the update.
Is it working correctly when you disable the HM Shared Media Library plugin? It’s possible that the theme is having issues with the image path or location because of the plugin.
Best regards,
IsmaelHi,
Glad to know that this is now working properly. Thanks to @Guenni007! Please let us know if you have more questions about the theme.
Have a nice day.
Best regards,
Ismael -
AuthorPosts
