Forum Replies Created

Viewing 30 posts - 23,221 through 23,250 (of 34,655 total)
  • Author
    Posts
  • in reply to: How to use the Avia Layout Editor in New Enfold Version #1050479

    Hey GeoCreo,
    If you are using Enfold v4.0.5 with WordPress v5 then you may not see the ALB button.
    Please update Enfold to v4.5.2
    or your can downgrade WordPress to v4.9.9 with the WP Downgrade plugin.

    If you want you update Enfold, Theme Forest has changed their API for Token keys so you will need to update manually.
    There is a free plugin that will allow you to manually update via the WordPress Theme panel by uploading the enfold.zip file.
    Otherwise you can update via FTP, please remember, if you update manually you will need to delete the current enfold folder and then upload the new one. Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.
    My recommendation is to go to your Theme Forest account and download the updated Enfold v4.5.2 and manually update it, then going forward it will use the new Token keys. All users will need to generate a new token for updates. Please see this post
    Please let us know if you would like some help updating.

    Best regards,
    Mike

    Hey webWahine,
    For the logo on mobile, the max-height was set to 80px, since you can’t set max-height to auto, try 134px or what you choose:

    @media only screen and (max-width: 767px) {
    .responsive .logo img {
        max-height: 134px !important; 
    }
    }

    For the menu, try this css:

    #av-burger-menu-ul ul.sub-menu li {
    padding: 0px !important;
    margin: 0px !important;
    }

    Best regards,
    Mike

    in reply to: full width button not appearing #1050467

    Hey satucker,
    Thanks for the login, your issue is because in your theme options you have your “Blog” set to your “Blog” page.
    So the theme is showing your “Blog” instead of the page you created on “Blog” :)
    Sorry I’m not trying to be funny, please try going to your theme options and setting to “blog” to nothing of a different page and the check your link to “Blog” again, you will see the buttons :)

    Best regards,
    Mike

    in reply to: I can't update my theme and I can't edit my site! #1050466

    Hey laceym002,
    Please include a admin login & FTP access in the Private Content area so we can assist.

    Best regards,
    Mike

    in reply to: Image Captions #1050463

    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: Change background-image for mobile #1050459

    Hi,
    For your shop page header what are you trying to achieve? Because the box shadow code is not correct to cover the image as in the
    ourstory page.

    #av_product_description {
    box-shadow: inset 0 0 0 305px rgba(0,0,0,0.7) !important; 
    }

    For the menu items please check this custom css, it is causing the issue by making the top and bottom padding zero:

    .main_menu ul:first-child > li > a {
        padding: 0 15px !important;
    }

    Best regards,
    Mike

    in reply to: Different Header Background Image for some pages #1050454

    Hi,
    I took a look at the background image that you added to the header of the page, and it has the logo in the image, so we can’t remove it. Please try finding a new image to use without the logo in it.
    Please see the image in Private Content area.

    Best regards,
    Mike

    in reply to: Problem with the update with version 4.4.1. to 4.5.2 #1050448

    Hey Cora,
    Bitte geben Sie ein Admin-Login und einen FTP-Zugang in den Bereich für private Inhalte ein.

    Mit Google übersetzt / Translated with Google

    Best regards,
    Mike

    Hey ak-muc,
    I only found a couple of references to “_wp_link_placeholder”
    once with this theme
    once with this plugin and this plugin but all are old.

    I scanned WordPress and Enfold and found that it is coming from WordPress in:
    \wp-includes\js\wplink.js or \wp-includes\js\tinymce\plugins\wplink\plugin.js

    I checked your sites feeds but the link is not listed, so I’m not sure how it was created or from where, but I can’t recreate the error. If this is a new error in WordPress it could take awhile before it’s discovered.

    I recommend either adding it to you robots.txt as a disallow or add a redirect in your .htaccess to a page of your choice.

    Best regards,
    Mike

    in reply to: Logo area uncontrollable #1050442

    Hey Anton,
    It seems that you have this css causing the issue.

    .logo {max-width: inherit !important;padding-top: inherit !important;}

    If you want to set a max-width please use a number, “inherent” takes it’s size from the parent element.
    I assume that you are trying to have the same logo and header action as this page:
    https://www.newpointdeview.com/blog/sommaire/

    If you didn’t add that css, or if this doesn’t help, Please include a admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Hide, remove, disable Author Archive Page #1050439

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

      function remove_vcard_author(){
      ?>
      <script>
      (function($){
      $(document).ready(function(){
      $(".av-masonry-author").removeClass("vcard author");
      });
      })(jQuery);
      </script>
      <?php
      }
      add_action('wp_footer', 'remove_vcard_author');

    Best regards,
    Mike

    in reply to: Latest Enfold theme update not showing #1050436

    Hi,
    Glad to hear, 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: Update problem from 4.2.3 to 4.5.2 #1050435

    Hey paaploo,
    For your older v4.2.3, Theme Forest has changed their API for Token keys so you will need to update manually.
    There is a free plugin that will allow you to manually update via the WordPress Theme panel by uploading the enfold.zip file.
    Otherwise you can update via FTP, please remember, if you update manually you will need to delete the current enfold folder and then upload the new one. Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.
    My recommendation is to go to your Theme Forest account and download the updated Enfold v4.5.2 and manually update it, then going forward it will use the new Token keys. All users will need to generate a new token for updates. Please see this post
    Please let us know if you would like some help updating.

    Best regards,
    Mike

    in reply to: Image Captions #1050434

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

    .av-image-caption-overlay {
      bottom: -20px !important;
      font-size: 10px !important;
      height: auto !important;
      left: 50% !important;
      transform: translate(-50%) !important;
      width: 100% !important; 
      text-align: justify !important;
    }
    

    2019-01-05-170911

    Best regards,
    Mike

    in reply to: Menu Point Button Styled #1050429

    Hi,
    Glad Jordan 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: Pages link not showing up and the page editor never loads #1050428

    Hi,
    I have tested the plugin on my localhost with WordPress v5.0.2 & Enfold v4.5.2 and found no errors, I then checked your site and found you are using WordPress v4.3.1 & Enfold v2.4.2
    Please try updating your site and the plugin should work fine.

    Best regards,
    Mike

    in reply to: Send button different color in safari #1050425

    Hey KaJoHa,
    I have taken a look and found that this issue is due to your colors for the buttons are not in the correct format:
    2019-01-05-162046
    Please check your theme color options and correct to a hex color code.
    If you are still having trouble please include a admin login in the private content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Update Enfold 3.1.5 to 4.5.2 failed, fatal error #1050422

    Hey Tanguera108,
    I believe that this is due to your older WordPress core, try to update to version 5.0.2 first, then update Enfold to v4.5.2
    If you still experience problems Please include a admin login & FTP access in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

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

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header .main_menu {
        left: 90% !important; 
    }
    }

    Best regards,
    Mike

    in reply to: icon just before portfolio title #1050409

    Hey carmen,
    Yes you can with some css like this:

    .create:before{
        content: "";
        display: block;
        background: url('icon_image.jpg') no-repeat;
        width: 25px;
        height: 25px;
        float: left;
    }

    But in order to assist further, we will need to know the url to the page and if it’s the same icon for every title or just one, and the icon you wish to use.

    Best regards,
    Mike

    in reply to: Masonry 1px gaps problem #1050407

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

    .main_color a.av-masonry-entry {
    border: 1px solid #e1e1e1 !important; 
    }

    Best regards,
    Mike

    in reply to: Different Header Background Image for some pages #1050406

    Hey Jason,
    I took a look at your page and your css seems to be working well, Please see the screenshot in Private Content area.
    Perhaps you need to clear your browser cache to see it in your browser.

    Best regards,
    Mike

    in reply to: Add widget left and right to the Header #1050405

    Hi,
    Happy New Year to you too :)
    I adjusted your css to move the burger icon up to centered next to your logo when it’s in mobile view, but I noticed that this left the content of each page with a top padding of 50px, so it was down a little far.
    If you agree, then you could add this css to remove that padding from the mobile view:

    @media only screen and (max-width: 767px) { 
    main.template-page.content {
    padding-top: 0px !important;
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Woocommerce, Enfold and Restaurant-Theme #1050388

    Hey SDUS,
    Sorry for the late reply, I took a look at one of your products built with the advanced layout builder, (Pasta alla carbonara) and see that you have not added any of the product elements from the builder
    2019-01-05-123804
    If you use the advanced layout builder for your products you will need to use the elements to create your page, please see this article in our documentation.

    Best regards,
    Mike

    in reply to: Center social media icons #1050373

    Hi,
    Sorry for the late reply, I took a look at your page and took the liberty to create a clone of it to test with, please see:
    /center-icons-test/
    I changed the color section ID so that none of your other css would be applied to this page.

    I noticed that in your text block element after your icons shortcode you have your text-align: center; I believe that you meant to wrap your icons shortcode with this.
    I then added a code block with a style rule so it would only apply it to this one page:

    <style>
    .av_font_icon {
    display: inline-block !important;
    }
    </style>

    The icons are now centered in a horizontal line for all screen sizes, please check.
    The vertical alignment could be adjusted some if you like.

    Best regards,
    Mike

    in reply to: Unwanted White Space Below Fullscreen Slider #1050353

    Hi,
    That is odd, I was looking at the code in your screenshot:
    2019-01-05-100512
    Please try publishing your site to a temp server and include a admin login so we can be of more assistance.
    Here is a list of free WordPress hosting sites that you can setup a testing site quickly and easily.

    Best regards,
    Mike

    in reply to: Contact Us form CAPTCHA compromised #1050350

    Hi,

    @laptophobo
    thanks for the feedback, this is great news and I’m sure other users will find it very helpful.

    Best regards,
    Mike

    in reply to: layout Avia Architect does not exist !!!! #1050347

    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: disable date in mansory #1050345

    Hi,
    Adding the css to the style.css above is a good place and should work good, but I believe your css/js file merging is on in your performance settings, so your merged css needs to be re-built. Please try going to Enfold Theme Options > General Styling > Quick CSS field and add a blank space in the field, then save your theme settings by clicking the big blue button “Save all changes”, then clear or purge any cache plugin, then clear your browser cache.
    If this doesn’t help, please include a admin login in the private content area so we can be of more assistance.

    Best regards,
    Mike

    Hi,
    I have tested your page on Chrome, Firefox, Edge, IE11 on Windows, and Safari on Mac and the error doesn’t show for me:
    2019-01-05-083836
    I believe the issue is that in the source code of the page there is a non-braking space character:
    2019-01-05-085450
    and with some languages not using UTF-8 it can show as the foreign A: please this post
    But on your page you do have the:

    <meta charset="UTF-8">

    that would be the solution here.

    Are you adding the date and time manually in a text block element? Are you pasting it in or typing it?
    Try editing the text block element in “text mode and removing the code:
    2019-01-05-091423

    The only other thing I can think of is that has to do with your language settings on your computer,
    what browser are you using?
    what computer are you using? (Mac / Windows)
    what is the language of your system and browser?

    Best regards,
    Mike

Viewing 30 posts - 23,221 through 23,250 (of 34,655 total)