Forum Replies Created
-
AuthorPosts
-
Well we are all no hyper nerds in knowing everything about a theme.
We simply use tools that show us the info about a website.
One of the first tools was that brilliant firebug plugin (first for firefox – later there are versions for other browsers too) – nowadays a lot of modern browsers have such tools implemented.
Usually you can reach those tools via the context menu of your mouse.
Show on the wanted piece of your website – call the context menu (if you got a more than one button mouse – commonly the right mouse button) and navigate to “inspect” or “inspect via firebug” in my case. Sorry i dont know if it is called inspect because i got a german browser so for me there is “Element untersuchen”
here is a good articel about why it is important to use such tools. Hereyou see in that screenshot – i have called the info about the main nav list point “headers” (colored arrows) and on the left side you can see the html structure. On the right side there is the css code. Very nice – if you click on the right side (where css part is written by me) an click there right mouse button you can virtually ad new css rules. etc.
Click on the image You see that f.e. the id of this third list point of main nav is #menu-item-1561 – you can inspect on the right side where this element gets his outlooking from and from whom it has inherited his css rules. so if you want to change the color of the font f.e. you have to scroll down this right side and find the rule of color. etc. pp
-
This reply was modified 8 years, 11 months ago by
Guenni007.
So the thing is that you do devide those identical ids through a class that follows directly to that div.
Be carefull that there is no space between div and class because it belongs direct to that div.on a test install with two fullscreen sliders i see that the first one gets the class: avia-builder-el-0 and the second one avia-builder-el-1
so try to do it this way:
@media only screen and (min-width: 768px) { #fullscreen_slider_0.avia-builder-el-0 { display: none; } } @media only screen and (max-width: 767px) { #fullscreen_slider_0.avia-builder-el-1 { display: none; } #fullscreen_slider_0.avia-builder-el-0 { display: block; } }
do you have a link for us? This is easier because i can see if a hint will work or not. I use for that firebug on firefox. Allthough today all browsers got a kind of developer tools this was my favorite. i can change virtually the css f.e. and see directly whether it works or not.
:lol – and if you do that to create you own portfolio-widget area then you can register that as default if you have some coding on register-admin-options.php ;-)
and some coding in helper-template-logic.php …
have you a sidebar on pages? if not you can use this for your portfolios.
If yes you can create a custom widget area f.e. “portfolio-widget”this is then no standard but you can set on each portfolio this widget as active
-
This reply was modified 8 years, 11 months ago by
Guenni007.
if you press one of those icons – you will see some opportunities to do (download svg, png and – <icon font>
aha there you go – you can implement them like a normal google web font : read here:http://google.github.io/material-design-icons/
“Setup Method 1”you have all f.e. landscape images and they all have the same pixel size? You are using the gallery element (not the masonry gallery)?
And you are using : No scaling (original width x original height) ?-
This reply was modified 8 years, 11 months ago by
Guenni007.
sorry Yigit – i thought you are right – and i believed that he know that. And he wants to color it like in his example
Edit: the element is in your page/post editor at advanced layout builder (short: alb) (there are three tabs layout/content/media)
and by the way you can set up as a sticky menu
-
This reply was modified 8 years, 11 months ago by
Guenni007.
you know how to activate custom class for alb elements? http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
then give a custom class to your sub menu like: “fullfill” and then add following to your quick css:
.av-submenu-container.fullfill { background: #ddd } .fullfill .menu-item > a { background: transparent }
the submenu container is the one stretched from one side to the other side (here i gave him a background color #ddd
to get no background-color for the menu points set it to transparentAllthough the “fault” is still there – the solutions seems not so urgent :lol:
sorry Rikard – i began in english – but from the moment he writes german i sliddered in my nativ language.
btw. it seem to be usual that after solution the participants don’t give a response. ;-)
no context menu on developer tools (firebug etc.) – no info from my site!
this was offtopic a question to the moderators – because this is a specialized code for your installation.
if you create a custom fullwidth submenu all list poinst get a class (menu-item-top-level-1 etc. …) wouldnt it be better to use this code to select the menu points and add class “active-menu-item”what about:
fieldset .text_input, fieldset .text_area { font-family: "IRANSans" !important; }
i think i child theme it does not work.
You can place it in custom.css ( enfold/css/custom.css) that seems to be the better place.try this first:
fieldset label { font-family: "IRANSans" !important; }
-
This reply was modified 8 years, 11 months ago by
Guenni007.
btw : isn’t it browser concerning. I thought of the primary language in my browser. When browsing to your site with a primary language e.g. German do i realy see those font-families? or do i look to a web save font?
http://webers-testseite.de/enf02/iransans/
have a look again – maybe i copied the wrong thing from your site. This is from your slider.
try to go the way with your font
https://www.pagelines.com/adding-custom-fonts-to-wordpress/it seems to be the best way.
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 8 years, 11 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 8 years, 11 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 8 years, 11 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. -
This reply was modified 8 years, 11 months ago by
-
AuthorPosts