Forum Replies Created

Viewing 30 posts - 23,581 through 23,610 (of 66,702 total)
  • Author
    Posts
  • in reply to: Fullscreen Slider – Image not displaying on iPhone #1077285

    Hi,

    Thanks for the update.

    Yes, the image is visible on our end but then again we’re just using a device emulator from the browser, so that’s probably why it displays fine.
    We’ll ask the rest of the team to check it on actual iPhone. Which simulator are you using?

    Best regards,
    Ismael

    in reply to: column edits not saved #1077283

    Hi,

    Thanks for the update.

    We managed to duplicate the columns and add a few text blocks on that page.
    Which browser are you using? We used Chrome on Windows 7 to edit the page.

    Best regards,
    Ismael

    in reply to: Featured Image not showing up in post #1077281

    Hi,

    Thanks for the update.

    The featured image is not going to display if the post is using the advance layout builder (ALB). Switch to the default editor if you want to display the default featured image. Or leave the ALB active and add an Image element manually in place of the default featured image.

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    1.) The css files are compressed. Did you toggle the Performance > File Compression settings after adding the css code?

    2.) Is that a variable product? Please provide a link to an actual variable product.

    Best regards,
    Ismael

    in reply to: Mobile View is incorrect #1077274

    Hi,

    Thanks for the update.

    This css code should adjust the width of the caption container on mobile view.

    @media only screen and (max-width: 1024px) {
      .caption_bottom .slideshow_caption .slideshow_inner_caption {
        width: 100%;
    }
    }

    Best regards,
    Ismael

    in reply to: Mega Menu format / look #1077273

    Hi,

    Thank you for the clarification.

    Replace the previous modification with the following css code to remove the bullet and change the menu item color to red.

    li#menu-item-833 .avia-bullet, li#menu-item-816 .avia-bullet li#menu-item-833, li#menu-item-816 {
        display: none !important;
    }
    
    #top #header .avia_mega_div > .sub-menu > li > ul li.menu-item-has-children a, #top #header .mega_menu_title a {
        color: red;
    }

    Best regards,
    Ismael

    in reply to: Masonry blog: show no separator AFTER the category term #1077270

    Hi,

    Thanks for the update. There’s nothing in the private field though. Please create a test page.

    Best regards,
    Ismael

    in reply to: Matching Local Fonts to Proper Font Weight Displayed #1077268

    Hi,

    Edit the page in the staging site and check if the special heading element’s “Heading Style” is set to “Heading Style Modern” instead of the “Default Style”.

    Best regards,
    Ismael

    in reply to: Layerslider video background not working on Chrome #1077266

    Hi,

    We’re still not sure why streaming more than one youtube video is not working. It doesn’t produce any errors, so it’s a bit difficult to debug. For now, please use a self hosted media file or a vimeo video.

    Best regards,
    Ismael

    in reply to: Comments not showing on posts #1077264

    Hi,

    Thanks for the update.

    We would like to access the site, but the login credentials are not working. Please provide a valid login account. Make sure that the Appearance > Editor panel is accessible so that we can edit the files if necessary.

    Best regards,
    Ismael

    in reply to: Custom Spinner – How to remove Text #1077263

    Hi,

    You can only override template files in the child theme, the functions-enfold.php file is not one of them. You have to copy the “avia_preload_screen” function inside the child theme’s functions.php file in order to override the default one.

    Best regards,
    Ismael

    in reply to: Parallax BUG nach Klicken auf Ankerpunkt-Navigation #1077261

    Hi,

    Does it work when you disable the Performance > File Compression settings? We can’t see any errors in the console, so it is quite difficult to figure out.

    Best regards,
    Ismael

    Hi,

    It doesn’t work. We tried both FTP and SFTP. Please create another login account.

    Best regards,
    Ismael

    in reply to: Enfold Theme & Avia Builder Issue #1077259

    Hi,

    Thanks for the update.

    The login credentials are invalid. What is the host name, and where did you get that info?

    Best regards,
    Ismael

    in reply to: Featured image for Pages #1077257

    Hi,

    We can’t find those settings. How do you set those modes?
    Please provide a screenshot using imgur or dropbox. Are you using a plugin?

    Best regards,
    Ismael

    in reply to: Top Menu all contents are not showing. #1077254

    Hi,

    You have to remove the comma from these selectors.

    .main_color span,

    #top .main_color .price,{

    And remove this css property.

    font-style: bold;
    

    Best regards,
    Ismael

    in reply to: Side menu subi-tems not visible for a long list #1077220

    Hi,

    Thanks for the update.

    We can’t split the sub menu items into separate columns, but we can use this css code to decrease the font size and padding of the menu items including the overall space between them, adjusting the overall height of the sidebar/header and in turn, moves the sub menu container upwards.

    .html_header_sidebar .logo {
        padding: 20px;
    }
    
    .html_header_sidebar #header .av-main-nav > li > a .avia-menu-text {
        font-size: 13px;
    }
    
    .html_header_sidebar #header .av-main-nav > li > a {
        padding: 12px 3px;
    }
    
    .html_header_sidebar #top .av-main-nav ul a {
        padding: 8px 15px;
        min-height: 18px;
        line-height: 18px;
    }

    Best regards,
    Ismael

    in reply to: Cannot connect to mailchimp with API key #1077214

    Hi,

    Thanks for the update.

    We were able to connect and verify the API key. We also created a test page with the subscription form and it seems to be working properly. (see private field)

    Best regards,
    Ismael

    in reply to: Enfold Mailchimp subscription widget Not working #1077203

    Hi,

    Thanks for the update. The server is refusing the connection, so it seems like our location are being blocked. (see private field)
    Please contact your hosting provider and ask them if there are any security options that are preventing us from accessing the file server. You can find our locations in the following page.

    // http://kriesi.at/about

    Best regards,
    Ismael

    in reply to: White space below Colour Sections (on Mobile Devices) #1077201

    Hi,

    Thanks for the update.

    Can you give us a screenshot of the area that you’re trying to remove? Please upload the screenshot to imgur or dropbox.

    Best regards,
    Ismael

    in reply to: White bar on header top #1077200

    Hi,

    Thanks for the update.

    We replaced the layer slider shortcode with the designated builder element to correct the layout issue. Please remove the browser cache before you check the page again.

    Best regards,
    Ismael

    in reply to: What Plugin i can install for hyphenation with Enfold? #1077197

    Hi,

    Are you using a Chrome browser? The hyphen property is not supported by major browsers including Chrome, so it won’t work there.

    // https://caniuse.com/css-hyphens/embed

    Use this css property instead.

    // https://www.w3schools.com/cssref/css3_pr_word-wrap.asp

    Best regards,
    Ismael

    in reply to: Single Post Page Issues #1077195

    Hi,

    The problem is that you don’t have all the elements for a post page when using the builder to create posts.

    Yes, that is correct. The default post elements are not available as a builder element or shortcode. You have to switch to the default editor if you want to see the default post layout.

    Best regards,
    Ismael

    Hi,

    Thank you for using Enfold.

    You can apply the “Maximum Container width” value to be the maximum width of the grid container and then set its margin to “0 auto”, so it perfectly aligns with the default container. Have you tried that?

    For example, assuming that there is only 1 grid element in the page, you can use this code:

    #av-layout-grid-1 {
        width: 1410px;
        margin: 0 auto;
        background: red;
    }

    You can replace the generic selector with the element’s Section ID or enable the custom css class field.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    Have you tried installing a cache plugin, or did you optimize the site yet? Optimizing the site should decrease the delay for the initial useful paint or rendering. It’s not necessarily connected to the fade in effect. This article about site speed optimization should help.

    // https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow

    Best regards,
    Ismael

    in reply to: Masonry titles on mobile #1077187

    Hey Munford,

    Thank you for using Enfold.

    Use this css code to move the caption overlay underneath the image on mobile view.

    @media only screen and (max-width: 767px) {
    #top #wrap_all .av-caption-style-overlay.av-flex-size .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        height: auto;
        width: auto;
        background: rgba(0,0,0,1);
    }
    }

    Best regards,
    Ismael

    in reply to: How to customize the portfolio category page #1077186

    Hi,

    The portfolio category page template is actually using the portfolio grid element, not masonry, so you can’t move the title at the center of the image. That option is not available by default. This is possible but you have to modify the template-portfolio_entries.php file. Unfortunately, we won’t be able to help you with that.

    Best regards,
    Ismael

    in reply to: Nothing found search result issue #1077184

    Hi,

    Thanks for the update.

    Can you provide the whole content of the file or modification? Please post it on pastebin. We’ll check this again afterwards.

    Best regards,
    Ismael

    in reply to: Content Disappearing #1077183

    Hi,

    Thanks for the update.

    You forgot to close the strong tag inside the special heading element.

    <strong>Mega Events Auctions - Auction Timeline
    

    Please be careful with html tags because it could break the entire layout of the page.

    Best regards,
    Ismael

    in reply to: no edit or viewing afater update #1077180

    Hi,

    We would like to apologize for the confusion and for the lack of explanation. There is an error related to the page preloader, so we had to disable that option temporarily. The site is loading consistently now but there are a few errors remaining. Have you tried disabling the plugins again?

    Best regards,
    Ismael

Viewing 30 posts - 23,581 through 23,610 (of 66,702 total)