Forum Replies Created
-
AuthorPosts
-
i think mike is right with his supposing.
And by the way – in the meanwhile you have found the solution yourself i guess – because now the full-size image has been taken:
http://detaysolar.com/wp-content/uploads/2015/10/house-wire-model-fade-white-1.png
- This reply was modified 7 years, 1 month ago by Guenni007.
is there a link to your site?
you can do it too in Enfold options : there is a tab called “Advanced Styling” – there you can choose your h2 and click “edit element”
now you have the oportunity to set all parameters of the h2 including text-transformand if you want the text – as on your site – placed in the input field with a given default text add on cf7 short code f.e.:
[tel tel-779 placeholder "Telefoon nummer"]
the placeholder “” option
have a look here : https://kriesi.at/support/topic/contact-form-7-3-fields-same-row-like-enfold-shop-demo/
you can use shortcodes in cf7 – if not on default there is a shortcode enabler for cf7 pluginf.e.
[av_one_half first]<label> Ihr Name (Pflichtfeld) [text* your-name] </label>[/av_one_half] [av_one_half]<label> Ihre E-Mail-Adresse (Pflichtfeld) [email* your-email] </label>[/av_one_half] <label> Betreff [text your-subject] </label> <label> Ihre Nachricht [textarea your-message] </label> [submit "Senden"]
you see that the cf7 shortcodes are surrounded by the formating shortcodes
https://webers-testseite.de/abc/Edit: for that you need the shortcode enabler mentioned above
- This reply was modified 7 years, 1 month ago by Guenni007.
this is not my decision.
not only the heading tag here but especialy the hr with id input field i think is a good idea. Because as an anchor point inbetween a page with sidebars active.
Download or pastebin on this thread https://kriesi.at/support/topic/jumping-to-anchors-from-other-pages-doest-work-well/#post-855641Be careful there is in the moment an old hr before Enfold 4.1 and a new one with screenoptions. Both pastebins or downloads are in the thread.
so my advice if you are familar with phpmyadmin goto your tables and see if everything is set to utf-8
and let the entries in wp-config as mentioned above:define('DB_CHARSET', 'utf8'); define('DB_COLLATE', '');
if you are not familiar to it – ask your ISP (Internet Service Provider (strato) ) to do this.
Last attempt to solve your problem on the fast lane:
edit your config.php file to:
define('DB_CHARSET', ''); define('DB_COLLATE', '');
now i see on your site the opposite behavior : saved as Unicode ISO 8859-1 but interpreted as (UTF-8)
did you change anything – describe what you have done
did you use an old data base on your ISP for your new installation ? sometimes the tables stay in charset (DB_CHARSET) if you are changing from MySQL 4 to 5. Or if you update an old major wordpress installation to a new one. Then f.e. a charset latin is used – or an old utf8. Meanwhile the utf8 is the standard WordPress setting but if there are old entries it might be a problem.
this trouble is If a document has been saved as Unicode (UTF-8) but interpreted as ISO 8859-1
The following two lines are in your wp-config.php file ? :
define('DB_CHARSET', 'utf8'); define('DB_COLLATE', '');
if there are other entries try to replace it with the above.
second: you can try to insert in your htaccess file:
AddDefaultCharset UTF-8
_________________________
this is only concerning to your problem with German Umlaute. the above is important too for your presentation of signs in your blog.
- This reply was modified 7 years, 1 month ago by Guenni007.
ich benutze dann meist intuitive custom post order – wird aber ähnlich dem von Günter sein.
das geht in der blog listendarstellung mittels drag and drop – man zieht den Beitrag nach oben.October 14, 2017 at 7:37 pm in reply to: gelöschte Bilder als eine Art Beitrag über URL zu finden #864329sind das die Bildanhangseiten, die irgendwie umgeleitet sind?
übrigens wie hast du den Effekt (Animation) bei der Iconliste so hinbekommen. Hast du eine andere Animation eingestellt für iconlist-timeline ?
sorry da habe ich dich komplett missverstanden.
by the way if new burgermenu comes – please do something that we can select each menu on default by different classes.
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, 1 month 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, 1 month 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, 1 month 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, 1 month ago by Guenni007.
-
AuthorPosts