Forum Replies Created
-
AuthorPosts
-
ich glaube nicht, dass es sich um Bilder handelt. Es sind einfach Borders der oben wird durch Content:before der unten durch content:after generiert. Es sind so gesehen also Vektoren! die Dicke etc. wird übrigens durch :
.av-hamburger-inner, .av-hamburger-inner::before, .av-hamburger-inner::after { width: 40px; height: 5px; border-radius: 3px; }
bestimmt. Die Übergänge sind dann einfach durch rotate realisiert.
maybe this is the better link to the enfold demo page: http://kriesi.at/themes/enfold/portfolio/
Above the Portfolio links there is a line with select option : (These are the portfolio categories; or in case of category – the category names)
click on one option (CSS)I think this is what you want to obtain.
-
This reply was modified 7 years, 5 months ago by
Guenni007.
October 13, 2017 at 1:58 pm in reply to: flickering on header with chrome and fixed frame layout #863942and what makes me wonder is – that it is only in the header area.
i gave #header and .header_color the same background as fixed frame background color. But nothing gets better.
the main container – nothing flickering ???October 13, 2017 at 12:18 pm in reply to: flickering on header with chrome and fixed frame layout #863890not on the page of enfold demo –
but i tested it now on a windows 10 machine with chrome installed ; opera does it aswell.
horrible – not allways – and i think it is a matter of dom ready. if i change pages fast it is nearly allwaysif you look to the page in privat content – there it does not happen at all!
-
This reply was modified 7 years, 5 months ago by
Guenni007.
yes have a look to this page on enfold demo: http://kriesi.at/themes/enfold/shortcodes/portfolio-shortcode/ (All / CSS/ HTML / PHOTOGRAPHIE / PSD / VIDEO)
on top you see that it is possible to have this on enfold per default option (sort options with active taxonomie)
so if you are not insisting on your pull-down menu it might be a possibility for youagain : you have to upload an image in that quality you like to optain.
your image now is 80px x 80px – as our code did – he takes the full-size image but than scaled it up to the given 200px x 200pxsee your source code : (click to enlarge)
your image (full-size) what you used for it is: https://www.westend.com/wp-content/uploads/westend_london_pin-1.png
so upload a sqaure image ( a png – must not be centered but obviously had to be square) bigger than 200×200 and take that for your marker !
just one comment : you have a different code itn rtl.css
so it is not the css you used – it is the path you used instead.
both css ( rtl.css and custom.css) are on the same layer (path) no difference at all.
We could have less time if you tried the absolute path-
This reply was modified 7 years, 4 months ago by
Guenni007.
October 11, 2017 at 9:31 pm in reply to: flickering on header with chrome and fixed frame layout #863030Normaly i test all browsers if the websites are cross-platform compatible.
One thing changes on my MAC i updated to High Sierra – and indeed the inet has some similar problems with different situation – but all describing some flickering problematics.Maybe you can tell me if the site (especially the one in prvate content) is on a pc trouble free.
That helps me to confine the problemOctober 10, 2017 at 9:01 pm in reply to: How can I pply CSS to animated numbers on a specific page #862662and firebug did not work anymore in a correct way now. After updating my firefox. Hope it will come back, firebug is an old shoe but it fits perfect.
Allthough this is an old thread – i will give some advice using text-indent: google does not like that – because some uses it to implement text or “meta” infos to websites without concerning to the content. Sometimes they rank that pages back. Bad SEO !
give your text-block element a unique custom class f.e. “centertext”
(don’t know if this is in the meanwhile on default aktivated – if not do this into your functions.php of your child-theme:add_theme_support('avia_template_builder_custom_css');
than you have the oportunity to give most of the alb element a unique class and you can select those text-block elements now via your custom class above :
.avia_textblock.centertext p { text-align: center !important; }
if you only want to have it only for one or two text-block elements use the text-block editior to center your text by the inline css.
October 9, 2017 at 6:55 pm in reply to: Jumping to anchors from other pages does't work well #862037What is a bit confusing to me is that your anchor-links are just behind the page.
On all my installation the link will be (concerning to your site) : http://www.contelle.de/trainings/#alltrainings
what did you do that this linking goes to http://www.contelle.de/trainings#alltrainings ?
is it just because of your permalink structure ?das ist als Ersatz für das gedacht gewesen, was du als nicht praktikabel hieltest. Also bitte die andere funktion löschen.
Du hast wahrscheinlich noch beide Sachen drin, wenn du zwei gleiche Funktionsnamen hast, dann passiert das. (
lade dir die functions.php via ftp runter – ändere den Funktionsnamen um zBadd_action( 'ava_after_main_container', 'header_widget_area1' ); function header_widget_area1() { dynamic_sidebar( 'header' ); }
oder wie gesagt die eine Sache von deinem link oben löschen. Funktionsnamen immer nur einmal nutzen.
siehe oben
the ava_after_main_container is a bit different to those linked hooks.es gibt bei den ALB (advanced layout builder) inhaltselementen ein “Benutzerdefiniertes Widget Area” damit kannst du individuell ein Widget oben im Content platzieren.
global: (ich denke jetzt mal wieder englisch)
if you are working with a child-theme, then instert into functions.php of child-theme:add_action( 'ava_after_main_container', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { dynamic_sidebar( 'header' ); }
goto widget and create a new widget area called “header”
this container is the first one in main – and above all sliders etc.please read the entries not only look for code :
you have still in your custom.css:and that is wrong
@font-face { font-family: "IRANSansWeb-Light"; src: url("IRANSansWeb-Light.eot?#iefix") format("embedded-opentype"), url("IRANSansWeb-Light.woff") format("woff"), url("IRANSansWeb-Light.woff2") format("woff2"), url("IRANSansWeb-Light.ttf") format("truetype"), url("IRANSansWeb-Light.svg#IRANSansWeb-Light") format("svg"); } @media only screen and (min-width: 768px) { @media only screen and (max-width: 767px) { } }
if you have your fonts in: malekzadegan.com/wp-content/themes/enfold/fonts
please try :@font-face { font-family: 'IRANSansWeb-Light'; src: url('http://malekzadegan.com/wp-content/themes/enfold/fonts/IRANSansWeb-Light.eot'); src: url('http://malekzadegan.com/wp-content/themes/enfold/fonts/IRANSansWeb-Light.eot?#iefix') format('embedded-opentype'), url('http://malekzadegan.com/wp-content/themes/enfold/fonts/IRANSansWeb-Light.woff2') format('woff2'), url('http://malekzadegan.com/wp-content/themes/enfold/fonts/IRANSansWeb-Light.woff') format('woff'), url('http://malekzadegan.com/wp-content/themes/enfold/fonts/IRANSansWeb-Light.ttf') format('truetype'), url('http://malekzadegan.com/wp-content/themes/enfold/fonts/IRANSansWeb-Light.svg#IRANSansWeb-Light') format('svg'); } @media only screen and (min-width: 768px) { } @media only screen and (max-width: 767px) { }
I’m out now – you are a bit “advice-resistant”
wait for a modLast advice: try a plugin like https://de.wordpress.org/plugins/use-any-font/
are you able to copy&paste ?
can you please test it with absolut paththis is what you did:
@font-face { font-family: "IRANSansWeb-Light"; src: url("IRANSansWeb-Light.eot?#iefix") format("embedded-opentype"), url("IRANSansWeb-Light.woff") format("woff"), url("IRANSansWeb-Light.woff2") format("woff2"), url("IRANSansWeb-Light.ttf") format("truetype"), url("IRANSansWeb-Light.svg#IRANSansWeb-Light") format("svg"); } @media only screen and (min-width: 768px) { @media only screen and (max-width: 767px) { } }
the media queries are corrupted (curved brackets are not the way i did – open/close )
here stops my help now. I can not anymore.
-
This reply was modified 7 years, 5 months ago by
Guenni007.
maybe you can deactivate it by default – and must activate it if you like to have it:
this could be a good thing in functions.php of everyones child-themefunction admin_head_mod() { echo '<style type="text/css"> .avia_reset {pointer-events: none !important } </style>'; } add_action('admin_head', 'admin_head_mod');
what makes me wonder is that you haven’t eot itself and woff2 – nevertheless try this please in custom.css
Edit why don’t you tell us not the whole truth – you got woff2 and eot – this is important too!
1) i see you inserted again a relative path ( the path to the enfold root direktory is something different than what you did)
The root directory of enfold is not the root directory of your url2) Custom.css is the right way – but you inserted it in the mediaquery part.
this is not needed. place the @import rule above
so delete everything in this file and insert:@font-face { font-family: 'IRANSansWeb-Light'; src: url('http://malekzadegan.com/wp-content/themes/enfold/fonts/IRANSansWeb-Light.eot'); src: url('http://malekzadegan.com/wp-content/themes/enfold/fonts/IRANSansWeb-Light.eot?#iefix') format('embedded-opentype'), url('http://malekzadegan.com/wp-content/themes/enfold/fonts/IRANSansWeb-Light.woff2') format('woff2'), url('http://malekzadegan.com/wp-content/themes/enfold/fonts/IRANSansWeb-Light.woff') format('woff'), url('http://malekzadegan.com/wp-content/themes/enfold/fonts/IRANSansWeb-Light.ttf') format('truetype'), url('http://malekzadegan.com/wp-content/themes/enfold/fonts/IRANSansWeb-Light.svg#IRANSansWeb-Light') format('svg'); } @media only screen and (min-width: 768px) { } @media only screen and (max-width: 767px) { }
if you have no child-theme the best place maybe for it the custom.css
and by the way you entered it in the enfold style css ?
/*
* PLEASE DO NOT EDIT THIS FILE!
*
* This file is only in your themefolder for WordPress to recognize basic theme data like name and version
* CSS Rules in this file will not be used by the theme.
* Instead use the custom.css file that is located in your themes /css/ folder to add your styles.
* You can copy a style rule from any of your css files and paste it in custom.css and
* it will override the original style. If you just want to add small css snippets you might also
* want to consider to add it to the designated CSS option field in your themes backend at: Theme Options->General Styling
*/and the real code you entered is:
@font-face { font-family: 'IRANSansWeb-Light'; src: url('IRANSansWeb-Light.eot?#iefix') format('embedded-opentype'), url('IRANSansWeb-Light.woff') format('woff'), url('IRANSansWeb-Light.ttf') format('truetype'), url('IRANSansWeb-Light.svg#IRANSansWeb-Light') format('svg'); }
so font-family has to be determined as: IRANSansWeb-Light
where exactly is your fonts folder with the IRANSansWeb-Light ?
this assumption is probably correct
look in your css code if you find any entries for IRANSans – because i do not find in your code the setted iransansweblight.
maybe it is an inline-code transfered via copy&paste from word to text block elementi can live with the minimal niveau difference on scrolling. The slower you scroll the better the result. Seems to be some rounding problems and throttle faults – but to make it withour throttling there are to many steady provings of the scroll event.
in the meanwhile i think it is best if we take the grid row for that.
than we have the opportunity to put in as many 1/1 containers to the 1/2 grid as we like. And we can style each 1/1 container than.
the only thing to do is to give the grid-row 1/2 1/2 the class parallax – that is it.every class is needed is added by the function: again do not forget the throttle function
see private content
-
This reply was modified 7 years, 5 months ago by
Guenni007.
by the way i found it a bit unpolite to have some questions concerning to a website and supress right mouse button.
i can see on your example page that the full-size image is taken:
https://www.westend.com/wp-content/uploads/westend_london_alexander_mcqueen_pin-1.png
i told you to make a png square which has on top more transparency. click on the png above on https://kriesi.at/support/topic/google-map-marker-custom-resize/#post-859817
thats allI think more explanation is not possible – so you now have to wait for a mod – give them your backend data.
So they could do it for you. You see on my site that it works this way!-
This reply was modified 7 years, 5 months ago by
Guenni007.
i’m on a solution for small screens when it goes to 1 column.
i guess i only toggle classes of columns
and this with debounce timinghm – i can see the font on nearly all letters.
except the logo :lol
so clear all cache options (browser etc.)Realy ? – you mean that column scrolling ?
i thought that something should stay here as Unique Selling Proposition on my site – as the kriesi circle :lol:-
This reply was modified 7 years, 5 months ago by
Guenni007.
-
This reply was modified 7 years, 5 months ago by
-
AuthorPosts