Forum Replies Created

Viewing 30 posts - 26,071 through 26,100 (of 34,339 total)
  • Author
    Posts
  • in reply to: Custom CSS not working #978220

    Hey arnacampbell,
    I believe what happen was during your move to Enfold you/we linked to some images on your old WP install, and you have now removed those files, so your links to them now won’t work.
    I have corrected them to point to your new files. I believe I found all of the bad links, but Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Aspect Ratio of Embedded YouTube Video #978217

    Hi,
    Thank you for sharing your solution, I’m sure this will be helpful.
    Unless there is anything else we can help with, shall we close this then?

    Best regards,
    Mike

    in reply to: Demo content failed to upload error message #978215

    Hi,
    Glad to hear, Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad to hear, unless there is anything else we can help with this topic, shall we close this then?

    Best regards,
    Mike

    Hi,
    Glad to hear you found a solution, unless there is anything else we can help with this topic, shall we close this then?

    Best regards,
    Mike

    in reply to: Scrolling text new color #977917

    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

    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: Image full width on ONE side of the content #977897

    Hi,
    Thank you for the login, I removed the column background-image and added a image element, and then adjusted the text size slightly for tablet so the image & text would be the same height and the buttons would line up side-by-side. I see you had a minimum height of 500px for the color section, I was not sure if you really wanted this for the tablet view, but I thought 350px looked a little better.
    Please clear your browser cache and check. Please see screenshot in Private Content area.
    Here’s the css I used:

    @media only screen and (min-width: 768px) and (max-width: 900px) { 
    .white_text h1 {
    font-size: 40px !important;
    }
    .white_text p {
    font-size: 20px !important;
    line-height: 20px !important; 
    }
    .green_section .container {
    padding: 0 25px !important; 
    height: 350px !important; 
    }
    }

    Best regards,
    Mike

    in reply to: Removing the Separation Borders in the Header #977804

    Hi,
    This code is for the Edge & Firefox browsers:

    #top .avia-search-tooltip input[type=”text”]::-moz-placeholder {
    color: #000 !important;
    }
    #top .avia-search-tooltip input[type=”text”]:-ms-input-placeholder {
    color: #000 !important;
    }

    to hide the “view all results” please add:

    .ajax_search_entry.ajax_search_entry_view_all {
    display: none !important;
    }

    Did you want the background to be blue, or is this the code not working?
    What is the strange effect when you click into the placeholder region?

    Best regards,
    Mike

    in reply to: Demo content failed to upload error message #977781

    Hi,

    @matt_foundry

    Please open a new thread so we can assist, since this is not your thread you will not see anything we write in the Private Content area. Please include which webhost you are using.

    Please check that your webhost matches these minimum PHP setting:
    PHP Version: 5.6.x
    PHP Time Limit: No limit
    PHP Memory Limit: 256M
    PHP Post Max Size: 50M
    PHP Max Upload Size: 20M

    Best regards,
    Mike

    in reply to: Cannot customize theme/other issues #977777

    Hi,
    Sorry the SFTP access gave me a empty directory.
    Though the WordPress editor I checked your functions.php, header.php, & footer.php for added scripts that could cause a conflict, but found none. Do you recall adding any scripts?
    Please try disabling your plugins to see if that gives you access to your customizer.

    Best regards,
    Mike

    in reply to: HIDING BUTTONS ON MOBILE #977770

    Hi,
    Sorry I don’t think I understand, can you provide a mockup of what you would like to see?

    Best regards,
    Mike

    in reply to: Media Library URLs #977767

    Hi,
    Glad to help, we will close this now, but please open a new thread if we can be of more assistance.

    For your information, you can take a look at Enfold documentation here

    Best regards,
    Mike

    in reply to: Placeholder content #977763

    Hi,
    The text domain should have be correct, but perhaps it’s not working since it’s a placeholder.
    I tested this script and found it to be working, but I can’t add it to your child theme functions.php via the WordPress editor, please try adding it via ftp:

    function change_placeholder(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('#woocommerce-product-search-field-0.search-field').attr('placeholder','Anbieter suchen');  
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'change_placeholder');

    Best regards,
    Mike

    in reply to: Demo import failed #977755

    Hi,
    Thank you for sharing the info about your host, it helps in resolving these issues in the future.
    Glad we could help, Thank you for using Enfold.
    We will close this now.

    Best regards,
    Mike

    in reply to: Demo import failed #977473

    Hi,
    Are you using GoDaddy managed hosting or the regular GoDaddy hosting, I ask because I’ve seen this issue with the GoDaddy managed hosting. Also are you using the regular WordPress install from the cPanel or a special “secure” version?

    I was able to manually install the shop demo, Please clear your browser cache and check.
    The steps I took, was to install the demo on my localhost to download all of the demo images & css files, and upload them to your /wp-content/uploads/ folder
    Then I edited the demo import file “shop.xml” found at /wp-content/themes/enfold/includes/admin/demo_files/ to change the url of the import images from

    http://kriesi.at/themes/enfold-shop/files/
    to
    http://[your-domain].com/wp-content/uploads/

    then I used the WordPress > tools > import option to import the “shop.xml”
    then I needed to save your permalinks, choose the correct menu, and save your theme settings.

    Best regards,
    Mike

    Hi,
    We are happy to assist, did you try to disable your plugins? Did that resolve the issue? Can you explain any changes that had been made just before you noticed this error?

    Updating alone may not resolve this issue as it could be a conflict, but updating the WordPress core & the theme with the plugins disabled could rule out most of the possible errors

    To update, I recommend updating via ftp, by first renaming your enfold theme folder from “enfold” to “enfold-old” and then uploading your new theme folder as “enfold”, then login and check that your site runs well, if not, you can go back by renaming your new folder from “enfold” to “enfold-new” and rename “enfold-old” to “enfold”
    If you are unsure of the process, we can assist if you include your ftp login, and a dropbox link to your theme file, in the Private Content area.

    Best regards,
    Mike

    in reply to: urgent #977401

    Hi,
    Please read this article: How to Clear your web browser’s cache, cookies, and history

    Best regards,
    Mike

    in reply to: Avia layout builder not displaying #977396

    Hi,
    Glad to help, we will leave this open to hear back from you.

    Best regards,
    Mike

    in reply to: Removing the Separation Borders in the Header #977394

    Hi,
    I believe this covers all of your requests, please add to your Quick CSS and clear your browser cache, and check:

    .avia-search-tooltip #searchform>div {
        margin: 0px !important; 
    }
    #top .av_minimal_header #s {
        padding: 8px 47px 8px 5px !important; 
    }
    .header_color .avia-tt {
        background-color: #000 !important; 
    }
    #searchform #searchsubmit {
        color: #fff !important;
    }
    #searchform #searchsubmit:hover {
        color: #000 !important;
    }
    #top .avia-search-tooltip input[type="text"]::-webkit-input-placeholder {
      color: #000 !important;
    }
    #top .avia-search-tooltip input[type="text"]::-moz-placeholder {
      color: #000 !important;
    }
    #top .avia-search-tooltip input[type="text"]:-ms-input-placeholder {
      color: #000 !important;
    }
    .header_color .ajax_search_image {
        color: #fff !important; 
    }
    .header_color .ajax_search_excerpt,.header_color .ajax_search_title,.header_color .ajax_search_entry {
        color: #fff !important;
    }
    #top .avia-search-tooltip input[type="submit"].button.avia-font-entypo-fontello {
    pointer-events: none !important; 
    }

    2018-06-25_061658

    Best regards,
    Mike

    in reply to: Show image slider on mobile and hide video #977364

    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: anomolies with link settings on images #977361

    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: Table #977253

    Hi,
    Thanks for sharing your solution.
    Unless there is anything else we can help with on this, shall we close this then?

    Best regards,
    Mike

    in reply to: Removing the Separation Borders in the Header #977234

    Hi,
    I’m not sure, but sometimes a little css really helps a lot, so I’m glad we were able to help.
    Just let us know if we can help again.
    Unless there is anything else we can help with on this, shall we close this then?

    Best regards,
    Mike

    in reply to: 2 column mobile view with columns #977232

    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: Avia layout builder not displaying #977231

    Hi,
    Thank you.
    I renamed your enfold theme folder to “enfold-old” and uploaded the enfold v4.4.1
    everything seems to be working with no errors including the gallery.
    Please check.
    If this all works to your satisfaction then delete the “enfold-old” folder, if you want.

    This seems to point to that you can do the same on your live site as long as the server settings are the same, if I recall correctly you will need to update the PHP version on that server.

    Best regards,
    Mike

    in reply to: urgent #977225

    Hi,
    Please try clearing your web browser cache, or use incognito mode, maybe a different browser to test with?
    Please see video in Private Content area.

    Best regards,
    Mike

    in reply to: Show image slider on mobile and hide video #977224

    Hi,
    I took a look and found that you were not using the same plugin, so I found the same one and matched all of the settings and now it works on both sites.

    Best regards,
    Mike

    Hi,
    Glad to hear, we will leave this open to hear back from you.

    Best regards,
    Mike

    in reply to: urgent #977218

    Hi,
    Thank you, I was able to remove the word “Test” from them with no issue.
    I believe 17 might cause you issues because you have a link mixed in the shortcode, try editing in the text tab to correct:
    2018-06-24_153725
    What are you trying to make with the shortcode.

    Best regards,
    Mike

Viewing 30 posts - 26,071 through 26,100 (of 34,339 total)