Forum Replies Created

Viewing 30 posts - 31 through 60 (of 103 total)
  • Author
    Posts
  • in reply to: Image overlay bg color #1016577

    It should work, I tested it also for image overlay:
    overlay
    But as you said, you have overlay over images when they are not hovered? Or perhaps I should stay silent here not to make it messy because some thing are not clear to me :)

    Screenshot/images should be placed somewhere online, then post a link here.

    in reply to: Image overlay bg color #1016533

    I mean in beckend, code with no spaces.
    rgba(255,255,255,0)
    or
    rgba(255,255,255,0.01)

    See on this image:
    RGBA

    • This reply was modified 6 years, 1 month ago by Milan. Reason: grammar, code
    in reply to: Image overlay bg color #1016496

    Hello AWZ, try to add value directly (for example)
    rgba(255, 255, 255, 0)
    directly instead of (for example)
    #FFFFFF
    On my site it works :)
    Milan

    in reply to: Menu item – reload active page #1016491

    Perfect, resolved! Thank you very much!

    Have a great day!
    Milan

    in reply to: Menu item – reload active page #1016481

    Thank you Peter,

    We are nearly there! :) I should say I am using burger menu – so when I will click on burger menu icon, page is reloaded and I don’t have a chance to see menu. Is it possible to add some an exception for the burger menu icon?

    Milan

    PS: thanks for fixing my thread title!

    in reply to: SPAM protection is very weak #1005129

    Hello Victoria,
    I like Enfold very much and this is the only one weak part :)
    I’m trying to avoid everything from third-parties what is really not necessary.
    Thanks again and have a nice day!
    Milan

    in reply to: SPAM protection is very weak #1005070

    Hello Victoria,
    actually I don’t need further assistance, I just want improved contact form with better captcha ;)
    And the question was different: will be improved contact form in next update? Thanks.
    Thanks anyway.

    Best wishes,
    Milan

    in reply to: Help: Error When Update page #1005047

    Please check https://kriesi.at/support/topic/problem-updating-enfold-download-failed-problem-downloading-theme/#post-1004980
    Or update the theme over FTP ;)

    • This reply was modified 6 years, 2 months ago by Milan.
    in reply to: Contact Form attack… #1004961

    I asked for info here: https://kriesi.at/support/topic/spam-protection-is-very-weak/
    And my client is waiting for the reply and looking there :)

    lol, nobody is asking for bitcoins, just offering viagra, cialis, seo, mp3 downloads, some “great deals”… :-/

    in reply to: I want to delete the title-seperator #1004937

    It should not be :)
    Please, clear cache plugins, your browser cache, also you can try to disable “CSS file merging and compression” for a short time in Enfold – Performance.

    in reply to: I want to delete the title-seperator #1004924

    Hello Guido,
    I am usually using also “visibility” as hidden.

    #top .av-special-heading .special-heading-border {
        display: none;
        visibility:hidden;
    }

    Sometime I have to force it like this:

    #top .av-special-heading .special-heading-border {
        display: none !important;
        visibility:hidden !important;
    }

    Best wishes,
    Milan

    in reply to: Issue with theme update #1004922

    The best way how to update the theme is over FTP. With this way I never had any issues.

    Do backup and…
    1. disable all caching plugins
    2. delete enfold folder and upload new enfold folder with upgraded theme
    3. enable caching plugins and clear cache

    Best wishes,
    Milan

    in reply to: Loggo blurry on mobile devices #1004920

    Hello VM,
    we don’t see the link, anyway – usually I use logo double size.
    If I set header 70px height then my logo has image height 140px and it is sharp everywhere.

    If I have logo made only from text, then I am not using image, but text only over this code in function.php:

    add_filter('avf_logo_final_output', 'avf_text_logo_final_output');
    function avf_text_logo_final_output($logo){$link = apply_filters('avf_logo_link', home_url('/'));
    $logotext = "Company Name";
    $slogan = "This is some nice slogan below";
    $subtext = "";
    $subtext = "<span class='yourcssformatting'>$subtext</span>";
    $logotext = "<span class='yourcssfirstword'>$logotext</span>";
    $slogan = "<span class='yourcssslogan'>$slogan</span>";
    $logo = "<h6 class='logo bg-logo'><a title='Text appear when mouse hover' href='".$link."'>".$logotext."$subtext<br/>$slogan</a></h6>";return $logo
    ;}

    Please note you can change h6 to h1 or h2, what will fit your SEO needs.

    Anyway, you can have some “fun” with setting CSS: https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering
    Also keep in mind that internet browsers are rendering images differently: chrome, firefox, ie. It is driving me crazy sometime :)

    Best wishes,
    Milan

    • This reply was modified 6 years, 2 months ago by Milan.
    in reply to: what changed in Enfold v4.4.1? #966829

    2018 June 4th – Version 4.4.1
    – added: filter in template builder file to allow caching of output
    – added: filter for the error message when user wants to comment but did not check the privacy policy checkbox
    – added: a product meta Template builder element that allows you to display info such as categories, tags and sku
    – added: option to stop audio player after last song in list instead of endless looping the player
    – added: an extra filter called “avf_output_google_webfonts_script” that allows to programmatically deactivate google fonts
    – fixed: an issue with the contentslider breaking the layout when the blog was disabled
    – fixed: an issue with the german translation file, using fuzzy strings and displaying Mailchimp API Notificaftions instead of Google map notifications
    – fixed: an issue that prevented logged in users from saving comments
    – fixed: an issue with background videos not playing if conditional loading of elements is enabled
    – fixed: an issue with backend page options not clickable due to a div overlay
    – fixed: a php error notice when updating WooCommerce
    – fixed: a php error notice with upsells and related products in WooCommerce
    – fixed: facebook widget displayed incorrectly when updating from earlier theme versions
    – fixed: an issue with WPML and custom 404 pages
    – fixed: an issue were the advanced layout builder covers the scrollbar in fullscreen mode
    – fixed: an issue with disappearing testimonial images
    – fixed: an issue with duplicate burger menus
    – fixed: an issue with the Google Maps check, returning a positive validation check on empty input
    – fixed: an issue with post navigation when footer page was selected
    – fixed: an issue with the instagram widget when set to caching images
    – improved: linked youtube videos now recognise appended parameters like autoplay and video starting point
    – improved: added the html attribute muted to silent html5 background videos, which allows for more consistent autoplay with adblock
    – improved: Description of google analytics admin description
    – improved: visual appearance of the new on/off privacy shortcode toggles
    – improved: uploaded fonts are not displayed at the end of the font list, instead of beginning
    – improved: HTML structure of blog post header when using elegant or modern blog
    – improved: made 2 new functions compatible with php version 5.3.29
    – improved: backend google analytics description
    – improved: extended email check for forms
    – updated: language files de_DE

    in reply to: How to set custom error page 403 #950269

    Hello Jordan, thank you very much!!! Have a great day! ;)

    in reply to: Deactivate LayerSlider #939415

    Hello Yigit!
    No – but now yes :)
    I don’t want to be annoying, but – do you know what to change (what code to remove), so when I will upload the theme files, LS will be already deactivated and no files will be needed?

    Milan

    in reply to: How to change the font color of a contact form element? #912807

    post deleted, sorry, my mistake

    • This reply was modified 6 years, 9 months ago by Milan.
    in reply to: Enfold Version 4.1 Update troubles? #820729

    Issue: Invalid character “” on several lines in shortcodes.js can cause issues with minifying plugins.
    Post: https://kriesi.at/support/topic/invalid-character-a-on-several-lines-in-shortcodes-js/

    I just thought it would be good to mentioned it also here.

    Milan

    in reply to: Invalid character "Â" on several lines in shortcodes.js #820508

    Hello John,

    As I mentioned, I resolved the ‘bug’ yesterday. Provided information are NOT linked with any plugin.
    It is the information which should be provided to developers ASAP: coding ANSI instead of UTF-8 and character “” on several lines in shortcodes.js as is in my screenshot above.

    Have a nice day!
    Milan

    in reply to: Invalid character "Â" on several lines in shortcodes.js #820242

    Well, I turned file into UTF-8 and my editor was able to reload the document, so the file was ‘eatable’ for https://jscompress.com/ :)

    in reply to: Sidebar lenght / height #814247

    Hello Ismael,

    I’ve thought so when I checked the structure of code. But I still believed that perhaps somebody will have some trick :)
    Thanks for info.

    Best wishes,

    Milan

    in reply to: Space between columns #813467

    It works, everything resoved. Thank you one more time :)
    have a nice day!
    Milan

    in reply to: Space between columns #813449

    oh sorry, I meant space between content and SIDEbar.

    in reply to: Space between columns #813446

    oh and last thing: I would like to have smalle space between content and slider – do you have some css or do I want too much? :)

    in reply to: Space between columns #813439

    What to say? I am happy AGAIN! I am telling to everybody Enfold and the support is the best.
    Thanks!!!

    in reply to: Space between columns #813423

    + added login access to admin
    ————————————————
    Hello Yigit,
    I added padding to 4 columns.
    M.

    in reply to: Space between columns #813421

    Hello Yigit,
    I added padding to 4 columns.
    M.

    in reply to: Space between columns #813414

    Hello,
    provided CSS work ONLY if I am not using paddings for columns.
    Do you have some CSS for .av_one_fourth when padding is used please?
    Milan

    in reply to: Space between columns #809903

    Hello Rikard,
    you can see it here: http://wptest.online/
    All what I need is smaller space between columns, something around 30-0% less space.
    Thanks,
    Milan

    in reply to: Bug with masonry blog in full width column #798415

    Ah yes, I see. Perhaps it would be good to report it to developers, so it can be fixed in next update. :)
    Thanks for css!

    Best wishes, Milan

Viewing 30 posts - 31 through 60 (of 103 total)