Forum Replies Created
-
AuthorPosts
-
Hi reinsicht,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi haydaw,
Can you try to add this CSS code in Enfold > General Styling > Quick CSS:
#top .togglecontainer { display: flex; flex-direction: column-reverse; }This will affect all toggles/accordion, if you want specific ones then please provide a page link so we can target it.
Best regards,
NikkoHi jetsaveurs,
Can you give us admin access on the development version of your site? so we can try to implement the codes above and try to debug if it’s not working as it’s supposed to.
Just post the credentials in private content.Best regards,
NikkoHi zanardelligolf,
Can you try to generate a new key? then maybe try to adjust its restriction and see if this helps.
Best regards,
NikkoHi amyteslin,
Thanks for providing the link of the page and the screenshot.
The main menu links has a white background color, to fix this add this CSS code in Enfold > General Styling > Quick CSS:#top #header .av-main-nav > li > a { background-color: transparent; }Best regards,
NikkoMay 25, 2021 at 5:17 am in reply to: Woocommerce basket widget -view basket and checkout buttons not styled correctly #1302131Hi DigitalEssence,
Thanks for providing the link.
I have checked on it but I don’t see any issues on my end. (screenshot in private content)
Can you give us a screenshot of how it looks on your end?Best regards,
NikkoHi willemb2,
The icons fetches it’s default color in Enfold > General Styling > Main Content (tab) > Main Content Heading color.
Hope this helps.Best regards,
NikkoHi kikosanchezestudio,
Thanks for giving us admin access.
I have checked the link you posted but I don’t seem to see the issue both in the page’s frontend or backend.
Is this already fixed? if it’s not can you point us where it shows?Best regards,
NikkoMay 24, 2021 at 5:52 am in reply to: image not over the previous section (with negative margin) #1301908Hi ppi37,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoMay 24, 2021 at 5:20 am in reply to: How to Display First Word as Post Title only on Homepage in Enfold #1301905Hi hamzakhankhan,
Can you try using this code instead:
function enfold_postslider_title($title, $entry) { if (is_front_page()) { return wp_trim_words( $title, 1, '' ); } return $title; } add_filter( 'avf_postslider_title', 'enfold_postslider_title', 10, 2 );Hope it helps.
Best regards,
NikkoHi jelle,
I believe that happened because the minification resulted in some of the codes become invalid or not working, some plugins would have this warning or notice in their minification and merging feature.
Best regards,
NikkoHi Jason,
Can you try to tweak some of the settings of the Yoast plugin? and see if maybe turning some settings off would fix it.
Best regards,
NikkoMay 24, 2021 at 3:35 am in reply to: Make full width easy slider button add product to cart #1301878Hi navindesigns,
I believe it’s possible, unfortunately, this task would require much time to do and out of the coverage of our support to override the current slider for that requested feature.
If you want to pursue this, then the first step is to use a child theme then follow the steps here in order to override the current slider: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-albBest regards,
NikkoHi BrendaSarg,
Yes, please give us access to it, so we can check on it.
Since I don’t really see a code that should affect your h1 font, please put back the code, we’ll try to provide adjustments for it.Best regards,
NikkoHi projectt_co_uk,
Please add this CSS code in Enfold > General Styling > Quick CSS:
#top #footer .widgettitle { border: none; } #top #footer .avia-button { font-size: 24px; }Just adjust the font size value.
Hope this helps.Best regards,
NikkoHi jskindustrial,
Is this also done?
I have checked it and it seems you already added a background image to the title container.Best regards,
NikkoMay 22, 2021 at 4:08 pm in reply to: Theme options to change defaults for various media queries? #1301751Hi CharlieTh,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Bernd,
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,
NikkoMay 21, 2021 at 6:12 am in reply to: Advanced layout editor changes content in text block unintentionally #1301519Hi Jürgen,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi BOTPIX,
Thanks for giving us admin access and I could see Error 406 in the web console of that page:
Not Acceptable! An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security.Upon checking on the content it seems you have used certain keywords that modsec rule in firewall (in some servers) is blocking.
The keywords I found on your page is get and Head in:Bonus B Class - "Talking to the Moon" (will get in class this Thursday - it's maroon)Bonus C Class - "Head Up" (lyrical costume)This is a security measure taken by hosting providers and it is not a theme issue.
You can contact your hosting providers and ask them to whitelist those words and that should fix the issue.You can check for further information in our documentation: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#layout-builder-is-not-loading-properly
Best regards,
NikkoMay 21, 2021 at 5:19 am in reply to: Theme options to change defaults for various media queries? #1301510Hi CharlieTh,
You’re welcome :)
The default is the font size that is set in Enfold > General Styling > Fonts > Default content font size
As for the code, you can use this one (just replace the font size values):#top #wrap_all #main h1 { font-size: 30px; } @media only screen and (min-width: 768px) and (max-width: 989px) { #top #wrap_all #main h1 { font-size: 26px; } } @media only screen and (min-width: 480px) and (max-width: 767px) { #top #wrap_all #main h1 { font-size: 24px; } } @media only screen and (max-width: 479px) { #top #wrap_all #main h1 { font-size: 20px; } }The media queries used are the same as the screen sizes set used by Text Block setting.
Best regards,
NikkoHi TT,
No, that is not what we meant but since the security feature we have on our forms is limited to using numeric captcha and Google’s reCaptcha, we would like for you to consider using plugins like Contact Form 7 instead that have the honeypot solution that you mention.
Best regards,
NikkoHi GrandmasterA,
Thanks for giving us admin access.
I have checked on it and my assumptions on how it was setup was wrong and the sidebar navigation was generated by Enfold and it cannot be changed via Appearance > Menus.
I have add this code at the bottom of functions.php:function open_in_newtab(){ ?> <script> document.querySelector("#top .widget .page-item-920 > a").setAttribute("target", "_blank"); </script> <?php } add_action('wp_footer', 'open_in_newtab');However, this is not a good practice, because a theme update would wipe the code.
I would suggest using a child theme which you can download and find instructions in https://kriesi.at/documentation/enfold/child-theme/
Then move the code out of the parent theme and place it in the child theme.Best regards,
NikkoHi carmentvaalba,
When I checked it before it was returning Forbidden which means my IP was blocked but now it shows properly.
Have you tried our suggestions?Best regards,
NikkoHi carmentvaalba,
Thanks for giving us admin access.
I created a private test page (link in private content) which is a duplicate of your homepage and made some changes but I did not experience the Error 500 (Internal Server Error).
I’m just not sure what trigger’s it on your end but it could be one of the things listed in: https://www.ionos.com/digitalguide/hosting/technical-matters/http-error-500-internal-server-error/
Upon checking on Tools > Site Health > Info > Server, the PHP time limit is 30 and Max input time is 60 which may cause PHP timeout issue, try to set this to 180 or 240 (you can request for your hosting provider to change this).Best regards,
NikkoHi mai,
You’re welcome :)
We’ll keep this thread so you can post here if you need further assistance on this topic.Best regards,
NikkoMay 19, 2021 at 6:46 am in reply to: Edit TEXT BLOCK shows No text and INSERT IMAGE button doesn't work #1301131Hi bemodesign,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi,
Can you try to disable CSS file merging and compression in Enfold > Performance?
Hope this helps.Best regards,
NikkoMay 19, 2021 at 6:43 am in reply to: Theme options to change defaults for various media queries? #1301129Hi CharlieTh,
At the moment, there’s no option to change the heading size just like in the Text Block.
We will be requesting for this feature.
At the moment, would it be okay if we give you some CSS code to help with it?Best regards,
NikkoHi Franz,
Thanks for giving us admin access and we apologize for the delayed response.
I have checked on your homepage and tried to view your gallery in the backend and it seems to work properly on my end (screenshot in private content).
Can you try to clear your browser cache? maybe it’s still fetching older js files.Best regards,
Nikko -
AuthorPosts
