Forum Replies Created
-
AuthorPosts
-
Hi Ryan,
Thanks for giving us admin access.
It does not work because this code was not closed in Quick CSS (it affects advanced styling as well):@media only screen and (max-width: 767px) {
Either the code should be removed (if the code below it is meant for desktop) or it just needs to be closed (if the code below it is meant for mobile).
Best regards,
NikkoApril 29, 2022 at 10:25 am in reply to: After update to 4.9.2, the site header and footer break. #1349934Hi ryhan,
We have updated your child theme’s header.php and footer.php file.
And I have included this in your Quick CSS as well:#top #header { display: none; }
Please review your site.
Best regards,
NikkoHi BorjaP,
Yes, 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,
NikkoHey funk_doobie,
I think the issue on that specific page is listed here: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#layout-builder-is-not-loading-properly (under this heading, Troubleshoot: Text Block element not loading)
Please enable debug mode on your site: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and you should see a bunch of shortcodes, copy all of it and make a backup then try to add those shortcodes by section so you can identify which section is causing the issue and try to narrow down the cause of the issue.Best regards,
NikkoApril 29, 2022 at 9:30 am in reply to: Page not loading for edit into advanced or default editor #1349918Hi dschneekloth,
I think the issue on that specific page is listed here: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#layout-builder-is-not-loading-properly (under this heading, Troubleshoot: Text Block element not loading)
I tried to login however we’ll need an administrator level of permission.
Please enable debug mode on your site: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and you should see a bunch of shortcodes, copy all of it and make a backup then try to add those shortcodes by section so you can identify which section is causing the issue.Best regards,
NikkoHi imagestudios,
For #1 and #2, please add this CSS code in Quick CSS:
#top .logo, #top .logo a { overflow: visible; } #top .logo img { transition: all 0.7s; } #top .header-scrolled .logo img { min-height: 100px; }
Best regards,
NikkoApril 29, 2022 at 9:04 am in reply to: Background and format no longer working on mobile or tablet. #1349915Hi info224,
Thanks for providing the pages as well as the login to your site.
However, I could not find see any difference except for the top space of those green boxes, can you give us a screenshot on the issue showing on your end?Best regards,
NikkoHey newmediologo,
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,
NikkoHi tammiviestinta,
Try adding some negative left margin to your code and it should help.
Or you can give us a link to the page mentioned so we can try to help with the CSS code.Best regards,
NikkoHi mattb1169,
I’ve checked my local Enfold installation and I don’t experience the same issue.
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,
NikkoHi paso70,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi gseiwimarcomm,
Thanks for giving us admin access.
I would advise using SVG though WordPress does not natively support SVG but you can use SVG Support plugin for it.Best regards,
NikkoHi famarinu,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi navindesigns,
Please try to replace this code:
#header .logo img { top: 50%; transform: translateY(-50%); min-width: 200px; min-height: 200px; }
with:
#header .logo img { top: 50%; transform: translateY(-57%); min-width: 200px; min-height: 200px; } #header .logo { height: 180px; margin-top: 29px; }
Best regards,
NikkoHi John,
The reason it does not work is because this code (most likely in Quick CSS) is preventing it from working:
#footer #nav_menu-8, #footer #search-6 { margin-top: 0; }
If you remove this code then it should work as it should.
Best regards,
NikkoHi elenapoliti,
Thanks for giving us admin access.
You can change the sidebar by editing the page and go to Layout (located in the sidebar at the bottom), then go to Sidebar Setting and change it from Default Sidebars to any of your created sidebars.
Hope this helps.Best regards,
NikkoHi sitesme,
On you child theme, create a folder and name it js, inside it create a file called moving-letters.js and inside the file paste this code:
// Wrap every letter in a span var textWrapper = document.querySelector('.ml3'); textWrapper.innerHTML = textWrapper.textContent.replace(/\S/g, "<span class='letter'>$&</span>"); anime.timeline({loop: true}) .add({ targets: '.ml3 .letter', opacity: [0,1], easing: "easeInOutQuad", duration: 2250, delay: (el, i) => 150 * (i+1) }).add({ targets: '.ml3', opacity: 0, duration: 1000, easing: "easeOutExpo", delay: 1000 });
Then in functions.php of your child theme, add this code:
add_action( 'wp_enqueue_scripts', 'wp_animate_text', 100 ); function wp_animate_text() { wp_enqueue_script( 'anime-js', 'https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js', '', '2.0.2', true); wp_enqueue_script( 'moving-letters-js', get_stylesheet_directory_uri().'/js/moving-letters.js', array('anime-js'), '1.0.0', true); }
If you use a Special Heading, you can just directly add the class ml3 via Advanced (tab) > Developer Settings > Custom CSS Class.
If you are using a Text Block then change it from Visual mode to Text mode then add it like this:
<p class="ml3">Click here to add your own text</p>
Hope this helps.Best regards,
Nikko-
This reply was modified 3 years, 3 months ago by
Nikko.
April 27, 2022 at 6:11 am in reply to: Editing pages with embedded code blocks, spinning wheel of death #1349606Hi Alptekin,
I’m glad that Mike could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey Elena,
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,
NikkoHey Elvira,
It’s possible, please read further on our documentation: https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options
Best regards,
NikkoHi John,
Yes, you can put it in Quick CSS.
Best regards,
NikkoHi Mike,
I’m glad that Yigit could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey sitesme,
Yes it’s possible however you would need to write some js and CSS code.
I have found something interesting that might help you with it: https://tobiasahlin.com/moving-letters/
Hope it helps.Best regards,
NikkoHi navindesigns,
Please replace this code:
#top .av-main-nav ul a .avia-menu-text { width: 80%; display: inline-block; border-bottom: 1px solid #7ba7c9; }
with:
#top .av-main-nav ul a .avia-menu-text { width: 80%; display: inline-block; } #top .av-main-nav ul li { border-bottom: 1px solid #7ba7c9 !important; } #top .av-main-nav ul li:last-child { border-bottom: none !important; }
Hope it helps.
Best regards,
NikkoHey advteksol,
Try to use this CSS code instead, just change the additional properties I’ve added.
#top .av-dark-form.round-submit .button { background-color: black; color: white; }
Best regards,
NikkoHi fkm,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoApril 26, 2022 at 9:59 am in reply to: Remove bullet points and text decoration in my account section #1349485Hey nasi,
Yes, it’s possible, please add this CSS code in Enfold > General Styling > Quick CSS:
#top .woocommerce-MyAccount-navigation-link a:before { display: none; }
Best regards,
NikkoHi danielhastings,
Thanks for providing us access to the staging site.
The reason it’s not working is that the version of Enfold is a bit outdated (4.5.4).
Please update it to the latest version (4.9.2.1) and don’t forget to backup your site first.
Also, you’ll need to generate Envato’s private token first before you can update your theme to the latest version, for further information please check: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-tokenBest regards,
NikkoHey navindesigns,
Thanks for giving us admin access.
I have added this code in your child theme’s functions.php file:function move_post_meta(){ ?> <script> (function() { var gridposts = document.querySelectorAll('.avia-content-slider .slide-entry'); gridposts.forEach(function(el) { var header = el.querySelector('.entry-content-header'); var postMeta = el.querySelector('.eventDateTime'); header.insertBefore(postMeta, header.childNodes[0]); }); })(); </script> <?php } add_action('wp_footer', 'move_post_meta');
Please review your site.
Best regards,
NikkoHi Ivana,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts