Viewing 30 results - 4,921 through 4,950 (of 244,011 total)
  • Author
    Search Results
  • #1470439

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    html {
      border-top: 8px solid red;
    }

    Best regards,
    Rikard

    #1470435
    whdsolutions
    Participant

    We are taking over a website and we need to buildit in WordPress using Enfold!
    The old site is in the private messages and is built in some wierd CMS.
    On that site there is a custom calculator (link in private messages) which I have all the code sent from the old developer as PHP files.
    How do we get this working in Enfold?

    #1470433

    In reply to: Underline

    Hey ibuzaev,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #main a:where(:not(.wp-element-button,.avia-button)) {
        text-decoration: underline;
    }

    Best regards,
    Mike

    #1470430
    heiddie
    Participant

    Hi,
    Enfold theme has been my most used theme for client websites. After the newest update for WordPress, I can’t create new pages using Advanced Layout builder. I saw some thread somewhere that the Layout builder is not working with the new Otter builder, and that you are trying to fix the bug. Is there some fix coming soon for this? I really need to update my own and my clients’ websites. Or do I need to change the theme for all my websites, if you don’t have fix for this? And if you do, please share with me how can I use Advanced Layout builder.

    #1470429

    In the Enfold Theme Options and the Extra Elements of the HEADER section, one of the options is:

    Header Phone Number/Extra Info
    Choose if you want to display an additional phone number or some extra info in your header
    I have selected “Display in the Top Bar at the left”
    I have left the phone number field blank.

    This creates a small colored bar above the logo/menu section.

    I don’t want any info in the bar, I just want the colored bar but I want it to be only 8 pixels tall.

    If there is another way to do that, I’d be open to knowing how.

    Thank you for any help you can give.

    #1470426

    Hi,

    Thanks for the update. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1470425

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1470421

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    p.mailchimp-newsletter span {
      color: #fff;
    }

    Best regards,
    Rikard

    #1470413

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1470411

    Hi,

    Thanks for that. Could you try updating the theme to the latest version (6.0.6) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/.

    Best regards,
    Rikard

    #1470403

    In reply to: 6 columns

    Classes such as av_one_third are just names. With these names, “Enfold” knows how to handle them, e.g. how to set the width.
    But nobody prevents you from treating them differently.
    So you can use 1/3 columns and use them with all the options within the Advanced Layout Builder element. And then, later on, re-declare the settings provided by Enfold.

    To address them better and not influence the others (e.g. 1/3 columns), a custom class would be useful. To use a container as flex container – it would be advisable to have only those elements inside that should be influenced.
    Short and concise – create a color-section (custom class- what you like : flex-six) with 6 1/3 containers inside – without equal-height option.
    the direct parent container to those columns is the entry-content-wrapper – so this has to be the flex container.

    see and get css-code : https://webers-testseite.de/six-column-flex-layout/

    PS : Please remember to define the parallax effects differently for the screen widths.
    Why 1/6 columns and smaller were not adopted by default, you can see from the example.

    #1470401

    Topic: Demoimport

    in forum Enfold
    fatfrog
    Participant

    When I try to import the demo, I get this error.

    Error accessing file for download: cURL error 28: Connection timeout after 1000

    Enfold Parallax Demo

    Construction Demo

    • This topic was modified 1 year, 3 months ago by fatfrog.

    Hi,

    Thank you for the update.

    Concerning the subject. On tiny the labels are displayed on 2 lines and the warning is half hidden under the textarea.

    We can’t find any posts with the comment section. Please provide a direct link.

    Another small thing, the comment form and the share buttons are both intended to be displayed at the end of one article but their titles do not have the same font size. H3 to Leave a comment and H5 to Share this post.

    Try to modify the enfold\comments.php file and look for this code around line 180:

    $default_heading = 'h3';
    		$args = array(
    					'heading'		=> $default_heading,
    					'extra_class'	=> ''
    				);
    

    Best regards,
    Ismael

    #1470391

    Hi,

    Thank you for the update.

    We are not really seeing the issue in the page. Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. This might help: https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Best regards,
    Ismael

    #1470390

    Hi,

    UPDATE: You can try applying a custom css class name to the element. Please check this link: https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Best regards,
    Ismael

    #1470378
    Thumphreys
    Participant

    Hello Enfold team,

    ***Issue 1***

    I’m having a hard time trying to apply some simple styling changes to a website I manage.

    Using Advanced Styling, I can’t…

    – Change <p> styling for all <p> tags. Whatever I change here does not apply to the website.
    – Change <body> styling for all <body> tags. Whatever I change here does not apply to the website.
    – Change text transform for <H2> tags. Whatever I change here does not apply to the website.

    For example, using Advanced Styling, I set:

    <p> – Change the styling for all <p> tags
    Font Size 21px
    Line Height 1.5em

    Yet all text blocks using paragraph text formatting on my site DO NOT use these settings. I’m having to set each text block text size manually to achieve the desired result, which is an annoying and time-consuming approach and workaround that isn’t a sustainable approach for managing the website.

    I’ve also set:

    H2 – Change the styling for your H2 Tag
    Text Transform: NONE

    And yet ALL my H2 tags across the site are still capitalised, which looks bad. I need these to be Normal case. I don’t know what’s going on. Advanced Styling seems to be all over the place and a complete mess on this site. Why? Even setting “All Headings (H1-H6) – Change the styling for all Heading tags” text transform to NONE or LOWERCASE doesn’t change anything.

    I really need some insight into what’s going on here; thank you.

    ***Issue 2***

    I would also like to know how to set the text transform for all avia-caption-title tags for my slideshow elements at once. Currently, I’m having to do Quick CSS like the below for each individual slideshow on the site – which seems like a poor solution:

    #top #wrap_all .avia-slideshow .av-slideshow-caption.av-lynrrnic-2807a30891cbcdbcb963567175d45a9b__0 .avia-caption-title {
    font-size: 80px;
    text-transform: none;
    }

    Thanks,
    Tom

    • This topic was modified 1 year, 3 months ago by Thumphreys.
    #1470377
    Ikyo
    Participant

    Hello to the support team

    I’m contacting you because I’m experiencing a strange behavior that I’ve never encountered before and that I can’t seem to solve:

    I can’t publish using the Enfold theme, and as I add elements, the article reverts to an earlier version, so I can’t get to a finalized page.

    I’ve tested my site with the following points:
    – I’ve completely disabled the caching system
    – I’ve disabled compression on the theme
    – deactivated all plugins
    – I used the Enfold theme rather than my child theme
    – called my hosting provider to find out if my database was locked (it’s not at all the case)

    > Nothing solves the problem

    The only thing that works, basically, is to switch to a theme like Twenty Twenty, then I manage to add content, but without the builder, it’s not very useful.

    Do you have any idea what’s going on and how I can solve the problem? Is it due to a theme update, as I’ve never had this problem before?

    Thank you very much.

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    Hey MysticMimi,

    Thanks for the login details. What happens if you temporarily deactivate all plugin? Also make sure to update the theme to the latest version: https://kriesi.at/documentation/enfold/theme-update/

    Best regards,
    Rikard

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    Hey maartenrobben,
    Please go to Enfold Theme Options > Transparency Options you might need to click the button to show the options:
    Enfold Support 6523

    Best regards,
    Mike

    #1470352

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    maartenrobben
    Participant

    Hi!
    I am trying to update the transparency logo at julebyen.no and cannot find it.
    I have googled my way to where it should be, I think: Main Meny – Enfold Child – Theme Options – Header.
    Then, there is supposed to be a tab for transparancy options, but it is not there, there are three tabs: Header Layout, Header Behavior, Extra Elements.
    No Transparancy options?
    What am I doing wrong here?

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1550px) {
      #menu-item-search {
        display: block !important;
      }
    }

    You can upload screenshots to an array of services and sites like Google Drive, Dropbox, Imgur, Snipboard etc. You can then link to the image in question here.

    Best regards,
    Rikard

    #1470331

    Topic: Mobile Responsiveness

    in forum Enfold
    xfarazx
    Participant

    The site is not responsive on mobile. The elements get garbled together when on mobile. Text and container elements over images. And I am using Enfold btw and it is for a client so need the answer urgently. Thank you.

    #1470322

    Thank you for the code. I have added this and see the images, but the odd thing is that they are all different sizes.
    See link here:

    https://galaxypress.com/category/horror/

    Any idea why these would be different sizes? They are all the same aspect ratio and when you see them on the main page they look fine as you can see here:

    Specifically, if you look at the one with the skeletons they look fine on the main page, but on the archive page the image size is different. When you scroll down on the archive page you will see others that are different sizes.

    As a note I looked on my other site using Enfold and found a similar problem with the image size is different here but okay on the main blog pages, see this link for an example:

    https://writersofthefuture.com/category/author-spotlight/

    • This reply was modified 1 year, 3 months ago by Jason.
    #1470318

    Hey Jaroslav ,

    Thank you for the inquiry.

    What is the current version of the theme? You may need to do the update manually via FTP. Please check the documentation below for more info.

    // https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    Best regards,
    Ismael

    #1470314

    In reply to: 6 columns

    Hey dsignoWerbung,

    Thank you for the inquiry.

    but enfold only allows 5 columns (5 x 1/5). What can I do?

    You may need to manually create this using custom html and css in a Text or Code block element.

    Example:

    
    <div class="av-column-container">
    <div class="av-column av-column-one-sixth">Column 1</div>
    <div class="av-column av-column-one-sixth">Column 2</div>
    <div class="av-column av-column-one-sixth">Column 3</div>
    <div class="av-column av-column-one-sixth">Column 4</div>
    <div class="av-column av-column-one-sixth">Column 5</div>
    <div class="av-column av-column-one-sixth">Column 6</div>
    </div>
    

    Then add this css code:

    .av-column-container {
        display: flex;
        flex-wrap: wrap;
        gap: 10px; 
    }
    
    .av-column-container .av-column-one-sixth {
        flex: 1 1 calc(100% / 6 - 10px); /
        background-color: #f0f0f0;
        padding: 20px;
        text-align: center;
        box-sizing: border-box;
    }
    
    @media (max-width: 768px) {
        .av-column-container .av-column-one-sixth {
            flex: 1 1 calc(50% - 10px); 
        }
    }
    
    @media (max-width: 480px) {
        .av-column-container .av-column-one-sixth {
            flex: 1 1 100%; 
        }
    }
    

    Best regards,
    Ismael

    Hi,

    there no way to just make the images full-size as they were before?

    Please switch back to the default enfold product gallery, then add this filter in the functions.php file to adjust the thumbnail size:

    add_filter('single_product_small_thumbnail_size', function($size) {
        $size = 'full';
        return $size;
    }, 10, 1);

    Best regards,
    Ismael

    #1470311

    Hi,

    Thank you for the update.

    The icons seem to be displaying correctly when we checked. Regarding the map, please make sure that the JavaScript API is activated in your Google project.

    // https://developers.google.com/maps/documentation/javascript/error-messages#api-not-activated-map-error

    Review the documentation below for more info.

    // https://kriesi.at/documentation/enfold/google-map/#how-to-register-a-google-maps-api-key

    Best regards,
    Ismael

Viewing 30 results - 4,921 through 4,950 (of 244,011 total)