Forum Replies Created
-
AuthorPosts
-
.avia_wpml_language_switch { display: none !important; }
did you try to increase the php memory limit – often it is set to low by isp.
You can try to set it by yourself via config.php filedefine( 'WP_MEMORY_LIMIT', '256M' );
or try first 128M
maybe this causes the error.
there are some nice plugins to have info about the memory usage: WP-Memory-Usage f.e.
well – i alway use a child-theme and do always manual update by ftp. this is the most secure way.
Did you update via WordPress Update Routine on Dashboard?
Are you using a child-theme – if so : try to upload the whole enfold folder via ftp – make it clean – delete before the existing folder.I did it this morning and have no troubles til now.
If you are updating from a very old version – try the hint with the php version number. Login to your ISP and have a look what Php version you are using. Because i think since enfold 4.1 it is 5.6 recommended.Is there a php memory limit to your installation. some ISP set it to a limit – you can try to increase it ( f.e. via wp-config.php)
- This reply was modified 7 years, 1 month ago by Guenni007.
October 25, 2017 at 11:11 am in reply to: I need a simple, blank page with no header/no navigation #868656Yes – but if someone likes to open your homeurl/contact or homeurl/imprint some pages that are often used – the site is than visible.
have a look to it when text is centered and icons are under each other ( text-align : center) i think that is nice too !
De rien, pas besoin de me remercier
by the way the tranlate rule is wrong pasted but anyway this will be better so please test this first
the icons under each other and the text centered
remove the rules before and test this – this is important remove it ( the left 40% etc)
don’t know if flex design is allready used in modern browsers but you can test this:
.iconbox .su-list { display: inline-flex !important; } .iconbox .su-list ul li { position: relative; list-style-type: none !important; display: block !important; line-height: 1.3em; margin: 0 !important; padding: 4px 0 4px 2em !important; text-align: center !important; }
please do erase all the rest you tried till now:
.su-list ul li { position: relative; left: 50%; transform: translateX(-50%); display: table !important; }
maybe you play a bit with left positioning
BUT ! now you have to say if you only wanted to have it more specific. Because it goes to all su-lists
maybe you set a custom css on that fields where you like to have it
f.e. if you only want to have it on iconboxes:.iconbox .su-list ul li { position: relative; left: 47%; transform: translateX(-50%); display: table !important; }
so if you have done that:
you have to get rid of the image in normal menu !
custom-class from the menu will help you : set it to display noneas long as 4.12 does not take over the classes set in menu – then the display none will be enought !!!
maybe for your svg it is needed to set a width option
and to shift it a bit#av-burger-menu-ul li:first-child img { width: 300px !important; position: relative; left: -30px; }
see here: https://webers-testseite.de/weber/
but downloadable is only the 4.12 or did you forgot to change it in style.css ?
October 24, 2017 at 1:19 pm in reply to: I need a simple, blank page with no header/no navigation #868179i like this one here: https://de.wordpress.org/plugins/maintenance/
see in action: https://maintenance.fruitfulcode.com/live-demo/
October 24, 2017 at 11:28 am in reply to: Need layer slider blank template / wir brauchen Layer Slider leere Vorlage #868100Du hast meinen Thread gelesen ja? https://kriesi.at/support/topic/need-layer-slider-blank-template-wir-brauchen-layer-slider-leere-vorlage/#post-868037
Bilder scheinen doch mehr zu sagen als viele Worteöffne diese Seite in deinem WordPress Editor Bereich : deine Home url /eingangsbildschirm
da wo Seitenattribute steht Template
um es zu vergrößern Bild klicken
hier noch mal mit dem Slider links und er Wahl : No Header, No Footer __________________
October 24, 2017 at 10:27 am in reply to: Need layer slider blank template / wir brauchen Layer Slider leere Vorlage #868064Eine Änderung des CSS-Datei hätte zur Folge, dass dann auch andere Bereiche der Homepage betroffen sein können.
Du kannst natürlich ein für die Seite spezifisches CSS anlegen.
als zB.page-id-123 .custom-class { color : #900; background-color: #009}
etc. ppOctober 24, 2017 at 10:01 am in reply to: Need layer slider blank template / wir brauchen Layer Slider leere Vorlage #868051Ach noch eines : Warum ist es wichtig, dass es auf Enfold läuft. Im Eingangsbereich ist es doch ohnehin egal , da diese ja im Vollbildmodus läuft oder? Also theoretisch könntest du auch WordPress Twenty Seventeen nehmen und dort das Layerslider Plugin laufen lassen.
PS: setz eine Subdomain an – WordPress drauf und Layerslider installieren. Da sich Layerslider über die Domain registriert, kannst du es auch dort aktivieren. (habe ich noch nicht getestet. Bei meinen Testseiten die ich alle in webers-testseite.de in Unterordner packe ist es jedenfalls so. Bei Subdomains spekuliere ich jetzt (da aber www auch geht ist es wohl möglich).October 24, 2017 at 9:38 am in reply to: Need layer slider blank template / wir brauchen Layer Slider leere Vorlage #868037Das heisst dieses Video im Eingangsbereich ist ein Layerslider Template;
dieses Layerslider teil habt Ihr jetzt in das Enfold importiert. Und nun sehen die Farben anders aus und andere Funktionen gefallen dir nicht.Blank Theme ist einfach:
Punkt 1) damit euch dieses Abspielen des Videos nicht zu dominant das Internetseitenlayout zerstört – setzt es auf eine Seite (zB. Präsentation Eingang). Diese startet Ihr dann Morgens halt. Ich nehme an, dass dieses Teil im Loop läuft.
2) Diese Seite im Editor Modus öffnen – Ihr könnt in der rechten Leiste wo WordPress die Optionen der Seite hinpackt im Enfold bei “Header visibility and transparency” wählen : “Hide Header on this page” dadurch ist schon mal alles was Enfold oben anzeigt weg. Im Footer geht das auch für diese Seite (kein Footer kein Socket)
ODER Besser noch direkt bei Page Attributes : “Blank – no Header no Footer” setzen
3) Der Seite könnte man noch (wieder rechts in der Editor leiste der Seite) bei Publish die Visibility auf “Password Protected” Setzen.
Dann kann die Seite auch nur gestartet werden von jemand der das Passwort hat. Damit die Seite nicht auf der Homepage publiziert wird kann man ja die Links eben nicht ins Menu setzen.schau mal hier: https://webers-testseite.de/be/ Passwort ist : Reflexa
(Das Beispiel ist jetzt nicht so gut, weil die Blätter auf overflow visible gesetzt sind, und so gescrollt werden kann. )
Mal sehen ob ich was anderes finde, damit es deinem Beispiel ähnelt.Zu den Farben:
Sind in dem Layerslider ( weil du immer von Video sprichts) videos eingebettet? – und die oder Alles hat falsche Farben?
Zu den Farben kann ich garnichts sagen – nur Spekulationen äußern. – Ohne das Teil zu haben – zu sehen.Lass doch mal einen der Mods als Admin auf deine Seite. In den Layersldier Ebenen kann man ja die Farben setzen.
Bei eingebetteten Videos – muss man eventuell Farbwerte ändern. Das geht nur extern in einem Videobearbeitungstool. Seit ihr vielleicht international tätig und es ist im ntsc farbmodus produziert etc. pp. Kann viele Gründe habenno ( i will do that from now on ) – and i will in the future open a thread like this instead of always and always answering to the same question.
October 23, 2017 at 10:37 pm in reply to: Using SVG for Main Logo and Transparent Causes Problems #867860i’m participant no mod – so on private input field i do not see the links. by the way the frontend is your page.
So now to your site – on my end here : Mac OSX Hight Sierra with safari, firefox, chrome and opera i see both your svg for transparency – and the svg on normal case:
On sourcecode ( and there you see that this alternate logo is created as subtext) i see both: click the image
So delete and refresh your cache in your browsers.
October 23, 2017 at 9:18 pm in reply to: Using SVG for Main Logo and Transparent Causes Problems #867838So for me as a participant as you is now finished help. Without seeing the frontend it is nearly imporssible to help furthermore
this was again one of the always recurring FAQ – so now i can link to it for that
October 23, 2017 at 6:01 pm in reply to: Need layer slider blank template / wir brauchen Layer Slider leere Vorlage #867773Klärung: Da ist ein Dienstleister, der Euch einen Slider gemacht hat.
Der ist fertig gelayoutet aber mit einer Schrift, die Euch nicht gefällt. ?Beschreibe das mal auf deutsch.
PS der Layerslider kostet sowas um die 18 Euro –
da hast du dann wahnsinnig schöne und viele Templates zur Verfügung , die man im übrigen auch exportieren kann!
Und im übrigen auch wieder woanders importieren kann. :)Ich finde, dass sich das schon lohnt.
Die haben jetzt auch PopUps – das ist echt genial, und sehr gut zu steueren:
http://webers-testseite.de/be/
und schau die auf der gleichen Domain den Startseiten Slider an- This reply was modified 7 years, 1 month ago by Guenni007.
October 23, 2017 at 5:18 pm in reply to: Is it possible to make sticky header larger size in shrinking mode? #867721Well there is no magic on it – you can do it your self – but there is one you can download on the dokumentation page of Enfold:
https://kriesi.at/documentation/enfold/
here: download
it comes directly with an empty functions.php – and that is the place where all the hooks come to often discussed here on board.
just upload the folder enfold-child to your themes folder via ftp.
Then you can activate it on dashboard – appearance – themesAfter that you go to dashboard – enfold-child – import/export and “Import Settings from your Parent Theme”
- This reply was modified 7 years, 1 month ago by Guenni007.
By the way for Chrome we had to add:
@media only screen and (max-width: 767px) { .responsive #top .logo { display: inherit !important; height: auto !important; } }
October 23, 2017 at 2:30 pm in reply to: Using SVG for Main Logo and Transparent Causes Problems #867620must be a conflict with a code in functions.php of the child theme
- This reply was modified 7 years, 1 month ago by Guenni007.
October 23, 2017 at 2:14 pm in reply to: Using SVG for Main Logo and Transparent Causes Problems #867615did you use that subtext logo function in your functions.php ?
or a code to have on a different site a different logo – or a text next to logo ?
Because alternate logo is set in this way.
I have it on my Enfold 4.12 Version on Testpage made for demonstration on how to change logo for a unique site – and bingo no alternate logoSo have a look into your functions.php
October 23, 2017 at 2:05 pm in reply to: Using SVG for Main Logo and Transparent Causes Problems #867613on my real page https://webers-webdesign.de/testseite
and Enfold 4.07 you can see it with two svgs – the class “av_alternate_logo_active” is set correct – on my test-page with enfold 4.12 too – but no alternate logo seenOctober 23, 2017 at 9:39 am in reply to: Is it possible to make sticky header larger size in shrinking mode? #867513you mean that shrinking factor is not as much as 2
where did you start (header hight on beginning) and where do you want to end (in px) ?I opend a new thread for it – because this question is a FAQ
https://kriesi.at/support/topic/shrinking-of-header-amount-an-info/
October 23, 2017 at 9:37 am in reply to: Using SVG for Main Logo and Transparent Causes Problems #867512trial and error.
You couldn’t destroy something – so give it a chance (in quick css / Enfold Options)for explanation. WordPress using no plugin for svg use is setting height and width dimensions to zero of every svg.
I don’t know why your svg on transparency options is visible – maybe you set up before a width for it. But! it has to be set an absolute width
a relative width for it will not work – allthough a max-width with relativ values works !EDIT : it seems to be that you are right !
i tested it on my testpage with ( i do not often have transparency header option) – in former times there was the alternate logo set even with svg.
but now there is nothing.
You can set it for normal logo as i said above ( the other logo i will have a look now) ???October 23, 2017 at 8:44 am in reply to: Using SVG for Main Logo and Transparent Causes Problems #867489did you gave the logo img a width?
.logo img { width: 350px; height: auto }
October 23, 2017 at 1:44 am in reply to: Is it possible to make sticky header larger size in shrinking mode? #867389i would like to see – but!
Thanks Ismael – that is normal behavior
i want it with equal height and first go to 2 column ( 50% ) than to 1 column.
As the version with individual height does.But anyway it is not so important. It looks good on individual height aswell.
-
AuthorPosts