Forum Replies Created
-
AuthorPosts
-
October 30, 2019 at 8:16 am in reply to: Every time i try to edit an element, all the code comes into the element!? #1152227
Hi kasperdue,
Thanks for providing us the ftp access.
This is now fixed.
The problem was the content of helper-main-menu.php in the includes folder is wrong, after correcting it the header/main menu is showing properly.Best regards,
NikkoHi tebitrongmbh,
Please go to Enfold > Layout Builder > Custom CSS classes input field, then set this to Show and allow to edit classes.
Go to your page and edit Text Block (you can use the Button for this), go to Developer (tab) and in Custom CSS Class field put this value: noLightbox
Hope this helps.Best regards,
NikkoOctober 30, 2019 at 7:46 am in reply to: Moving post date and adding text in front ("Published on") #1152224Hi darryllevine,
Thanks for pointing it out, it can be fixed by adding this css code in Quick CSS:
#top #main .post-entry .post-meta-infos { float: none; }Best regards,
NikkoHi vonipeter,
I see, I think the only workaround we can do for that is to create an alternate menu for mobile.
Go to Enfold > Main Menu > General (tab) > Alternate Menu for Mobile, then set this to your alternate menu.
Hope this helps.Best regards,
NikkoHi Maskenzauber,
I apologize for that, please try to Enable ALB Debug Mode: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
Then go the page that has those issue and look for the Shortcode parser: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#shortcode-parser
Set the Enfold Shortcode Parser to Auto Repair Function enabled – Repairs errors in shortcode structure during update then Update the page.Best regards,
NikkoHi karinorage,
I think you’re looking for this (located in wp-content > themes > enfold > includes > helper-privacy.php line 1409):
$message = do_shortcode( avia_get_option( 'cookie_content' ) );Let us know if this helps.
Best regards,
NikkoOctober 29, 2019 at 1:35 pm in reply to: Moving post date and adding text in front ("Published on") #1152052Hi darryllevine,
In your child theme, create a folder and name it includes then inside it create a file called loop-index.php (this will override loop-index.php in the enfold theme).
Then paste this code: https://pastebin.com/HFcbR3um
It’s basically derived from loop-index.php then replaced line 305 I mentioned in the previous post then move it to the top.
Hope this helps.Best regards,
NikkoOctober 28, 2019 at 4:25 pm in reply to: Logo centered and menu above burgermenu on smartpgone not visible.. #1151814Hi Karin,
Can you try adding this css code in Quick CSS, located in Enfold > General Styling:
#top #wrap_all #av-burger-menu-ul > li { opacity: 1; }Best regards,
NikkoOctober 28, 2019 at 4:20 pm in reply to: Blue border around accordion after latest update yesterday in Chrome, Safari etc #1151808Hi mofix,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Lauro Ferrarini,
No worries, let us know if you still need further assistance or if we can close this thread.
Best regards,
NikkoHey karinorage,
Please try the solution Yigit posted in this thread: https://kriesi.at/support/topic/how-to-translate-cookie-consent-message/#post-945946
Hope it helps.Best regards,
NikkoHey fromeopro,
You can find it in the link in private content.
Just scroll down at the bottom and you’ll see your Quick CSS code mixed in there.Best regards,
NikkoHey Manuela,
Since you already have this code:
.family .toggler:before { content: "\f104"; font-family: flaticon; position: relative; font-size: 28px !important; }You can target the 2nd one like this:
.family [data-fake-id="#toggle-id-2"] { content: "\f105"; }If you have a 3rd one just copy and past the css code, replace #toggle-id-2 with #toggle-id-3, and change the content value.
Hope this helps.Best regards,
NikkoOctober 28, 2019 at 4:02 pm in reply to: Logo centered and menu above burgermenu on smartpgone not visible.. #1151794Hi Karin,
Can you give us a link to your site?
Best regards,
NikkoOctober 28, 2019 at 4:01 pm in reply to: Advanced Styling main menu links colours not working #1151792Hi AStr,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey schoenj,
The login details doesn’t work, please check.
You can change it in Enfold > Advanced Styling > (Select an element to customize) choose Main Menu Links.
Then change the background color, hope this helps.Best regards,
NikkoHi Tim,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey Maskenzauber,
Can you check if there are js errors appearing in the web console?
Best regards,
NikkoHi vonipeter,
I just tested it with an android phone and chrome browser and it worked well.
The menu items under Services are clickable on my end, is this already fixed?Best regards,
NikkoOctober 28, 2019 at 3:46 pm in reply to: Every time i try to edit an element, all the code comes into the element!? #1151783Hi kasperdue,
Can you give us ftp access to your site?
There might be some php error/s that prevent the header from showing and we’ll need to enable wordpress error logging in order to see it.Best regards,
NikkoHi Spiv,
You have replaced the testimonials module in your child theme.
Try to update it with the latest version and add the tweaks you made again.Best regards,
NikkoHi Maskenzauber,
Try to go to Enfold > Performance > Disabling of template builder elements, set this to Always load all elements.
Hope it helps.Best regards,
NikkoHi marcusss,
Unfortunately there’s no update for this issue yet :(
For now, the temporary solution I could recommend is to use an instagram plugin.Best regards,
NikkoHi ninasmith,
Can you try to replace this part of the code I gave:
@media only screen and (min-width:990px) and (max-width:1024px) {to:
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {I got it from: https://webdevpuneet.com/media-query-for-ipad-pro-css/
Hope it helps.Best regards,
NikkoHey ninasmith,
We apologize for the delayed response.
Can you try adding this css code in Quick CSS, located in Enfold > General Styling:@media only screen and (min-width:990px) and (max-width:1024px) { .home #fullscreen_slider_1 { display: none !important; } .home #fullscreen_slider_2 { display: block !important; } .home #fullscreen_slider_2 .avia-caption-title, .home #fullscreen_slider_2 .avia-caption-content { visibility: visible; } }Best regards,
NikkoHi FeedXL2019,
Can you try to rename textblock-original.php to textblock-original.bup? so it’s not being fetched as well since textblock.php contains the same name and might be the reason why the fix wasn’t working.
Best regards,
NikkoOctober 28, 2019 at 4:47 am in reply to: Moving post date and adding text in front ("Published on") #1151663Hi,
We’re glad to hear that.
Go to wp-content > themes > enfold > includes > loop-index.php (line 305):echo "<time class='date-container minor-meta updated' >".get_the_time(get_option('date_format'))."</time>";Insert it text there.
Best regards,
NikkoHi Franz,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi kaskonauta,
I have added this css code in your Quick CSS:
#top .av-main-nav ul a { border: none; } #top #avia-menu .sub-menu { background-color: white !important; } #top .av_header_transparency #avia-menu .sub-menu { background-color: rgba(255,255,255,0.12) !important; } #top #wrap_all #avia-menu .sub-menu > li > a { color: black; } #top #wrap_all .av_header_transparency #avia-menu .sub-menu > li > a { color: white; }In Enfold > Performance, I have disabled css minification and merging since the changes wasn’t taking effect and a cached version of the css is used.
Best regards,
NikkoHi FeedXL2019,
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
( do 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,
Nikko -
AuthorPosts
