Forum Replies Created
-
AuthorPosts
-
that is the reason why i posted the frontend and the backend site.
Look at it – there is no surrounding color section on that column!
the red arrow shows you the button to edit the column.
Columns are 1/1 1/2 1/3 and so on.
They have there own edit button (red arrow) which might be a surrounding vor other alb elements.
These columns overlap the color-section above ! So don’t change the color section but the column following !allthough my page above is a de domain – enfold did not change the domains to de – it stays to com domains.
and the https link is untouched too.well a color section is by default a 100% width of your screen width !
so where do you want to overlap with main ?really like the fact that main body sort of cuts into header
main does not overlap here the header – that color section is part of main!
and on that landing page there is only a transparency header – so that first color section lays under the header.you can see here a page http://webers-testseite.de/enf02/projects/
and it looks this way on Editor: (to show you where background image is i set in that color section the image by photomontage)you see on the right that transparent and glassy header option.
and the alb element that makes the shift to the colorsection is the 1/1 container- This reply was modified 8 years, 9 months ago by Guenni007.
But sorry for my simple question – you pressed that “Save all changes” button ?
I do not see any login on church demo?
Where is it ?angesichts des geschützten Inhaltes ist es natürlich für mich schwer hier via Firebug oder developer tools css rules auszutüfteln.
Ich kann aber Ihr Anliegen nachvollziehen es unbedingt mit Enfold hinzubekommen. Ich liebe auch die Klarheit dieses Themas sehr. Die Mächtigkeit des gesamten Themas im Verhältnis zur Einfachheit der Bedienung ist hier unschlagbar.sorry Vinnie but this is allready a default input field if he mark that little checkbox on that column element called “Custom top and bottom margin”
And it does not need to be a 1/1 column – see here
than you have to set “equal height” and no space between columns. (in this case the first column settings defines the following.
In the example above 1/3, 1/3, 1/3 . In responsive mode this is very elegant solved – have a look to the example above (church demo)- This reply was modified 8 years, 9 months ago by Guenni007.
you have seen the edit on thread above ?
Sicherlich – aber das liegt ja jetzt nicht am Schrifttyp sondern an dem komplett anderen Template.
zunächst würde ich mal bei den Enfold Optionen – Header – “Logo mitte, Navigation darunter” wählen.
Dann in den Einstellungen die Extra Elements top navigation – wie Sie das ja auch schon machten.Search Feld und Carts könnte man mit Header Widgets dort hin basteln.
Die Funktion oben mit dem Aufklapp Teil ist da schon schwieriger. So ganz wird man da nicht hinkommen.Die Navigation kann man sicherlich so stylen das Sie dann auch so aussieht wie in der Vorlage.
Wie gesagt der Font der auf der seite genutzt wird ist der Open-Sans !!! nicht Times
Nur das Logo (selbst das ist keine Times sondern eine Gerogia – sehen sich aber wirklich sehr ähnlich) – verwendet eine Serifen Schrift
- This reply was modified 8 years, 9 months ago by Guenni007.
Also , dieser Code ändert doch den gesamten Inhalt nach Times oder?
Ich dachte genau darum würde es gehen. Dieser Code ändert sogar die Schrift in der Adminleiste oben wenn man eingelogt sich die Seite anschaut. (nicht im Adminbereich).
Beschreibe dein Anliegen genauer. Gerne auch auf deutsch.
perhaps this is similar to the troubles another member got with cf7
and btw: if you use the last rule
body * { font-family: "Times New Roman" , Georgia, Serif !important ; }
(even the cart, and shop fonts are changed) – see on your example page (the star is the thing who rules)
- This reply was modified 8 years, 9 months ago by Guenni007.
but on that page there are many different font families used ! ???
and except that logo (an image) there is no serif font used ! So why do you want Times ?e.g. main font is Open-Sans which is included in Enfold too!
headings are Georgia- This reply was modified 8 years, 9 months ago by Guenni007.
please set one featured image for a single blog entry. than we can make the rule more specific for your site.
edit:
.big-preview.single-big img.wp-post-image { display: none; }
- This reply was modified 8 years, 9 months ago by Guenni007.
you can set it to display: none
img.wp-post-image { display: none; }
and if you don’t like those meta infos :
.post-meta-infos { display: none; }
and if you only want to erase some infos:
.blog-categories, .post-meta-infos .text-sep, .blog-author { display: none; }
etc. pp
- This reply was modified 8 years, 9 months ago by Guenni007.
well without seeing any info about your websites it is hard to say.
Maybe it is that little fix for websites with same content either because of redirectiing links or prefered website (with or without www.)
if you have a htaccess file on your root directory (this is an invisible file without ending: .htaccess) you can edit it.
Download this file from your root via ftp (f.e. filezilla – maybe you have to set your Server Menu to “list hidden data”)
rename the downloaded file to : htaccess.txt
edit it by adding the following :<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>
save the file and rename it back in filezilla to: .htaccess and upload that file to your root (overwrite existing one)
is it possible to write it in english – my native language is german and spanish isn’t good enough to understand your thread so – please translate it.
wo kommt denn der eine Button her? (Für den Job bewerben)
vielleicht mal von dem Editor ein Screenshot schicken.
Sind die Buttons in ein textfeld eingesetzt worden? etc. Kann man hier nicht sehen.
Den Button mit dem pdf auf fixed setzen ist ganz verkehrt.how did you set up this site?
because there is no featured image shown on your screenshot.
Anyway – you can get rid of link option by setting up the pointer-event css rule like:
.post-title.entry-title > a { pointer-events: none; }
yes – sorry i thoght you want to get rid of that small separator between the top-menu and the main-menu – this is on default a 1px solid border.
if you mean those separators between the list points take vinnies advice.February 9, 2016 at 1:33 pm in reply to: Blank header blank footer template doesn't work well in responsive mode #580387i’m a pariticipant as you are – so i don’t see the private content.
And the info that it was the case only on mobile is missing in your starting thread- This reply was modified 8 years, 9 months ago by Guenni007.
ok – it seems to work
activate the enfold debug mode via child-theme functions.php :add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
create a new page and place a contact form as you like it.
underneath the field you can see the shortcode for that contact form – copy all of itnow goto widgets and place a text widget into the footer column you want.
on top of that widget page top right position there are wordpress screen options press it and enable accesibility mode
edit that text widget with contact form code (set the accessibility to 1.have a look: http://webers-testseite.de/enf02/
if you don’t get it via my explanation i will make some images
hm – i thought it could be possible via the shortcode (via debug mode and copy of it) in a text widget – but for contact form it does not work ?
hast du an den Rechten was via ftp auf deinem Server verändert?
Weil der Ordner : /wp-content/uploads/dynamic_avia schon schreibrechte für den Wp-User benötigt.ich hatte das mal aus was für Gründen auch immer beim Hochladen einer Sicherung (wahrscheinlich den wp-content ordner rekursiv geändert) auch verändert. Dann geht da natürlich nichts mehr.
- This reply was modified 8 years, 9 months ago by Guenni007.
February 9, 2016 at 12:49 pm in reply to: Blank header blank footer template doesn't work well in responsive mode #580355i realy don’t know what you try to do.
Here on a test environment i set this page to not show header nor footer – and as you can see – the responsivess works as well:http://webers-testseite.de/enf02/service/small-projects/
- This reply was modified 8 years, 9 months ago by Guenni007.
perhaps this works too:
body * { font-family: "Times New Roman" , Georgia, Serif !important ; }
- This reply was modified 8 years, 9 months ago by Guenni007.
btw. i realy do not know how to set the important to the whole font-family rule ?
this way ?
body, body p, a, pre, strong, quote, h1, h2, h3, h4, h5, h6 { font-family: "Times New Roman" , Georgia, Serif !important ; }
-
AuthorPosts