Forum Replies Created

Viewing 30 posts - 29,341 through 29,370 (of 34,566 total)
  • Author
    Posts
  • in reply to: font awsome #906597

    Hi,
    Guenni007 has a very good point, but if the article doesn’t help, please post your url so we can take a closer look.

    Best regards,
    Mike

    in reply to: Can I mak the hotspots transparent? #906594

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

    .custom-hotspot .av-image-hotspot-pulse {
        background: transparent!important; 
    }

    Best regards,
    Mike

    in reply to: Container class #906589

    Hey Dogmut,
    Please try using the developer tools, or right click on your page for the “inspect” option to see the page classess
    2018-02-01_211257

    Best regards,
    Mike

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

    #top.home #after_section_1 .template-page.content.av-content-full {
    padding-top: 0 !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Duplicate portfolio autosave entries #906584

    Hi,
    Good to hear, Thanks for using enfold.

    Best regards,
    Mike

    in reply to: Complete easy slider #906582

    Hi,
    While my screenshot was from Chrome, I investigated further and reloaded your page many times, and found that sometimes the error happened. To correct I cleared your cache and disabled “Autoptimize” and disabled the “Move scripts to the footer” & “Defer parsing of javascript files” in your Speed Booster plugin. Which has solved the issue, which I tested by reloading your page 10 times in Chrome with no issue.
    Please clear your browser cache by doing a “Hard Reload” a few times, and check.
    2018-02-01_203106

    Best regards,
    Mike

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

    Hi,
    Sorry the login seems to be not working, please check.
    Please see screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Pictures befor text on mobile #906561

    Hi,
    Another approach would be to have a duplicate section of the “WordPress CMS” text and image under the current one, and use the custom classes to hide one on mobile and the other on desktop. In the duplicate section reverse the image and text and use custom css like this to show one or the other on the correct device.

    @media only screen and (max-width: 767px) {
    .wp-text,.wp-picture {display: none !important;}
    }
    @media only screen and (min-width: 768px) { 
    .wp-text-2,.wp-picture-2 {display: none !important;}
    }

    This is where “wp-text-2 & wp-picture-2” are your new classes for the mobile view, and “wp-text & wp-picture” are your current classes for the desktop view. Also do not put a HR between the two.

    Best regards,
    Mike

    in reply to: Add telephone number to logo area #906560

    Hi,
    It looks like you adjusted “#custom_html-2.widget_text” & “#custom_html-3.widget_text” to
    “top: 30px !important;”
    please try “top: 55px !important;” instead

    Best regards,
    Mike

    in reply to: Animated Numbers text not centered #906418

    Hi,

    Glad we could help, we will close this now. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: errorcodes with regard to Enfold theme #906311

    Hi,
    Please see the new link in the Private Content area.

    Best regards,
    Mike

    in reply to: Einfold Bilder bis zum Rand #906306

    Hi,
    Froh, dass wir helfen konnten, schließen wir das jetzt. Danke für die Benutzung von Enfold.

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

    Best regards,
    Mike

    in reply to: Masonry portfolio font size #906302

    Hi,
    Thank you for that. I have changed your custom css so that it works different on the homepage masonry and the portfolio page masonry, this is what your code now looks like:

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

    Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Glad to help, please open a new thread if we can be of more assistance. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Add telephone number to logo area #906295

    Hi,
    Perhaps this will help, I created two header widget areas by adding this code to the end of my child theme functions.php file in Appearance > Editor:

    add_action( 'ava_main_header', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	dynamic_sidebar( 'header' );
    	dynamic_sidebar( 'header2' );
    }

    then in widgets I created the tow widgets, header & header2, I believe you tried this earlier. In the widgets I added the custom html elements.
    2018-02-01_072337
    These have the ID custom_html-2 & custom_html-3, your maybe different.
    Then I added this code in the General Styling > Quick CSS field:

    @media only screen and (min-width: 768px) { 
    #custom_html-2.widget_text {
        display: inline-block;
        left: 20%;
        padding: 0;
    top: 50px !important;
    }
    #custom_html-3.widget_text {
    display: inline-block;
        right: -70%;
        padding: 0;
    top: 50px !important;
    }
    .av_minimal_header #header_main .container {
        height: 50px!important; 
        line-height: 50px!important; 
    }
    }
    @media only screen and (max-width: 767px) { 
    #custom_html-2.widget_text,#custom_html-3.widget_text {
    display: none !important;}
    }

    It gave this result:
    2018-02-01_071236

    Best regards,
    Mike

    Hi,
    Thanks for that, we will wait while the team attempts to reproduce the issue.

    Best regards,
    Mike

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

    Hi,
    I see the one on the home page works, yet on many other pages it doesn’t. Have you tried disabling your plugins? Do you have any third party shortcodes on the other pages that is not on the homepage?
    Is your webhost using php v7?

    If these don’t help, 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 a admin user and post the login credentials in the “private data” field.
    Can we disable plugins for testing?

    Best regards,
    Mike

    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

Viewing 30 posts - 29,341 through 29,370 (of 34,566 total)