Forum Replies Created

Viewing 30 posts - 25,681 through 25,710 (of 34,550 total)
  • Author
    Posts
  • in reply to: CSS for No Border in Main Content Area? #990973

    Hi,
    Oh, I see. Please try this code in the General Styling > Quick CSS field:

    .container_wrap {
        border-top-style: none !important; 
        border-top-width: 0px !important; 
    }

    and for tables, please try:

    table {border: none !important; }
    table {border-collapse: collapse !important;}

    Best regards,
    Mike

    in reply to: Color Section Padding #990972

    Hey designyvr,
    To adjust the padding of a color section, please enable: Enfold Theme Options > Layout Builder > Show element options for developers
    then go to your color section and add a custom ID in the “For Developers: Section ID” box at the bottom of the element.
    then add your custom css for the padding in the General Styling > Quick CSS field, like this:

    #custom_id {
    padding: 20px 30px !important;
     }

    The first number is for top & bottom padding, and the second number is for left & right padding.
    We are happy to assist if you would like some help with some custom css to add padding.

    Best regards,
    Mike

    in reply to: Can I buy or download Endfold drop and drag plugin? #990970

    Hey Edgar,
    Sorry our advanced layout builder is built into the Enfold theme, and doesn’t install as a plugin or work with other themes.
    We do invite you to consider switching your theme to Enfold to enjoy our advanced layout builder.
    Thank you.

    Best regards,
    Mike

    in reply to: HTML-Attribut title (optional) #990969

    Hey frank,
    Wir können mit etwas CSS helfen, die Farbe eines Menüelements zu ändern.
    Bitte verlinken Sie auf das Menü und geben Sie an, welches Produkt und welche Farbe Sie möchten.
    Empfehlen Sie auch, wenn Sie eine Schwebefarbe wünschen.

    —————
    We can assist with some css to change the color of one menu item.
    Please link to the menu and advise which item and color you would like.
    Also advise if you wish for a on hover color.

    Best regards,
    Mike

    in reply to: Top Bar Padding #990965

    Hey Valinsy,
    Please try this code in the General Styling > Quick CSS field:

    .phone-info {
     padding-top: 10px !important;
    padding-bottom: 0px !important;
    }
    .social_bookmarks  {
     padding-top: 5px !important;
    padding-bottom: 0px !important;
    }

    Best regards,
    Mike

    in reply to: arrange icons in line #990963

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

    #av_section_11 .av_font_icon {
    display: inline-block !important;
    }
    #av_section_11 .post-entry-12 {
    text-align: center !important; 
    }

    Best regards,
    Mike

    Hey FerryK,
    I believe you are referring to the letter spacing, you can adjust it with css, like this example:
    h1 {letter-spacing: 1px !important;}
    with this you can use negative values also.

    Best regards,
    Mike

    in reply to: Flaticon #990959

    Hi,
    That is great news, it probably was just a caching issue, unless there is anything else we can assist with, shall we close this then?

    Best regards,
    Mike

    in reply to: Add js file and change footer.php in my child theme #990958

    Hi,
    Yes you can remove it as it will be loaded with the new function.

    Best regards,
    Mike

    in reply to: Menu, Transparent Bar #990957

    Hey ExquisiteRetail,
    To hide the header until the user scrolls down, I used the setting in the “layout” sidebar of the editor for “Header visibility and transparency”
    2018-07-28_130424
    To change the color of the header to gray, I added this code to your General Styling > Quick CSS field:

    .av_minimal_header #header_main, .av_minimal_header #header_meta {
        background-color: #D3D3D3 !important; 
    }

    To change the menu colors, please see the settings at: Enfold Theme Options > Advanced Styling > Main Menu

    For the text area across the slider, please provide an example of what text you want there. I believe you should be able to use the caption for the slider to show your text
    2018-07-28_133354
    and then we can add a overlay color to give it the same color as your example site.

    Best regards,
    Mike

    in reply to: Issues on mobile #990955

    Hey ExquisiteRetail,
    I assume that I’m going to the right site, please see Private Content area. Unfortunately I’m not able to login, please check.

    Best regards,
    Mike

    in reply to: Unable to submit feature request #990953

    Hey Grant O’Neill,
    Sorry about the confusion, we are currently upgrading the feature request system. I will point out that it needs a better notice. Please check back in a couple of weeks.

    Best regards,
    Mike

    in reply to: CSS for No Border in Main Content Area? #990951

    Hey Moondreamer21,
    I’ve taken a look at your homepage, articles page, and a post page, but I don’t see a white border. I must be looking in the wrong area. Please link to the right area for us. How wide is the border?

    Best regards,
    Mike

    in reply to: Portfolio Grid Classes #990945

    Hey atifaijaz123,
    You can add a custom class to the portfolio grid by going to Enfold Theme Options > Layout Builder > Show element options for developers and enable.
    Then the custom class option box will show.

    Best regards,
    Mike

    in reply to: Add js file and change footer.php in my child theme #990943

    Hey newki75,
    Please add your comerso.js file in a js folder in your child theme, then enqueue it by adding this script to your child theme functions.php:

     // Register and enqueue scripts
    function my_custom_scripts() {
        wp_enqueue_script(
            'comerso',
            get_stylesheet_directory_uri() . '/js/comerso.js',
            array( 'jquery' )
        );
    }
    
    add_action( 'wp_enqueue_scripts', 'my_custom_scripts' ); 

    it will then be loaded with your site in the footer.
    You can read more about it here: How to add Custom JS or PHP Script

    Best regards,
    Mike

    in reply to: Text and Image in Lightbox #990939

    Hey atifaijaz123,
    You could have text and image in a lightbox using this solution
    in this case you would create your lightbox popup inside of a code block element and open it with a link.
    but instead of using the portfolio grid, you could use the masonry gallery to create your grid/gallery on the page and then each image has the option to open a different link on click which you could link to the lightbox.
    2018-07-28_112022

    Best regards,
    Mike

    in reply to: Change for SCROLL TO TOP #990935

    Hey fattlco,
    Please try this code in the General Styling > Quick CSS field:

    #scroll-top-link {
         border-radius: 50% !important; 
    }
    #scroll-top-link[data-av_icon]:before {
         font-size: 30px !important;
    }

    Please adjust the font-size to suit.

    Best regards,
    Mike

    in reply to: Change heading style does not work (H1, H2 etc) #990933

    Hi,
    That’s great news! We will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    Hey websevent_1321,
    The wordpress default editor use tinymce, and on your site you are getting the error “Failed to load resource: the server responded with a status of 403 (Forbidden)” and “Uncaught ReferenceError: tinyMCE is not defined”
    Try disabling your plugins.
    I tried viewing some settings and received an error this I don’t have permission, if you are using a role editor or security plugin, or secured the admin folder with a .htaccess rule, this maybe the cause for the 403 error tinymce is giving.

    Best regards,
    Mike

    in reply to: Featured Image Thumbnail Size #990931

    Hey KelseyCurran,
    Please try using the Simple Image Sizes plugin, it will allow you to set custom sizes for each image type and turn off cropping right in the WordPress > Dashboard > Settings > Media > Media Settings panel. After saving your changes, please use the Thumbnail regeneration option at the bottom of the options panel.

    Best regards,
    Mike

    in reply to: Remove debugging code from page source – 2018 #990929

    Hey infoNewMultimedia,
    I took a look at your link, but the Debugging Info for Theme support is not in your page source, did you resolve this?
    Perhaps it was a caching issue?

    Best regards,
    Mike

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

    Best regards,
    Mike

    in reply to: Flaticon #990927

    Hi,
    Odd, I don’t experience this issue on your site, the old icons are not showing & the new ones do.
    Please see screenshots in Private Content area.
    Try clearing your browser cache, or login with incognito mode.

    Best regards,
    Mike

    in reply to: Custom text formatting for a specific page #990925

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Hover color of the font on the mobile menu #990924

    Hi,

    @Guenni007
    , thanks for the suggestion, his current menu items were already red in mobile and desktop, he just doesn’t have a homepage menu item.
    Nice use of “:not()”

    Best regards,
    Mike

    in reply to: Replace a H2 by H1 in a easy slider fullpage #990920

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: 2 columns row for mobile devices #990877

    Hey laptophobo,
    Please try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { 
    .responsive #top.page-id-3307 #wrap_all .flex_column.av_one_fourth {
    width: 48% !important; 
    margin-right: 2% !important; 
    }
    .responsive #top.page-id-3307 #wrap_all .flex_column_table_cell {
        float: left !important; 
    }
    }

    Best regards,
    Mike

    in reply to: Flaticon #990876

    Hey pixeet2016,
    If I understand your question correctly, you are asking why you can’t install all of the sets at the same time?
    I took a look at your icon sets, which are actually a font, and they all seem the same, except the “afs2r” set has more than the “my-icons-collection1” set.
    The “my-icons-collection” set has SVG images that can’t be used, so the font is the same as the “afs2r” set.

    I hope this explains it, I recommend picking the one with more icons and deleting the others.

    Best regards,
    Mike

    Hi,
    I believe I have solved this for mobile, please try clearing your mobile cache a couple of times and check.
    I disabled your Javascript file merging and compression under the performance settings, I believe this had a copy of the old script in it.

    Best regards,
    Mike

    in reply to: Design appears different in different browsers #990871

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 30 posts - 25,681 through 25,710 (of 34,550 total)