Forum Replies Created
-
AuthorPosts
-
Hi Eleina_Shinn,
Please try adding this CSS code in Quick CSS:
.custom-icon .iconbox_content .entry-content-header { text-align: center; } .custom-icon .iconbox_icon, .iconbox .iconbox_content .iconbox_content_title { display: inline-block; float: none; position: static; } .custom-icon .iconbox_icon { margin-right: 8px; }Best regards,
NikkoHi roosites,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey Franz,
Unfortunately it’s not possible because Enfold is a Multi-Page Application (and most of WordPress Themes).
What you might be looking for is a SPA (Single Page Application), here’s an article that compares both: https://andrejgajdos.com/single-page-application-vs-multiple-page-application/
I hope this is helpful.Best regards,
NikkoAugust 4, 2020 at 6:00 pm in reply to: Dynamic-Avia Cache messing up webhost – running out of webspace #1235147Hi querflug,
Can you try to switch to PHP 7.3? and check if this issue still happens.
Best regards,
NikkoHey emrisproperty,
The draft mode still exists, you can see it in top right portion in the backend.
Here’s a screenshot: https://imgur.com/3GoW1In
Hope this helps.Best regards,
NikkoHi Rob,
We are delighted to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi tigertalemusic,
Please try adding this CSS code in Quick CSS, located in Enfold > General Styling:
#header .logo a { font-size: 32px; }Best regards,
NikkoAugust 4, 2020 at 5:48 pm in reply to: Woocommerce + Enfold — Product photos are blurry in gallery #1235139Hey JenniferHillberg,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoAugust 4, 2020 at 5:48 pm in reply to: Unexplainted Margin or padding and border around elements #1235138Hey Eleina_Shinn,
For: See underneath fullwidth easy slider on home page… there appears to be about a 25px margin under it and then a very light gray border; Please add this CSS code:
#full_slider_1 { box-shadow: none; }For: Grid row in which I have an instagram feed – there is a border above it (there are no borders chosen and the color section above has no borders. Please add this CSS code:
#footer-page { border: none; }Best regards,
NikkoHey Tier1Graphics,
I’m getting blocked by your website firewall:
Access Denied – Sucuri Website Firewall
Block reason: Access from your Country was disabled by the administrator.
Can you temporarily allow access from all countries? so any moderator can have access and check it.Best regards,
NikkoHey sebastiaan,
I think the best way is to use the fullwidth submenu however if that isn’t possible in your case then maybe you can use Navigation Menu widget for it.
Then add this in Quick CSS:#top .widget_nav_menu .sub-menu { display: none; } #top .widget_nav_menu li:hover > .sub-menu { display: block; }Hope this helps.
Best regards,
NikkoHi Ikyo,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Ursula,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoAugust 4, 2020 at 5:18 pm in reply to: How to remove the border radius from all images/buttons etc? #1235127Hi akhilz,
Please try to use this CSS code:
#top img { border-radius: 20px !important; }Hope this helps :)
Best regards,
NikkoHi dnweil,
The plugin author says that free, bundled versions are the responsibility of the theme developer to include in their updates.
Yes, when a new version of Enfold is released, an updated version of the bundled layerslider also comes along with it.
However please don’t expect that the version of bundled layerslider in the latest Enfold theme is the same as the latest version of layerslider because the version used on the bundled layerslider is the latest version during the time of development not on the time of release.Best regards,
NikkoAugust 4, 2020 at 5:07 pm in reply to: Add text above scroll down arrow (color section & fullscreen slider) #1235124Hi Guenni007,
Thanks for helping out and giving a simpler solution :)
Best regards,
NikkoHi mosesjohnson,
No worries, please remove the old code that’s not working and replace it with:
.home #footer .newsbox { display: none; }Best regards,
NikkoHi Ikyo,
Thanks for posting your code for review.
Please replace this part of the code:add_action( 'woocommerce_after_shop_loop_item_title', 'show_tags', 20 );to:
add_action( 'woocommerce_after_shop_loop_item_title', 'show_tags', 7 );Best regards,
NikkoHi xeovision,
I have checked your site again and noticed that the large header image in your single post page that is wrapped in a div with a class of single-header-image is custom made and not part of the Enfold theme. I think you can just put the shortcode below it or if it’s in a php format then you can use do_shortcode() to run it.
To get the shortcode for that entire breadcrumb row you have, you can enable ALB Debugger https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode then a textarea will appear below your content (in the backend) which contains the shortcodes used to render that breadcrumb section.
I hope this helps, if you need further assistance please let us know.
Best regards,
NikkoAugust 4, 2020 at 4:33 pm in reply to: Is it possible to integrate schema.org into the Accordion Element? #1235116Hi smartstartinc,
I apologize I can’t give an example since I have limited knowledge with schema.org markup however I can give you steps in which you can achieve it.
1. Replace ALB element using the instructions in our documentation: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
2. Once you have done it, just modify wp-content > themes > enfold-child (or the folder of your child theme) > shortcodes > toggles > toggles.php (line 861-871):$output .= '<section class="av_toggle_section" ' . $markup_tab . ' >'; $output .= ' <div role="tablist" class="single_toggle" ' . $this->create_tag_string( $toggle_atts['tags'], $toggle_atts ) . ' >'; $output .= ' <p data-fake-id="#' . $toggle_atts['custom_id'] . '" class="toggler ' . $titleClass . $inherit . '" ' . $markup_title . ' ' . $colors . ' ' . $hover_styling_markup . ' role="tab" tabindex="0" aria-controls="' . $toggle_atts['custom_id'] . '">' . $toggle_atts['title'] . '<span class="toggle_icon" ' . $icon_color . '>'; $output .= ' <span class="vert_icon"></span><span class="hor_icon"></span></span></p>'; $output .= ' <div id="' . $toggle_atts['custom_id'] . '" class="toggle_wrap ' . $contentClass . '" ' . $toggle_init_open_style . '>'; $output .= ' <div class="toggle_content invers-color ' . $inherit . '" ' . $markup_text . ' ' . $colors . ' >'; $output .= ShortcodeHelper::avia_apply_autop( ShortcodeHelper::avia_remove_autop( $content ) ); $output .= ' </div>'; $output .= ' </div>'; $output .= ' </div>'; $output .= '</section>';and insert the schema.org markup there.
I hope this helps.Best regards,
NikkoAugust 4, 2020 at 3:52 pm in reply to: av-helper-shildeshow.php bug: extract_subslides() not using filtered $config #1235114Hi Bullfrog245,
Thanks for pointing it out. :)
We’ll forward it to our devs.
I apologize for misreading it.Best regards,
NikkoHi Glammy2020,
I have checked the link in Private Data and it looks like the #top .avia_cart_buttons is already in white.
Let us know if you still need further assistance.Best regards,
NikkoHi Luigina,
We are delighted to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoAugust 3, 2020 at 3:25 pm in reply to: Notice: Undefined variable: kriesi_at_backlink in /home/….. #1234879Hi technetkenya,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Patrik,
We’re glad to hear that :)
Let us know if you need further assistance.Best regards,
NikkoHi Muriel,
Thanks for using Enfold and have a great day!
Best regards,
NikkoAugust 3, 2020 at 3:22 pm in reply to: Add text above scroll down arrow (color section & fullscreen slider) #1234874Hey Kaionel,
Please do the following:
1. Use a child theme (skip this if you have one). You can download and find instructions here: https://kriesi.at/documentation/enfold/child-theme/
2. In the child theme’s functions.php file, please add this code at the bottom:function scrolldown_text(){ ?> <script> (function( $ ) { $( ".scroll-down-link" ).append( "<span>Text Here</span>" ); }(jQuery)); </script> <?php } add_action('wp_footer', 'scrolldown_text');Please replace Text Here with the text you want to use.
3. Then add this CSS code in Quick CSS:#top .scroll-down-link span { display: block; font-size: 18px; width: 200px; position: relative; left: -50%; margin-left: -16px; top: -100px; }Best regards,
NikkoAugust 3, 2020 at 1:55 pm in reply to: Notice: Undefined variable: kriesi_at_backlink in /home/….. #1234854Hi technetkenya,
I have checked it and the issue seems to be caching.
When I logged in it shows properly but if I’m logged out I see the error.
Purging the cache didn’t help, but after switching from a default WordPress theme then switching back to Enfold helped clear the cache.Best regards,
NikkoAugust 3, 2020 at 1:48 pm in reply to: Center one menu item image in secondary menu on scroll #1234851Hi Mathilde,
I’m glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Stefan,
You’re welcome :)
To know more about Enfold please check our documentation: https://kriesi.at/documentation/enfold/
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
