Forum Replies Created

Viewing 30 posts - 12,811 through 12,840 (of 25,536 total)
  • Author
    Posts
  • in reply to: Author Archive Page Title #1085273

    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,
    Nikko

    in reply to: Blog Font Color Incorrect In Some Browsers #1085270

    Hi netdonkey,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    @cg, thanks for helping out. :)

    Best regards,
    Nikko

    Hi 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,
    Nikko

    in reply to: YouTube video as Color Section Background #1085268

    Hi 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,
    Nikko

    in reply to: grid border / container wrap #1085266

    Hi Christa,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Bullet point in grid row #1085264

    Hi Francesco,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Mobile issues #1085263

    Hey 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,
    Nikko

    in reply to: Shortcode for Demo Pages #1085261

    Hi 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-mode

    Best regards,
    Nikko

    Hey 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,
    Nikko

    in reply to: How to link to one tab from another in tab section? #1085259

    Hey 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,
    Nikko

    in reply to: Hide VAT on Woo archive for certain user roles #1085258

    Hey 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,
    Nikko

    in reply to: WordPress Edit Page/Area not Loading #1085257

    Hey therealcrazy8,

    We apologize for the delayed response.
    Can you provide the login link as well?

    Best regards,
    Nikko

    in reply to: Problems with wp retina 2x plugin #1085256

    Hi 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.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. 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 ).
    5. Click ” Submit “.
    6. 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

    in reply to: This element was disabled in your theme settings #1085255

    Hi 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,
    Nikko

    in reply to: Clicking textbox doesn't result in text #1085254

    Hi 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.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. 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 ).
    5. Click ” Submit “.
    6. 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

    in reply to: bbPress #1085252

    Hi 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,
    Nikko

    in reply to: Text Block Modal/Popup not working #1085251

    Hi 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,
    Nikko

    Hi kilimats,

    I apologize for that.
    The codeblock below Transparency inside the 1/2 column is causing the issue.

    Best regards,
    Nikko

    Hi 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,
    Nikko

    in reply to: Fatal error class-avia-gutenberg.php on line 31 #1085237

    Hi 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,
    Nikko

    in reply to: Section not taking full height #1085234

    Hi 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,
    Nikko

    Hi zmitzie,

    We’re glad to help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hi 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,
    Nikko

    in reply to: enfold setup #1085230

    Hi Pam,

    Sure, we’ll help with that as well.
    Here’s the link: https://el.wordpress.org/plugins/temporary-login-without-password/

    Best regards,
    Nikko

    in reply to: tranparent text over an image #1085228

    Hi hans,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Receiving http Error when trying to upload media #1085223

    Hi Tiffiny,

    Glad that we could help. :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: horizontal scroll bar on table #1085094

    Hi 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,
    Nikko

    in reply to: Grainy Portfolio Images #1085093

    Hey 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,
    Nikko

    in reply to: Receiving http Error when trying to upload media #1085091

    Hi 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,
    Nikko

    in reply to: Medical theme boxes margin on mobile #1085083

    Hey 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

Viewing 30 posts - 12,811 through 12,840 (of 25,536 total)