Forum Replies Created

Viewing 30 posts - 29,401 through 29,430 (of 34,859 total)
  • Author
    Posts
  • in reply to: Child Theme erforderlich? #910649

    Hey kletterfreak,
    Ich bin mir nicht sicher, wer ein Child-Theme für Sie installiert hat oder welches Problem Sie hatten, als wir Ihnen geholfen haben, aber insgesamt wird von WordPress ein Child-Theme empfohlen. Mit einem untergeordneten Thema können Sie Ihrer Website auf sichere Weise Anpassungen und Funktionen hinzufügen, die bei der Aktualisierung des übergeordneten Designs Enfold nicht verloren gehen. Wenn Sie möchten, können wir nachsehen, ob es sicher ist, es zu entfernen, ohne Anpassungen zu verlieren, aber in Zukunft möchten Sie möglicherweise ein untergeordnetes Thema verwenden.
    Wenn Sie möchten, dass wir einen Blick darauf werfen, fügen Sie bitte einen Administrator-Login in den privaten Inhaltsbereich ein.

    I’m not sure who installed a child theme for you or what issue you were having when we helped you, but overall a child theme is recommended by WordPress. A child theme allows you to add customizations and functions to your site in a safe way that will not be lost when you update your parent theme, Enfold. If you would like we could take a look to see if it is safe to remove without losing any customizations, but in the future you may wish to use a child theme.
    If you would like us to take a look please include a admin login in the private content area.

    Best regards,
    Mike

    in reply to: unknown image sizes #910644

    Hey mjadvnt,
    WordPress creates some additional sizes based on the size of the image you upload and wp_calculate_image_sizes, such as 768px wide with no height limit.
    Read more here: https://make.wordpress.org/core/2015/11/10/responsive-images-in-wordpress-4-4/

    Best regards,
    Mike

    in reply to: Google Maps: "Sorry. We have no imagery here." #910640

    Hi,
    I have looked at your map widget and found that you have no address assigned, please add a address. Right now the map is pointing to the ocean.
    2018-02-10_135055

    Best regards,
    Mike

    in reply to: Can't import demo data for Enfold 2017 #910638

    Hi,
    Sorry I’m not sure why you would be getting that message. Perhaps I can offer another solution.
    If I understand correctly, you would like to install the Enfold 2017 Demo, but you have been getting error messages. Your PHP is version 7.
    What is your webhost?
    I checked your site, but it doesn’t look like you have Enfold activated, it appears to be “BROOKLYN THEME BY UNITED THEMES”

    Best regards,
    Mike

    in reply to: Remove Animation on Mosaic Blog Posts #910633

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Problems display different browsers #910632

    Hi,
    To resize your language and weather fonts, Try this code in the General Styling > Quick CSS field:

    #avia2-menu.menu li,.weather {
    font-size: 15px !important;
    }

    adjust the font size to suit. You will also need to adjust your position widths for the weather as the new font size will change it’s width.

    Best regards,
    Mike

    in reply to: Make entire column clickable #910629

    Hi,
    Perhaps another approach will work better for you, try this solution for making a column a link I have just tested this on my localhost and it is working, be sure to include a link inside your column.
    You may need to remove your earlier customization.

    Best regards,
    Mike

    in reply to: Background behind boxed site #910624

    Hi,
    Oh sorry, I had misread the question, so you are getting a flash of #702333 when the page is loading?
    Try this code in the General Styling > Quick CSS field:

    html {
        background-color: #fff!important; 
    }

    Best regards,
    Mike

    Hi,
    If I understand correctly you would like to hide the video element in the 1/2 column on your homepage under 990px, in doing so it leaves the other 1/2 column to the right. So in this code, we will hide the video & make the other 1/2 column full width:

    @media only screen and (max-width: 990px) { 
    #top.home .avia-builder-el-2 {display:none !important; }
    #top.home .avia-builder-el-5 {width: 100% !important; margin-left: 0px !important; }
    }

    Then you wanted to hide the slider between 990px and 1040px:

    @media only screen and (min-width: 990px) and (max-width: 1040px) { 
    #top.home #fullscreen_slider_1 {display:none !important; }
    }
    

    Best regards,
    Mike

    in reply to: Background behind boxed site #910606

    Hi,
    In Enfold Theme Options > General Styling > Socket > Socket background color the color is set to #702333, please try changing to #ffffff

    Best regards,
    Mike

    Hey AliAbabwa,
    Sorry I’m not understanding what hypercomments is compared to regular comments, but I would imagine that the hypercomments would offer a filter or function to integrate it into WordPress. If you need to replace the Enfold comment system you can try editing /includes/comments.php
    But to integrate hypercomments fully into Enfold you may try hire a developer for the task.
    There is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    Best regards,
    Mike

    in reply to: Make entire column clickable #910594

    Hi,

    @danielromanin
    let us know if you find Guenni007’s suggestion solves your issue. Thanks @Guenni007

    Best regards,
    Mike

    in reply to: Change iconbox title color on iconbox area hover #910592

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

    .post-entry-71 .flex_column.av_one_fourth:hover a {
    color: #fff !important;
    }

    Best regards,
    Mike

    in reply to: Different layout for blog overview #910587

    Hey brandreach_at,
    This could be achieved with considerable css customization or template customization, unfortunately there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
    If that’s something you really need you can always try to hire a developer for the task.

    Best regards,
    Mike

    in reply to: Remove Animation on Mosaic Blog Posts #910576

    Hi,
    That is odd, because they seem to be loading on page load for me in Chrome, Edge & Firefox in Windows.
    and going to the anchor. Please see the video in the Private Content area.
    Which browser are you using?

    Best regards,
    Mike

    in reply to: Hiding a Color Section on Mobile and Tablet #910569

    Hi,
    I’m not sure why the Element Visibility options are not working on your page, I didn’t find any other posts with this issue and didn’t find anything in your css that is conflicting with it. Perhaps try disabling your plugins and custom functions.
    But to solve this issue for you I added this code into your css:

    @media only screen and (max-width: 989px) { 
    #hpvideo,.playbutton,.mutebutton {display:none !important;}
    }

    and it seems to be working, Please clear your browser cache and check.

    Best regards,
    Mike

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

    Best regards,
    Mike

    in reply to: Header problems that I can't figure out #910553

    Hi,
    Please don’t feel that you are asking annoying questions! We want to help you make your site the best with Enfold! :)
    Let us know if we can close the thread after you get this issue resolved. If you have more questions on a different issue please open a new thread, as this one is getting long.

    Best regards,
    Mike

    in reply to: website upgrade or new website built #910552

    Hi,
    The Custom Shop page is apart of the Enfold 2017 Demo.
    To purchase please go to: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
    After you purchase you will download the .zip file and open to find another .zip file inside called enfold.zip which you will upload to your WordPress templates and activate.
    Then from the theme options choose “Demo Import” and choose Enfold 2017 to install.

    Best regards,
    Mike

    in reply to: Problems display different browsers #910542

    Hi,
    While the weather plugin is working in Chrome & Edge, in IE11 it returns a empty div, so this is a plugin limitation with IE11. I tried to research further but the plugin has not been updated in 7 years. You may be better to find a different plugin or just let the IE11 limitation be. Please note that IE11 has been replaced by Edge fewer people use it daily.
    2018-02-10_091358

    Best regards,
    Mike

    in reply to: Horizontal gallery cropped on mobile #910442

    Hi,
    Thank you for making this change, I see the expected results.
    Perhaps try clearing your browser cache. Please see screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Problems display different browsers #910440

    Hi,
    Your page had a boxed,look because there was a missing } in your General Styling > Quick CSS field
    I corrected, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Header problems that I can't figure out #910439

    Hi,
    To have the the left hand edge of the phone number to align with the left hand edge of the grey boxes in the main body section for the screen sizes we talked about earlier, I changed your css in the General Styling > Quick CSS field to this:

    @media only screen and (max-width: 1373px) { 
    div .logo {
        left: 3%!important; 
        top: 20px!important; 
    }
    }
    @media only screen and (min-width: 1373px) and (max-width: 1490px) { 
    div .logo {
        left: 6%!important; 
        top: 20px!important; 
    }
    }
    @media only screen and (min-width: 1490px) { 
    div .logo {
        left: 10%!important; 
        top: 20px!important; 
    }
    }

    Notice that I used percentages instead of pixels so that it would adjust better. If you find a group is off a little, please adjust to suit.

    Best regards,
    Mike

    Hi,
    Thanks for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Hiding a Color Section on Mobile and Tablet #910280

    Hi,
    Please include the url address to your site, I don’t see it, only the login information.

    Best regards,
    Mike

    Hi,
    Thanks for sharing the code. Please put the three 1/4 columns in a color section, and then add this code in the General Styling > Quick CSS field:

    .post-entry-3143 .entry-content-wrapper {
        display: flex;
        justify-content: center;
    }

    I’m going to assume that the “post-entry-3143” is the same number on your site as this was your code, but if not adjust the number to match your site. If this still doesn’t work then set up the color section and include the url to the page in question so we can adjust.

    Best regards,
    Mike

    Hi,
    That is strange, because I was able to add a text block element to a page and save with no errors, I then removed it.
    I tested with Windows Chrome, which browser are you using?
    Does your error happen on every page or just some? Can you try with a different browser?

    Best regards,
    Mike

    in reply to: After Upade images links are broken #910271

    Hi,
    I have taken a look and found that the image url was giving a 404 error, so I corrected. But changes are not showing, so I tested for a cache by putting the word “test” in the alt tag and cleared my browser cache, but the change is not showing on the front end.
    2018-02-09_073916
    2018-02-09_073808
    I don’t see a cache plugin on your site, so I assume that you have a cache on your webhost, please check with your webhost.

    Best regards,
    Mike

    in reply to: Delete the tooltip appearing on the easy sliders' images #910266

    Hi,
    That is a little harder, but this solution may work for you:
    https://kriesi.at/support/topic/how-to-remove-tooltips/#post-224464

    Best regards,
    Mike

    in reply to: Masonry – don't show date #910262

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

    Best regards,
    Mike

Viewing 30 posts - 29,401 through 29,430 (of 34,859 total)