Forum Replies Created
-
AuthorPosts
-
Hey timkeeley,
I have checked it and it seems to be white now.
If you still have issues with it you can try this one:#top.archive.author #wrap_all #main .main-title.entry-title { color: white; }
Best regards,
NikkoHi netdonkey,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!@cg, thanks for helping out. :)
Best regards,
NikkoApril 1, 2019 at 6:03 am in reply to: Custom CSS needs to override General Styling for Separator colour #1085269Hi m s,
I think you have an extra ; just before the !important, try changing it to:
#top .lineblue { border: 1px solid #0f206c !important; }
Hope this helps.
Best regards,
NikkoHi m s,
Thanks for giving us admin access.
For some reason Load only used elements doesn’t work properly on your site in Enfold > Performance.
I changed this to Always load all elements.Best regards,
NikkoHi Christa,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Francesco,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey Nora,
1. Try adding this css code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:767px) { #top #header_meta .phone-info span { line-height: 1.5; } }
2. Yes, you can modify it in wp-content > themes > enfold > config-templatebuilder > avia-shortcodes > menu > menu.php (line 347):
$mobile_button = $mobile == "active" ? "<a href='#' class='mobile_menu_toggle' ".av_icon_string('mobile_menu')."><span class='av-current-placeholder'>".__('Menu', 'avia_framework')."</span></a>" : "";
Just replace the Menu text.
Best regards,
NikkoHi BowHj,
I think there are too many of those demos that you need.
Please import them and you’ll be able to get those shortcodes that you need as long as Avia Layout Debugger is enabled: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-modeBest regards,
NikkoApril 1, 2019 at 5:33 am in reply to: Change Caption Style and position for a specific Masonry #1085260Hey Nerohm,
The code you posted is global and affects all masonry.
Try using this instead:#top .classname .av-inner-masonry-content .av-masonry-entry-title { position: absolute; bottom: 25px; text-align: left; font-size: 30px!important; padding: 10px; color: white!important; } #top .classname .av-inner-masonry-content .av-masonry-entry-content { position: absolute; bottom: 7px; text-align: left; padding: 10px; font-size: 16px!important; color: #01d7a5!important; }
Just replace classname with the classname you set.
Best regards,
NikkoHey Lindsay,
We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid it’s out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented.
Best regards,
NikkoHey Max,
Yes, it will hide for everyone and I don’t think there’s some class or ids that are available for use to do that.
There’s only for logged in users and those that aren’t logged in.
Maybe you can use a child theme then do some tweaks to output roles in the body class.Best regards,
NikkoHey therealcrazy8,
We apologize for the delayed response.
Can you provide the login link as well?Best regards,
NikkoHi Smu88,
We apologize for the delayed response. Strange issues usually comes from caching and/or minification.
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,
NikkoHi Erin,
I’m not sure what triggered that.
In Enfold > Performance > Disabling of template builder elements, please set this to Always load all elements.
Hope this helps.Best regards,
NikkoHi EceSTaLI,
We apologize for the delayed response.
I have tested this on my local server and I don’t get the issue you’re having.
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,
NikkoHi Wansink,
Can you try adding this php code in functions.php:
add_filter('avf_builder_boxes', 'add_builder_to_posttype'); function add_builder_to_posttype($metabox) { foreach($metabox as &$meta) { if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout') { $meta['page'][] = 'forum'; $meta['page'][] = 'topic'; } } return $metabox; }
Best regards,
NikkoHi Rick,
Yes placing it in subdirectory should help since we would likely need to have the same server settings/setup.
Classic Editor isn’t needed anymore since in Enfold > Theme Options > Select Your Editor > Use WP Classic Editor already fixes the gutenberg issue.
I have tried also deactivating the plugins temporarily and it still doesn’t work, maybe the difference between your staging site and your live site will help us determine faster what’s causing the issue.Best regards,
NikkoApril 1, 2019 at 4:25 am in reply to: Shopping icon was hidden but now back after latest enfold update #1085249Hi kilimats,
I apologize for that.
The codeblock below Transparency inside the 1/2 column is causing the issue.Best regards,
NikkoApril 1, 2019 at 3:07 am in reply to: Shopping icon was hidden but now back after latest enfold update #1085238Hi kilimats,
I have added Vinay’s code and it worked properly.
As for the section you mentioned that doesn’t expand to fullwidth, can you give us a link where we can see this section?Best regards,
NikkoHi vinirocha,
Thanks for giving us admin access.
I tried to check on it further but it seems the core css files aren’t even fetched that’s causing the issue.
However Appearance > Theme Editor isn’t available to check further on this.
Please give us ftp access as well.Best regards,
NikkoHi bakbek,
I have checked your site again and the section is already taking the full height.
Have you already found out where it’s located? if not maybe it was just some caching issue.Best regards,
NikkoApril 1, 2019 at 1:44 am in reply to: Background color in mobile burger menu in header is messed up #1085233Hi zmitzie,
We’re glad to help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoApril 1, 2019 at 1:44 am in reply to: Footer: Benutzerdefiniertes Hintergrundbild verschwunden – URL falsch #1085232Hi hofpils,
Thanks for giving us admin access.
I was able to check it out and it was an issue with both caching and minification causing wrong url and preventing any change from the uploaded background image.
Let us know if you need further assistance related to this :)Best regards,
NikkoHi Pam,
Sure, we’ll help with that as well.
Here’s the link: https://el.wordpress.org/plugins/temporary-login-without-password/Best regards,
NikkoHi hans,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Tiffiny,
Glad that we could help. :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Laura,
We’re glad to hear that :)
We’ll just leave this open for now so you can comeback in this thread if you see any issues.Best regards,
NikkoHey cornerstonewealth,
Can you give us a link to your site? and also give us admin access to it.
Just post the credentials in private content.Best regards,
NikkoHi Tiffiny,
I have activated Enfold on your site then tried to upload an image and it works except for some very large images (most likely based on the image size).
I have repeated the same images and get same results, I tested the images that gets http error using twentynineteen and it does work properly.
I have added this code in your functions.php and now the images are uploaded without any issues:add_filter( 'wp_image_editors', 'change_graphic_lib' ); function change_graphic_lib($array) {return array( 'WP_Image_Editor_GD', 'WP_Image_Editor_Imagick' );}
Let us know if you experience the http error issue again.
Best regards,
NikkoHey soupman99,
Just add this css code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:1024px) { #top.home #av_section_1 .flex_column_table.av-equal-height-column-flextable { margin-top: 0 !important; } }
Best regards,
Nikko -
AuthorPosts