Forum Replies Created
-
AuthorPosts
-
Hi wzshop,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoNovember 12, 2019 at 5:32 am in reply to: Every time i try to edit an element, all the code comes into the element!? #1155809Hi kasperdue,
I tried to edit the english page (link in private content), I just put a single dot at the end of one of the textbox and it was saving properly.
Is this already fixed? or can you give us steps to reproduce the issue?Best regards,
NikkoHey wzshop,
There’s no other documentation however you can do the following:
1. Enable Debug Mode: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
2. Create a new page, use Advanced Layout Builder then put Mailchimp Signup and edit it.
3. Copy the shortcode that appears below the textarea.Best regards,
NikkoHi Erwin,
Try adding this css code in Quick CSS:
#top .avia-menu-fx .avia-arrow-wrap { width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid white; visibility: visible; top: 2px; }Just replace the white color (in border-top).
Hope this helps.Best regards,
NikkoNovember 11, 2019 at 4:17 am in reply to: Testimonial Styling – Sub-Title Issue& Spacing Between Testimonal Content & Name #1155467Hey Mulholr1,
To fix the colors and alignment, add this css code:
#top .avia-testimonial-subtitle { display: block; margin-top: 8px; opacity: 1; }To reduce the space between testimonial content and name/subtitle:
#top .avia-testimonial-meta-mini { margin-top: -32px; }As for the bouncing effect, that only way to fix that is to set height to the testimonial slider via Quick CSS.
Best regards,
NikkoHi BeyondMS,
I have checked your site and I could not see avia_forced_reroute in the url.
Is this already fixed? if it’s still showing up on your end, please try to clear browser cache.Best regards,
NikkoHi mdrunen,
I tried the login access you gave however it didn’t work, please check.
Best regards,
NikkoHi famarinu,
Glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoOctober 30, 2019 at 3:50 pm in reply to: Moving post date and adding text in front ("Published on") #1152390Hi darryllevine,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi marko7,
Thanks for giving us admin access.
I have checked the backend and it has some js errors in the web console.
Can you try to temporarily disable all plugins? then check.
Then enable them one by one to know which one causes the issue.Best regards,
NikkoHey christineglitsch,
Can you give us a screenshot on how it looks on your end?
I checked several pages on your site and I could clearly see the pictures.Best regards,
NikkoHi Lord_Sandwich,
We’re glad to hear that this is fixed :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey JacobSalomonsen,
Can you give us a link to your site? so we can try to check on it further.
Best regards,
NikkoHi jordialcover,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey bejan2k,
Unfortunately, Enfold doesn’t have that feature and trying to tweak it would require some time and outside the scope of our support :(
Try to check for 3rd party plugins that have this feature.Best regards,
NikkoHi Sophie,
Glad to hear that :)
Let us know if you need further assistance.
@Chili2908 thanks for helping out :)Best regards,
NikkoHey GideonHoja,
Try adding this css code in Quick CSS, located in Enfold > General Styling:
.html_header_left #main { border-left: 1px solid #e1e1e1; }Hope it helps.
Best regards,
NikkoOctober 30, 2019 at 2:51 pm in reply to: I want to make the cell appear in 2 rows on mobile. #1152362Hey Designer,
Thanks for providing us an admin access to your site.
We have done the modification on your site. Here are the steps we’ve done:
1. In Enfold > Layout Builder > check Show element options for developers (Enfold 4.5.7, in the latest version of Enfold it’s a dropdown)
2. Edit Color Section, set Custom CSS Class field to mobile-two-columns
3. In Enfold > General Styling > Quick CSS, we added this css code (this affects mobile and ipad portrait mode):@media only screen and (max-width:989px) { .responsive #top #wrap_all .mobile-two-columns .av_one_fourth { margin-left: 2%; width: 48%; clear: none; } .responsive #top #wrap_all .mobile-two-columns .entry-content-wrapper .av_one_fourth:nth-child(2n+1) { margin-left: 0; margin-right: 2%; clear: both; } }4. since the site still fetches the old css, I have temporarily disabled CSS file merging and compression in Enfold > Performance (you can enable it again if it fetches the new css).
If you need to apply this change on other 4 columns inside a color section, just repeat step 2 (only).
Let us know if you need further assistance.Best regards,
NikkoHi IQ2marketing,
Thanks for giving us a link to check upon.
Try adding this css code in Quick CSS, located in Enfold > General Styling:.tabcontainer [data-fake-id="#tab-id-1"] { border-color: #ffb803; } .tabcontainer [data-fake-id="#tab-id-2"] { border-color: #32a6a6; } .tabcontainer [data-fake-id="#tab-id-3"] { border-color: #fc6c3a; }Best regards,
NikkoOctober 30, 2019 at 2:24 pm in reply to: Could not connect to Mailchimp with this API Key. Please try again with a differ #1152343Hi Brad,
I tried to check the API key you used on my local server and it works fine, tested a few working API keys on your site and it’s not working.
I think the issue maybe coming from one of your plugins, I think it might be wordfence however since your site is live it’s not a good idea to disable it.
Can you try to create a staging site? here’s a tutorial that you can follow: https://themeisle.com/blog/wordpress-staging-site/Best regards,
NikkoHey arallon,
Those are browser default when the element contains a title.
To remove it, add this code in functions.php (preferrably on a child theme):function remove_custom_tooltip(){ ?> <script> jQuery(window).load(function(){ jQuery('.av-masonry-image-container').removeAttr('title'); }); </script> <?php } add_action('wp_footer', 'remove_custom_tooltip');Hope it helps.
Best regards,
NikkoHey vonipeter,
I have checked your site and I don’t see the call text in the top bar but I do see the phone icon.
Let us know if you still need further assistance.Best regards,
NikkoHey NMDKDesign,
It can be fixed through media queries.
Try adding this css code in Quick CSS, located in Enfold > General Styling:@media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) { .responsive.av-no-preview #top #wrap_all #ueber.av-desktop-hide { display:none; } } @media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) { .responsive.av-no-preview #top #wrap_all #ueber.av-medium-hide { display:none; } }Hope it helps.
Best regards,
NikkoOctober 30, 2019 at 1:41 pm in reply to: Shortpixel image optimiser plugin interferes with header #1152308Hey Sujohn,
Thanks for giving us admin access.
Try adding this css code in Quick CSS, located in Enfold > General Styling:#top .av_header_transparency.av_alternate_logo_active .logo a > picture > img { opacity: 0; filter: alpha(opacity=0); }Then enable the shortpixel plugin.
Best regards,
NikkoHey Yascha,
I tried to check the site you gave but it returns a HTTP ERROR 502, please check.
Best regards,
NikkoOctober 30, 2019 at 1:13 pm in reply to: Consent bar – change height, button size and outline, text color #1152291Hi Yascha,
Go to Enfold > Advanced Styling > (Select an element to customize) set to: Cookie Consent Link and Info Button, then click the Edit Element and set the font size.
Do this as well on Cookie Consent Dismiss Button.
Hope it helps.Best regards,
NikkoHey diefleischerei,
The image link you gave returns a 404 Error (page not found).
If you’re referring below the Search module, try adding this css code in Quick CSS located in Enfold > General Styling:.home #main .container_wrap_first .av-content-full { padding-bottom: 0; }Best regards,
NikkoOctober 30, 2019 at 8:50 am in reply to: How can i change woocommerce_gallery_thumbnail size ratio aspect 100×100 #1152239Hi miciba,
Please create a separate thread, and do the same as what I suggested above.
The reason we need it to be in a separate thread is because the private content is visible not only to the moderators but the thread creator as well.Best regards,
NikkoHi famarinu,
I apologize for my mistake in previous code I gave, this code:
.family [data-fake-id="#toggle-id-2"]should be:
.family [data-fake-id="#toggle-id-2"]:beforeI have fixed it in your Quick CSS.
Let us know if you need further assistance.Best regards,
NikkoHi Havi,
I’m not sure if this will be added in the next release since the error isn’t appearing on our ends and we can’t find a way to reproduce the issue.
If we can atleast reproduce this issue then we can post it as a bug.
As for Avia font icons, I was able to see it in Widgets and it’s showing properly on my end (screenshot in private content).
I don’t have a mac device but I was able to check it with ipad and safari browser and it’s showing properly.Best regards,
Nikko -
AuthorPosts
