Forum Replies Created

Viewing 30 posts - 29,131 through 29,160 (of 34,339 total)
  • Author
    Posts
  • in reply to: Adding custom script to header using child theme #905980

    Hey Monique,
    Try adding this code to the end of your child theme functions.php file in Appearance > Editor:

    function add_custom_code(){
    ?>
    <script>
    window.CMS = true;
    </script>
    <?php
    }
    add_action('wp_head', 'add_custom_code');

    Best regards,
    Mike

    Hey joostdam,
    I have not seen this, nor did I find it on the LayerSlider support site, I will ask the rest of the team to try to test and reproduce. Thank you.

    Best regards,
    Mike

    in reply to: Animated Numbers text not centered #905975

    Hey ggagnon,
    Try this code in the General Styling > Quick CSS field:

    
    @media only screen and (min-width: 989px) { 
    .avia-animated-number.avia-builder-el-13 .heading.avia-animated-number-title {
    left: -11% !important; 
    }
    }

    adjust to suit.

    Best regards,
    Mike

    in reply to: Avia Builder Layout Icons – Admin #905967

    Hey niallbyrne,
    Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    Best regards,
    Mike

    in reply to: Center contact form button and make it responsive #905963

    Hi,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (min-width: 767px) {
    p.form_element.form_element_third {
        margin-left: 33% !important; 
    }
    }

    Best regards,
    Mike

    in reply to: Layerslider shortcode displayed instead of beeing displayed #905959

    Hi,
    I see one in the footer, please see screenshot in the Private Content area.
    Were is the second one to show?

    Best regards,
    Mike

    in reply to: Can't Import Enfold 2017 Demo #905958

    Hi,
    Here is the All-in-One WP Migration files for the 2017 Demo in the Private Content area.
    They are in a zip file that you will need to extract, one is the import, the other is the login info for after the import. Note that you will lose your current settings and content. Install this plugin: all-in-one-wp-migration
    Read this All-in-One WP Migration tutorial

    Best regards,
    Mike

    Hey Thomas,
    For a uniform special heading please try this code in the General Styling > Quick CSS field:

    .av-special-heading-tag {text-transform: uppercase!important; }

    adjust to suit between lowercase, uppercase, or none.

    Best regards,
    Mike

    in reply to: How can I make fixed width design? #905950

    Hey gh03083,
    Correction, please try Enfold Theme Options > General Layout > Boxed Layout
    and this code in the General Styling > Quick CSS field:

    .boxed#top {width: 1380px !important; max-width: 1380px !important; }

    Best regards,
    Mike

    in reply to: Masonry portfolio font size #905946

    Hi,
    Sorry I don’t see another masonry on the homepage. Can you take a screenshot of it?

    Best regards,
    Mike

    in reply to: Complete easy slider #905935

    Hi,
    Sorry, guess I’m looking at the wrong element, because on screenfy it is also showing for me:
    2018-01-31_174752
    Is the slider in this screenshot and the previous one I posted correct?

    Best regards,
    Mike

    in reply to: How to change top menu font color? #905928

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad Ismael was able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Font is broken with no EN letters #905914

    Hi,
    Arial & Verdana fonts are installed by defalt, please go to: Enfold Theme Options > General Styling > Fonts & choose where you want to use these fonts.
    2018-01-31_172845

    Best regards,
    Mike

    in reply to: Masonry portfolio font size #905612

    Hi,
    In your custom css, it looks like your code is this:

    @media only screen and (max-width: 1130px) {
    .av-masonry-entry .av-masonry-entry-title {
        font-size: 9px!important; 
    }
    }

    Please try changing to:

    
    @media only screen and (min-width: 766px) and (max-width: 1130px) {
    .av-masonry-entry .av-masonry-entry-title {
        font-size: 9px!important; 
    }
    }

    Please note that you are adding “and (min-width: 766px)” to your code, so it will stay the same for tablets and allow the default font size show for mobile.

    Best regards,
    Mike

    in reply to: Easy Slider in A Column! #905604

    Hi,
    Glad to hear, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    Hey Bvff,
    The pages will stay the same but your settings will be overwritten. What you can do is export your settings in Dashboard > Enfold > Import/Export and then import them again after doing the demo import.
    A lot of posts, images, pages, and other content will be imported as well so it might be a chore deleting everything you do not need so please keep that in mind.

    If you want to change demos because you like the layout of the home page, we can post the shortcode to the page and you could create the page using Enable Avia Layout Builder Debug.

    Best regards,
    Mike

    in reply to: How to make changes to an icon list element #905570

    Hi,
    Please check that custom classes are enabled by going to Enfold Theme Options > Layout Builder > Show element options for developers
    2018-01-31_072455
    Then go to your element to edit, in your case a 1/2 column, and add your class.
    2018-01-31_072727

    Best regards,
    Mike

    in reply to: Complete easy slider #905566

    Hey carmen,
    I believe that your slider is showing, Please see screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Enfold isn't working #905551

    Hi,
    We will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    Hey isarcolor,
    Ich glaube, Sie sagen, dass Sie das Speicherlimit in der functions.php-Datei angepasst haben, die nicht der richtige Ort ist. Diese Anpassungen werden normalerweise in der .htaccess-Datei auf Ihrem Server vorgenommen, aber jeder Server unterscheidet sich ein wenig. Ihr Webhost kann dabei helfen.
    Vielleicht hat das den Fehler verursacht? Nachdem dies korrigiert wurde, versuche bitte, dein WordPress mit dem Plugin WP Reset, das oben auf der Demo-Importseite verlinkt ist, zurückzusetzen und versuche dann, das 2017 Demo erneut zu importieren.

    I believe you are saying that you have adjusted the memory limit in the functions.php file, which is not the correct place. These adjustments are typically done in the .htaccess file on your server, but each server is a little different. Your webhost can assist with this.
    Perhaps this caused the error? After this is corrected please try resetting your WordPress with the plugin WP Reset, which is linked at the top of the demo import page, and then try importing the 2017 Demo again.

    Best regards,
    Mike

    Hi,
    Sorry, no disrespect was meant, certainly a misunderstanding. I have forwarded.

    Best regards,
    Mike

    in reply to: (Newer) way to change IconBox title to H2? #905540

    Hi,
    Glad we could help. Thanks for your patience and Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Problem mit dem Enfold-Child Theme. #905538

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Enfold isn't working #905537

    Hi,
    Thanks for sharing your solution, shall we close this then?

    Best regards,
    Mike

    in reply to: uploading theme #905536

    Hi,
    Ok we have installed the demo and the child theme as requested. Please login and check.

    Best regards,
    Mike

    in reply to: (Newer) way to change IconBox title to H2? #905360

    Hi,
    OK, I was able to fix your child theme css, I had to clear the site cache and my browser cache a few times, so please try clearing your browser cache a few times too. I then added the custom files and functions.php code. Then I re-saved your home page icon-box & icon-list elements so they would work correctly. Please check the home page. Also check your other pages for icon-box or icon-list elements, if the title looks like code then open them in the editor and re-save, then save the page.

    Best regards,
    Mike

    in reply to: uploading theme #905338

    Hi,
    Sorry I was unable to import the demo, I will ask the team to take a look. Thanks for you patience.

    Best regards,
    Mike

    in reply to: uploading theme #905299

    Hi,
    Sorry for the late reply, I have been trying to do the full install a few times now and have been running into issues where the install stalls. I have been researching this and sorry I didn’t communicate this to you. I’m about to try this again, and will let you know the outcome.

    Best regards,
    Mike

    in reply to: (Newer) way to change IconBox title to H2? #905295

    Hi,
    Sorry for the late reply, I found that sometimes the enfold.css from wp-content/uploads/dynamic-avia is not loaded correctly to enfold_child.css
    2018-01-30_202330
    Please access via ftp and copy file content of enfold.css to enfold_child.css
    If you provide ftp access in Private Content area I will do this for you.

    Best regards,
    Mike

Viewing 30 posts - 29,131 through 29,160 (of 34,339 total)