Forum Replies Created

Viewing 30 posts - 10,261 through 10,290 (of 10,882 total)
  • Author
    Posts
  • in reply to: Header and main body. #580897

    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 !

    in reply to: Error en el enlace de iconos sociales #580558

    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.

    in reply to: Error en el enlace de iconos sociales #580551

    hm on my test page i got no difficulty to insert your links:

    in reply to: Header and main body. #580546

    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.
    in reply to: Can't Update Copyright Section of Footer #580522

    But sorry for my simple question – you pressed that “Save all changes” button ?

    in reply to: Frontend Login #580519

    I do not see any login on church demo?
    Where is it ?

    in reply to: Enfold Theme nur eine Schriftart verwenden #580517

    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.

    in reply to: Header and main body. #580512

    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.
    in reply to: How do I disable links to blog posts? #580491

    you have seen the edit on thread above ?

    in reply to: Enfold Theme nur eine Schriftart verwenden #580488

    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.

    in reply to: Enfold Theme nur eine Schriftart verwenden #580475

    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.
    in reply to: Enfold Theme nur eine Schriftart verwenden #580474

    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.

    in reply to: Contact form spam changing the TO address? #580466

    perhaps this is similar to the troubles another member got with cf7

    here

    in reply to: Enfold Theme nur eine Schriftart verwenden #580461

    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.
    in reply to: Enfold Theme nur eine Schriftart verwenden #580459

    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.
    in reply to: How do I disable links to blog posts? #580441

    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.
    in reply to: How do I disable links to blog posts? #580436

    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.
    in reply to: Icons not showing (data-av_icon empty) #580432
    in reply to: Icons not showing (data-av_icon empty) #580430

    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)

    in reply to: Error en el enlace de iconos sociales #580407

    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.

    in reply to: CSS Positioning #580404

    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.

    in reply to: How do I disable links to blog posts? #580395

    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;
    }
    in reply to: Adding a second menu above the main menu #580391

    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.

    i’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.
    in reply to: Contact form on footer #580381

    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 it

    now 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

    in reply to: Contact form on footer #580378

    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 ?

    in reply to: Styling Einstellungen funktionieren nicht #580363

    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.

    i 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.
    in reply to: Enfold Theme nur eine Schriftart verwenden #580350

    perhaps this works too:

    body * {
    font-family: "Times New Roman" , Georgia, Serif !important ;
    }
    • This reply was modified 8 years, 9 months ago by Guenni007.
    in reply to: Enfold Theme nur eine Schriftart verwenden #580344

    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 ;
    }
Viewing 30 posts - 10,261 through 10,290 (of 10,882 total)