Forum Replies Created

Viewing 30 posts - 11,041 through 11,070 (of 11,347 total)
  • Author
    Posts
  • in reply to: Add Google Font to all parts of Enfold #460605

    you erased the return $fonts; instruction twice !

    
    add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    
    $fonts['Titillium Web'] = 'Titillium Web:300,300italic,400,400italic,700,700italic:latin';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    
    $fonts['Titillium Web'] = 'Titillium Web:300,300italic,400,400italic,700,700italic:latin';
    return $fonts;
    }
    in reply to: Decrease Padding above easy slider? #460579

    so now – sorry – i see that this is normal on enfold installation that scroll-offset of div id=main differ about 30px to the padding-top.

    so take the

    main {
        padding-top: 0;
    }

    if you want to do it for all sites or advice above with .home if you only want to change it on Startpage

    in reply to: Decrease Padding above easy slider? #460572

    and if you only want to change it for your Start Page:

    .home main {
        padding-top: 0;
    }

    because on default it seem there is a padding-top of 50px

    but by the way – a little distance between header and content looks better for me

    • This reply was modified 9 years, 10 months ago by Guenni007.
    in reply to: Decrease Padding above easy slider? #460570

    your header hight : do you set it in Enfold Options Dialog?

    Because i got here on your site as you can see a

    Screenshot with Developer tools aside

    a scrolloffset of 116px from main

    but i see on your css:

    .html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
        padding-top: 147px;
    }

    have a look where the 147px comes from.

    or goto quick css and set:

    .html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
        padding-top: 119px;
    }
    • This reply was modified 9 years, 10 months ago by Guenni007.
    in reply to: adding on Google Maps a select box for MapTypeID #460002
    This reply has been marked as private.
    in reply to: Mega Menu, 7 column #459972

    and 4 in the first line and 3 in the line beneath?
    This looks good i think.

    you can manage that without coding because on dashboard/appearance/menus there is the possibility to check a box in a column “this column should start a new row”

    so you set this on the 5th column of your mega menu and have 4/3

    • This reply was modified 9 years, 10 months ago by Guenni007.
    in reply to: mapTypeControl too on pages/posts #459881

    thanks Josue – can you please have a look to this:

    https://kriesi.at/support/topic/adding-on-google-maps-a-select-box-for-maptypeid/

    the selectbox is working and i managed that only if the checkbox of maptype-control is checked the selectbox is seen.
    but i don’t know how to set this value of the select box to the MapTypeID. definitly i have to change something in shortcodes.js but i really don’t know what. Perhaps i can not see the wood for the trees.

    in reply to: widget logic and portfolio posts #459343

    so it can be closed –
    btw. could you have a look at: https://kriesi.at/support/topic/adding-on-google-maps-a-select-box-for-maptypeid/

    this is something i think for feature request – but i need it for a project now.

    in reply to: widget logic and portfolio posts #459338

    ok in future i tag it better and on topic i write tip before the topic.

    this is something i was looking for myself – and because it was hard to find (on google only a few mentioned what the point is for custom post)
    i decided to share my solution here.

    • This reply was modified 9 years, 10 months ago by Guenni007.
    in reply to: LayerSlider WP crashes installation #459108

    sorry but over 60000 sells and a five star ranking – do you really think that all those people are noobs?
    i even know a lot of wordpress webdesigners who uses exactly this theme for their own website. – Or do you think it might be your lack of experience that something went wrong.

    By the way – do you use the implemented Layerslider Plugin or do you install the standallone layerslider plugin?
    Because i have a standalone license and do sometimes install the standalone plugin. Then you have to inactivate the implemented one:

    http://kriesi.at/documentation/enfold/deactivate-the-layerslider-plugin/

    • This reply was modified 9 years, 10 months ago by Guenni007.
    in reply to: is there something with bubble info on google maps ? #458674

    can be closed – after i deleted the marker and set a new one everything works fine.

    in reply to: Different logo for mobile site? #458668
    @media only screen and (max-width: 767px) {
    .responsive .logo img {
        margin: 10px;
    }
    }

    i think you have set the mobile version only for mobile and not for tablets
    so i guess this will be ok

    in reply to: I want the logo to overlap the content #458631

    yes – but on mobile this won’t work.

    By the way. your images are very nice – but too big.
    500kb and more ! This is one reason for slow speed. (Poolhouse is over 1MB)
    Try to compress them much more – and use for jpg progressiv
    and try to activate gzip compression for your website – usually made by some code in htaccess file

    if you use Photoshop :
    http://abload.de/img/poolhousezfoaz.jpg

    • This reply was modified 9 years, 10 months ago by Guenni007.
    in reply to: I want the logo to overlap the content #458617

    seem to work :)

    ok i have to do so as if there was a link in the iconbox

    .customclass .iconbox_content_container  a {
    pointer-events: none !important;
    color: #666 !important
    }
    • This reply was modified 9 years, 10 months ago by Guenni007.
    This reply has been marked as private.
    in reply to: I want the logo to overlap the content #458550

    this will do the job:

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

    you have to play with the settings height and max-height
    and to give some settings vor responsive behaviour

    perhaps a png looks good on that with a white outline and a little shadow !

    • This reply was modified 9 years, 10 months ago by Guenni007.
    in reply to: Responsive is not working correctly #457955

    ohne einen Link werden wir da keine Aussage machen können.
    Falls Du das nicht öffentlich linken willst gib den Moderatoren halt einen versteckten Link durch “Set as private Reply”

    in reply to: impressum should not be in the navigation #457435

    mostly the easy solution is the best.
    Thanks Josue – i will keep it in mind. :lol:

    in reply to: disable integrated Lightbox effect for a specific page #457415
    This reply has been marked as private.
    in reply to: disable integrated Lightbox effect for a specific page #457407

    Thanks Great this will work but is there a possibility to do it by a hook or have i to make in child theme a header.php?

    in reply to: Darstellungsfehler Firefox (Fullwidth Slider) #457252

    isn’t it the old double margin bug on floating elements?

    I thought that only IE have it.

    in reply to: impressum should not be in the navigation #456961

    the legal notice.

    if you like to go to the dashboard/ appearance / menus

    you can create a new menu and set it as Enfold Footer Menu

    than you can put in it legal notice, privacy statement or anything you want

    but be careful – on mobile the footermenu is not visible ( so here in Germany many lawyers will try to injunct you )

    • This reply was modified 9 years, 10 months ago by Guenni007.
    in reply to: responsive design of a fourth column row #456000

    perhaps it is better to use the :nth-of-type() selector

    @media only screen and (min-width: 768px) and (max-width: 1450px) {
    #top .av-flex-placeholder {display: none}
    #top .flex_column_table_cell  {display: block; float: left}
    .responsive .flex_column.av_one_fourth.flex_column_table_cell {width: 47.5% !important;  margin: 0 2% 2% 0;}
    .flex_column.av_one_fourth.flex_column_table_cell:nth-of-type(4n+1) {clear: left}
    }
    in reply to: responsive design of a fourth column row #455933

    Ok – i think i got it:

    @media only screen and (min-width: 768px) and (max-width: 1450px) {
    #top .av-flex-placeholder {display: none}
    #top .flex_column_table_cell  {display: block; float: left}
    .responsive .flex_column.av_one_fourth.flex_column_table_cell {width: 47.5% !important;  margin: 0 2% 2% 0;}
    .flex_column.av_one_fourth.flex_column_table_cell:nth-child(4n+1) {clear: left}
    }

    the point was the av-flex-placeholder ( allthough i set it to display none – it counts as a neighbour div) so i have to clear left every 4th div – and the change from display table to block in some parts

    • This reply was modified 9 years, 10 months ago by Guenni007.

    the lang-sel-footer is a div

    .page-id-816 #lang_sel_footer 
    { display: none !important; }

    but it will be very easy to find this out with a testsite you offer.
    In this case i switched an installation of mine to find this out !

    • This reply was modified 9 years, 10 months ago by Guenni007.
    in reply to: Background image on main page #455071

    btw – how do the visitors come to your website then?
    is there no Link to the Rest with navigation ?

    edit: well if you use

    body.page-id-1605 {
        background: rgba(0, 0, 0, 0) url("//www.joycewolthuis.nl/wp-content/uploads/2015/05/joyce-wolthuis-fotografie-0001.jpg") no-repeat fixed center center / 100% auto;
    }

    it will be with no overflow but there are dark bars on top and bottom
    if you use 100% 100% – i guess this is not for a real foto (portrait) a good solution (crushing)

    if you use contain instead of cover than the smallest part is set to 100% and the bigger part is set to auto
    (bars either on top/bottom or left/right)

    • This reply was modified 9 years, 10 months ago by Guenni007.
    in reply to: Image background in color section not responsive #454717

    what mobile and tablet do you have?
    what do you see on the testpage i mentioned above:

    http://webers-testseite.de/enf02/color-section-background-image/

    On my iphone it works well

    in reply to: Language Switcher – Deutsch – Englisch #454715

    man kann da die Erstsprache in WPML festlegen. Wobei die Admin Sprache eine andere sein kann. Was zB. oben bei dem Link sehr gut war.
    Das sind einige native english spoken und andere deutsch. Jeder kann sich so seine “Dashboard-Sprache” einstellen ohne die primäre Frontendsprache zu beeinflussen.
    Wenn du auf den Seiten oder Beiträgen bist siehst du oben in den spalten auch die Landesfahnen.
    Darunter in den Zeilen Symbole. Wenn du zu einer bestehenden Seite die Übersetzung eingeben willst klickst du auf das + Zeichen unterhalb der entsprechenden Fahne und schon weiß das Plugin das nun die Übersetzung für die Seite/Beitrag folgen wird. Du gibst nur noch die Inhalte ein inclusive neuem übersetztem Titel und schon wird auch beim umschalten im Frontend die entsprechende Übersetzung im Menu eingepflegt.
    Siehe den Link nochmal oben. Sind noch nicht alle Übersetzungen zusammen kannst du dich entscheiden, was passieren soll beim Sprachwechsel. Ich habe zB. beim Link oben das umlenken auf die Startseite festgelegt. (Da sind noch die deutschen Übersetzungen nicht da)

    Ich kann WPML nur wärmstens empfehlen und wenn du das häufiger machen solltest, dann lohnt sogar die lifetime lizenz.
    Sehr mächtig das Teil

    in reply to: Language Switcher – Deutsch – Englisch #453739

    wie erreichst du die Zweisprachigkeit?
    ich nutze das Plugin WPML welches von Enfold bereits sehr gut unterstützt wird:
    da kann man sich entscheiden, wo die Fähnchen ihr zu Hause finden.
    Meist nehme ich es in diese Enfold secondary nav – oben wo auch soziale netze etc auftauchen.
    Schau mal hier: http://carpe-diem-consulting.com

Viewing 30 posts - 11,041 through 11,070 (of 11,347 total)