Forum Replies Created

Viewing 30 posts - 29,311 through 29,340 (of 34,331 total)
  • Author
    Posts
  • in reply to: Upgraded to Enfold 4.2.1 and my site went blank #903014

    Hi,
    Please try to replace enfold\config-templatebuilder\avia-shortcodes\comments.php with the file in the privte content area.

    via FTP, also save a copy of your original file.

    Best regards,
    Mike

    in reply to: How to center align the masonry gallery #902866

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

    Best regards,
    Mike

    Hey ftt123,
    You can create a new user with the role “Subscriber” Read about user roles here and they should be able to see the front end.
    Depending on how you are creating the “coming soon” mode, some plugins let you specify which roles can view the site, in that case you could choose the role you wish. Please read this.

    Best regards,
    Mike

    in reply to: Latest version Enfold? #902861

    Hey dalboslampen,
    v4.2.1 Please see the Changelog

    Best regards,
    Mike

    in reply to: How to center align the masonry gallery #902860

    Hi,
    Please try:

    @media only screen and (max-width: 479px) {
    #top.home div#av-masonry-2 {
      left: 5% !important;
    }
    }

    Best regards,
    Mike

    Hey voldor,
    Since you are using mailchimp, please see this post: https://kriesi.at/support/topic/how-to-add-checkbox-for-newsletter-subscription-to-contact-form-like-demo/#post-749884

    Best regards,
    Mike

    in reply to: How to center align the masonry gallery #902856

    Hi,
    Please try:

    @media only screen and (min-width: 768px) and (max-width: 1023px) {#top.home div#av-masonry-1 {
      left: 3% !important;
    }
    }
    @media only screen and (min-width: 1024px) and (max-width: 1439px) {#top.home div#av-masonry-1 {
      left: 2% !important;
    }
    }
    @media only screen and (min-width: 1440px) {#top.home div#av-masonry-1 {
      left: 1% !important;
    }
    }

    Best regards,
    Mike

    in reply to: Mobile Logo overlapps menu icon #902849

    Hi,
    Glad Victoria was able to help, shall we close this then?

    Best regards,
    Mike

    in reply to: Content Elements – Icon: How to center it? #902844

    Hey Leo,
    Try to make all of the icons align left so they are in a row, then use this css:

    #custom_html-6 .textwidget.custom-html-widget {
        width: 99%;
        margin: auto;
    }

    the “margin: auto” places the same margin on both sides of the element, centering it.
    typically this works better if the outer element is full width of the page and inner element is set to 50%, in this case your icons are filling almost the full inner element.

    Best regards,
    Mike

    in reply to: Demo Images Missing After Importing #902836

    Hey kussner,
    For the demos, the number refers to the image, it should show.
    2018-01-25_061129
    Please compare your server settings to these:
    2018-01-25_061550
    Some people are having issues with one or more of these settings causing the error in downloading the demo, others find that their webhosts have a firewall blocking kriesi.at or certain country IP ranges. Another thing to consider is the amount of memory your server has, try asking your webhost if one of these is a reason you are having issues.

    Best regards,
    Mike

    in reply to: Can't import Enfold 2017 demo #902826

    Hi,
    Thanks for sharing your solution, can I ask what php version your localhost is using? was this MAMP? Do you have any firewalls?

    Best regards,
    Mike

    in reply to: Social Share Button Images not Showing #902802

    Hi,
    Can you please include a admin login in the private content area so we can take a closer look. Can we also disable plugins to test?

    Best regards,
    Mike

    in reply to: Headlines of blog posts disappear #902800

    Hi,
    Sorry, I was unable to reproduce this issue on Windows 10, IE or Edge.
    Please see screenshot in Private Content area.
    As I don’t see that you have any browser plugins in your screenshot, perhaps try clearing your cache and history

    Best regards,
    Mike

    in reply to: Malware Problem Fixed But Cannot Edit Any Page #902655

    Hi,
    v5.6.32 is the minimum, but WordPress recommends v7
    Try to update manually via FTP: https://vimeo.com/67209750

    Best regards,
    Mike

    in reply to: Need Assistance with Medical theme demo icons download #902651

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

    Best regards,
    Mike

    in reply to: Display Hyperlink Phone Number Without Theme Color? #902649

    Hey goldengate415,
    Please try creating your link like this with the id “tel”

    <a id="tel" href="tel://1-555-555-5555">+1 (555) 555-5555</a>

    and use this css in your quick css, or your child theme stylesheet:

    a#tel:hover {color:black;}
    a#tel {color: yellow;}

    In this example the regular color is yellow, and on hover is black. Please adjust to suit.

    Best regards,
    Mike

    in reply to: Hide / Remove Bottom Border in Color Section #902624

    Hey Brian,
    Your site seems down right now, please check.

    Best regards,
    Mike

    in reply to: Need Assistance with Medical theme demo icons download #902610

    Hi,
    Good news after I installed the demo I found the icon fonts embedded, I had to re-zip them but they may work for you. please see the link in the Private Content area.
    If not, please see the link in the Private Content area for the All-in-One WP Migration files for the Medical Demo.
    They are in a zip file that you will need to extract, one is the import, the other is the login info for after the import. Note that you will lose your current settings and content. Install this plugin: all-in-one-wp-migration
    Read this All-in-One WP Migration tutorial

    Best regards,
    Mike

    in reply to: Need Assistance with Medical theme demo icons download #902590

    Hi,
    I will create the demo file for you now to use with the plugin and post in a few minutes

    Best regards,
    Mike

    in reply to: Malware Problem Fixed But Cannot Edit Any Page #902583

    Hey nanook,
    Have you tried uploading a new copy of WordPress & Enfold to overwrite your old files?
    Also please ensure your webhost has PHP version 7 installed, some people with version < 5.5 are experiencing similar issues. If both are true there is a good chance your database has been damaged, even though the infected files have been removed. Perhaps try creating a localhost clean install of WordPress & Enfold and export your database via phpmyadmin in your webhost cPanel to your localhost to see if the issue persists. Best regards, Mike

    in reply to: Need Assistance with Medical theme demo icons download #902563

    Hey CodeSamurai,
    I remember this post and the issue was that this icon set is not stored as a linked zip file in the demo, unlike many of the others, and we don’t have a backup of the file, thus we posted the source link.
    I have been working on an alternative demo import using the plugin all-in-one-wp-migration that has been helpful for others with server issues. Would you like to try this? Note that you will lose all of your settings and content.

    Best regards,
    Mike

    in reply to: Blog Sidebar Layout Issue #902543

    Hi,
    Please try replacing the code with this:

    
    @media only screen and (min-width: 768px) {
    #top.post-template-default #wrap_all #main,#top.post-template-default #wrap_all #main.all_colors .container_wrap.container_wrap_first.main_color.sidebar_right {
        background-color: #f7f4fc!important; 
    }
     .container.template-single-blog main.content {
    background-color: #fff!important; 
        padding-left: 30px!important; 
    }
    .template-single-blog footer#socket {
        margin: 0 auto!important; 
        padding: 0px 50px!important; 
    }
    .responsive .container.template-blog.template-single-blog  {
        max-width: 100%!important; 
    }
    #top.post-template-default.single.single-post.single-format-standard.stretched .container.template-single-blog {
    padding-left: 0px !important; 
    }
    }

    Best regards,
    Mike

    in reply to: Upgraded to Enfold 4.2.1 and my site went blank #902535

    Hi,

    @marcheenek
    Glad to hear, we will leave this open to hear back from @johnnyfyve

    Best regards,
    Mike

    in reply to: Social Share Button Images not Showing #902530

    Hey Joe,
    The link above to the image gives me a 404.
    I’m not sure I understand what you mean by “Social Share Button Images not Showing” I do see social share buttons on your blog posts, so I believe that you are referring to if you click the Facebook one to post your image it doesn’t show in facebook:
    2018-01-24_221606
    Is this correct?
    As for the “fb:app_id” I found this article on Yoast: https://kb.yoast.com/kb/warning-fb-app-id-hasnt-been-included-in-the-meta-tags/
    Have you tried disabling yoast to see if the social share buttons work correctly and post your images?

    Best regards,
    Mike

    in reply to: Field to edit grid breakpoints site-wide? #902488

    Hi,
    Sorry, that feature is not available yet, but Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
    Currently changing the brake points is done case by case with css.

    Best regards,
    Mike

    in reply to: Fatal Error Updating theme #902484

    Hey Westside_Media_Group,
    Please ensure with your webhost that you are using PHP version 7, this error is know with PHP versions < 5.5 If your webhost is unable to upgrade, please try replacing /enfold/config-templatebuilder/avia-template-builder/php/shortcode-parser.class.php with this file: https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_2_1/shortcode-parser.class.php

    Best regards,
    Mike

    in reply to: Upgraded to Enfold 4.2.1 and my site went blank #902481

    Hi,
    Please check with your webhost to ensure you are using PHP version 7.

    Best regards,
    Mike

    in reply to: Enfold #902480

    Hi,
    This default logo was set at: Enfold Theme Options > Header > Transparency Logo
    2018-01-24_205640
    I have removed it by clicking the red X and now you logo shows.

    Best regards,
    Mike

    Hi,
    While investigating your issue I noticed that It seems you have a error in your css or with a plugin, because .dk looks fine, but .se has a broken menu showing on desktop.
    Please see screenshots in Private Content area.
    Please review your css on both sites to find any difference, and also any different plugins.
    I know this is not the issue you are posting about, but I thought you should know.
    If you can’t find the issue, 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: Enfold #902471

    Hi,
    Sorry, but I can’t see a list of your threads/posts and thus can’t find the one you posted your login info in. Please include your login info in this thread. Sorry for the inconvenience.
    Also can you include a screenshot of the logo you do want, and the one that you can’t remove.

    Best regards,
    Mike

Viewing 30 posts - 29,311 through 29,340 (of 34,331 total)