Forum Replies Created

Viewing 30 posts - 28,171 through 28,200 (of 34,598 total)
  • Author
    Posts
  • in reply to: Yoast and Enfold #933978

    Hi,
    I took a look at your settings and homepage, and found that editing the yoast snippet box below your advanced layout builder I was able to enter your description. Please see screenshot in Private Content area.
    I then tested with Analyse Metadata and found it is working.
    Please review the description and add some keywords.
    I’m not sure if this is a issue or the way yoast works now, I’m not a yoast expert. But I do see a warning on the yoast plugin main page about a conflict with another plugin, please check and possibly try disabling other plugins to test.
    I guess what is important is that it is working now.

    Best regards,
    Mike

    in reply to: Media images not importing with Posts #933977

    Hi,
    Thanks for the good write up Guenni007

    Best regards,
    Mike

    Hi,
    Thanks for the feedback, 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: Grid layout #933974

    Hi,
    Do you mean that when you click a box it is a link?
    Try this solution
    Or if is some action on hover, please describe a little more, but linking, (going to a new page or element) can only be done by clicking.

    Best regards,
    Mike

    in reply to: Captcha not Catching #933668

    Hi,
    Yes I did see that it is not listed on WP plugins, but I linked to their new page :)
    But I also don’t know if it even works. I understand what you mean about the requests, but I feel that may change soon as we have added another dev. Right now though the team is going though and cleaning up the code base and bug fixing for the next release.
    Thanks for your patience and for using Enfold.

    Best regards,
    Mike

    in reply to: Header top bar hide on mobile #933662

    Hey tokenofhon,
    For a transparent header on mobile, Try this code in the General Styling > Quick CSS field:

     @media only screen and (max-width: 767px) { 
    #top #wrap_all .av_header_transparency, 
    .av_header_transparency #advanced_menu_toggle {
      background: transparent!important;
      position: absolute!important;
    }}

    it seems to work, but I don’t see your social icons in mobile.
    To shift your logo up a little away from your burger menu, please try:

    @media only screen and (max-width: 767px) {
    .responsive .logo a {
        vertical-align: top!important; 
    }}

    I believe the white spaces you are referring to are above and below the “shop our range” so I added a custom class “mws” to work with this code:

    @media only screen and (max-width: 767px) {
    .mws {display:none !important;
    }}

    Since I had your site open I added all of these codes for you in Enfold Theme Options > General Styling > Quick CSS field, feel free to change or remove if you wish.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Captcha not Catching #933631

    Hi,
    I had not seen that one, the reference to WP-Spamshield looks interesting as it doesn’t use a visible Captcha & is aimed at the whole site instead of one form.

    Best regards,
    Mike

    in reply to: Captcha not Catching #933377

    Hey MichaelAlbany,
    Do you mean that you saw this post: Google recaptcha for contact form?
    At the moment I’ve not seen and notes about further work on this. Sorry I wish I had a better solution for you.

    Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Mike

    in reply to: Uploading Demo-Shop #933349

    Hey Saiselgi,
    Kann ich fragen, wer ist Ihr Webhost?
    Wir können Ihnen beim Importieren der Shop-Demo behilflich sein, aber stellen Sie bitte einen Administrator-Login und einen FTP-Zugang im privaten Inhaltsbereich zur Verfügung.

    —translate—

    Can I ask who is your webhost?
    We can assist with importing the Shop Demo, but please provide a admin login and ftp access in the private content area.

    Best regards,
    Mike

    in reply to: Icons have disappeared #933339

    Hey wcs2,
    You have this error:

    Access to Font at ‘https://[your-site]/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=3’ from origin ‘http://[your-site]’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://[your-site]’ is therefore not allowed access.

    If you change “http” in your link to “https” you will see your icons show.
    To solve you could try a plugin to force your site to always show as “https”
    I recommended Really Simple SSL

    Best regards,
    Mike

    Hi,
    Please try:

    .av-hotspot-container .av-image-hotspot_inner,.av-hotspot-container .av-image-hotspot-pulse {
        background: #002d44 !important; 
    }

    Best regards,
    Mike

    in reply to: Yoast and Enfold #933322

    Hi,
    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: Burger Menu Missing #933319

    Hi,

    @ccpwebteam
    & @cmgnaomi
    Please check and remove any css fixes for the old version burger menu, this may be causing a conflict.

    If this doesn’t work please open a new thread so we can assist, we will want communicate in the Private Content area, with login info, but as this is not your thread you will not see what we write, nor will your info be private. Thanks for your patience and understanding.

    Best regards,
    Mike

    in reply to: Burger Menu Missing #933316

    Hi,

    @JeeBar
    you had some conflicting css in your child theme stylesheet, probably for the older version burger menu brake, I commented it out.

    @media screen and (max-width: 990px) {
    	nav.main_menu {
    		display: none !important;
    	}
    	#advanced_menu_toggle {
    		display: block !important;
    	}
    	#advanced_menu_hide {
    		display: block !important;
    	}
    }

    In testing, I noticed that your menu item “company” has quite a long description filling the menu, removing this has been a issue for others, so I went to WordPress > Menus > Screen Options > Description and checked the box so you can see the description field in the menu items to edit.
    Please clear any cache plugin and your browser cache and check your burger menu.

    Best regards,
    Mike

    in reply to: Grid layout #933310

    Hi,
    To remove the padding from the first section, please try:

    #top.home #sec1 .container .content {padding: 0px !important;}

    Please adjust to suit.
    I also imagine you would like to reduce or remove the padding from the second section:

    #top.home #sec2 .container .content {padding: 20px !important;}

    Please adjust to suit.

    Best regards,
    Mike

    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
    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: Notice display on publishing #933291

    Hi,
    Please see Private Content area.

    Best regards,
    Mike

    in reply to: last update Versione: 4.2.6 – URGENT #933282

    Hi,

    @dirkvisser

    Please open a new thread so we can assist, we will want communicate in the Private Content area, but as this is not your thread you will not see what we write, nor will your info be private. Thanks for your patience and understanding.

    Best regards,
    Mike

    in reply to: Grid layout #932997

    Hi,
    That is odd, I’m going to have to look into this more. For now I worked around it by adding ID’s to the top two color sections and this css to WordPress > Customize > Additional CSS to manage the width between the columns:

    #top #sec1 .av-flex-placeholder {
        width: 5px!important;
    max-width: 5px !important;  
    }
    #top #sec2 .av-flex-placeholder {
        width: 10px!important;
    max-width: 10px !important;  
    }
    

    Best regards,
    Mike

    in reply to: Notice display on publishing #932966

    Hi,
    Thank you for the ftp login, but please include a admin login to the site to view the error as I try to fix it.

    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
    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: Fatal error after update to 4.2.6 #932959

    Hi,
    That seems to have solved it, you only have one error now, regrading a image 404 on your homepage. It looks like it would be under “latest cd release” next to “a good cook” please try going to that element and re-choosing the image from the available ones.
    Please see Private Content area for the missing url.

    Best regards,
    Mike

    in reply to: last update Versione: 4.2.6 – URGENT #932957

    Hi,

    @dirkvisser
    thanks for that, I recall the issue now, this was due to allowing a new hook in the code for woocommerce, and we have a temporary fix but is didn’t work as first expected, so while the dev team corrects the code we recommend down grading until the next update.

    Best regards,
    Mike

    in reply to: Updating problem 500 error #932944

    Hi,
    Thank you for the login details, but they don’t give us admin access in order to debug this issue, please update access.

    Best regards,
    Mike

    in reply to: Add slogan and social next to logo #932941

    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: Lightbox not working? #932765

    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: Color changes for the template are not working #932764

    Hi,
    Sorry we didn’t get the login password, please post in the Private Content area box below the main text box.

    Best regards,
    Mike

    in reply to: Fatal error after update to 4.2.6 #932760

    Hi,
    I didn’t see the error on your site, but I did see this error:
    2018-03-25_202647
    Please try disabling minifying plugins and CDN usage temporary, I have seen this as a cause of errors often recently.

    I also noticed that your site doesn’t seem to have /wp-content/uploads/dynamic_avia/ loading avia-merged-styles css & js
    Did you update via ftp or though the admin panel?
    If you updated via FTP please try renaming the theme folder /enfold/ to /enfold-old/ and upload the new enfold theme again to /enfold/ and save the theme options again to create the avia-merged-styles stylesheet and js.
    If this solves you can then delete the /enfold-old/ folder.

    Best regards,
    Mike

    in reply to: Failed to load plugin url: ls-admin-tinymce.js #932753

    Hi,
    Please read: How to Fix File and Folder Permissions Error in WordPress

    It looks as though your css in /wp-content/uploads/dynamic_avia/ is not loading, did you update via ftp or though the admin panel?
    If you updated via FTP please try renaming the theme folder /enfold/ to /enfold-old/ and upload the new enfold theme again to /enfold/ and save the theme options again to create the avia-merged-styles stylesheet and js.
    If this solves you can then delete the /enfold-old/ folder.

    Best regards,
    Mike

    in reply to: Sticky header transparent background on scroll #932748

    Hey nokostudio,
    I took a look and it seems that you have already found the solution as your header is now transparent on scroll. Is there anything else we can assist with on this issue, or shall we close this then?

    Best regards,
    Mike

Viewing 30 posts - 28,171 through 28,200 (of 34,598 total)