Forum Replies Created

Viewing 30 posts - 29,611 through 29,640 (of 34,859 total)
  • Author
    Posts
  • Hey Albert,
    Your PHP ZipArchive Extension is not enabled, please ask your webhost to enable and then try again.
    If this doesn’t help then we will try to install. Please also include FTP access in Private Content area, should we need to manually install.

    Best regards,
    Mike

    in reply to: Footer link menu spacing on mobile devices #907010

    Hi,
    Glad Nikko was able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Website squeezed after reloading and CSS not working #907008

    Hey tonydobrevski,
    Sorry this login doesn’t have admin access, so we can’t debug your css or settings.
    Have you tried deactivating your plugins or looking at your custom css for missing curly brackets?

    Best regards,
    Mike

    in reply to: Changing the color of mailchimp form #906998

    Hey troupdim,
    Sorry I don’t see a mailchimp form in your footer, is it on your homepage or another page?

    Best regards,
    Mike

    in reply to: Issues with updating Enfold from 4.1.2 to 4.2 #906996

    Hey marco,
    Please ensure that your webhost has php v7 installed.
    What is your url?

    Best regards,
    Mike

    in reply to: Hide on Mobile not working #906985

    Hi,
    The reason is:
    The hide on mobile option is set in the layout.css on line 4080 to “@media only screen and (max-width: 767px)”
    within the following group of rules, line 4105, contains “.responsive #top .av-hide-on-mobile {display:none !important;}”

    The solution is to modify layout.css or use a custom display:none.
    The reason is this already has the !important; in it so you would need to remove this line and any other lines with .av-hide-on-mobile to set to your own width, and then add the layout.css to your child theme.
    Hope this helps

    Best regards,
    Mike

    Hi,
    I added this code in the General Styling > Quick CSS field which will adjust for device sizes. Please clear your browser cache and check.

    @media only screen and (max-width: 500px) { 
    .responsive #top.home #av_section_1 {height: 230px !important; }
    .responsive #top.home .avia-builder-el-1 {margin-bottom: 80px !important; }
    }
    @media only screen and (min-width: 501px) and (max-width: 700px) { 
    .responsive #top.home #av_section_1 {height: 310px !important; }
    }
    @media only screen and (min-width: 767px) and (max-width: 800px) { 
    .responsive #top.home #av_section_1 {height: 460px !important; }
    }
    @media only screen and (min-width: 1023px) and (max-width: 1077px) { 
    .responsive #top.home #av_section_1 {height: 620px !important; }
    }

    Best regards,
    Mike

    in reply to: LayerSlider Overlay #906958

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Complete easy slider #906956

    Hi,
    Sorry, I tested by reloading your page 10 times in Chrome and found no issue.
    How often does this occur for you? Do you have any browser extensions or plugins installed?

    Best regards,
    Mike

    in reply to: Can I mak the hotspots transparent? #906952

    Hi,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    Hi,
    This error was due to a missing closing tag, we have added a new feature in v4.2.2 to solve this issue, the Enfold Shortcode Parser.
    It is hidden by default until you Enable Avia Layout Builder Debug which shows the shortcodes. It validates your code and has the option to correct.
    2018-02-02_111608
    I have activated this for you and used revisions to find the page you had before. The Parser found errors and I used the auto repair function to correct.
    Please try editing your page to the way you want it and save again with the Parser in auto repair mode.

    Best regards,
    Mike

    in reply to: Layerslider shortcode displayed instead of beeing displayed #906934

    Hi,
    Builtin LayerSlider shortcode does not work in widget areas. The reason it is working on your homepage is because you have a another slider on that page.
    For a solution to adding your partner images to your widget, try creating a animated gif with a free online resource such as this one: GIFMaker.me

    Source #530827
    Best regards,
    Mike

    Hi,
    I logged in but was given the warning that you are editing the page and was asked if I wanted to “take over”, please save your work and let us know if we can “take over”

    Best regards,
    Mike

    in reply to: Add telephone number to logo area #906907

    Hi,
    Please try this to remove the action on scroll:

    #header .logo a, #header .logo img {
        max-height: 88px !important;
        min-height: 88px;
    }
    
    #header.header-scrolled .logo img {
        margin-top: -44px;
    }
    

    Best regards,
    Mike

    in reply to: Page editor not working (empty white box) after update #906886

    Hi,
    I was able to log back in, for some reason I had to clear my cache with a hard reload a few times.
    Anyways, I was able to edit the About page and create a new page with different elements and publish successfully. I then moved it to the trash.
    You said that you were editing pages fine until one page, are you still experiencing a non-working advanced layout builder?
    Perhaps try a hard reload also, and also a different browser.

    Best regards,
    Mike

    in reply to: Few styling questions I am trying to solve #906866

    Hi,
    That maybe a good idea, thanks.
    Glad we were able to help, we will close this one now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Imports wrong Enfold demo #906631

    Hey dlambers,
    I have checked on my localhost and the Creative Studio imports correctly. I suggest using the wp reset plugin to clear your site and also disable any plugins. If this doesn’t help, 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: Uploading picture error #906627

    Hey bkelsey23,
    Please check that your File and Folder Permissions are correct and will allow WordPress to create new file & folders.

    Best regards,
    Mike

    in reply to: Hide on Mobile not working #906625

    Hi,
    I believe you are talking about this element:

    #top.home .avia-builder-el-30 {display:none!important;}

    Try this code in the General Styling > Quick CSS field

    Best regards,
    Mike

    in reply to: LayerSlider Overlay #906617

    Hey mbd2017New,
    The overlay was created as a layer, then using the “styles tab” go to “Misc | other settings” and add the color: rgba(0, 0, 0, 0.6)
    2018-02-01_223329

    Best regards,
    Mike

    in reply to: Page editor not working (empty white box) after update #906614

    Hey brian7454,
    The Enfold Shortcode Parser is a new feature to help validate the shortcode and should prevent any html generation errors like unclosed tags.
    This is hidden by default until the debugger is activated. When the debugger is activated shortcode will show in the default editor, due to the Enfold Shortcode Parser.
    As for your white screen it seems your php settings were very low, such as max time, but I couldn’t login a second times to get the details.
    Was the login auto expiring?

    Best regards,
    Mike

    in reply to: Deleting Part of My Page #906603

    Hey samforan,
    Please describe what changes are needed to create the error. I made a few changes to the bottom color section with no error.

    Best regards,
    Mike

    Hey Eneas,
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Mike

    in reply to: font awsome #906597

    Hi,
    Guenni007 has a very good point, but if the article doesn’t help, please post your url so we can take a closer look.

    Best regards,
    Mike

    in reply to: Can I mak the hotspots transparent? #906594

    Hey hylandgraphics,
    Try this code in the General Styling > Quick CSS field:

    .custom-hotspot .av-image-hotspot-pulse {
        background: transparent!important; 
    }

    Best regards,
    Mike

    in reply to: Container class #906589

    Hey Dogmut,
    Please try using the developer tools, or right click on your page for the “inspect” option to see the page classess
    2018-02-01_211257

    Best regards,
    Mike

    Hey FFAlan,
    Try this code in the General Styling > Quick CSS field:

    #top.home #after_section_1 .template-page.content.av-content-full {
    padding-top: 0 !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Duplicate portfolio autosave entries #906584

    Hi,
    Good to hear, Thanks for using enfold.

    Best regards,
    Mike

    in reply to: Complete easy slider #906582

    Hi,
    While my screenshot was from Chrome, I investigated further and reloaded your page many times, and found that sometimes the error happened. To correct I cleared your cache and disabled “Autoptimize” and disabled the “Move scripts to the footer” & “Defer parsing of javascript files” in your Speed Booster plugin. Which has solved the issue, which I tested by reloading your page 10 times in Chrome with no issue.
    Please clear your browser cache by doing a “Hard Reload” a few times, and check.
    2018-02-01_203106

    Best regards,
    Mike

    in reply to: Layerslider shortcode displayed instead of beeing displayed #906562

    Hi,
    Sorry the login seems to be not working, please check.
    Please see screenshot in Private Content area.

    Best regards,
    Mike

Viewing 30 posts - 29,611 through 29,640 (of 34,859 total)