Forum Replies Created

Viewing 30 posts - 24,241 through 24,270 (of 34,610 total)
  • Author
    Posts
  • in reply to: enfold lagging #1026977

    Hi,
    Oh sorry. Can you please include a admin login in the private content area so we can take a closer look.
    Also please explain what steps we should take to see this error, such as: create a new test page with the advanced layout builder and publish.
    If I understand correctly, you tried disabling your plugins, can we also try this?
    Does your webhost error log show any errors when this happens?

    Best regards,
    Mike

    in reply to: WP Crowdfunding plugin conflict #1026976

    Hi,
    Since I didn’t click save last time I decided to give it another try, and this time save and check the page on the front end. But I was able to add a image to the top & bottom editing sections. Please see the screenshot in Private Content area.
    I then looked at the page with Chrome Dev Tools, and the only warning I got was that TinyMCE had deprecated.

    Deprecated TinyMCE API call: <target>.onNodeChange.add(..)
    wp-tinymce.php?c=1&ver=4800-20180716:11

    But I did notice the backend sidebar seemed to be shaking a little.
    I also tried adding a image to the homepage, and then tested adding images to the product page again with Edge & Firefox. All worked fine.
    Sorry I can’t explain why it’s not working for you, and I can’t think for another way to reproduce the error.
    Please try again in Chrome and when you get the error press the F12 key, I assume your on Windows, and see what errors are listed in the console, and take a screenshot. Here is an example.
    2018-10-26-213926

    Best regards,
    Mike

    in reply to: Accessibility – Skip Navigation #1026786

    Hi,
    #cezarneaga I thought you might find the plugin helpful,
    It says:

    Enable skip links with WebKit support by adding JavaScript support to move keyboard focus.

    How about something like this, add the ID “main_content” to the first element of content, such as after your slider.
    Then try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_screen_reader_script(){
      ?>
      <script>
    jQuery(window).load(function(){
      jQuery( '<div><a href="#main_content" class="screen-reader-shortcut">Skip to main content</a></div>' ).insertBefore( '#top' );
      });
    </script>
      <?php
      }
      add_action('wp_footer', 'custom_screen_reader_script');

    and add this code in the General Styling > Quick CSS field:

     a:focus {
       color: white !important; 
       background-color: red !important; 
       text-decoration: none !important; 
     }
    

    The css will highlight each link as you tab though, and the injected link will be the second link on the page before the navigation menu. I was hoping to hide the link if it was not in keyboard focus with this css:

    :NOT(a.screen-reader-shortcut:focus) {
          visibility: hidden !important; 
     }

    but it doesn’t work, perhaps it’s not needed?

    Best regards,
    Mike

    in reply to: Update not WORKING! #1026770

    Hi,

    @elames
    thank you for the login, I took a look and found that your “PHP Max Upload Size” is 16mb which is too small, Enfold is 16.7mb, please ask you webhost to change it to 20mb, if you include your FTP access I will update it for you, if you wish.


    @johpg
    You will need to update manually, because your theme will not connect to Theme Forest correctly for the new token system, v4.5 will auto update next time.
    If you open a new thread and include your FTP access I will update it for you, if you wish. Or you can this:

    Here are the steps to update with the plugin
    *Please ensure your “PHP Max Upload Size” is at least 20mb, because Enfold is 16.7mb.
    1: please install the plugin: Update Theme and Plugins from Zip File
    2018-10-20-104358
    2: then go to WordPress > Themes > Add New > Upload
    2018-10-20-104649 2018-10-20-105401
    3: after the install, click “Return to Themes page” (NOT Activate)
    2018-10-20-105705
    4: success:
    2018-10-20-110104

    Please note that if you update via FTP, you will need to remove the old theme folder “enfold” first (via FTP) then upload the new “enfold” folder at /wp-content/themes/enfold/
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    Best regards,
    Mike

    in reply to: Update Enfold Theme #1026756

    Hi,
    @erikstorm_no typically the “installable” theme files download from your Theme Forest account may have the version number listed when you bought the theme, but if you download it, it turns out to be the latest version. To check open the “style.css” file, the third line from the top has the version number.
    2018-10-26-060508

    @elames The way the plugin works is by allowing you to upload a theme though the theme “Install New” function of a theme that is already installed. WordPress won’t let you do this normally. If you use the plugin and install the same theme again it will delete the current one. As long as your upload_max_filesize is larger than Enfold, which is 16.7mb, and your webhost has ZipArchive Extension enabled to extract zip files, which it should.
    This is a very easy 3 steps, that is most likely easier than FTP for most clients.

    Please note that if you update via FTP, you will need to remove the old theme folder “enfold” first (via FTP) then upload the new “enfold” folder at /wp-content/themes/enfold/
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    After this update, going forward, you will be able to use the built-in updater, as the v4.5 corrects the Theme Forest API/Token change.

    If you are having issues, please open a new thread, and include your admin login & ftp access in the Private Content area, so we can assist, but as this is not your thread your login info will not be private here.

    Best regards,
    Mike

    in reply to: fatal error nach update von 4.4.1 auf 4.5 mittels FTP #1026736

    Hi,
    Very good, we look forward to hearing your results.

    Best regards,
    Mike

    in reply to: Update Enfold Theme #1026569

    Hey minogig,
    I recommend updating with this plugin, it is very easy. It will require that your PHP MAX UPLOAD is at lest 16.7mb, because that is the size of the Enfold theme.
    Here are the steps to update with the plugin to assist.
    1: please install the plugin: Update Theme and Plugins from Zip File
    2018-10-20-104358
    2: then go to WordPress > Themes > Add New > Upload
    2018-10-20-104649 2018-10-20-105401
    3: after the install, click “Return to Themes page” (NOT Activate)
    2018-10-20-105705
    4: success:
    2018-10-20-110104

    Please let us know if you would like help with this.

    Best regards,
    Mike

    in reply to: fatal error nach update von 4.4.1 auf 4.5 mittels FTP #1026565

    Hey sieglindeB,
    Bitte fügen Sie einen Administrator-Login und einen FTP-Zugang im Bereich Privater Inhalt hinzu

    — Translated with Google —

    Please include a admin login & FTP access in the Private Content area

    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: Theme update error #1026554

    Hi,
    @rdswestnet
    After you update to v4.5 you should be able to update as normal, within the theme. You will need to have a minimum PHP of v5.6, but this has been a requirement for a while & I believe the godaddy managed WP plan has this.
    Here are the steps to update with the plugin to assist.
    1: please install the plugin: Update Theme and Plugins from Zip File
    2018-10-20-104358
    2: then go to WordPress > Themes > Add New > Upload
    2018-10-20-104649 2018-10-20-105401
    3: after the install, click “Return to Themes page” (NOT Activate)
    2018-10-20-105705
    4: success:
    2018-10-20-110104

    or if you start a new thread with your login info for WP & FTP, we can assist with your update.

    Best regards,
    Mike

    in reply to: WP Crowdfunding plugin conflict #1026546

    Hi,
    I took a look at your page and added a image with the media button, I didn’t save it , but you can see it in the the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Accordion/Collapsible content areas. #1026527

    Hey Simon,
    Here are a couple of articles for adding a toggle elements to your page, mostly you will wrap the content you want to hide in a DIV and then add the javascript to your page. Please look these over and let us know if you have any questions.

    https://www.w3schools.com/howto/howto_js_toggle_hide_show.asp

    https://www.w3schools.com/howto/howto_js_accordion.asp

    https://alligator.io/css/collapsible/

    Best regards,
    Mike

    Hey tonyplanet,
    I took a look at your page and see the 6 galleries in a grid format, but there are no thumbnails.
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: enfold lagging #1026508

    Hey jb84,
    Glad to see you found a solution, perhaps it is a browser extension or a social media script running in the background.

    Best regards,
    Mike

    in reply to: attempted to update theme to latest version then crashed #1026506

    Hey codecreative,
    I don’t see a error on your site so I assume this is from your error log, I see that you are using PHP Version: 5.5.38, and version 5.6 is the recommended minimum, please update to v7
    Also I assume that you updated via FTP, Please note that if you updated via FTP, it is very important that you had removed the old theme folder “enfold” first then uploaded the new “enfold” folder at /wp-content/themes/enfold/
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    If you had overwritten the theme folder, please try updating again and delete the old theme folder first.

    Best regards,
    Mike

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

    .avia-menu-fx {
        height: 4px !important; 
    }

    please adjust the number to suit, 2px is the standard.
    If this doesn’t help please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Accessibility – Skip Navigation #1026473

    Hi,
    I did some more research and found this plugin have you tried this?

    Best regards,
    Mike

    in reply to: problem update 4.5 failed #1026463

    Hi,
    That’s great news! Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Issues with gallery module #1026457

    Hi,
    Normally in PHP you would add the closing to the file
    ?>

    but in this case you don’t because this is a special file and other PHP files are loaded after it, I removed the closing for you.

    I’m glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Updating page is hanging #1026448

    Hi,
    There are a few different filters that you can apply to your images, here are some examples they can all be applied with the “:hover” rule.
    So for your stretched image with the coffee cup try this css:

    .flex_cell.avia-builder-el-6:hover { 
        -webkit-filter: brightness(.5);
        filter: brightness(.5);
    }
    

    Best regards,
    Mike

    in reply to: Vertically align text to icon list #1026428

    Hi,
    Very good, shall we close this then?

    Best regards,
    Mike

    in reply to: Mobile Posts display #1026427

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: sub navigation left position #1026424

    Hi,
    Glad to hear, shall we close this then?

    Best regards,
    Mike

    Hi,
    That’s great news! Thank you for sharing your solution, 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: Enfold 4.4.5 update crashing my websites #1026350

    Hi,
    Thanks for sharing, we will leave this open for now, please let us know when all of your updates are done, and we’ll close this then.

    Best regards,
    Mike

    in reply to: Avia Page Builder Not Loading #1026345

    Hi,
    I took a look and disabled the “Social Warfare” plugin which removed many of the errors, but when editing the page you still get this error:

    wp-admin/admin-ajax.php:1 Failed to load resource: the server responded with a status of 404 (Not Found)

    Please ask your host if the ModSecurity module is enabled, and try disabling it, I also see you are using PHP v7.2, try downgrading to PHP v7
    I checked your homepage with the debugger and found no issues, I also tested your homepage on my localhost with no issues. I also tried disabling your plugins, and that didn’t solve, as you said.

    Best regards,
    Mike

    in reply to: Mobile Posts display #1026191

    Hi,
    I took a look at your pages and found none of the worked, and you had these jQuery errors
    2018-10-24-225559
    I assume “Autoptimize” is enabled?

    I may have found a new solution, Please try this code in the General Styling > Quick CSS field or WordPress > Customize > Additional CSS and clear your browser cache. I tested this on four of your pages and for mobile width it reversed the columns so the images were on top:

    @media only screen and (max-width: 767px) { 
      .entry-content-wrapper {
      display: flex !important; 
      flex-wrap: wrap !important; 
      }
      .flex_column.first {
          order: 2 !important; 
      }
      .el_after_av_one_half {
          order: 1 !important; 
      }
      }

    Best regards,
    Mike

    in reply to: Updating page is hanging #1026190

    Hi,
    You could use the “pointer-events: none” css, for example, try this css on your site and try to hover the two coffee cups with the dark overlay on your site:

    .post-entry-431 {
      pointer-events: none !important;
      }

    Best regards,
    Mike

    in reply to: Change Image on Mouseover for product #1026189

    Hi,
    Well done, your images look good, here is a solution that might help:
    Better Image Preloading with CSS3
    in the article they talk about it being better than CSS Sprites, but you could try both.

    Best regards,
    Mike

    in reply to: problem with Update Enfold 4.5 #1026187

    Hi,
    Glad to hear that it helped,
    I have noticed that the PHP max upload for some servers are less than the 16.7mb that the enfold.zip is, such as 16mb.
    Please note that if you update via FTP, you will need to remove the old theme folder “enfold” first then upload the new “enfold” folder at /wp-content/themes/enfold/
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    Best regards,
    Mike

Viewing 30 posts - 24,241 through 24,270 (of 34,610 total)