Viewing 30 results - 99,631 through 99,660 (of 142,854 total)
  • Author
    Search Results
  • #591214

    You can check the list of recommended plugins here:

    Regards,
    Josue

    #591201

    Hey!

    Try adding this code to the Quick CSS:

    #footer .input-text, #footer input[type="text"], #footer input[type="input"], #footer input[type="password"], #footer input[type="email"], #footer input[type="number"], #footer input[type="url"], #footer input[type="tel"], #footer input[type="search"], #top textarea, #top select{
         margin-bottom: 0;
    }
    
    #footer td{
        padding: 5px 0;
    }
    

    Cheers! 
    Josue

    #591191

    Glad to hear that, i’ll close this topic.

    Regards,
    Josue

    #591179

    In reply to: Possible?

    #591166

    Hola,

    Prueba con esto:

    #top tr:nth-child(odd){
        background: red;
    }
    
    #top tr:nth-child(even){
        background: yellow;
    }
    
    #top .tab {
        background: blue;
        font-size: 22px;
    }
    
    #top .active_tab{
        background: green;
    }

    Modifica lo necesario.

    Saludos,
    Josue

    #591163
    Taryn
    Participant

    Hi,
    I’ve seen several posts on this issues, and I’ve tried the suggestions in them all, and can’t get anything to work on this page: http://edwardsvilleinjurylawyer.com/.

    Right now, I have the following, with the id “hometopimage” in the correct spot in the Color Section on the page:

    @media only screen and (max-width: 767px) {
    #hometopimage { background: none !important;
    }
    }

    It’s having zero effect on mobile. What am I doing wrong? I’m trying to hide it just for now – eventually I need it to scale correctly, but I can’t even get it to hide, so figured I’d take one step at a time.

    Thanks!

    #591159

    In reply to: Random Post Slider

    Dear Vinay,
    I am still looking for Random Slider.
    It did find some support provided by Kriesi this seems a like what I have requested.
    Can you maybe check.
    https://kriesi.at/support/topic/change-slider-order-to-random/

    Another question related to this.
    How can I get TAGS displayed in the post slider?

    Thanks for taking time to provide support :-)

    #591152

    Topic: 6 column grid

    in forum Enfold
    timchurchman
    Participant

    Hi, this problem was resolved by you guys, but i am unable to create a 6 column grid after a Enfold Theme update?

    The process followed previously was:

    Adding the **code below to Enfold theme options – general styling – quick cc. Then once added create a color section and add 6 1/5 columns

    @media only screen and (min-width: 990px) {
    #six-columns .column-top-margin { margin-top: 0px !important; }
    #six-columns div .av_one_fifth { width: 15%!important; margin-left: 2%; }
    #six-columns .first { margin-left: 0!important; clear: none; }
    #six-columns .el_after_av_one_fifth { margin-left: 2%!important; }}

    Unfortunately not working anymore?
    Switched off unnecessary plugins but still not working.

    Let me know if anything has changed.

    Thanks in advance.

    #591139
    hookedonweb
    Participant

    On the homepage I have two blog page builder elements each displaying different categories.

    The problem is the pagination does not work on either. When you press a page number the page refreshes, but the blog posts do not advance.

    After troubleshooting (looking at server error logs, wp begug, browser errors, one blog element not two, grid verses other layout, etc.) it seems to a problem only when the blog element is used on the home page.

    I discovered this after manually making a duplicate of the home page to eliminate any issues with the page. Pagination worked fine. So I figured it was something specific to the home page. I took the test page and turned it into the homepage, set it as home in WP and Enfold, etc. Unfortunately, the pagination stopped working.

    I only have a homepage defined in WP Reading and Enfold admin. There is not page assigned to blogs.

    WP and Enfold are current the only plugin that is not current is Formidable Forms.

    BUG #2
    On my non-homepage, the test page I discovered that with two blog page builder elements on the same page, the pagination of one follows the other. For example, if I advance to page 5 on one posts refresh to page 5 on both.

    #591104

    In reply to: Logo

    Thanks, it’s done. here’s the CSS code i’ve used:

    @media only screen and (min-width: 767px) {
      #header_main > .container {
        display: none;
      }
    }
    
    @media only screen and (max-width: 767px) {
        .menu-logo {
            display: none;
        }
    
    }
    
    .menu-logo img {
        height: 80px;
    }
    
     .menu-logo .avia-menu-fx{
         display: none;
     }
    
    .html_header_top.html_header_sticky.html_bottom_nav_header #main {
        padding-top: 83px;
    }
    
    .html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child, .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
        height: 80px;
        line-height: 80px;
    }
    #591071

    Yeah i can see what you’re trying to do here, thing is, using a pseudo element is limiting for what you want to achieve, i’ve managed to find a better solution.

    1. Change your Masonry settings to the following – http://screencast.com/t/UTNIf4Re0

    2. Remove your custom Masonry CSS code and paste this instead:

    .avia_desktop.avia_transform3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content{
        transform: none;
        -webkit-transform: none;
        width: 100%;
        height: 100%;
        bottom: 0;
        display: table;
        text-align: center;
        padding: 20px;
        background: transparent;
    }
    
    .av-inner-masonry-content-pos {
        display: table-cell;
        vertical-align: middle;
        background: white;
    }
    
    .avia-arrow{
        display: none;
    }
    #591067

    In reply to: Vimeo Video

    Hey smallisland!

    would be best in the future to use different tickets for different questions.

    1.) Try to deactivate all plugins, to check which one is causing this issue.

    2.) This is default behavior, as the video needs to be reloaded.

    3.) Autoplay on mobile won’t be possible due to restrictions by the vendors of mobile devices. That is why we implemented a fallback image option into the theme.

    Navigation is displayed by vimeo. Ask their support team how to achieve this.

    Best regards,
    Andy

    #591063

    Thank you.

    The form is still not showing on the homepage tho, on desktop or mobile.

    I’m sure it’s something simple that missing.

    Thanks!
    Sarah Wehkamp

    #591058

    Topic: color box too deep

    in forum Enfold
    cagraphicdesign
    Participant

    I am creating a landing page within an already established enfold website. It is at the top of the page and no matter what I do it ends up being very very deep with an enormous amount of space at the top. Because it is a special landing page I chose the option to HIDE HEADER. Is there another way to do this to avoid that big area at the top?
    I have login info in private content.

    Thanks!

    #591055
    mouselab
    Participant

    I just got answer to this question:
    https://kriesi.at/support/topic/change-color-in-textboxes-in-fullwidth-easy-slider/
    and I’ve added the CCS code in to the Quick CSS filed. It worked :)

    … but after the code was added to the Quick CSS field, the changes I’ve made in Advanced Styling is not working.
    E.g the H1’s should be green and H2’s should be orange … but they are now all gray.

    If I remove the code from the Quick CSS field it’s all working again … but is Quick CSS conflicting with Advanced styling?

    Hope you can help … again.

    Jesper

    #591052

    Hi

    I just noted another problem with these pages:
    If you compare the start page with any of the other pages: the very top menu (containing 3 items, above the logo) has a thin dotted border-bottom-line.
    On the start page this thin line appears only if the visitor scrolls the page. On all other pages it is there all the time – which is awful.

    Regards
    Karin

    #591024

    Topic: woocommerce client

    in forum Enfold
    verodapos
    Participant

    Hi, the client login it’s not working.
    At the Checkout page, at the top it ask me if i’m already a client so I can login, when I try to login with the password I created the first time I purchased (the creation works fine), nothing happen.

    Could you please take a look at it?

    The url is:

    shop: http://hastalamasa.com.ar/hlm/encargo/
    checkout: http://hastalamasa.com.ar/hlm/checkout/

    Thanks!

    #591013

    In reply to: Logo

    Can you expand on what issue you’ve encountered? i’m talking specifically about this reply.

    Best regards,
    Josue

    #591010

    Oh I see. But is there a way to disable the “jump to top” anyway?

    I’ll be editing the menu animation if necessary, so that wont be an issue

    Thanks

    #591000

    Hey!

    That is intended as mobile menu shows menu items at the top of the page. If it was not auto scrolled to top when you click to open mobile menu, you would need to scroll manually :)

    Best regards,
    Yigit

    #590962

    Hi,

    I’m not sure it’s necessary, just because this is the default behaviour of the theme :) If you open http://kriesi.at/themes/enfold/ and shrink the window to a tablet size, you’ll see the sticky mobile menu. Now if you scroll down and then click the menu icon, the scroll will instantly jump to the top as the menu opens, which creates the weird effect I’m trying to get rid of!
    And if you close the menu afterwards, you can confirm that you are indeed at the top of the page.

    Thx!

    #590956

    Hey!

    you can find our recommended plugin list here: https://kriesi.at/support/topic/recommended-plugins/

    Try to activate a default WordPress theme to check if features image is working there for you or not, and let us know about your results.

    Make sure to read this: https://codex.wordpress.org/Function_Reference/register_post_type.

    Cheers!
    Andy

    #590947

    Hi,

    please have a look at my website to see that the php code is not evaluated. I activated the plugin of course and used the code element.

    What I am trying to do is to add language flags to on the very top of my website. While I already found a solution for the default theme (add the flags to the menu – see 2nd link) I can’t get it to work for the “no header no footer” theme because I have no menu where I can place the flags on to and I don’t know which files I do have to modify.

    Regards

    #590937

    In reply to: Post Summary

    Hi Karin!

    Please edit your post and then click “Screen options” on the top right corner and check “Excerpt” and then scroll below your content and add your excerpt in “Excerpt” field.

    Cheers!
    Yigit

    #590916

    Hey Marcel!

    Please upload your images in color and then add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .avia-logo-element-container img {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: gray;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
        -moz-transition: all .6s ease;
        -o-transition: all .6s ease;
    }
    #top .avia-logo-element-container img:hover {
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: none;
    }

    Cheers!
    Yigit

    #590908

    Hi Alexander!

    If you would like to change the position of arrows, please refer to Josue’s post here – https://kriesi.at/support/topic/blog-post-previous-and-next-arrows/#post-185493
    If that is not what you meant, please elaborate.

    Cheers!
    Yigit

    #590901

    In reply to: Logo

    #590890

    In reply to: edit image

    Hey!

    Please add following code to Quick CSS

    .page-id-663 #av_section_1 .content {
        padding-top: 0!important;
    }

    Best regards,
    Yigit

    #590884

    In reply to: edit image

    thanks yigit. i little bit up please :) :) :) to the top of the browserwindow.

    #590862

    In reply to: Mobile issues

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    .responsive .logo img { max-height: 100%; }
    .responsive .logo { margin-left: 0 !important; }
    .home #av_section_1 .content {
        padding-top: 190px;
    }}

    Cheers!
    Yigit

Viewing 30 results - 99,631 through 99,660 (of 142,854 total)