Forum Replies Created

Viewing 30 posts - 23,821 through 23,850 (of 34,981 total)
  • Author
    Posts
  • in reply to: Download limit in Envato stopping me updating to 4.5.1 #1044096

    Hi,
    Thank you for the feedback, I believe that I understand your situation better now, even though you could download the theme file once to your computer, and manually update all of your sites then, this would be cumbersome.

    Perhaps updating all of your sites remotely would be easier, with a dashboard such as WP Remote which is free. But there are others that may even work better for your needs.

    What I found exciting is that you can config it to call a GitHub repository to update your theme instead of Envato, so you would not be limited when updating your 50 or more sites.
    You could download the update from Envato and upload it to your private GitHub, then login to your remote dashboard that will show all of your sites and click update once for all of them.

    Best regards,
    Mike

    in reply to: Enfold – Enable previous and next post navigation #1044090

    Hi,
    Thank you for the login, first I changed your category from “news-cat” to “news”, so the function I posted will work correctly. So now all of your posts in the category news has the page class “news-cat”
    Then I added this css to only show the arrows on posts in the category “news”

    #top:not(.news-cat) .avia-post-nav { display: none !important;  }

    I believe this is what you wanted, please see the examples in the Private Content area.

    But I’m a little confused by your last link above, that goes to the page “Φωτογραφίες” because it is not showing the “news” category.
    2018-12-11-201627
    Was this just a example for me to see, or was I suppose to do something with it?
    Thank you.

    Best regards,
    Mike

    in reply to: Contakt form: Autoresponder does not generate eMail #1043759

    Hi,
    Sorry for the late reply, I found the fix. You have to make sure the EMAIL Address –> says validate email address in the Contact Form, this will fix the autoresponder issue.
    I tested your form and it’s now working, please check.

    Best regards,
    Mike

    in reply to: Move top menu down #1043583

    Hi,
    I took a look at your sub-text and logo, and to have the sub-text next to the logo I tested this css:

    @media only screen and (max-width: 767px) {
    .responsive #top .logo {
        width: 25% !important; 
    }

    Please try the code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field
    Please see the screenshot in Private Content area.
    I also noticed that your menu is quite large and for tablets (768px) the menu items are stretching under the logo. I would recommend having the mobile menu show until 1030px with this css:

    @media only screen and (max-width: 1030px) and (min-width: 768px) {
      .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
        display: none !important; 
      }
    
      .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
          display: block !important; 
      }
    }

    Best regards,
    Mike

    in reply to: Iconos Personalizados #1043562

    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: Problems after update WordPress 5.0 #1043548

    Hi,
    Please include FTP access in the Private Content area so we can assist.

    Best regards,
    Mike

    in reply to: hide time in posts #1043547

    Hi,
    Thank you for the image, Try adding this code to the end of your functions.php file in Appearance > Editor:

    add_filter('avia_widget_time', 'change_avia_date_format', 10, 2);
    function change_avia_date_format($date, $function) {
      $output = get_option('date_format');
      return $output;
    }

    Best regards,
    Mike

    in reply to: Upgraded to WordPress 5.0 now Avia builder is gone #1043545

    Hi,
    Ok, Please open a new thread so we can assist, and include your admin login & ftp access in the Private Content area, but as this is not your thread your login info will not be private if posted here.

    Best regards,
    Mike

    in reply to: Download limit in Envato stopping me updating to 4.5.1 #1043543

    Hi,
    If I understand correctly, you are updating your sites through the backend of your sites and Envato has limited your account?
    Another solution would be to update your sites via FTP, 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.

    Or try using the Update Theme and Plugins from Zip File plugin that will allow you to manually update via the WordPress theme panel by uploading the enfold.zip file.
    *Please ensure your “PHP Max Upload Size” is at least 20mb, because Enfold is 17.9mb.

    Best regards,
    Mike

    in reply to: WordPress 5.0 and Enfold 4.5 #1043541

    Hi,
    Sorry about that, I missed that customer was not the one that opened the thread, I will pay closer attention going forward. Glad that I asked first.
    Your error seem to suggest that perhaps the correct permissions were not allowed in the creation of the token.
    But another possibly is that you are managing several licenses and tokens and that the Envato cookie is causing errors, please try using the incognito mode, or a private tab when performing the check. This has worked for others.

    Best regards,
    Mike

    in reply to: Can't remove default editor #1043538

    Hi,
    I took another look at your site, and noticed that in your child theme style.css you had a function that should only be in the functions.php, so I moved it:

    add_filter('avf_postslider_show_catergories', 'avf_postslider_show_catergories_mod', 10, 1);
    function avf_postslider_show_catergories_mod($category) {$category = 'show_business'; return $category;}

    But in order to save your style.css I had to correct 19 css errors first.
    Then I noticed that your child theme header.php was old and could cause so know issues with the lightbox function, and perhaps your current issue, so I updated it for you.
    Then I found that disabling your Popup Maker plugin solved the issue you were having, perhaps it was a combination of these that was the solution, but Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Upgraded to WordPress 5.0 now Avia builder is gone #1043534

    Hi,

    @wdrow81
    thanks for the kind feedback, as everything is working well I deleted the damaged theme folder for you.
    Unless there is anything else we can assist with on this issue, shall we close this then?


    @abyjrc2016
    your error sounds like one from updating the theme via ftp by trying to overwrite the theme folder instead of replacing it. 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.
    If this doesn’t help, Please open a new thread so we can assist, and include your admin login & ftp access in the Private Content area, but as this is not your thread your login info will not be private if posted here.

    Best regards,
    Mike

    Hi,
    Thank you Victoria, this file is in WP 5.
    So now it a matter of finding the conflict, it seems that our login is no longer valid.

    Best regards,
    Mike

    in reply to: Full-width tabs and no crop images #1043102

    Hi,
    I see that your tab sections are 25% wide now, so adding this css will center the tabs and make them bigger with bigger images:

    span.av-tab-arrow-container,span.av-tab-section-image {
    margin: auto !important; 
    }
    span.av-tab-section-image {
    background-size: cover !important; 
    width: 180px !important; 
    }

    Please see the screenshot in Private Content area.
    so that solves all but the “friends” one, to solve the image crop, please try uploading your images at 180px.

    Best regards,
    Mike

    Hi,
    The js error is coming from

    /wp-includes/js/dist/vendor/react-dom.min.js

    which is not a standard WordPress directory or file, I tried to disable your plugins but I got a WP Engine warning.
    I see you have some “must use” plugins from WP Engine, I wonder if the js is apart of one of those plugins?
    Please ask WP Engine if this js is from them and to try disabling it.
    If you need your site back ASAP, I believe that WP Engine offers free staging sites, which are copies of your site on temp servers to test with, you could roll your site back to WP 4.9 then create a staging site that is updated to WP 5 that we can continue to work on resolving this issue without it affecting your live site.
    *just a thought

    Best regards,
    Mike

    in reply to: Saving Enfold Contact Form to Database (Finally Solved!!) #1043085

    Hi,
    Thanks for the tip

    Best regards,
    Mike

    Hi,
    The dev team has confirmed that they are working on this, we will update this thread with the solution.
    Thanks for your patience.

    Best regards,
    Mike

    in reply to: Icons are shown as empty squares #1042835

    Hi,
    Thank you, so I understand that the install and all resources are in the same directory, and you are redirecting to a new url, and you tried adding some code to your .htaccess, such as this:

    Header Set Access-Control-Allow-Origin "*"

    did you try adding this to the .htaccess in both sub-domain directories?

    How to enable Cross-Site XMLHttpRequests (Cors) using .htaccess

    Best regards,
    Mike

    in reply to: Move top menu down #1042834

    Hey gatehealing,
    You could use some css like this:

    nav.main_menu {
    top: 40px !important; 
    }

    2018-12-09-160325
    But perhaps we could be of more assistance with a url to your project.
    This documentation explains how to put the subtext to the right of your logo.

    Best regards,
    Mike

    in reply to: Problem with the menu #1042831

    Hey Cinziacreazioni87,
    Please explain the term “voices/pages” a little more, with some translations “voices” means something else.
    Also explain what is different now than before, did you update something?
    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: Icons are shown as empty squares #1042829

    Hey Erwin,
    I see your issue CORS issue, as you wrote about, you also had a couple of 503 errors for jQuery & css on first load, but a second load didn’t show the 503 errors.
    It seems that the easiest solution would be to have these assets served from the sub-domain directly, like everything else, rather than calling a different sub-domain, but I’m not sure how you have your site set up.
    I see that the other sub-domain is redirected to the url you posted, was that a testing site?
    Perhaps searching your database for the sub-domain “technologie” and replacing with the sub-domain “denp” would correct this error, but I will know more when you explain the relationship of the two.

    Best regards,
    Mike

    in reply to: Floating menu not responding #1042820

    Hey dalboslampen,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #sub_menu1.av-submenu-container {
    z-index: 50 !important; 
    }

    Best regards,
    Mike

    in reply to: Increase parallax scroll span #1042819

    Hi,
    Try adding the code to the end of your functions.php file in Appearance > Editor
    of either your child theme or the main Enfold theme.

    Best regards,
    Mike

    in reply to: Cannot Update Theme, Numerous Errors? #1042816

    Hi,
    Glad Rikard could 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: Upgraded to WordPress 5.0 now Avia builder is gone #1042815

    Hi,
    Thank you, I updated your theme, and ensured that the theme settings and css was preserved, Please clear your browser cache and check.
    It seems that I didn’t need to use the backup copies of your theme settings or css, but I have them on hand should you find a error during your inspection.
    I left the damaged theme folder in the directory as a backup, once you are satisfied please let me know and I will delete. Please don’t activate it.

    Best regards,
    Mike

    Hi,
    Thank you – will do

    Best regards,
    Mike

    Hi,
    On one page they are 414px high while the other page they are 444px high.
    Sorry the equal height element is meant to make two columns the same height on one page, not match all of the columns on different pages.
    You should be able to achieve this by setting a max-height for the columns on the site. I recommend adding a custom class to the columns on all pages & write your max-height to match the smallest column set of all the pages:

    .custom_class {
    height: 414px !important;
    max-height: 414px !important; 
    }

    Please let us know if this helps.

    Best regards,
    Mike

    in reply to: Upgraded to WordPress 5.0 now Avia builder is gone #1042805

    Hi,
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    Hey mmr1234,
    Thanks for the login, I see you have many “mixed content” errors, where your site is https but it’s trying to load scripts from http
    Really Simple SSL should solve this.
    You also have JS errors:

    inspector.js - Uncaught TypeError: Cannot read property 'InspectorControls'
    react-dom.min.js - TypeError: Cannot read property 'decodeEntities'

    I believe these are scripts from some of your plugins, Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    Best regards,
    Mike

    in reply to: Demo theme images not showing on site #1042798

    Hey ex09053,
    Which demo do you wish to install & which webhost are you using?
    Some webhosts block the import of the images but there are some solutions, other times the issue is with the PHP time limit.
    A good place to start is to ensure your PHP setting are like these:
    PHP Version: 7.0.x
    PHP Time Limit: No limit
    PHP Memory Limit: 256M
    PHP Post Max Size: 50M
    PHP Max Upload Size: 20M

    Best regards,
    Mike

Viewing 30 posts - 23,821 through 23,850 (of 34,981 total)