Forum Replies Created

Viewing 30 posts - 10,321 through 10,350 (of 10,647 total)
  • Author
    Posts
  • in reply to: Move Top Menu Text Down #463663

    well to work with line-hight might be difficult.

    on my installation i got a header hight of 120px and this works for me:

    ul.av-main-nav .avia-menu-text {
        bottom: -30px;
        position: relative;
    }
    ul.sub-menu .avia-menu-text {
        bottom: inherit;
    }

    you have to play a little bit with that bottom value

    in reply to: Enfold – SLIDER ABOVE MENU BAR #463156

    The code above has to be changed if you use a different header like in the example. Because i choosed the shrinking transparent for it.
    But i see that the header-scrolled class only exists if the shrinking header is used.

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

    Well try to read a little bit about gzip compression.
    here you can test your site – and thats why i give you the hint:

    http://www.whatsmyip.org/http-compression-test/

    you can save about 75% of datatransfer.

    but it depends on your hoster which method is the best way to activate
    if your hoster supports the way over htaccess file ( normaly if you choose a permalink structure like you have there is a invisible file in root directory called .htaccess (no suffix !))
    you can make the file visible for example in filezilla by Server/list hidden data.
    The link here gives some instructions: http://www.iceablethemes.com/how-to-speed-up-your-wordpress-site-with-gzip-compression/

    in reply to: Footer background problem #462530

    hm perhaps because when i visit your site i can see your background slide show and i can see your footer with your “black diamond plate” background (no transparency) as you described.

    this is what i can see on all my browsers!

    in reply to: Enfold – SLIDER ABOVE MENU BAR #462312

    hm – i think the way you have it looks very nice.
    I wouldn’t change anything.

    but if you have a look here :

    i managed it this way:
    i set the main nav to display none, and used a submenu (there you can choose existing menus like main menu) under the fullscreen slider
    i set up the height from 100% to a calc input (the hight of the sub-menu was 52px)

    nav.main_menu {
        display: none;
    }
    
    .avia-fullscreen-slider.main_color.avia-builder-el-0.el_before_av_submenu.avia-builder-el-first.container_wrap.sidebar_right {
        height: calc(100vh - 52px);
    }
    
    #top .av-subnav-menu {
        margin: 0;
        padding-left: 40px;
    }
    
    #top .av-submenu-container {
    background-color: transparent;
        transition: background-color 0.4s ease 0s;
    }
    
    #top .header-scrolled + #main .av-submenu-container {
    background-color: #fff
    }

    the result you can see here: http://webers-testseite.de/enf02/beispiel-seite/
    the rest will be styling the menu and vor responsive to set the sub-menu to display none

    • This reply was modified 9 years, 3 months ago by Guenni007.
    in reply to: Footer background problem #462283
    #socket.container_wrap.socket_color {
        background: rgba(0, 0, 0, 0) url("//www.crestedbuttecomputers.com/dev/skyhigh/wp-content/uploads/2015/06/black-diamond-plate-copy.jpg") repeat fixed center center !important;
    }
    • This reply was modified 9 years, 3 months ago by Guenni007.
    in reply to: Footer background problem #462282

    well you want the same background in socket as it is in footer background?
    so did you read my answer?

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

    look to the socket

    in reply to: make mobile version more user friendly? #462191

    yes and i know why its wrong with your input – becaus quotation marks in your text must be replaced by html entities e.g: ”

    and by the way with navigation under the logo the scroll setting makes no sense.

    in reply to: make mobile version more user friendly? #462189

    so lets try togehter:

    in child-theme functions.php:

    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    function kriesi_logo_addition($sub) {
    	$sub .= "<strong class='logo-title'>&ldquo;… the natural route to a healthy complexion</strong>";
    	$sub .= "<strong class='logo-title logo-subtitle'>and a younger-looking you…&rdquo;</strong>";
    	return $sub;
    }

    on quick css:

    #top .logo, #top .logo a {
        overflow: visible;
    }
    
    #top .logo img {
        float: left;
    }
    
    #top .subtext {
        float: left;
        position: relative;
    }
    
    #top .logo-title {
        color: #000;
        font-size: 20px;
        left: 7px;
        opacity: 1;
        position: absolute;
        top: -15px;
        transition: opacity 0.4s ease-out 0s;
        white-space: nowrap;
    }
    
    #top .logo-subtitle {
        color: #aaa;
        left: 60px;
        top: 15px;
    }
    
    #top .header-scrolled .logo-title {
        opacity: 0;
    }
    

    and for mobile :

    @media only screen and (max-width: 770px) {
    .responsive #top .logo-title {
        opacity: 0;
    }
    }

    this looks than this way:

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

    in reply to: make mobile version more user friendly? #462176

    perhaps you can do the phonenumbers in the menu on top – this has the opportunity that mobile users can click on it.
    And you have one problem of the logo less.

    Perhaps your customer likes the solution of kriesi here on Board : have a look what happens to the Kriesi.at/Premium Themes
    Info when scrolling down.

    in reply to: Table Font color #462167

    what is the looking of the table you want? white background with white font color ???

    Well never the less there is a rule in enfold that every 2nd tr gets a different font color

    .main_color table caption, 
    .main_color tr:nth-child(2n), 
    .main_color .pricing-table > li:nth-child(2n) {
        color: #919191;
    }

    your can set your desired font-color by eg. :

    .main_color tr:nth-child(2n) {
        color: #000 !important;
    }
    in reply to: Footer background problem #462165

    well why aren’t you using the enfold options dialog for that.
    Even the body background could be set by that without any plugin (for static backgrounds).

    • This reply was modified 9 years, 3 months ago by Guenni007.
    in reply to: decrease space #462164

    this is hard to see only from a screenshot. Is there a link for us.
    If you don’t like to post it in public use the private option on comments.
    But than i could sadly help you.

    in reply to: Soft Hyphenation #462077

    oh pardon me- i was looking for a similar still actual problem.
    On special headings the shy did not work !!!

    so i give my two cents to it.
    i didn’t recognized the date of the request

    in reply to: Megamenu style and numerb of column #461626
    in reply to: regenerating thumbnails – wrong image sizes #461624

    i used this for a similar Problem

    https://wordpress.org/plugins/regenerate-thumbnails/

    in reply to: Soft Hyphenation #461569

    often you can use instead :
    &#173 and behind the 173 a semicolon

    try it

    i had now the same problem because i want some headings to break on certain points but on special Headings the &shy; does not work

    sorry the code above is translated allthough it is set in to code tags so there is that stupid instruction

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

    well first of all, if you don’t post your website link in private reply that is definitly your fault;

    The ranking in Google of this Support Forum is so brilliant because of the perfect and very direct help you get here in a daily routine.
    Try other support forums please! This is really unusual.

    What people find on Google about this support forum is that problems (and very often these problems are sourced to the user not to the theme) find a fast help.

    just my two cents from another participant

    Günter

    in reply to: Add Google Font to all parts of Enfold #460946

    Well you can set the fonts too on Enfold Options Dialogs.
    On “General Styling” there are Fonts on the last Tab.
    And if you want you can set on “advanced Styling” too font-family and in one setup the text-transform, text-color etc.

    edit: :lol “changed” :)

    • This reply was modified 9 years, 3 months ago by Guenni007.
    in reply to: Mega Menu, 7 column #460867

    my thought ismael was that he dislikes the 6/1 automatic view
    so my tip goes to a custom set via Menu Option to a 4 first line / 3 beneath look

    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, 3 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, 3 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, 3 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, 3 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, 3 months ago by Guenni007.
Viewing 30 posts - 10,321 through 10,350 (of 10,647 total)