Viewing 30 results - 83,941 through 83,970 (of 142,641 total)
  • Author
    Search Results
  • #749532
    PtboRelic
    Participant

    Why is it so hard to embed a Vimeo video in Enfold? The proportions are wrong, there are huge black bars top and bottom.

    Isn’t this a built-in WordPress feature? I own multiple Enfold licenses and I run into this again and again… Please advise on how to make this simple thing work. I’ve attached a link to an example. Thanks.

    #749508

    I did provide a link in my post, it’s in the private data.

    It’s Layer Slide WP, on my laptop’s screen it works finely, but on bigger screens it runs smaller

    Hi Rikard,
    yes, you may close the topic. But I would be glad if you could solve this problem with one of the next updates. ;-)

    Many thanks & best regards,
    Petra

    #749503
    Camilla88
    Participant

    Hi,

    The top block with the text ‘book your class now’. Which block is used here?

    #749490

    The theme is new only just downloaded it and I had to install it via FTP as the limit on file uploads is set at 20MB (FastHosts are next to useless and will not make any changes for me)

    I am assuming it is to do with the standard templates but no matter what I do I can’t get it to vanish? The only way it did work was when the .htaccessfile was not working which only showed the homepage, it seems whenever there are several menu pages I just can’t get rid of the area at the top?

    #749475

    Hi,

    to re create it use this code:

    aside.sidebar.sidebar_sidebar_right.smartphones_sidebar_active.alpha.units {
    background: green;
    }
    #top .widget_nav_menu ul ul li a:hover {
    color: white;
    border-left: 4px solid yellow;
    }

    and adjust as needed. Maybe best to hire a freelance developer for any further customizations.

    Best regards,
    Andy

    #749446

    Kriesi,

    I have purchased 44 of the Enfold template in just 1.5 years.

    I cannot in good faith purchase or recommend your theme any longer unless provided assistance. My client and I have tried to get assistance for TWO WEEKS now, and have received no valuable help.

    Please move this to a top tier level of support.

    We cannot save anything.

    We have done all due diligence and troubleshooting:
    1. Turned off plugins.
    2. We replaced full theme.
    3. We replaced core WP
    4. Upped memory limits.

    Please have an advanced tech look at our site.

    Thank you.

    #749443
    netfex
    Participant

    Dear team

    I am setting up a new website and imported the “creative studio demo”.
    Unfortunately the menu is not working as predefined. The menu is showing text instead of icon on the top right.
    Maybe this is an easy fix, but I couldnt find the correct setting yet…

    In the Header settings it shows “Display of menu items” – “display as icon” … but its not working actually.

    #749428

    Hey!

    Please try adding following code to Quick CSS

    .iconbox_top .iconbox_icon, .iconbox_top .iconbox_icon * {
    font-family: 'Helvetica' !important;
    }

    Regards,
    Yigit

    #749407

    Hi,

    Yes, try using this css code and remove the last one I gave:

    #top .sidebar_left .content {
        padding-left: 0 !important;
    }
    .sidebar_left .inner_sidebar {
        margin-right: 20px;
    }

    Hope this helps.

    Best regards,
    Nikko

    #749398
    frifoto
    Participant

    Hi
    Is there a way to have a top logo going from far left and above main content, and also have a left side menu?

    #749390

    Hi,

    1. Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .avia-content-slider {
        opacity: 1 !important;
    }

    2. Please add this to Quick CSS:

    .slide-content span.blog-categories.minor-meta, 
    .slide-content .slide-meta-comments, 
    .slide-content .slide-meta-del {
        display: none !important;
    }

    As for the 2nd thread, can you give us a temporary admin access? so we can atleast check the backend settings for both posts.

    Best regards,
    Nikko

    #749389

    Hey Jessica,

    On mobile devices columns would be stacked up on one another since it will be made into a single column. As for the phone being a bit too small on mobile device, can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #top #features .flex_cell.av_one_half {
        background-size: 150% auto !important;
      }
    }

    Hope this helps.

    Best regards,
    Nikko

    #749385
    AmberjadeRochi
    Participant

    Hello Support,

    Im struggling to get my 4 X 25% columns full width. The images are very big (612px wide) X 4 of them, but it is still in a block like it is almost in boxed view? – I tried everything – and worked through the topics listed.. My row Settings are set to no space between columns..
    It is the second time Im struggling with this so I’m obviously doing something wrong? Please let me know?

    #749379

    Hey!

    Sorry for the late reply!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 768px) {
    .caption_left .slideshow_caption {
        width: 100%;
    }
    #top .flex_column_table { 
    margin-top: 0 !important;
    }}
    

    Due to compatibility issues, videos in sliders are disabled on mobile. However you can refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ and add video element to your page and only display it on mobile

    Best regards,
    Yigit

    #749373
    andrzejkozdeba
    Participant

    Hello,

    I have a problem with proper display of Grid Row Section on iPad and only on iPad.
    I have row with 4 columns: Text, image, text, image. On iPhone, iPad horizontal and on desktop everything looks nice but when you try to watch page on iPad vertical images partly cover texts.

    I tried to edit value of:

    @media only screen and (max-width: 767px)
    .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    }

    @media only screen and (max-width: 767px)
    .responsive #top #wrap_all .av-flex-cells .no_margin {
    display: block;
    margin: 0;
    height: auto !important;
    overflow: hidden;
    padding-left: 8% !important;
    padding-right: 8% !important;
    }

    To 967, even 1200 but it doesn’t work. I’d like to have the same style on iPad vertical as on iPhone.
    I tried everything from tag “grid row”. None of codes worked for me.

    Can you help me?
    Best regards,
    Andrzej

    #749371

    Hi Nikko!

    The code almost worked. It created the burger menu as I wanted, but when I click on it on the desktop view, it doesn’t expand (nothing happens). Can this be fixed?

    Thank you!

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 1024px) {
    .responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header {
        max-width: 100% !important;
    }}
    

    Best regards,
    Yigit

    #749348

    Hi,

    you can’t use ALB for this page, as it’s not controlled by the theme, but by WooCommerce. Refer to: https://kriesi.at/support/topic/change-a-product-category-page-layout/#post-526743

    Best regards,
    Andy

    #749331

    Hi,

    as far as I can see it your widget menu is already centered. For a border use this code inside Quick CSS field:

    #top .widget_nav_menu li a {
    border-bottom: 1px solid white;
    }

    Best regards,
    Andy

    #749314

    Hey wpler,

    schaue dir diesen Post mit einem möglichen Workaround an: https://kriesi.at/support/topic/using-alb-with-custom-post-type-and-meta-information/#post-580144

    Hoffe das hilft!

    Gruß,
    Andy

    transdesign_dk
    Participant

    Hello there! I’m working with a client on a website (link and admin credentials in private content), and he’s opted for the main menu in the left sidebar. I would love to able to make this sidebar-menu fill 100% of the viewport height, as this layout (in always-sticky-mode) doesn’t really work responsively; at viewports with small heights the lower menu-points doesn’t show.

    Is there a way to make these elements have a fixed percentage height? So that, for example, i could have the logo-element be 40% of screen height, and then have 6 menu-elements each having 10% of screen height?

    I’ve already used following css in my childtheme to resize the width of the whole sidebar to a fixed 20%;

    @media only screen and (min-width : 1024px) {
    .html_header_sidebar .logo
    {
    position: relative;
    clear: both;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    }

    .html_header_sidebar #top #header
    {
    width: 20%;
    }
    .html_header_left #main
    {
    margin-left: 20%;
    position: relative;
    }}

    I’ve been searching around the forum for a while for a solution but haven’t been able to find one that works for me yet; if one exists and I’ve been oblivious then I’m sorry! :)

    I still enjoy the heck out of enfold, thank you for this wonderful theme!

    #749307

    Hi,

    with this code you can change font size of the icon in question:

    .iconbox_top .iconbox_icon {
    font-size: 30px;
    }
    #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before {
    font-family: 'Helvetica';
    }

    Adjust as needed.

    Best regards,
    Andy

    #749304

    Hi,
    I guess the topic can be closed :)
    best regards
    christian

    Hey!

    WHen you reply to your own topic, so many times, your request goes last and we can not handle it.
    Every time you reply, the position of the topic goes last.

    Please disable WordFence so we can login and we will check anything else.
    Thank u

    Regards,
    Basilis

    #749289

    Hey dennishaarman!

    
    #top .price span {
    font-size: 24px !important;
    color: #000 !Important;
    }
    #top form.cart .button {
    background: orange !Important;
    }

    let us know if thta solves your issue.
    Thanks a lot

    Regards,
    Basilis`

    #749273

    Topic: Underline Headings

    in forum Enfold
    philoakley
    Participant

    Hi
    I am trying to underline H1 headings with a thick black line with a significant gap under (say 18px) that works end to end of the title. The (fat) line item works fine on desktop but on mobile resizes so it does not underline the word properly.

    Is there a way to get an underline to stay end to end of the word in this style whatever the size of screen?

    Many thanks.

    #749267
    dennishaarman
    Participant

    Hi,

    On the product page in Woocommerce, I would like to have the price bigger and in a different color (black).

    And I also would like to have the button “In winkelmand” in a different color (orange) and positioned more to the top.

    Is that possible with Quick CSS?

    Many thanks in advance..

    #749266

    Hi Ismael !!!

    Thanks for the reply, I am still having major problems trying to get the list view to work correctly within the Enfold theme. My problem is that the product image and the short description of the product actually stack ontop of each other, rather than displaying side by side as you would expect.

    I tried adding the css as you suggested but unfortunately I still have the same issue, the css cantered the product image but it still sits on top of the short description instead of sitting beside it. When I switch themes to the “twenty seventeen” the list view displays correctly and as you would expect, so it must be something to do with how enfold handles the product image view ?

    I have included screen shots to show how it is displayed both with and without the css modification you suggested and also of what I want the list view to look like, demonstrated within the twenty seventeen theme.

    list view with no modifications
    https://drive.google.com/open?id=0Bzw2xC-yOliKcWVfZ01pbkVreEk

    list view with suggested css modification
    https://drive.google.com/open?id=0Bzw2xC-yOliKSm52Z1Z0Y0RrQUk

    list view displaying correctly in twenty seventeen theme
    https://drive.google.com/open?id=0Bzw2xC-yOliKM3Yzd3VkMTQtNkE

    Thanks for you help on this one Ismael it is very much appreciated !!! I really hope you can get to the bottom of this for me !!

    Regards

    Pete

    • This reply was modified 8 years, 11 months ago by gtekit.
    #749263

    Topic: Moderator?

    in forum Enfold
    SoundComposer
    Participant

    Can someone of the moderators please bid in on my support request?

    I’m stuck and can’t make it work…

    Thank you!

Viewing 30 results - 83,941 through 83,970 (of 142,641 total)