Forum Replies Created
-
AuthorPosts
-
i can find selectors enough for the masonry (see Elliot) – thanks – but this seems to be a little bug – thats all.
i can live with that – but nicer it would be if the custom css will work here too.
Can be closed this threadsee my edit above :
if the masonry is in a container 1/1 or the others it will have no effect !Can you please make a little bigger Screenshot here is mine: i called it : my-custom-css
this was a test environment with no caching tools so if – it has to take effect imediatelyEdit: it seems to be only if masonry is in a 1/1 or other container!
- This reply was modified 10 years ago by Guenni007.
ok – i surrender
Safari on PC doesn’t do it. And IE11 too.
Fu….
You can see here some details about svg filter for Firefox:
https://developer.mozilla.org/en-US/docs/Web/CSS/filter
- This reply was modified 10 years ago by Guenni007.
sometimes a height: auto has to be set too
sorry – da ist nichts zu sehen ”
Error 1001 Ray ID: 193e96a8e77100dd – DNS resolution error ”edit: … ok jetzt scheint die Seite sich aufzubauen. Die sind wohl selbst gerade im Brass
- This reply was modified 10 years ago by Guenni007.
yes thanks – but i just want to let you know that this
add_theme_support('avia_template_builder_custom_css');
does not work for masonry although there was a input field for it there was no effect (no code inserted)so you have to have a png file of your Logo (without Background) and a variant for the complete transparency if contrast isn’t big enough (as you can see in the demo-page above)
On enfold theme options you can find the place where to set up the header/transparency options (alternate logo and Menu-color options)Then you can activate the transparency header options on each site you want.
What i’m missing is the option to generally set the transparancy header by default
do you think about this nice feature:
http://kriesi.at/themes/enfold-restaurant/then you can adjust transparency effect
you find the definitions in layout.css
#top .av_header_glassy.av_header_transparency .header_bg{background-color: #fff; opacity: 0.1; filter:alpha(opacity=10); } #top .av_header_glassy.av_header_transparency #header_main{border-color: rgba(255,255,255,0.25); border-top-color: transparent;} #top .av_header_glassy.av_header_transparency .avia-menu.av_menu_icon_beside{ border-color: rgba(255, 255, 255, 0.25); } #top .av_header_glassy.av_header_transparency .social_bookmarks li, #top .av_header_glassy.av_header_transparency .social_bookmarks li a{border-color: rgba(255,255,255,0.25); color:#fff;} #top .av_header_glassy.av_header_transparency #header_main_alternate{border-bottom-color: rgba(255,255,255,0.25);}
- This reply was modified 10 years ago by Guenni007.
December 4, 2014 at 11:13 am in reply to: Hide Layer Slider on mobile and display Image instead #362771you mean the layer slider or the other sliders given to you by advanced layout editior?
The Layerslider has an own Slidersettings Page – there you can set on layout the “hide on mobile” option and set the pixelvalue you want.
So get rid of it is easy.On the site where you want to do that you can now put after the slider element an image element with a custom css class
or a color-section with background-image
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
you only have to set the display option for that custom css-class for screenwidth range to display: none
(I took here custom-class : alternate_image)
you can see it here for 768px
http://www.wordpress-webdesign.org/grayscale
at 767px and under it the image is shown.@media only screen and (min-width: 768px){ .alternate_image { display: none !important} }
- This reply was modified 10 years ago by Guenni007.
i’ll do that because by answering questions the learn effect is immense. So at the end helping others helps me to understand that enfold theme much better.
So this is real egoism :lol:sorry Yory i’m a participant as you – so i could not read the private text.
well on Menu Admin Site (Dashboard/Design/Menus) you can give each Menupoint a Class.
On that Site you see on top the Options , press that little Button and than choose CSS-Class – this will give you the chance to set for each Menuitem an own css-class (e.g. blue, yellow and white)the class goes to the li element
so maybe:
.blue { background-color: #009; }
but then you have to change the text-color too e.g. :
.blue a { color: #fff !important; }
you have to do that 3 times in your case
is there a link to the page ?
Helping might be much easier with it.December 3, 2014 at 11:49 am in reply to: wish to add separators between words in the main menu #362047but this might work as well from Yigit:
.av-main-nav > li > a span { border-right: 1px solid #666; padding-right: 20px; }
December 3, 2014 at 11:39 am in reply to: wish to add separators between words in the main menu #362044use this:
.menu-item-top-level a:after { content: "|"; padding-left: 10px; }
then the Searchfield dont do it
you even can give an extra color to it:.menu-item-top-level a:after { color: #900; content: "|"; padding-left: 20px; }
etc
well you have to set definitions to mobile menu than to get rid of it
December 3, 2014 at 11:23 am in reply to: wish to add separators between words in the main menu #362040it might work with the definition :after
e.g..menu-item a span:after { content: "|"; padding-left: 10px; }
positioning is the next point . After li doesn’t work because of line-height definition
please give a link to your site
dann nimm doch den Befehl vorhin raus und mach nur:
.logo { visibility: hidden !important; }
leichter ließe sich helfen, mit einem Link zu deiner Seite
define a class for that anchor
<a class="abc" href.....>
and give that class the same definitions as p, perhaps you have to define text-decoration for the hover effect to none to remove the underliningdas liegt an den responsiven Definitionen für das Logo. Unterhalb gewisser Screenweiten sind andere css Anweisungen gesetzt.
aber ich denke , dass wenn du die Anweisung auf wichtig stellst wird es auch responsive so weitergegeben.
.logo { display: none !important }
December 2, 2014 at 3:11 pm in reply to: Replace Advanced Menu toggle icon with the word 'MENU' #361450well this is css generated content – you can do that perhaps :
#advanced_menu_toggle:before { content: "menu" !important; display: inline-block; font-size: 18px; transform: rotate(-45deg) !important; transform-origin: 25% 50% 0 !important; }
:lol
the rotation is for having more space in that little box.if you want to change than the advanced_menu_hide:before
similar to abovewhat is the point you want to achieve?
because you can select the anchor by :
.logo > a { }so why you need an extra class vor a ?
you just have to look what page-id is given to your special site.
Than you can make some quick css e.g:.page-id-207 p { color: #900; }
same with h1 to h6
Es gab doch schonmal ein Problem mit Yoast – da wurde empfohlen in die functions.php folgendes einzufügen (am besten natürlich mit Child-Theme)
add_action('init','avia_remove_yoast_filter'); function avia_remove_yoast_filter() { remove_filter('wpseo_pre_analysis_post_content','avia_wpseo_pre_analysis_post_content_fix', 10, 1); remove_filter('wpseo_video_index_content','avia_wpseo_video_content_fix', 10, 2); }
ich dachte die wäre bei der neuen Enfold Version nicht mehr nötig.
versuche es – wennDecember 2, 2014 at 12:52 pm in reply to: Grayscale Images – colored on hover for e.g. Partnerlogo Element #361409same with other elements e.g portfolio Raster etc.
Advantage of that code Element is – you only have to insert it if you need it on the site.
btw – i’m not a coder – the script is from: http://webdesignerwall.com/tutorials/html5-grayscale-image-hover
but i just fit it in a form that works for us
December 2, 2014 at 10:56 am in reply to: problem with translation PO files – not showing in many places #361380But there is another question – why didn’t we have the same problem as you?
My translations work without your “fix” !
even in installations in subfoldersEX-LEPER
Thank you, sir, thank… Half a dinari for me bloody life story?BRIAN
There’s no pleasing some people.EX-LEPER
That’s just what Jesus said, sir.habt Ihr denn irgenwo an dem php-code rumgefeilt? weil wie gesagt das hier #aside ausserhalb von #main liegt bekomme ich via advanced Layout builder einfach nicht hin.
- This reply was modified 10 years ago by Guenni007.
November 28, 2014 at 3:48 pm in reply to: problem with translation PO files – not showing in many places #359592have you some caching tools on work?
-
AuthorPosts