Forum Replies Created
-
AuthorPosts
-
It should work, I tested it also for image 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.
I mean in beckend, code with no spaces.
rgba(255,255,255,0)
or
rgba(255,255,255,0.01)
See on this image:
- This reply was modified 6 years, 1 month ago by Milan. Reason: grammar, code
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 :)
MilanPerfect, resolved! Thank you very much!
Have a great day!
MilanThank 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!
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!
MilanHello 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,
MilanPlease 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.
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”… :-/
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.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,
MilanThe 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 cacheBest wishes,
MilanHello 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.
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_DEHello Jordan, thank you very much!!! Have a great day! ;)
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
February 15, 2018 at 4:52 pm in reply to: How to change the font color of a contact form element? #912807post deleted, sorry, my mistake
- This reply was modified 6 years, 9 months ago by Milan.
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
July 13, 2017 at 12:50 pm in reply to: Invalid character "Â" on several lines in shortcodes.js #820508Hello 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!
MilanJuly 12, 2017 at 10:26 pm in reply to: Invalid character "Â" on several lines in shortcodes.js #820242Well, I turned file into UTF-8 and my editor was able to reload the document, so the file was ‘eatable’ for https://jscompress.com/ :)
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
It works, everything resoved. Thank you one more time :)
have a nice day!
Milanoh sorry, I meant space between content and SIDEbar.
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? :)
What to say? I am happy AGAIN! I am telling to everybody Enfold and the support is the best.
Thanks!!!+ added login access to admin
————————————————
Hello Yigit,
I added padding to 4 columns.
M.Hello Yigit,
I added padding to 4 columns.
M.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?
MilanHello 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,
MilanAh 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
-
AuthorPosts