Forum Replies Created

Viewing 30 posts - 271 through 300 (of 581 total)
  • Author
    Posts
  • in reply to: Styling of timeline elements #1062437

    Hi Karen

    Could you please post a link to your website here?

    Cheers
    Michael

    Hi

    You currently have a padding-top of 120px, so you could just reduce that value within custom CSS:

    #av-burger-menu-ul {
    padding: 30px 0px !important;
    }

    Cheers
    Michael

    in reply to: Enfold Menu #1062433

    Hi MountainFilms

    It’s a bit confusing, because for the mobile view you need to address different CSS classes than for the Desktop view. So please try this in the Enfold custom CSS to change the label color to white:

    .main_menu .current-menu-item span.avia-menu-text {
    color: #ffffff !important;
    }

    And to remove the hover effect this should work:

    #top #wrap_all #header #av-burger-menu-ul > li.av-active-burger-items a:hover {
    background-color: transparent !important;
    }

    Cheers
    Michael

    in reply to: Avia Builder – can not see it anymore in the #1062432

    Hi

    Ok, are you already using WordPress 5.0 or still 4.9?
    And which Enfold version are you using? 4.5.3?

    In addition to that, a link to your website would be helpful so I could take a deeper look.

    Cheers
    Michael

    in reply to: Fallback image Bug #1062431

    Hi Maren

    Is https://maskenzauber.com your website?
    If yes where can I see the fallback image and video to see how it looks like?

    Cheers
    Michael

    in reply to: Responsive issue #1062430

    Hi Maskenzauber

    Yeah, iPad is sometimes a hassle to style for.
    Which iPad model is it? I guess the problem persists because your device has a width of e.g. 2000px in portrait mode which is a value you haven’t covered yet in your custom CSS.

    If you define a rule for higher pixel values it should work properly.

    Cheers
    Michael

    in reply to: Styling my Horizontal Rule #1062429

    Hi kenshejoe

    You can just define a color attribute for your hr such as red for example:

    .custom-hr-color {
    color: #ff0000;
    }

    custom-hr-color is the unique CSS class you can define for your hr to have a separate style. You can name it differently of course.

    Cheers and I hope this helps
    Michael

    in reply to: Vertical main menu #1059418

    Thanks a lot for your replies Günter – very valuable!

    Hi Vinay

    Thanks a lot for your extended answer.
    However, I just rechecked and the update from 4.5.3 to 4.5.3 (yes it was displayed like this) is gone now.

    So in short: all good, please close this thread.

    Best,
    Michael

    in reply to: Vertical main menu #1059271

    Hi Victoria

    Yes, that looks quite close to what I would like to achieve. Thank you!
    How can I get this with Enfold? Is it just a setting?

    And did you get your screenshot from https://kriesi.at/themes/enfold-photography?

    Cheers
    Michael

    in reply to: several problems with editing my website #1056055

    Hi Danny

    What’s your site?

    I tried as well to update Enfold, without any success.

    Which Enfold version are you using at the moment? If it’s 4.4.1 or older you have to update manually. I would suggest doing it by FTP, should work like a charm.

    Afterwards you should be able to edit content again like you were doing it before.

    Cheers
    Michael

    in reply to: Text-Editor after Update to WP 5 and Enfold 4.5 #1056053

    Hi Astrid

    With the newest theme version (Enfold 4.5.2) you can also select your preferred editor (classic or block) within the theme settings.
    So in general, no additional plugin is needed. However, I discovered that in some cases the elements were still not editable for me (such as in Google Chrome), so I installed the Classic Editor plugin again in this case.

    Hope that helps.

    Cheers
    Michael

    in reply to: Update to new ENFOLD version not possible #1056049

    Hi Diana

    As I see the website is still using Enfold 4.4.1.
    Unfortunately you can’t update via dashboard in this case, you have to do it manually. My preferred method to do that is by S(FTP).

    Please check my guide to see how you can do that (if you are familiar with FTP), otherwise just let me know.

    Thanks
    Michael

    in reply to: Vertical main menu #1056047

    Hi Rikard

    Unfortunately, there is no work so far from my side in this case.
    I just wanted to ask it as a general question.

    Thanks a lot
    Michael

    in reply to: PHP 7 / Theme Breaks #1055775

    Hi graphicwise

    I am using several websites with Enfold and PHP 7.2 or 7.3 behind it – works like a charm.
    So my guess is that it is either the plugins you are using or the server infrastructure that causes fatal errors.

    Cheers
    Michael

    in reply to: Border on column, not on all sides #1055774

    Hi rollfroyce

    I think you can just go the element settings from the left column and select “don’t display space between columns” there.
    This should already solve your issue if I am not mistaken.

    Cheers
    Michael

    in reply to: google maps displays development purposes #1055772

    Hi pannosk

    Check the following two links:
    1) https://developers.google.com/maps/documentation/javascript/error-messages
    2) https://cloud.google.com/maps-platform/pricing

    Hope that helps!

    Cheers
    Michael

    in reply to: Take the new layout to the translated page #1055770

    Hi there

    I am quite sure that you need to rearrange the content elements for the translated pages manually, yes (as it’s a separate page which has its own design so it would make sense).

    Cheers
    Michael

    in reply to: Trouble Updating Theme #1055724

    Hi abparenteau

    Which version of the theme are you currently using?
    If it’s less than Enfold 4.5 you have to update manually, I recommend using FTP.

    So basically you make a full backup of your website, upload the new Enfold folder into the themes directory, name it “enfold-new” (or similar) and then rename your current enfold folder to something else. If the new version has been uploaded successfully, you can rename this one to “enfold” again and your theme should be up to date again.

    Cheers
    Michael

    in reply to: Grid Item Sub-Title #1053844

    Hi Kevin

    As you can see from right below my profile picture here, I am just a participant so I can’t see private content.
    This can only be seen by moderators which I am not.

    Cheers
    Michael

    in reply to: blurry icons mobile view #1053546

    I am just a participant here, so I can’t see your private content.

    in reply to: blurry icons mobile view #1053530

    Then you probably need to use a different class.
    It’s kind of hard to judge for me without access to the website.

    in reply to: blurry icons mobile view #1053520

    Hi Lara

    Try to add this code to the Quick CSS field in the Enfold theme options:

    .avia-slideshow {
    height: 113px !important;
    width: 184px !important;
    }

    It worked in my quick test.

    Cheers
    Michael

    in reply to: blurry icons mobile view #1053517

    Hi Lara

    It looks like the awards logos for the mobile view are bigger than for Desktop.
    I would just fix that and make sure they always have the same size. This should fix your issue.

    Best,
    Michael

    in reply to: Grid Item Sub-Title #1053504

    Hi Kevin

    This can be done by using custom CSS to tweak the subtitle class.
    What’s the website URL please?

    Cheers
    Michael

    in reply to: blurry icons mobile view #1053502

    Hi Lara

    What is the website called where the icons can be seen?
    And are you using JPEG or PNG files to display the icons? That could be a reason why they can be blurry. I would always use SVG graphics because they do not have pixel as a base which means they can never be blurry.

    Cheers
    Michael

    in reply to: Tab Section Image and Title Alignment not working #1050701

    Hi Deanna

    Glad you like it!
    I can’t close the ticket by myself as I am just a normal participant in the forum like you, so we just wait for a moderator to do it.

    Btw why didn’t you update to WordPress 5.0.2 yet? Any particular reason? I am just curious.
    Same question for Enfold :)

    Cheers
    Michael

    in reply to: Burger Menu Offset since latest update #1050461

    Oh I see, got it.

    Try the following code:

    responsive #top .logo
    {
    width: 50%;
    }
    
    .av-hamburger {
        margin-right: 0px !important;
    }

    Is that what you are looking for?

    in reply to: Tab Section Image and Title Alignment not working #1050455

    Hi Deanna

    I would use a different approach for that.
    Currently and with pixel values you will always have a hassle in my opinion and with the white background of the image itself it does not look that nice.

    Do you have the images such as http://trythebear.com/clients/aafx/wp-content/uploads/2019/01/S1-180×180.png available as a SVG graphic by any chance? This will also result in a sharp result of the graphic, no matter which screen is used.
    Secondly, I would convert the SVG graphics into icons by uploading them to http://fontello.com. This service is already integrated in Enfold so you can afterwards just select the icons, put your text below it, done. There are different icon elements within the theme which allow you to postion them nice and easy.

    What do you think?

    Cheers
    Michael

    Hey Julia

    Could you please share the website URL here?
    In general I would just assign a specific CSS class to that element. This will allow you to reduce the space just for that element and will not touch other elements from the same kind.

    Cheers and I hope this helps
    Michael

Viewing 30 posts - 271 through 300 (of 581 total)