Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the update.
The icon is not visible because it has the same color as the background. Please add this css code to adjust the color of the cart icon and make it visible.
.header_color .cart_dropdown .dropdown_widget li a, #top .header_color .avia_cart_buttons .button, #top .header_color .dropdown_widget .buttons .button, .header_color .cart_dropdown_first .cart_dropdown_link, #top .header_color p.order-info mark { color: red; }Best regards,
IsmaelHi,
Thanks for the info @Guenni007.
@hugogimenez: Are you using the Layer Slider? If not, you can disable it by adjusting the Enfold > Layout Builder > Layerslider Options as @Guenni007 suggested above.Best regards,
IsmaelHi,
Thank you for the update.
Looks like the slider breaks when there is another link or button inside the caption container. It does work but the layout of the slider is no longer correct. Please remove the button or link shortcode from the caption field and activate the slider buttons instead.
And to apply a custom link to the slide, add this span element in the caption field instead.
<span class="av-slider-link hidden" data-link="http://kriesi.at"></span>We will add the custom slide link in the data-link attribute, then add this code in function.php file to redirect the page to the specified data-link when the slide is clicked.
// apply custom link to the slide image function ava_custom_script_slideshow_link() { ?> <script type="text/javascript"> (function($) { $('.avia-slideshow-slide').on('click', function() { var sliderlink = $(this).find('.av-slider-link'); window.location.href = sliderlink.attr('data-link'); }); })(jQuery); </script> <?php } add_action( 'wp_footer', 'ava_custom_script_slideshow_link', 9999 );Best regards,
IsmaelOctober 7, 2022 at 9:16 am in reply to: Breadcrumb repeated info / no active page title on left #1367924Hi,
Glad to know that this has been resolved. Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelOctober 7, 2022 at 9:14 am in reply to: Recent comments widget does not show actual comment content #1367923Hi,
Thank you for following up.
1.) You can use css to pull the combo widget upwards and position it closer to the widget title. Each widget has its own unique ID which can be used to style them.
2.) You don’t have to keep the file compression disabled forever, only while editing the site. We actually increase the size of the text, default is 0.85em. Please try this again.
#top .news-content { font-size: 0.5em; }OR
#top .news-content { font-size: 11px; }Best regards,
IsmaelOctober 7, 2022 at 9:09 am in reply to: Advanced Editor lost on a subset of items after emptying WordPress trash #1367921Hi,
Sorry for the delay. We were able to reproduce the issue, but we’re not yet sure what is causing it. The issue happens regardless of the active editor ( Classic or Block ). We tried to update and deactivate the plugins but the issue still occurs. There might be a code somewhere which hooks (before_delete_post, after_delete_post) into the wp_delete_post function and adjusts the status of the ALB pages. You might want to refrain from deleting trashed posts for the meantime.
Does it happen when you use a plugin for bulk deleting posts or pages?
// https://wordpress.org/plugins/bulk-delete/
// https://wordpress.org/plugins/wp-bulk-deleteYou can also use the hooks mentioned above to manually activate the ALB pages again after deletion.
Best regards,
IsmaelOctober 7, 2022 at 8:38 am in reply to: Recent comments widget does not show actual comment content #1367915Hi,
Thank you for the update.
1.) Above the combo widget, you can add another text or html widget and use it as the title of the widget below.
2.) Which fonts or text? The font size of the text inside the combo widget is actually quite small. You can adjust it with this css code if you like.
#top .news-content { padding: 7px 0 3px 0; line-height: 1.7em; position: relative; overflow: hidden; font-size: 1em; display: block; clear: both; margin: 0; }You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.
Best regards,
IsmaelOctober 7, 2022 at 8:34 am in reply to: layout issue (black sidebar on right – tab elements not working) #1367914Hi,
Thank you for the update.
This info displays in the console whenever we try to open the lightbox, which suggests that another script is blocking or is in conflict with the lightbox script.
`Selected text **
responsivevoice.js?source=wp-plugin&key=omitted&ver=6.0.2:452Do you have an idea which plugin is using the responsivevoice.js script?
Best regards,
IsmaelHi,
Thank you for the update.
One of the fonts is coming from the Layer Slider plugin, so we edited the layer slider settings and disabled Google Fonts. The default Dosis font was also selected for the elements in the Enfold > Advanced Styling panel, which we adjusted. The site should now pass the google font checker.
Best regards,
IsmaelOctober 7, 2022 at 8:12 am in reply to: Events Countdown Not Showing + "Which Entries" Dropdown Missing in Settings #1367910Hey savvyone,
Thank you for the inquiry.
Someone else edited the page while we are inspecting it. Did you login just now?
Please note that the events countdown element relies on the events taxonomies or categories. You will not be able to display any events if there are no events taxonomies. Please make sure that the events that you want to display in the events countdown element belong to at least one category.
Best regards,
IsmaelOctober 7, 2022 at 7:59 am in reply to: Blog soll nicht nach Ende der ersten Kategorie die zweite Kategorie weiter gehen #1367909Hi,
Thank you for the inquiry.
@Highlander-2013: Please try the suggestion above, just let us know if you need more help.Thanks @Guenni007!
Best regards,
IsmaelHi,
Glad to know that this issue has been resolved. Thanks to @Rikard. Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
You can use this css code to adjust the width of the featured image.
.single .fullsize .template-blog .big-preview img { width: 50%; margin: 0 auto; }To remove the border of the search tooltip or field, try this css.
.avia-search-tooltip { box-shadow: none; border: 0; }Would you mind providing a screenshot of the border so just we can confirm that we are inspecting the correct element? You can use imgur, savvyify or dropbox for the screenshot. Thanks.
Best regards,
IsmaelHey woogie07,
Thank you for the inquiry.
You can actually add limitless number of rows in the Table element. Have you tried it yet? Would you mind providing a screenshot of the layout that you’re after? You can use imgur, savvyify or dropbox for the screenshot. Thanks.
Best regards,
IsmaelHi,
Thank you for the update.
We added the css code again and disabled the Enfold > Performance > File Compression settings but the css modification is still not loading correctly. The css works when we apply it directly in the browser.
Did you install any cache or compression plugins? Please disable them temporarily.
// https://1drv.ms/u/s!AjjTfXSRbKTvyTGrV4GuWZO9B9Jv?e=RnIVwz
Best regards,
IsmaelOctober 6, 2022 at 9:03 am in reply to: Change/Customize WooCommerce product page layout (for Enfold Theme – Modern) #1367763Hi,
Thank you for the inquiry.
You can actually use the Advance Layout Builder (ALB) to create various layouts for your products, but some features (e.g variation image switch) may not work when the builder is active. You can also edit the product templates directly or use the available template hooks.
Best regards,
IsmaelHi,
Thank you for the inquiry.
Did you select the Roboto font in the Enfold > General Styling > Fonts panel, or did you add a layer slider? if there is a layer slider in the page, you can disable the Google Fonts in the layer slider settings. We were not able to check the page above because it is private and requires a password.
Best regards,
IsmaelOctober 6, 2022 at 8:49 am in reply to: Can I deactivate a code section (iFrame) via Enfold cookie consent #1367756Hey Jan,
Thank you for the inquiry.
You can lazy load the iframe and only load it on user interaction. The example below loads a youtube video on click.
function av_enable_iframe_on_interaction() { ?> <script type="text/javascript"> (function($) { $(function() { $('.av-enable-frame').click(function() { var _this = $(this), iframe = $('.av-custom-frame'); iframe.attr('src','https://www.youtube.com/embed/' + _this.attr('data-url')); }); }); })(jQuery); </script> <?php } add_action( 'wp_footer', 'av_enable_iframe_on_interaction', 9999 ); function av_enable_iframe_on_interaction_cb( $atts ) { $frame = '<div class="av-iframe-container">'; $frame .= '<a class="av-enable-frame" href="#" data-url="hMxGhHNOkCU">Enable Iframe</a>'; $frame .= '<iframe class="av-custom-frame" src="" width="560" height="315" frameborder="0" allowfullscreen></iframe>'; $frame .= '</div>'; return $frame; } add_shortcode( 'av_enable_iframe_on_int', 'av_enable_iframe_on_interaction_cb' );You can use this shortcode in a code or text block.
[av_enable_iframe_on_int]Best regards,
IsmaelHi,
No worries. Please let us know if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelOctober 6, 2022 at 8:28 am in reply to: Breadcrumb repeated info / no active page title on left #1367744Hey Tilman,
Thank you for the inquiry.
You can use this css code to hide the page title.
.page:not(.home) .title_container .main-title { display: none; }To disable the breadcrumb in the home page, go to the editor and look for the Layout > Title Bar Settings, then select Hide Both.
Best regards,
IsmaelHey valorum,
Thank you for the inquiry.
The avia_lang_setup just set the lang folder or directory and load the corresponding .mo file or the translated strings, which is required by multilang plugins such as WPML or Polylang.
Have you tried disabling the Performance > File Compression settings? Are you still editing the site? Please also try to deactivate the plugins temporarily and observe the site.
Best regards,
IsmaelHey valorum,
Thank you for the inquiry.
The avia_lang_setup just set the lang folder or directory and load the corresponding .mo file or the translated strings, which is required by multilang plugins such as WPML or Polylang.
Have you tried disabling the Performance > File Compression settings? Are you still editing the site? Please also try to deactivate the plugins temporarily and observe the site.
Best regards,
IsmaelHi,
Glad to know that the modification is working. Please let us know if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the screenshot.
You can try this css code to adjust the vertical position of the image on mobile view.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .avia-image-container.av-l6ukxndc-bb3b9200aa11837647f17aa41fa13969 { position: relative; top: 50px; z-index: 2; } }Best regards,
IsmaelHi,
We tried logging in to the cpanel above using the account above but it seems to be invalid. Please ask your hosting provider to check the login info or ask them to create an FTP account for the site.
Did you set the WP_DEBUG_DISPLAY to true in your wp-config.php file? Please set it so that we can see the errors in the backend.
// https://wordpress.org/support/article/debugging-in-wordpress/#wp_debug_display
Best regards,
IsmaelOctober 6, 2022 at 7:58 am in reply to: Recent comments widget does not show actual comment content #1367732Hey Jaro,
Thank you for the inquiry.
Are you using the default Recent Comments widget? Have you tried using the Enfold Combo Widget instead? This widget contains multiple tabs which display popular posts, recents posts, tags and recent comments. The theme doesn’t have a dedicated widget for comments but we can modify the combo widget so that it only displays latest comments.
Best regards,
IsmaelOctober 6, 2022 at 7:45 am in reply to: Extending background image when using a page as footer #1367730Hi Thomas,
No problem. Glad we could be of help. It is always nice to be a noob at something because you tend to learn a lot. Please do not hesitate to ask if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHey Soulshakin,
Thank you for the inquiry.
Where do you see the google font embed? All font files are being retrieved directly from your own server when we checked the site. Please check the screenshot below.
Screenshot: https://1drv.ms/u/s!AjjTfXSRbKTvyTCAV4WX9yjvEjnz?e=kIhshW
Best regards,
IsmaelHey Emmygraph,
Thank you for the inquiry.
The position of the button will depend on the height or size of the featured image and length of the excerpt and the title. To make sure that the read more buttons will align with each other, you have to control the image size and the size of the excerpt.
You can try this css code but we don’t recommend it because it will require adjustments on different screen sizes.
.slide-entry-wrap { display: flex; overflow: hidden; grid-auto-rows: 1fr; } .slide-entry { display: flex; flex-direction: column; justify-content: flex-start; padding-bottom: 70px; } .slide-content { min-height: 500px; position: relative; } .avia-content-slider .read-more-link { position: absolute; bottom: 0; width: 100%; } footer.entry-footer { position: absolute; bottom: 0; }Best regards,
IsmaelHi,
Thank you for the update.
We also added a note below that statement, which recommends the other plugin if the default widget is not working as expected. This usually happens on shared servers.
Due to limitations of Instagram API on shared servers, you might receive “Instagram has returned invalid data” error when using default Instagram widget. If that happens to be the case, please use Smash Balloon instead.
Best regards,
Ismael -
AuthorPosts
