Forum Replies Created

Viewing 30 posts - 27,121 through 27,150 (of 34,581 total)
  • Author
    Posts
  • Hi,
    Glad to hear! I’m not exactly sure what you mean about “narrowing the menu, but not the header” but I think you mean to make the menu text smaller:

    nav.main_menu span.avia-menu-text {
    font-size: 12px !important;
    }

    If this doesn’t help, please explain with screenshots. https://postimg.cc/ works good for screenshots

    Best regards,
    Mike

    in reply to: Layout Builder is inactive after update? #957870

    Hi,
    Thanks for the update, we are happy this worked out, and sorry for the interruption.
    If I might make a suggestion, some members have found that using the staging site option with their hosts allow them to test updates with themes & plugins.
    Most cPanel’s offer this:
    2018-04-29_082202
    Also if you find that you don’t want a client to update, there are functions that you can use as well as plugins
    Hope this helps, unless there is anything else with this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Slider not working after update to Enfold 4.3.1 #957866

    Hi,
    @summer_time thanks for the update, does this mean that the issue is resolved for you?

    Best regards,
    Mike

    in reply to: Slider not working after update to Enfold 4.3.1 #957865

    Hi,

    @Wiseguyver
    It seems your test slider is working, as well as your homepage slider & that you have updated Enfold to v4.3.2
    Is this resolved? If not Please open a new thread so we can assist, we will want communicate in the Private Content area, such as your admin login, but as this is not your thread your info will not be private. Thanks for your patience and understanding.
    In your new thread please provide admin login info and links to your layerslider. Please also point out how the layerslider is not working correctly, as they both seem to be the same right now.
    You can also link to the new thread here.

    Best regards,
    Mike

    in reply to: Slider not working after update to Enfold 4.3.1 #957861

    Hi,

    @jkdavis

    I see your homepage & store layersliders are not working, yet your test page slider seems to be working, I’ve read that you updated to v4.3.2 which has fixed the shortcode layerslider, in our tests. Please open a new thread so we can assist, we will want communicate in the Private Content area, such as your admin login, but as this is not your thread your info will not be private. Thanks for your patience and understanding.
    In your new thread please provide admin login info and the links to your layerslider pages, you can also link to your new thread here.

    Best regards,
    Mike

    in reply to: Email hover no longer works #957495

    Hey MartyMan,
    First I looked at your Quick CSS and found many fatal errors, which I corrected, there are still a couple of warnings you should look at, such as a incorrect font-weight. To see the errors, paste the code in WordPress > Customize > Additional CSS. In the Private Content area I have linked to a css file that has the before & after of the code should you want to see it.
    Next I see you have 3 google font errors (error 400 bad request) I see you have a google font plugin, but I’m not sure where the font is declared in it, or if your font is added somewhere else, please advise.

    Your mail icon code didn’t work because this code in your Quick CSS was blocking it:

    
    span.image-overlay-inside {
    display: none !important;
    }

    This is the correct code for the mail icon:

    .page-id-375 .image-overlay.overlay-type-extern .image-overlay-inside:before {
    font-family: 'entypo-fontello';
    content: '\e805' !important; 
    }

    I added it, please clear your browser cache and check.

    Best regards,
    Mike

    Hey draadeind,
    I logged into your site, and I believe the color scheme matched your settings, by looking at your footer color and socket.
    I saw no css in your Quick CSS, so I assume you removed it again.
    I see you have a caching plugin, and assume you have been clearing it.
    Please try to disable your caching plugin while you are developing, caching is great when the site is done, but it can be a nuance when developing. Also disable CSS & JS file merging and compression in Enfold at Enfold Theme Options > Performance > JS & CSS file merging and compression, for the same reason, as is stated above the options.
    Then clear your browser cache.
    If this doesn’t help, please describe a element color, or include a screenshot, of the old color scheme so we can be sure we are seeing the error and test.

    Best regards,
    Mike

    in reply to: Layout #957448

    Hi,
    I added the “hide-column” class to the empty column under the widget column, to remove the gap, Please see screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Color Section Background video broken after update #957444

    Hi,
    Did you update your version of the theme from an older version, or was this one downloaded from Theme Forest as the latest version?
    I’m just checking if there is a chance that a old file was left in the theme directory.
    I see the background video is not working in your color section, but on my localhost with v4.3.2 it is, so I believe there is something else at work here.
    I don’t see any errors in the console, and the video element does work correctly. I wonder if the dropin plugin from Godaddy is causing this error, or if there is something odd in your .htaccess file?
    Please copy your .htaccess file as a text file and post a dropbox link to it so we can see. Also please try deleting your theme folder and uploading a new copy from Theme Forest, just in case there was a error in the last upload.

    Best regards,
    Mike

    in reply to: Menu left separator line different in each page. #957281

    Hey Alexia R.,
    I added this css to your Quick CSS to correct the one page:

    .html_header_left #top.page-id-2159 #main.all_colors .main_color {
        border-left-style: solid !important; 
        border-left-width: 1px !important; 
    }

    Please let us know if there are other pages with is issue.
    I imagine there is a css conflict somewhere that is removing the border but I couldn’t investigate your WordPress > Customize > Additional CSS or your WordPress > Appearance > Editor > Enfold > Stylesheets, because these options were hidden from me.
    Hopefully it is the one page and this will satisfy as a solution.
    Please clear your cache and check.

    Best regards,
    Mike

    in reply to: Footer links not working on mobile #957278

    Hey mjdonald,
    I looked at your site with Android, an found your footer links to work fine for me.
    I was able to click to: Terms & Conditions, Warranty Info, and
    Credit Application.
    Which device are using?

    Best regards,
    Mike

    in reply to: Color Section Background video broken after update #957277

    Hey incaicomusic,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Link to Section not working #957276

    Hey rmavila,
    I believe this is because your link is the full url, please try changing it to “#photos”
    If this doesn’t help, Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: menu button style #957275

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

    #top #wrap_all .header_color li#menu-item-73 a {
        background-color: #d2232a !important;
        padding-right: 0px !important; 
    }
    #top #wrap_all .header_color #menu-item-73 .av-menu-button-colored > a .avia-menu-text {
        border-color: #d2232a !important; 
    }

    Best regards,
    Mike

    Hey Studio13SprayTanning,
    I took a look at your site on Android mobile and with Chrome dav tools, and couldn’t find the error.
    Please see screenshot in Private Content area.
    Have you tried clearing the device cache? Which device are you seeing this error on?

    Best regards,
    Mike

    in reply to: Link to Theme Options #957270

    Hey SAdesignsUnltd,
    When I doesn’t go to that page, does it go to a 404 for the link? There was a link error corrected with the latest update, v4.3.2
    Have you tried this update?
    If this doesn’t help, Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Unfold large text on same page #957268

    Hey abkuijer,
    My first recommendation was to ask you read this: Everything You Need to Know About Hidden Text & SEO
    Then I re-read your question and believe that a solution would be to use a accordion element where you can have such content that is not “hidden” per say.

    Best regards,
    Mike

    Hi,
    Glad to hear, let us know how it works.

    Best regards,
    Mike

    in reply to: alignment issues on forum profile pages #957252

    Hi,
    Try:

    #bbp-user-wrapper #bbp-single-user-details {
    width: 100% !important;
    float:right !important;
    }
    #bbp-user-body {
    float:right !important;
    }

    Best regards,
    Mike

    in reply to: Move meta infos under title (blog site) #957004

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

    .html_modern-blog #top.page-template-default .post-entry .post-meta-infos {
    margin-top: 0px !important;
    padding: 0px !important;
     top: -22px !important; 
    }
    .html_modern-blog #top.page-template-default .entry-content-wrapper .big-preview.single-big {
        margin-top: 0px !important; 
        padding-bottom: 0px !important;
    }

    Best regards,
    Mike

    in reply to: Layout #957002

    Hey Lara,
    I found that you have a empty column on the first row to keep the others to the right, but that column starts the row below the widget. For a solution I added a custom class to the column “hide-column” and added this css to your Quick CSS:

    
    .hide-column {
    display:none !important;
    }
    

    please see the link and screenshots in the Private Content area, try to add the class on your other pages.

    Best regards,
    Mike

    in reply to: Image Element not showing up #956980

    Hi,
    I found this code in your custom css twice hiding the first image:

    @media only screen and (min-width: 1023px) {
    .post-entry-1108 .avia-builder-el-3 {
        display: none;
    }
    }

    I then had to flush your cache & CDN a few times, it’s now showing. Please clear your browser cache a few times and check.

    Best regards,
    Mike

    in reply to: Make Header Opaque (but keep active menu indicator) #956963

    Hi,
    Please add:

    .header_color .avia-menu-fx .avia-arrow {
        background-color: #498ad8 !important; 
        color: #ffffff;
        border-color: #498ad8 !important; 
    }

    Best regards,
    Mike

    in reply to: Not finding Enfold easy at all #956957

    Hi,
    For your header, I believe we are talking about the slider, I also think that changing the settings would achieve what you want. Do you want the image to end at the bottom of the screen, “the fold”? I tested changing the setting to 1500×430 and it seemed to work well, Please see screenshot in Private Content area. You could also try 1500×630, it is now at 1500×1500.
    If this doesn’t help, please explain what you would like to see as we could assist with some css.

    The gray text on your homepage is due to the “Main Content font color” at Enfold Theme Options > General Styling > Main Content:
    2018-05-15_063832
    in other places gray font can be due to “Alternate Content” color & “Main Content secondary” color.

    For your icons on your homepage, I added a ID to the color section “mid-body” and this css to your Quick CSS:

    @media only screen and (max-width: 767px) { 
    #mid-body .flex_column.av_one_third {
        margin-left: 0 !important; 
        width: 100%
    }
    }

    so they will be 100% wide on smaller screens, up to tablet. Please clear your browser cache and check.

    East Coast, before 8am, after 7pm, split shift.

    Best regards,
    Mike

    in reply to: Slider not working after update to Enfold 4.3.1 #956898

    Hi,
    We have just released v4.3.2, please update.
    Please note that if you update via FTP, you will need to remove the old theme folder first then upload the new enfold folder.
    Please don’t try to overwrite the theme folder, as this will leave old files behind.

    Best regards,
    Mike

    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
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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: Problem Setting Up my Blog Landing Page #956894

    Hi,
    The required settings are, in the Enfold Theme Options > Blog Layout > Blog Styling: “Default (Business)” & “Multi Author Blog (displays Gravatar of the article author beside the entry and feature images above)”
    Then in your Blog Posts element on your page, the Blog Style needs to be set to “Multi Author Blog (displays Gravatar of the article author beside the entry and feature images above)”
    I made these changes for you, please check.

    Best regards,
    Mike

    in reply to: Issues with importing theme demo – missing images #956784

    Hi,
    Now that is a good tip! Thanks for sharing!
    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
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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: adding background image to header/footer content area #956779

    Hi,
    I see you have a error that was corrected today with the latest update, v4.3.2
    Please update.
    Please note that if you update via FTP, you will need to remove the old theme folder first then upload the new enfold folder.
    Please don’t try to overwrite the theme folder, as this will leave old files behind.

    Best regards,
    Mike

    in reply to: Enfold Child doesn't work #956777

    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
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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 - 27,121 through 27,150 (of 34,581 total)