Forum Replies Created

Viewing 30 posts - 29,821 through 29,850 (of 67,591 total)
  • Author
    Posts
  • in reply to: Title for category and tag pages #958417

    Hi,

    There’s an available filter for this one. Please add this code in the functions.php file.

    // https://kriesi.at/support/topic/woocommerce-product-attribute-archive-does-not-use-correct-title/#post-919530

    Best regards,
    Ismael

    in reply to: Hover on LayerSlider WP button #958414

    Hi,

    Awesome! Glad we could help. We’ll close this now.

    Nice day indeed! :)

    Best regards,
    Ismael

    in reply to: Hover on LayerSlider WP button #958032

    Hi,

    Thanks for the update. We replaced the css code with this one.

    #ls-global .ls-wp-container .ls-wrapper:hover > .bouton-slider {
      background-color:#fff!important;
    border: 1px solid #432b1f !important;
    color: #432b1f !important;
    } 
    
    #ls-global .ls-wp-container .ls-wrapper:hover .bouton-slider .btn-slider {
    color: #432b1f !important;
    }

    Best regards,
    Ismael

    Hi,

    Awesome! Glad that you figured out. Thanks for the info. We’ll close this thread now. :)

    Best regards,
    Ismael

    in reply to: Fallback image fullsize no repeat 100% #958005

    Hi,

    You can use another background image on iPad or tablet view. Set a unique Section ID to the color section with the background image. Use “custom-section” for example and then add the following css codes on the Quick CSS field to apply a different background image. An image that is actually resized for mobile view.

    @media only screen and (max-width: 1024px)
    #custom-section {
       background-image: url(BACKGROUND IMAGE URL HERE);
    }
    }
    @media only screen and (max-width: 1024px) and (min-width: 767px) {
    #custom-section {
        background-size: 768px 386px !important;
        background-repeat: no-repeat !important;
        background-position: top center !important;
    }
    }

    Best regards,
    Ismael

    in reply to: How to target a specific element with Custom CSS #958000

    Hi,

    It’s a custom css CLASS attribute so the css codes should be this one..

    .contactform ::-webkit-input-placeholder {
      color: #ffffff !important;;
    }
    .contactform ::-moz-placeholder { 
      color: #ffffff !important;;
    }
    .contactform :-ms-input-placeholder { 
      color: #ffffff !important;;
    }
    .contactform :-moz-placeholder { 
      color: #ffffff !important;;
    }

    Best regards,
    Ismael

    in reply to: Grid shows white space. Javascript error? #957993

    Hey Groeier!,

    Thank you for using Enfold.

    The script takes a while to kick in. Please try this css code to get rid of the white space below the items.

    .page-id-11286 #gridselector .grid-entry {
        max-height: 248px;
    }

    Best regards,
    Ismael

    in reply to: Position of Avatar in comments #957990

    Hi,

    What do you mean by “formula”? We should wrap the last css declaration inside a css media so that it will only affect the mobile view.

    @media only screen and (max-width: 767px) {
    .sidebar_right .comment_container {
        padding-right: 0;
    }
    }

    Best regards,
    Ismael

    in reply to: Videos in slider problem after update #957988

    Hey Carsten,

    Thank you for using Enfold.

    I pushed the issue to the development team. Does it autoplay when the video is muted? Where can we find the actual slider with the videos? Please create a test page.

    Best regards,
    Ismael

    in reply to: Error 503 after update to 4.3 #957986

    Hi,

    Thanks for the update. I think you forgot the site url. We would like to check the themes panel. Please try to delete the old version of the theme completely then activate the current version, 4.3.2. Where do you get the 503 error?

    Best regards,
    Ismael

    in reply to: Enfold 4.3 – loading time increased [Google says] #957983

    Hi,

    Thanks for the update. We should probably override the default function. Please replace the code with this.

    function av_return_100(){ return 60; }
    add_filter('jpeg_quality', 'av_return_100');
    add_filter('wp_editor_set_quality', 'av_return_100');
    

    Best regards,
    Ismael

    in reply to: Video autoplay #957908

    Hi,

    We would like to apologize for the issue. The latest patch contains the fix but it doesn’t cover all the changes presented by google regarding media autoplay.

    // https://developers.google.com/web/updates/2017/09/autoplay-policy-changes

    If possible, please create a new ticket or thread and provide the WP & FTP details so that we can test the solutions on an actual live site.

    Best regards,
    Ismael

    Hi,

    Thanks for the info. I visited the “creativite3w” site and when I clicked on the load more button, it only loads a single item. Is that what’s supposed to happen? I don’t see any problem with it but I’m just wondering if that is the remaining portfolio items. How many portfolio items are there?

    Best regards,
    Ismael

    in reply to: Avia Builder – Images disappearing #957904

    Hi,

    Thanks for the update. Is this the only page with the issue? I noticed that the Enable Media Replace plugin is activated. Are you using that plugin to update the media files or images used in the page?

    Please save the layout as template and then delete the original page. Create another one from scratch. Don’t forget to remove the deleted page from the trash permanently.

    Best regards,
    Ismael

    Hi,

    Did you update the page after the upgrade? Please set the builder to debug mode and then edit the pages with the issue. Below the advance layout builder, you should see the Enfold Shortcode Parser option. Set it to the third option (autorepair) and then update the page to regenerate the shortcode tree.

    // https://kriesi.at/support/topic/debug-builder/

    Best regards,
    Ismael

    in reply to: V 4.3 – removed: deprecated "avia combo" widget #957895

    Hi,

    @zimbo: It was removed because it doesn’t conform with the themee’s compression feature as explained by Kriesi.

    We forgot to add the css codes for the tab element. We added it in the Quick CSS field. The widget should work properly now.

    Best regards,
    Ismael

    in reply to: Problem after Update #957883

    Hi,

    Thank you for the info. There’s an error coming from the tab section script but I don’t see any tab sections in the page.

    jquery.js?ver=1.12.4:2 Uncaught Error: Syntax error, unrecognized expression: .av-section-tab-title[href=]
    

    Did you modify any of the theme files?

    Best regards,
    Ismael

    in reply to: Fullwidth Easy Slider – Overlay #957880

    Hi,

    Yes, that’s possible. Please try this css code in the Quick CSS field.

    .av_slideshow_full .caption_fullwidth:before {
        content: '';
        width: 50%;
        height: 100%;
        left: 0;
        background: rgba(0,0,0,0.5);
        display: block;
        position: absolute;
    }

    You may need to apply a unique custom css class attribute to the sliders in order to create variations of the overlay.

    Best regards,
    Ismael

    in reply to: Timeline doesn't play on mobile device #957879

    Hi,

    Add this css code to disable the animation on mobile view.

    @media only screen and (max-width: 767px) {
        .avia_transform .avia-timeline-vertical .milestone_icon {
            opacity: 1;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }
    }

    Best regards,
    Ismael

    in reply to: Problem with Layer Slider WP Since the Update #957419

    Hi,

    It loads fine on Chrome. I was not able to check it on Safari though. Did you just update to version 4.3.2? It has a fix for the layer slider. However, I’m not sure if the patch is going to help with this issue.

    Best regards,
    Ismael

    in reply to: Video moved down #957417

    Hi,

    I think the token has expired. Please set a longer expiry.

    Best regards,
    Ismael

    in reply to: LayerSlider WP : slider not looping #957413

    Hi,

    Thank you for using Enfold.

    It’s called “Cycles” in the slider settings. Set the value to 99999.

    Best regards,
    Ismael

    in reply to: Image Optimization Not Recognized #957410

    Hey SAdesignsUnltd,

    Thank you for using Enfold.

    There’s nothing to worry about if it’s not recognized. If the plugin is already installed, you can leave as it is. We’ll include the pro version in the list of plugins so it can be detected next time. What is the folder name and entry file of the plugin’s pro version? Please check it in the wp-content > plugins directory.

    Best regards,
    Ismael

    Hi,

    Awesome! -Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: Update to 4.3.2 BROKEN #957405

    Hey ghrahams,

    Thank you for using Enfold.

    Did you update the theme manually? Make sure that every files are up to date. Please remove the old theme folder and then replace it with the current one.

    Best regards,
    Ismael

    in reply to: Enfold GYM Demo – cant see the home page #957402

    Hi,

    Thank you for using Enfold.

    There’s a lot of invalid html tags in the elements’ title or label field. The demo originally has an LTR layout so you may need to import the demo on an LTR site before switching to RTL.

    Best regards,
    Ismael

    in reply to: Enfold 4.3 upgrade fail on one install #957400

    Hi,

    The template-builder.php and the helper-main-menu.php file is inside the child theme. Did you update those files after the upgrade?

    Best regards,
    Ismael

    in reply to: Errors after 4.3 update #957395

    Hi,

    Using “CSS file merging and compression” together with Autoptimize would cause an extra CPU load?

    Is it working if you move the css codes from the style.css file to the theme’s Quick CSS field?

    You can disable the theme’s compression features if you already enabled the Autoptimize plugin.

    Best regards,
    Ismael

    in reply to: Mobile menu reveal on scrolling up with headroom js #957389

    Hey!

    Thank you for using Enfold.

    @L: Where did you implement this? The short url does not exist. Please provide the actual url to the page.


    @Ravicski
    : Is it working on your site? Please provide the site url so that we could check it.

    Cheers!
    Ismael

    in reply to: Two fonts on the same page #957385

    Hi,

    Thanks for the update. The css declaration above is correct but it’s not working because the “playfair display” font is not loaded yet. Since the Open Sans font is already set in the theme options, you have to load the other font manually. Here’s a good tutorial for that.

    // http://www.wpbeginner.com/wp-themes/how-add-google-web-fonts-wordpress-themes/

    The quickest implementation would be via the functions.php file. You have to enqueue the font files.

    function avia_add_custom_google_fonts() {
    wp_enqueue_style( 'avia-custom-google-fonts', 'https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&subset=cyrillic,latin-ext,vietnamese', false ); 
    }
    
    add_action( 'wp_enqueue_scripts', 'avia_add_custom_google_fonts' );
    

    Best regards,
    Ismael

Viewing 30 posts - 29,821 through 29,850 (of 67,591 total)