Forum Replies Created

Viewing 30 posts - 9,811 through 9,840 (of 25,536 total)
  • Author
    Posts
  • in reply to: Adding author to a static page #1210818

    Hi TT2495,

    Are you using Advanced Layout Builder on those static pages? if yes, then you’ll have to manually add it, as page builders like Advanced Layout Builder will only show what’s put inside it (except for header and footer).
    If you’re using default Editor then you can search for Post Type Switcher and that should help switch pages to posts.

    Best regards,
    Nikko

    in reply to: howto reduce the size of dynamic_avia folder? #1210783

    Hi bretzaustria,

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

    Best regards,
    Nikko

    in reply to: Portfolio Grid Category Issue #1210781

    Hi MCK,

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

    Best regards,
    Nikko

    in reply to: line on header #1210780

    Hey bobfurgo,

    Edit the Color Section, Go to Styling (tab) > Borders > Section Top Border Styling set to Display a simple 1px top border
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Error #1210778

    Hi Tomas,

    You’re still using Enfold 4.4.1, which might be causing the issue with WP 5.4.1.
    I would suggest that you backup your site first.
    This is optional but I would highly suggest creating a staging site first where you’ll do the theme update, basically it’s a clone of your site placed in your subdomain, here’s how you can do it: https://themeisle.com/blog/wordpress-staging-site/
    This way you can see if theme update will or won’t have any issue and you will not risk your site this way.
    If all goes well then you can safely update your live site.

    Best regards,
    Nikko

    in reply to: How to make the logo bigger? #1210776

    Hi Pernille,

    I have modified the URL in the Logo, so it shows larger now.
    The difference is in private content.
    In the latest version of Enfold you can select the size of the Logo to be uploaded, but older versions uses the cropped version (300px width).

    Best regards,
    Nikko

    in reply to: WMPL gives fatal error #1210773

    Hey Erik,

    Can we ask for the versions of the following on your site:
    1. PHP
    2. WordPress
    3. Enfold

    Best regards,
    Nikko

    in reply to: Edit Page overlay_colo #1210772

    Hi gaveni,

    I have posted screenshots in private content.
    I changed the background color to #5fa1e8 as seen in backend screenshot.

    Best regards,
    Nikko

    in reply to: CCS STROKE #1210769

    Hey kikosanchezestudio,

    Try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    #top .variations select {
        border-color: #dfdfdf;
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Hide Socket on Mobile #1210760

    Hey Lyndon,

    Please try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    @media only screen and (max-width:767px) {
      #socket {
        display: none;
      }
    }

    Best regards,
    Nikko

    in reply to: DUPLICATE TITLE #1210759

    Hey kikosanchezestudio,

    Please add this CSS code in Quick CSS, located in Enfold > General Styling:

    #top .wc-tab .yikes-custom-woo-tab-title {
        display: none;
    }

    Best regards,
    Nikko

    in reply to: Image share code breaking layout #1210746

    Hi ryanmeighan,

    No worries, we’re glad that we could help :)
    We’ll be closing this thread then.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: how to reset contact form default settings? #1210745

    Hi ryanmeighan,

    Thanks please try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    #top .main_color .gform_wrapper input[type="text"], 
    #top .main_color .gform_wrapper select {
        background-color: #f0f0f0;
        border-color: #e1e1e1;
        color: #919191;
        margin-bottom: 0;
    }

    Best regards,
    Nikko

    in reply to: Edit Page overlay_colo #1210739

    Hi gaveni,

    Thanks for giving us admin access.
    I was able to spot that code in your Contact page, and I modified the color in the Color Section’s Styling > Background Overlay > Overlay Color and it was successful, I have changed it back after.
    Just make the changes in the ALB Editor just below the Gutenberg Block Editor.

    Best regards,
    Nikko

    in reply to: update old version of EnfoldChild theme #1210736

    Hi panzero,

    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
      ( to 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: Eshop Woo Button Add to Cart Below Description #1210734

    Hi Angel,

    Thanks for understanding.
    Also thanks for using Enfold and have a great day :)

    Best regards,
    Nikko

    in reply to: View blog posts by category #1210732

    Hi,

    I see, is it used for a specific page (see link in private content)?

    Best regards,
    Nikko

    in reply to: Fullscreen slider #1210731

    Hi Cocoa,

    I don’t think we have that feature on Fullscreen Slider.
    I checked our demos and don’t find anything like that: https://kriesi.at/themes/enfold-2017/elements/fullscreen-slider/
    And also checked the backend option and could not find anything like that.
    Also it’s not possible with CSS, can you give us a link where that is shown using Enfold?
    If you adjust the opacity/transparency (whether using opacity or rgba) to something like 0.5 or below, should make the slider arrows blend in with the background which could give some impression of having a changing background color.

    Best regards,
    Nikko

    in reply to: Errors on page? #1210573

    Hi Yogabarnet2018,

    You’re currently using PHP version 7.4.5, can you try to switch to PHP version 7.3? and check if it resolves the issue.

    Best regards,
    Nikko

    in reply to: Fatal Errors – Cannot Access WP Admin #1210572

    Hi harveytool,

    Yes, I have checked in FTP and I could see lots of generated styles and scripts.
    I have added the solution Mike posted on this thread: https://kriesi.at/support/topic/dynamic_avia-making-way-too-many-calls/#post-1183708 in your child theme’s functions.php file.
    Try to re-save everything in Enfold Theme Options then you can remove other scripts and styles except those 2 files shown by Mike: https://postlmg.cc/z33L5Msm

    Best regards,
    Nikko

    in reply to: Fullscreen slider #1210555

    Hi cocoagroup,

    You can do add this CSS code for hover (just change the background color):

    #top .avia-fullscreen-slider .avia-slideshow-controls a:hover {
        background-color: blue;
    }

    Best regards,
    Nikko

    in reply to: IconBox Icon #1210552

    Hi Michael,

    Try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    #best-rated .av_one_half.first {
        text-align: center;
    }
    
    #best-rated .av_font_icon.avia-icon-pos-left {
        display: inline-block;
        float: none;
        margin-left: 4px;
        margin-right: 4px;
    }

    This code only works on that specific section and the first half of the 1/2 column.

    Best regards,
    Nikko

    in reply to: Error #1210550

    Hi kvindenskraft,

    Thanks for giving us admin access.
    Can you try to switch the PHP version to 7.3?

    Best regards,
    Nikko

    in reply to: View blog posts by category #1210546

    Hi Basti_DLK_23,

    Thanks for giving us admin access.
    The problem is coming from your child theme, specifically the filter in its functions.php.
    Is there some specific page where you used that code? maybe we can try to modify that.

    Best regards,
    Nikko

    in reply to: Insecure content #1210540

    Hi,

    Thanks for giving us admin access.
    The settings are good and the problem seems to be coming from a cached css file.
    If I go to Enfold > Performance, then disable CSS file merging and compression the mixed content is gone but after enabling it does show up.
    Clicking on Purge SG Cache doesn’t seem to work.
    Maybe putting your site in maintenance mode temporarily and switch to another theme and switching back to Enfold and turning off maintenance mode after may help remove some cached files.

    Best regards,
    Nikko

    in reply to: team member Social icons #1210530

    Hi Yossi,

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

    Best regards,
    Nikko

    in reply to: Adding HTML code to display on homepage #1210527

    Hi ESWEENEY113,

    Yes, that’s possible with it, but if it looks out of position, then just inform us here, and we’ll check on it and give you some CSS code that should help fix the position.

    Best regards,
    Nikko

    Hi David,

    Please provide the FTP password as well.

    Best regards,
    Nikko

    in reply to: Add second row to grid row element #1210525

    Hi CharlieTh,

    Yes, that’s correct, to have a new row, it basically means adding a new Grid Row.
    As for the background for the entire Grid Row I’m not really sure about the reason why it’s not added maybe because there’s already an option to add it in each column also preventing the theme from bloating, but I think adding a background for it can be added if there are people who needs that option.

    Best regards,
    Nikko

    in reply to: IconBox Icon #1210513

    Hi Michael,

    Just edit the star icon, go to Styling (tab) then set:
    Icon Style: Default Inline Style
    Icon Position: Align Left
    Do this to all those star icons and it should align horizontally.

    Best regards,
    Nikko

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