Forum Replies Created
-
AuthorPosts
-
btw i tested it with generating web font files (woff …) and implement the file via custom.css.
Is this the right font? http://webers-testseite.de/enf02/iransans/
i looked here : https://www.pagelines.com/adding-custom-fonts-to-wordpress/
and made via font-squirrel the fonts you needed.
sorry – now i’m at the end of my زبان فارسی you have to wait for a moderator now
:lol: where does the instruction with fontfamily come from in the origin ?
the font named : “iransans” (and that you use in the layerslider as definition)
so please try this:
body { font-family: "iransans" !important; }
please be patiently with me, for me it looks all the same :wink
-
This reply was modified 9 years, 4 months ago by
Guenni007.
please try first the edited comment.
edit: what do you have on Enfold Options / general options – there is an input field “Websafe fonts fallback for Windows”
did you activate that ?so if its not a google font i think you had to use @font-face
https://css-tricks.com/snippets/css/using-font-face/
Edit: but the font is active in your site (Iran sans)
what about:body { font-family: "IRANSans Regular" !important; }
or:
input[type="submit"], h1, h4, h5, h3, h2 { font-family: "IRANSans Regular" !important; }
do not use multiple Fonts for your css rules like:
input[type="submit"], h1, h4, h5, h3, h2 { font-family: "IRANSans Regular","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif !important; }
so it will fallback got helvetica
-
This reply was modified 9 years, 4 months ago by
Guenni007.
why can’t you use the color section?
You can use it without content in it! and set min-height to “0” and border to noneOfftopic:
by the way this is specialized to your site ? and only functions if you have those menu list points (product, news, partner, etc…)
isn’t it possible to do it with (menu-item-top-level-1, menu-item-top-level-2, menu-item-top-level-3, …)February 29, 2016 at 2:42 pm in reply to: Portfolio Raster Input field of Category not visible ! #590765:Lol
yes i thought i could use the raster layout similar to masonry even for category – but as the name said Portfolio-Raster it seems only to work with portfolio – and bingo – no i did not have portfolio categories ha ha ha !!!!thanks !
-
This reply was modified 9 years, 4 months ago by
Guenni007.
hm – josue – custom.css or grid.css is in enfold/css/ folder and quick.css is in wp-content/uploads/dynamic_avia/
i have seen that in that generated enfold.css (enfold_child.css) there is additional information before the “quick css entriy field” – input – but this is not identical to custom.css or grid.css
?
these additional information are the settings of Enfold Options Dialog? But how can a user forget to set a bracket there?strange
but where does it come from, – without causing it oneself ?
Maybe this is a nice Plugin for you: http://inoplugs.com/portfolio-item/wp-backgrounds-lite-version/
it has the possibility to set on each page/post a different background image. I try to find where i can set it for portfolios too.you see that image above – you can link an image to a custom link (even video-urls) but playing the video in that masonry – i guess thats not possible.
it is possible to link to the video
On adding images to gallery you can click a preview image and link to the youtube videoit looks like this: http://webers-testseite.de/enf02/gallery/
but the video does not play on the masonry grid – it opens than in the lightbox.
download that plugin: https://wordpress.org/plugins/featured-video-plus/
activate it and set for your posts a featured video !it works on masonry as well.
I tried this on a former participant question before.It reacts like a featured image. You have on post editior on the left (admin) side a input field (like featured image) a featured video.
You can input even iframe code of vimeo or youtube – so you can get rid of those annoying hints on other videos or set the autoplay mode etc.
But you see that this feature will slow down your site.
If you set up blog grid, blog masonry or any other alb with posts it will show you the “featured video” if you have more than one in it – it is not so good to set them on autoplay :lol:look to bwp minify ! it seems that the trouble comes from it.
because the minified css sayes that .container is set to 1010px max-width from custom.css – but your custom.css is in default condition with no extra entries !- first deactivate bwp minify to proove the suggestion!
- If so – activate it again – and go to bwp minify options and flush cache !
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 9 years, 4 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 9 years, 4 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 9 years, 4 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 9 years, 4 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 9 years, 4 months ago by
Guenni007.
-
This reply was modified 9 years, 4 months ago by
-
AuthorPosts