Forum Replies Created
-
AuthorPosts
-
the .container is set to 1010px (minus 50px padding left/right = 910px)
can you get in to your enfold options dialog and look if there is an entry and look to general settings / dimensionha – it is in your custom.css file ! Have a look into this file (on ftp it is under enfold/css/custom.css
edit: no it must be a matter of bwp minify – because your custom.css file is on default
try to flush cache bwp minify !- This reply was modified 8 years, 9 months ago by Guenni007.
@MadRhino: zusätzlich dann halt wieder
.header-scrolled #header_main, .header-scrolled #header_meta { background: #fff !important; }
wenn gewünscht kannst du auch wieder eine “Trennung” einführen: border-bottom oder schicker: box-shadow
.header-scrolled #header_main { box-shadow: 0 1px 5px #999; }
this is with newest enfold a little buggy. If i place the fontresizer f.e. in a header widget only those A’s grew up not the content of the site.
– but thanks – i decided to buy a pro plugin (zoom) this works and looks good.have a look to your column – do you have choosen equal height?
this ends in a display : table-cell and makes it not possible to break in your manner.
Try to give the column a “individual height”
than i believe that it is the default behavior to go to 2/2 rows.If not it is possible to set some media querries
perhaps this is something for you: https://kriesi.at/support/topic/how-do-you-create-a-featured-video-image-on-a-video-post/
so you does not want that on clicking in that masonry the film – the concerning post opens.
You want that there is a film on that masonry and on click the film should open (perhaps in lightbox) ?is this what you think of (this is a grid – but it will work with masonry as well) : http://webers-testseite.de/enf02/projects/
- This reply was modified 8 years, 9 months ago by Guenni007.
das sehe ich ja mangels sichtbarem Link deiner Seite nicht.
wie hast du es denn vorliegen Shrinking und oben social links ?versuch das hier mal.
http://webers-testseite.de/enf02/ (damit es auf meiner weissen Seite überhaupt aussieht ist es da eingefärbt)#header_main, #header_meta { background: rgba(255, 255, 255, 0.6) !important; border-bottom-width: 0 !important; border-top-width: 0 !important } #header_main.container_wrap { border-top-width: 0 !important; } .header_bg { background: transparent !important; }
und das Schlimmste ( im Responsiven Fall – nochmal die Suche wo was ist)
das weisse Feld auf dem Transparenten sieht halt doof aus.#advanced_menu_toggle { background: transparent !important; }
ich hoffe du willst das advanced menu nicht auch noch transparent:
#mobile-advanced { background: rgba(255, 255, 255, 0.9) !important; }
- This reply was modified 8 years, 9 months ago by Guenni007.
if you only have a non shrinking header than it will be enough to set the .header_bg
.header_bg { background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0 !important; }
well to show you the effect i take a different color than white:
http://webers-testseite.de/enf02/portfolio-item/project-1-interior-design/
.header-scrolled #header_main { background: rgba(0, 255, 255, 0.6) none repeat scroll 0 0 !important; } .header-scrolled .header_bg { background: transparent none repeat scroll 0 0 !important; }
if you want it from the beginning (not only the header scrolled) than take:
#header_main { background: rgba(0, 255, 255, 0.6) none repeat scroll 0 0 !important; } .header_bg { background: transparent none repeat scroll 0 0 !important; }
but if it is semitransparent it is not visible (only if images are underneath) because background of the other containers are white?
if you are using a svg instead this is very easy !
https://kriesi.at/support/topic/info-concerning-to-svg/
the only thing to do is to give the svg a width because wordpress is using 0x0 (width and hight) of an svg.
than follow the gimmick withpreserveAspectRatio=”xMidYMid meet”
the great advantage of svg is that your shrinking header is more sharp than any other image format – because of vector based infos.
so your little subheader could be readable even on shrinked header.- This reply was modified 8 years, 9 months ago by Guenni007.
btw. here is a gradient online creator:
http://www.colorzilla.com/gradient-editor/aha ( use the transparent header ) and add to quick css:
#header_main { background: rgba(255, 255, 255, 0.6) !important; border-bottom-width: 0; }
http://webers-testseite.de/enf02/portfolio-item/project-6-living-room-design/
- This reply was modified 8 years, 9 months ago by Guenni007.
f.e:
#header_main { border-bottom-style: solid; border-bottom-width: 0; z-index: 1; background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 15%, rgba(255,255,255,0) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 15%,rgba(255,255,255,0) 100%); background: linear-gradient(to bottom, rgba(255,255,255,0.9) 15%, rgba(255,255,255,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); }
see: http://webers-testseite.de/enf02/
on landing pagewhat do you mean by partially?
Do you think of a gradient which goes from opacity 90% to 10% f.e. ?you can find a gradient editor on: http://www.colorzilla.com/gradient-editor/
- This reply was modified 8 years, 9 months ago by Guenni007.
aha – that was the gist of the matter
hm – so now we have to wait for Moderator answer. This might work that way. Have you any error message or does it only fail?
if you are in Enfold Options Dialog you can even see on top for each language a flag (or on the tab side the language versions)
to transfer the options from your spanish version got to it and export the theme settings file – change language on enfold options and import that spanisch file This will copy all your settings. Is it that you meant?By the way : for me it is not a bug – it is a feature. You can style every language Version in an own manner. Even Logo could be different – or menustructure.
- This reply was modified 8 years, 9 months ago by Guenni007.
you only want that the date stamp is invisible? not to totaly get rid of it. Sometimes this will be helpful because of ordering a blog in a grid or masonry.
So to avoid showing the date-stamp try this:.search-results .post-meta-infos .date-container { display: none !important; }
an easy way to avoid this is to “duplicate” the main-menu by creating a new one with same Menu-items and declare only this to enfold footer menu, and the other one to main-menu. Different Menus (other names) results in new ids
4 items its not so much work ! :wink
btw: the functionality of your site is not influenced by that – but you are right that this will not be html5 conform and so not valide
- This reply was modified 8 years, 9 months ago by Guenni007.
Sorry for questioning this maybe disrespectful thing. You have made all translatons of your site!
Pages and Post are translated and dedicated to their spanish version?
Now you press the language Switch and what happend then?Alot of webdesign beginners have the delusive Hope that WPML is a translating plugin. WPML manages only the translations!
On your description above it sound a bit like you did that too.
try this one:
.breadcrumb-title { display: none !important; }
pay attention on your brackets ! (you see the difference? after display: block – a closing curly bracket – and then a new rule )
and padding never has negative values ! (in difference to margin – which could have)#header .mega_menu_title { margin-bottom: -10px; font-size: 12px; line-height: 0.5em; font-weight: 80; display: block; } #top #header .avia_mega_div > .sub-menu { padding: 10px 20px; } #top #header .avia_mega_div > .sub-menu.avia_mega_hr { padding-top: 0; }
February 24, 2016 at 4:08 pm in reply to: Firefox – portfolio categories of 6 columns show as 5 + a blank #588457i’m glad to see that it worked :wink
And please tell us what it was – the code above works on all my installations.
thanks VORMELEVENCC
das av_one_full war für meine Testseite – da ist der 1/1 container mit gemeint.
wenn du 1/3 1/3 1/3 hast legt Enfold eine Klasse “flex_column_table an.
alle dieser Klasse folgenden div werden dann geändert (denn normalerweise müßte man hier für jedes der 1/3 columns eine Anweisung machen.ich seh ja deine Seite nicht – daher eben nur Vermutungen.
February 23, 2016 at 4:52 pm in reply to: Disable lightbox on many pages / allow for certain #587789does he want pointer-events: none ?
i thought he wants a normal link not a lightbox
February 23, 2016 at 12:30 pm in reply to: Disable lightbox on many pages / allow for certain #587651i suppose this was a topic i’m interested too in a former installation – look here – this was the solution Josue gave me:
https://kriesi.at/support/topic/disable-integrated-lightbox-effect-for-a-specific-page/
February 23, 2016 at 12:13 pm in reply to: Firefox – portfolio categories of 6 columns show as 5 + a blank #587644i know that from IE but the other browser should do this:
Margin is never included in a defined “width” and “height” region; it defines the gap to leave between elements.
Internet Explorer takes “width” and “height” to be the total area including padding and border.
Firefox, Opera, Safari, SeaMonkey and other W3C compliant browsers take “width” and “height” to define just the text/image content area. With W3C compliant browsers, padding and border are outside the defined “width” and “height” region.
so even a 1px border could be responsible for that behavior
-
AuthorPosts