Viewing 30 results - 84,031 through 84,060 (of 141,768 total)
  • Author
    Search Results
  • #739685

    Hey!

    Indeed the images are different in size but of a similar proportion, is that what causes the error?

    Yes, probably. The isotope script miscalculates the position of the items somehow. Unfortunately, we don’t know of any fix for this yet. Please try to use images with the same size and proportion.

    Cheers!
    Ismael

    #739676

    In reply to: Small arrow right side

    Hey hannerinc!

    Thank you for using Enfold.

    Please replace the css code with this.

    #top .flex_column.arrow-container {
      position: relative;
      background: #d50d0d;
      border: 4px solid #d50d0d;
      z-index: 9999;
    }
    
    #top .flex_column:before {
      display: none;
    }
    
    #top .flex_column.arrow-container:before {
        right: auto;
        top: 50%;
        content: "" !important;
        height: 0;
        width: 0;
        position: absolute;
        display: block !important;
        border-style: solid;
        border-width: 12.5px 20px 12.5px 0;
        border-color: transparent #d50d0d transparent transparent;
        left: -20px;
        visibility: visible !important;
        margin-top: -12.5px;
    }

    Cheers!
    Ismael

    Hi ChichesterDesign!

    Thank you for using Enfold.

    Please try to decrease the font size and the padding of the menu items for smaller screens.

    @media only screen and (max-width: 1200px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
        padding: 0 10px;
        font-size: 12px;
    }
    
    .responsive #top .cart_dropdown {
        position: absolute;
        right: 7.5%;
    }
    
    .responsive .main_menu {
        position: static;
    }
    }

    The css code above will also adjust the position of the cart icon.

    Regards,
    Ismael

    #739668

    Hi lech07!

    Thank you for using Enfold.

    1.) Are you resizing the browser in order to reproduce the issue? Please note that this video will be disabled on an actual mobile device. Did you modify the js > shorcodes.js file? Please look for the thread here.

    // https://kriesi.at/support/profile/lech07/topics/

    2.) Did you enable the color section’s Section Background > “Hide video on Mobile Devices?” option?

    Best regards,
    Ismael

    #739667

    In reply to: Portfolio Grid

    Hi alonarad!

    Thank you for using Enfold.

    1.) Please refer to the following link.

    // https://kriesi.at/support/topic/rtl-portfolio-grid-2/#post-714685

    2.) Could you please provide a link to the page? And a screenshot of the layout that you want.

    Cheers!
    Ismael

    #739662
    Mark Hancock
    Guest

    I tried logging in using IE, and it won’t log me in. I also can’t see anywhere on your site where you can change your credentials, although I don’t think I am logged in right now anyway since when I try to access Support it says “You must be logged in to create new topics” at the bottom of the list of topics already reported. This is becoming very frustrating to me that I can’t get help from you to resolve this login issue, which also means I can’t get help with the problem I have with my website which is that the top menus bleed into the icon, and the dropdown menus are transparent and the font is dark blue so they are almost invisible then they drop down. This seems to have occurred after the last 2 WordPress updates.

    #739661
    articulatedbrands
    Participant

    Having trouble with LayerSlider not showing up across top of many of my website pages (url below). Is this a known problem with older versions of Enfold? Been great for the past year or so; not sure what happened. I’ve already downloaded the 6.0 version, but can’t have two versions running either. Any help here most appreciated! (Have already done all plug-in conflict checks, called host about site errors, etc.)

    #739656
    UNBUENPLAN GROUP
    Participant

    Hello Ismael,

    To see if you can help me, to be able to hide the top menu only when scrolling.

    Thank you very much!

    #739653
    xuamox
    Participant

    Hi,

    How do I change the background color for just one page? same for fonts?

    I tried this css from other threads, but no luck

    #top.page-id-1088 {
    background-color: #000 !important;
    }
    

    thanks

    #739648

    Hi,

    yes you can do this: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then use a code inside of Quick CSS field like this for example:

    For desktop:

    .your-custom-class {
    display: none;
    }

    For mobile only add media queries:

    @media only screen 
      and (max-width: 736px) {
    .your-custom-class {
    display: none;
    }}

    Best regards,
    Andy

    Hey DROR,

    use this code inside Quick CSS field:

    .avia-menu-subtext {
    margin-top: 20px !important;
    }

    and adjust as needed.

    Best regards,
    Andy

    #739641
    #739626

    Hi vegasft,

    Ok, I’ve checked that on shrinked desktop browser and it didn’t work.
    However when I open the website on mobile, then it resolves correctly.

    #739621
    rlhinirv57
    Participant

    Hello, I saw the thread at: https://kriesi.at/support/topic/events-calendar-breadcrumb-shows-events-twice/ and tried everything listed but that didn’t solve the issue. What else can I do?

    Thank you for your excellent support team!

    #739616
    csmwebdesign
    Participant

    Hi there,

    One of my client sites uses the Enfold Post Slider on the homepage, however they have page titles of different lengths. This does look very good, so we would like to add a character limit, and append “…” if the character limit is reached.

    I have followed the advice provided on this thread, however this simply cuts off the characters once the limit has been reached, even if this is in the middle of a word. Do you have a more suitable code snippet?

    Many thanks

    #739612

    Never mind about the titles underneath.

    1. How can I change the height of the portfolio tiles?
    2. how can I change the overlay effect on hover to slide in from the top?

    Thanks Yigit

    #739604

    hello vinay.

    I need to make my header bigger so the gap between my header and content is reduced. I was able to adjust the space above the header, but not below the header with the code you provided. I need the header larger so that there is not gap ( see img url below for example). You provided a code to me (On january 25th, see above), but I was only able to adjust my transparent logo with the code that you provided to me:
    ( #top .html_header_transparency #main {
    padding-top: 53px !important;
    }

    There is a link in the private area of an img example, hopefully that clears it up.

    thanks again vinay

    hcd00045
    Participant

    Hello,

    I am trying to add a fullwidth easy slider element to my page. This was working previously, but now when I click an image to edit properties, I get a popup saying “Error fetching content – please reload the page and try again”. Reloading the page is not helpful.

    For what it’s worth, I am seeing that the call to admin-ajax.php is resulting in an HTTP 500 response code. Below is the form data, from the Chrome Inspector. Note that I recently updated this site to WP 4.7.2, wondering if that explains why it worked before and not now …

    Any help would be most appreciated.

    POST data to admin-ajax.php:

    action:avia_ajax_av_slide_full
    params[subelement]:true
    params[extract]:true
    params[shortcode]:[av_slide_full id='43193' slide_type='' video='http://' mobile_image='' video_format='' video_ratio='16:9' video_controls='' video_mute='' video_loop='' video_autoplay='' title='' custom_title_size='' custom_content_size='' caption_pos='caption_bottom' link_apply='' link='' link_target='' button_label='Click me' button_color='light' link1='' link_target1='' button_label2='Click me' button_color2='light' link2='' link_target2='' font_color='' custom_title='' custom_content='' overlay_enable='' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern=''][/av_slide_full]
    
    params[_ajax_nonce]:5908359dfc
    ajax_fetch:true
    instance:2
    avia_request:true
    #739583

    Checking again, it looks like anchors work on the home page in Internet Explorer, but stopped working in Chrome. Adding the entire page reference with the #anchor works – but forces a page refresh which is very annoying. Are there any work arounds for Chrome to work with Anchors?

    #739544
    dbgruber
    Participant

    Since upgrading to version 3.8.4 of Enfold, our site’s Anchors on the home page stopped functioning. Also, the font size and transparency of the Icon list items (used just below scrolling banner on home page) are hardly visible.

    I have been unable to find a solution for these issues.

    #739538
    mpaska
    Participant

    I need to make the newsletter sign-up form layout horizontally and centered. I figured out horizontal with help from forums, but am stuck on centering. Here’s what I did so far:

    .avia-mailchimp-form .form_element > * {
    text-align: center;
    }
    /* Custom mailchimp form*/

    .avia_ajax_form p {
    width:auto!important;
    }
    .avia_ajax_form .first_form {
    clear: none!important;
    }
    .modified_width .button {
    margin-top: 0px;
    }

    #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area {
    width: 100%;
    margin-bottom: 0;
    display: inline;
    min-width: 50px;
    padding: 10px 50px 10px 10px;
    border-radius: 2px;
    }
    .modified_width .button {
    width: 100%;
    padding: 10px 12px 10px;
    min-width: 0;
    }

    #739497

    Hey Sina

    Duplicated – https://kriesi.at/support/topic/woocommerce-single-page/

    Regards,
    Yigit

    #739480

    Hi,

    Currently the workaround would be hiding your element on mobile and displaying another one which is hidden on desktop. You should simply clone your element and replace image and text positions.

    Best regards,
    Yigit

    #739467

    Hi!

    Please add Fullwidth Sub Menu element to your page with your anchor links and choose to hide it on desktop by referring to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/

    Regards,
    Yigit

    #739463
    DLPJRos
    Participant

    Two days ago I opened a topic about the same problem but with no response unfortunately. I really need to solve this, so again:

    The category archive pages show my full blog posts in one long list (see my first private link). However, i’d like those pages to be like my main blog page, which shows a list of excerpts instead of the full posts (see my second private link). Is it possible to achieve that? On this forum I found this code, but when I add it to the functions.php of the Child theme nothing happens:

    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); 
    function avia_change_category_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'multi-big';
    return $layout;
    }
    
    #739437

    Hey!

    Have you tried hard refreshing? It really does not show up any longer on my end. It is simply the top border of section that comes after your masonry.

    Also, can you please upload your screenshots on imgur.com or Dropbox public folder and post the links here?

    Cheers!
    Yigit

    #739423

    Hello again, Rikard,

    Cleared the cache but the problem persists.

    In Safari. on my desktop, the page looks fine but when you click on the images in the gallery they appear for a second and the screen goes blank. In Chrome, Firefox and Opera, they appear as they should.

    The disappearing image happens on my iPhone as well but not the iPad. The Mac and iPhone are running the latest systems which upgraded recently. And that’s when the issue happened. The iPad is an older model and has not been upgraded.

    Thanks! Barbara

    I have the same problem: After selecting a portfolio item you can only browser through all portfolio items. It is not limited to the categoriy of the selected item. I’ve tried the script above, but it doesn’t work.

    I’ve also found this: https://kriesi.at/support/topic/previousnext-buttons-on-portfolio-items-restrict-to-1-category/#post-177888. The post at the end of this dialogue says: It doesn’t work, but might be fiexed in WP 3.7 or 3.8.

    Now we have WP 4.7.2 and it isn’t fixed until now(?). Is there still no possibility, that the user clicks a portfolio item e.g. “Websites” and than he or she only can browse through all “Website” portfolio items?

    Thank you, Jan

    suppenhuhn
    Participant

    Hi,
    i’m using a boxed layout with top header and sidebar is set to the left ( on pages ). But it appears always below the main content instead of the left side like it should.
    Is there any known issue? Using WP + Enfold Child – both latest versions.

    • This topic was modified 8 years, 5 months ago by suppenhuhn.
    #739389

    Hey sjahan,

    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: 767px) {
    #top #header_main > .container .main_menu ul:first-child > li > a{
        height: 50px!important;
        line-height: 50px!important;
    }}
    

    Best regards,
    Vinay

Viewing 30 results - 84,031 through 84,060 (of 141,768 total)