Forum Replies Created

Viewing 30 posts - 27,331 through 27,360 (of 34,588 total)
  • Author
    Posts
  • in reply to: Enfold child theme add google analytics code #953284

    Hi,
    Typically we try to keep one question per thread so the threads don’t get so long, but go ahead and ask here :)

    Best regards,
    Mike

    in reply to: Seperator/whitespace size #953280

    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 the video tutorials 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: Description column in table not scrolling #953029

    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 the video tutorials 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: Seperator/whitespace size #953027

    Hi,
    Your not doing anything wrong, it’s just that the template adds some padding around elements by default, and this is one of those rare cases where you don’t want that. Unfortunately if you want to do the same again we will need to help with some code.
    I added the code to your Enfold Theme Options > General Styling > Quick CSS field
    and gave your separator 10px of height, please adjust to suit.

    Best regards,
    Mike

    in reply to: Menu issues #953022

    Hi,
    We would be happy to help, but you could try using this code again, most likely the “#av_section_1” will be a different number like “#av_section_6” using your browser’s inspector tool would show you the number.

    Best regards,
    Mike

    in reply to: Space between columns (ALB) #953021

    Hi,
    Sorry, I see now that I did miss that there is a flex_column_table above.
    Please try:

    #top.page-id-3719 .flex_column_table:nth-child(n+15) {
        width: 80%!important; 
        margin: auto!important; 
    }

    Best regards,
    Mike

    in reply to: Move date and author meta to under title #952981

    Hi,

    @VSG_DE
    Please include the url to the page in question so we can take a closer look. If you could add a screenshot of the issue, it would be helpful.

    Best regards,
    Mike

    in reply to: Menu issues #952980

    Hi,
    Thanks for making it red, it really helps :)
    Please try:

    #top.home #main #av_section_1.avia-section {
        min-height: 10px !important; 
        max-height: 10px !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Space between columns (ALB) #952975

    Hi,
    I looked at your page again, and I’m sure you only have one “flex_column_table” on the page, the “flex_column” below with the images are not affected.
    Please see screenshot in Private Content area.
    But if you only want to do one row within the flex_column_table, you will need to please give more info, preferably with a screenshot.
    We can work on the second issue within this thread, once the code fix for the first is in place.
    Thanks for your patience and understanding.

    Best regards,
    Mike

    in reply to: Import Demo Fails for Enfold 2017 #952970

    Hi,

    @id8872

    Ok, I can understand that.
    So to do it yourself, install WordPress & Enfold on a localhost, & then install the demo you wish.
    Then upload all of the files in /wp-content/uploads/ from your localhost via FTP to your live site, then push your database from your localhost to your live site using this plugin.
    Read the plugin site on how to use it.

    One other option is to install the demo on a localhost, FTP the files, and use this plugin to save your database, and then use it in PHPmyAdmin to replace your live site database. Mostly the same steps, only the first plugin is easier.

    I have found that installing the demo on a localhost works 100% of the time, and using the plugin to push the database work about 95% of the time, of the sites that the user could not install the demo themselves.

    I found that some managed WP hosts, have made many changes to permissions, firewalls, & security scripts so that the demo install either throws a false positive or permissions are not allowed or the process times out, such as “Godaddy Managed WP”
    Some hosts, such as Strato webhost, refuse to assist in debugging the issue. Although using these steps above have worked on Strato 100% of the time so far.

    I firmly believe that the issue is with the webhost not allowing the demo import, a localhost import works 100% of the time… with the correct minimum settings.

    PHP Version: 5.6.x
    PHP Time Limit:	No limit
    PHP Memory Limit: 256M
    PHP Post Max Size: 50M
    PHP Max Upload Size: 20M
     

    Please try this for yourself, I hope this helps, as always are happy to assist.

    Best regards,
    Mike

    in reply to: Import Demo Fails for Enfold 2017 #952958

    Hi,

    @farangsamui

    Please open a new thread so we can assist, we will want communicate in the Private Content area, such as your URL & 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 & FTP login info and the demo you would like installed.
    Please note that you will lose all content, setting, users, etc. You will be given a new admin login based on the login details you give.

    Best regards,
    Mike

    in reply to: CSS Styling Question for Social Icons in Header #952480

    Hey rankbrite,
    To change the social icon colors, Try this code in the General Styling > Quick CSS field:

    #top #wrap_all .av-social-link-twitter a,#top #wrap_all .av-social-link-instagram a,#top #wrap_all .av-social-link-facebook a,#top #wrap_all .social_bookmarks a {
        background-color: #1B1E2F;
        color: #8dd733 !important; 
    }

    Best regards,
    Mike

    Hey br50com,
    WordPress creates many different image sizes when you upload a image and chooses the appropriate file to show depending on screen size the device viewing the site, and the element showing the image. This is normal and intended. Although you can change these sizes using a plugin such as Simple Image Sizes or writing some code, but both of these options are meant for advanced users, most users will find the built in sizes are the best option.
    I hope this helps explain it.

    Best regards,
    Mike

    in reply to: Enfold – Responsive Multi-Purpose Theme #952471

    Hi,
    You to add your own choice of icon fonts from fontello.com in to the theme at Enfold Theme Options > Import/Export > Iconfont Manager
    Please read more here

    Best regards,
    Mike

    Hey woveon,
    The footer widgets you were seeing are the defaults when there are no widgets in the footer, I added 3 blank widgets and it removed the defaults, please replace the blank widgets with your own. The footer background color was set to white via Enfold Theme Options > General Styling > Footer
    I changed it to the darker color as shown in the demo, “#35383C” Please adjust to suit.

    Best regards,
    Mike

    Hey Kathleen,
    Thank you for the FTP login & password, but can you please include the ftp address.
    Also include admin login, so we can investigate by temporary disabling the theme.

    Best regards,
    Mike

    in reply to: Full width text inside of a color section #952457

    Hey rmatus,
    Do you mean the blue strip “She’s the same person”
    Try this code in the General Styling > Quick CSS field:

    #top.home #av_section_1 .container {padding: 0px !important; margin: 0px !important; width: 100% !important; max-width: 1900px !important; }

    max-width: 1900px works for my screen, but feel free to adjust to suit.

    Best regards,
    Mike

    in reply to: I never had problems this bad. #952453

    Hi,
    The WordPress search function is pretty simple / limited, have you considered trying a more advanced search plugin?

    Best regards,
    Mike

    in reply to: Change tab image size #952452

    Hi,
    Unfortunately, that’s not possible at the moment. Please request for the feature here.
    One workaround is to hide the tab section on mobile and then replace it with a different element (ex. tabs or accordion) using the same content. Use the elements’ Screen Options to show or hide per screen size.

    Best regards,
    Mike

    in reply to: Logo URL area doesn't match image #952451

    Hi,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Import Demo Fails for Enfold 2017 #952450

    Hi,
    Is this because you have begun adding content?

    Best regards,
    Mike

    in reply to: Need help in website #952449

    Hi,
    I’m not sure I understand correctly, if you want to use the 2/3 column for the tabs element, then please try adding the element to a 2/3 column. The css code above wouldn’t change. Sorry I must be missing something?
    Before we start a new request lets solve the tab section first, thank you.

    Best regards,
    Mike

    in reply to: Some Images Not Loading after Update to 4.3 #952446

    Hi,
    I see that you have a web socket error:

    WebSocket connection to blob:https://public-api.wordpress.com/02dd9a78-a971-4551-9cb1-803b66a2f59a:164 WebSocket connection to 'wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data' failed: Error during WebSocket handshake: Unexpected response code: 403

    My research points to a JetPack error where the solution is:

    If you use the Jetpack plugin on your site, go to this page and deactivate the Notifications feature:
    https://yoursite.com/wp-admin/admin.php?page=jetpack_modules

    I know you said you tried disabling all plugins, but perhaps this worth a try.
    Another thought is your host caching at the server level, perhaps with varnish or something else?

    Best regards,
    Mike

    in reply to: Import Demo Fails for Enfold 2017 #952445

    Hi,

    @id8872
    If you include the admin login & FTP login in the Private Content area I can try a manual install of the 2017 Demo.
    Please note that you will lose all content, setting, users, etc. After the install I will naturally add your user as admin.

    Best regards,
    Mike

    in reply to: Removing date from the frontpage/blog #952443

    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 the video tutorials 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: Pinterest "Pin it" button and share button issue #952441

    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 the video tutorials 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: Make 1/2 column set to full width #952439

    Hi,
    Glad Rikard could help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Cannot logout of support site #952436

    Hi,
    Seems that user id is not valid. Do you login at “kriesi.at/support” ?

    Best regards,
    Mike

    in reply to: Google Maps Platform #952434

    Hi,
    Glad we could help, Thank you for using Enfold.

    Best regards,
    Mike

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

    Hi,

    @otavioef
    Glad we could help, Thank you for using Enfold.
    @FionaH did this also work for you?

    Best regards,
    Mike

Viewing 30 posts - 27,331 through 27,360 (of 34,588 total)