Forum Replies Created

Viewing 30 posts - 9,991 through 10,020 (of 10,886 total)
  • Author
    Posts
  • in reply to: That is possible to add logo in that way in Enfold? #662433

    btw. the settings of 425px and 280% comes from header options dialog set the header hight to 150px in that case above.
    the png of your logo i created was 425px x 425px but this is not so important.

    425 x 100 : 150 = 283 so i set the height of logo img to 280%

    the hight in percent is important for that shrinking header bevavior. If you have a non shrinking header this does not have an effect.

    in reply to: That is possible to add logo in that way in Enfold? #662420

    for your logo – you can see it here on a test page of mine:

    http://webers-testseite.de/ikom/

    with this settings:

    .responsive .logo {
    display: block
    }
    
    .logo, .logo a {
        overflow: visible;
    }
    
    .logo img {
        height: 280%;
        max-height: 425px !important;
    }

    if you got the png downloaded i change it to my logo again!

    for the responsive case i put at the end of quick css the following code:

    @media only screen and (max-width: 767px){
    .responsive #top .logo {
        height: 210px !important;
    }
    .responsive .logo a {
        display: block;
    }
    .responsive #top .logo img {
        max-height: 210px;
    }
    }
    • This reply was modified 8 years, 4 months ago by Guenni007.
    in reply to: That is possible to add logo in that way in Enfold? #662412

    yes – the point of that behavior is that overflow setting and the use of a png (or svg) file.

    .responsive .logo {
    display: block
    }
    
    .logo, .logo a {
        overflow: visible;
    }
    
    .logo img {
        height: 180%;
        max-height: 225px !important
    }

    but for responsive case you may be have some more settings
    you can see it in action here http://www.pirol-hifi.de

    in reply to: Search Widget in Header #661155

    well the code might help you – but

    #header .widget {
        width: 280px;
    }

    it does not look good on mobile Versions here – even at your width.
    There has to be some additional settings on that header widget

    in reply to: Menu overlapping with logoon smaller resolutions #661146

    and first of all:
    This : “An Exercise System by Patrick LoSasso …”
    This will be a nice heading in the first image of the slider down the logo.
    Because it seem not to be a real part of the logo.

    Or use this one here : https://abload.de/img/smartxpd-logo23hzde.png

    _______________

    to let the navigation go earlier to mobile Version you can play with the 1280px (change it to your conditions) a bit.

    @media only screen and (max-width: 1280px) {
      .container #advanced_menu_toggle, #advanced_menu_hide {
          display: block;
      }
    .main_menu .avia-menu, #header_main_alternate, .fallback_menu {
        display: none;
    }
    }

    (maybe an “!important” is requiered here)

    or it could be possible to insert the Subscribe and Contact us page to a second navigation and declare this as top navigation. As you can see it here on a different demo : http://kriesi.at/themes/enfold-travel/

    • This reply was modified 8 years, 4 months ago by Guenni007.

    And – do you have a retina plugin to manage insertion of (Email address hidden if logged out) etc. ?
    try to deactivate it and have a look if this is the reason for that behavior.

    first i thought it does not work because these images are to small to overlay the 80px overlay-image. But there are some images which are bigger (mayo f.e.) but these images are inserted not as the image itself but as a smaller version of the original (Mayo-200×100.png) –
    try to change f.e. the mayo image with its original image and have a look if it works than.

    The column width will do the width limitation for you.

    in reply to: Enfold Megamenu #660517

    by the way here : http://www.pirol-hifi.de/
    is the Listpoint “Aktivlautsprecher” this is a MegaMenu too. These Links of the Column Heading go to pages (but you can choose custom link too) and the “Navigation Label” are images! – and on “Merovinger” i set the mark at “this will start a new row.

    in reply to: Enfold Megamenu #660515

    if you use for your Main Nav Listpoint in your Enfold Menu the mark for Mega Menu this will start the Megamenu Stile.
    Then as your “Heading of the Column” you can use an custom link. If you do not see on the left side of your Menu this point you can make it visible if you go on top of this window there are “Screen Options” of that menu Window. Here you can choose that Menu Window shows different advanced options and what List Points to choose ( Categories, Pages, Posts, Custom Link, Portfolio, etc)

    On That Custom Link you can insert as Linktarget “#” and the next is your “heading” of the column
    so on that example Page these “Example Pages” “Slider” etc. are those Custom Links

    PS: the blue arrow is if you want to give custom css classes even to every Navigation Point

    in reply to: third party google map plugin #660210

    you mean without entering some domains on that point?

    in reply to: third party google map plugin #660013

    Thanks – i will test it today.

    BTW it seems to be important that on the page we register the api key for maps – the server domains are verified!
    if i only put in the server domains down the key :

    this seems to be not enough.

    on top there is a tab to verify the domains:

    in reply to: Events Manager Pro captcha field style #659028

    You are welcome.

    in reply to: H1 avia-caption-title #659025

    OK – scheint ja nun zu klappen

    It works – i see it on your site. Guess it can be closed now

    in reply to: Events Manager Pro captcha field style #658913

    see here : on firebug i can simulate the effect by changing the code of your inline css rule. And this will result in the correct presentation of recaptcha.
    So the point is to place that rule to the last position of loading ( because cascading style sheet)

    in reply to: Events Manager Pro captcha field style #658912

    i only used sometimes the non pro version so i could not help you to find the right position of the css embedded there.

    in reply to: Events Manager Pro captcha field style #658910

    you have to find the css of the event because it seems to overwrite the quick css instruction. (it is set to important too)
    The path to that css rule is on your installation: http://www.dementiawise.com/events/mesa/
    because there are only recaptcha instructions in it it might be a setting of the recaptcha plugin. This might be an inline css code this is loaded last.
    How do you embed the google code (Private key and public key etc) to your wordpress? Via Plugin ?

    i don’t know when custom.css (placed in /wp-content/themes/enfold/css) is loaded. Maybe it helped if you are placing that rule into it. (via ftp download/upload).
    it seems that quick css is loaded before your rule settings on wp-content/themes/enfold/css is loaded.

    in reply to: Events Manager Pro captcha field style #658878

    there is no changing on your css. The value is still set to 45px

    .recaptcha_input_area {
        height: 34px !important;
    }
    
    or 
    
    .recaptcha_input_area {
        height: auto !important;
    }
    • This reply was modified 8 years, 4 months ago by Guenni007.
    in reply to: Events Manager Pro captcha field style #658716

    And by the way did you changed on quick css the “.recaptcha_input_area ”

    try to find it or set it to:

    .recaptcha_input_area {
        height: auto !important;
    }

    or if auto does not work try it with a value under 34px instead

    in reply to: Events Manager Pro captcha field style #658715

    is it an older google captcha plugin ? because i often integrate the google captcha to contact form 7 and they have now those images to mark to a concerning question.

    in reply to: Image title displaying on Fullwidth Easy Slider #658321

    can you give me a link where this happens – maybe on demo of enfold.

    i think on enfold this is called mfp

    .mfp-title {
        display: none;
    }

    if you want it more specific than you have to set up a custom class for that masonry / gallery etc.

    and if you want to get rid of the whole bar :

    .mfp-bottom-bar {
        display: none;
    }

    to get rid of the tooltip when hovering the image is not an enfold matter – and i think even not a matter of wordpress.
    It is one of the basic functions of browsers to show a tooltip if a title-tag is set.

    • This reply was modified 8 years, 4 months ago by Guenni007.
    in reply to: H1 avia-caption-title #658306

    eigentlich sollten da drei Dateien drin sein!

    Alle drei Dateien sind in dem Ordner avia-shortcodes
    und da hast du auch schon deine Antwort drauf, in der Datei wird das Setzen der Tag information geregelt.

    if(trim($title) != "") $title = "<{$custom_title_tag} {$title_styling} class='avia-caption-title' $markup_name>".trim(apply_filters('avf_slideshow_title', $title))."</{$custom_title_tag}>";

    Zeile 423 dann – da siehst du dann, dass die Abfrage aus den beiden anderen Dateien dann hier statt wie vorher h2 nun {$custom_title_tag} seine Entsprechung findet.

    Aber bitte nochmal runterladen, weil ich hinten vergaß, den schließenden Tag auch zu verändern. ( </{$custom_title_tag}> statt </h2> )

    archiv.zip

    in reply to: H1 avia-caption-title #658092

    oh shi… the Vollbild Slider is named in English slideshow-fullscreen.php

    here we go:

    3 files have to be changed:
    av-helper-slideshow.php, slideshow_fullscreen.php and slideshow_fullsize.php ( in your case only fullscreen is neccessary – but change the other too please)

    here is the archiv.zip with all three files.
    you can see the result here: http://webers-testseite.de/ikom/neue-seite/

    but if you update this will be lost !

    i only put in :

    array(	
    "name" 	=> __("Caption Title Type", 'avia_framework' ),
    "desc" 	=> __("Select which kind of heading you want to display. Leave empty to use the default", 'avia_framework' ),
    "id" 	=> "custom_title_tag",
    "type" 	=> "select",
    "std" 	=> "h2",
    "subtype" => array("H1"=>'h1',"H2"=>'h2',"H3"=>'h3',"H4"=>'h4',"H5"=>'h5',"H6"=>'h6')
    	), 

    on the helper i than can put in the $custom_title_tag for that caption title heading

    in reply to: H1 avia-caption-title #658043

    also ich habe nur die Stelle gefunden wo man es generell einstellen könnte.
    Man könnte natürlich eine Abfrage im Backend ob man h1 oder h2 etc. für den Title haben möchte einführen.

    da müsste man im slideshow_fullsize.php was machen. Aber dafür bin ich zum einen nicht fit genug das schnell zu lösen – zum Anderen nicht involviert genug um lange Zeit hinein zu stecken.

    Ab Line 190 von slideshow_fullsize.php wird der Caption Title abgefragt – dort könnte man natürlich in dem array die Abfrage platzieren. Und dann nachher in dem Helper das einfügen

    ich muss mal schauen wie diese abfrage bei Headings geregelt ist (dort kann man ja wählen ob 1,2,3 etc)
    dort ist ja eine select Entscheidung mit h3 als default geregelt und im array ein subtype mit der auswahl h1 bis h6 geregelt.

    forget about ipadpeek.com these are not a genuine Image of the ipad behavior.

    Only that with the hand is shown and only in a static view.

    all 2/5 columns accept the one with the hand are missing (not shown) and the position of the hand is static in the one column

    and IOS Version is 9.3.2 on my ipad. no support for fixed positioning at all!
    and this is not a problem of enfold but of mobile Browser support on many OS

    • This reply was modified 8 years, 4 months ago by Guenni007.

    this is a problem of position : fixed
    nearly all mobiles and there browsers got this problem.
    This is the reason why on mobile case the 2/5 column is set to display none

    But on some ipad ( with retina ) this mobile option does not have an effect because the tablet option is set to 990px.

    so for my installation i do this media querry on quick css:

    @media only screen and (max-width: 1024px) {.responsive #top .av-hide-on-mobile, .responsive #top .av-hide-on-tablet {
        display: none !important;
    }
    }

    see here for
    Mobile CSS Fixed Positioning Support

    • This reply was modified 8 years, 4 months ago by Guenni007.
    in reply to: H1 avia-caption-title #657878

    hm alle headings sind seo relevant!
    eine h1 sollte jedoch immer nur einmal pro Seite wie ich finde genutzt werden denn sie sollte das Thema der Momentanen Seite präsentieren.
    In sofern wäre das automatische Setzen auf h2 schon sinnvoll, denn in deinem Slider sind die Überschriften die Merksätze zu den Vorteilen die Euer Unternehmen bietet.

    <h1>Überschrift mit Thema des Dokuments</h1>
    <h2>Einleitung</h2>
    <h2>Vorteile</h2>
    <h3>Ein Vorteil im Detail betrachtet</h3>
    <h2>Nachwort</h2>

    wenn es denn aus deiner Sicht sein muss, solltest du in enfold/config-templatebuilder/avia-shortcodes schauen. dort ist die Datei: av-helper-slideshow.php in Ihr ist das mit dem h2 (Linie 422 glaube ich ) festgelegt !

    _______________

    all headings are seo relevant. The h1 is dedicated to the whole content of the page/post.
    The hierarchical mapping of headings in a document is:

    <h1>Heading for whole content of page</h1>
    <h2>heading to a summary</h2>
    <h2>Benefits </h2>
    <h3>A Benefit in detail</h3>
    <h2>Resume </h2>

    if you like to change it nevertheless than goto : enfold/config-templatebuilder/avia-shortcodes and find av-helper-slideshow.php – on line 422 there is the h2 mentioned – i guess this is the point of change.

    in reply to: Consulting PSD #657867

    this is a little bit off topic – but what is the benifit of those psd files?
    For my webdesign i don’t use them at all.

    in reply to: Adding a logo to a header for some pages #657286

    But if you are not a pro in wordpress please try to get familiar with child-themes. This is a realy nice thing to have – because if you update your parent theme (enfold) those changings are not lost.

    See here: http://kriesi.at/documentation/enfold/using-a-child-theme/

    than you can input those changings in your child-theme functions.php.
    (Via Dashboard/Appearance/Editor you can add those snippets to your child-theme functions.php)
    On the link above there is a download of the child-theme files)

    The functions.php is one of those files which do not react as most of the other wordpress files. If there is a functions.php file in your child theme the instructions and setting on that are added to the parent functions.php and do not completely overwrite those.

    So Changings are not gone after updating your parent theme.

    in reply to: Adding a logo to a header for some pages #657164
    in reply to: different font-family for h2 #656297

    if you don’t use this Salsa Font on Enfold Options Dialog “Fonts” or on advanced styling by setting up a rule for any element with that font. This font isn’t automatically activated for the site like this in the head area:

    <link id="avia-google-webfont" media="all" type="text/css" href="//fonts.googleapis.com/css?family=Raleway%7COpen+Sans:400,600%7CSalsa" rel="stylesheet">

    this code is missing till you do that mentioned above

    you can do that by setting up any element (f.e. h6 or even all h2) with Salsa Font.
    After that you can use Salsa Font in quick css.

    (or activate the font via functions.php of your child theme)

Viewing 30 posts - 9,991 through 10,020 (of 10,886 total)