Forum Replies Created

Viewing 30 posts - 1 through 30 (of 34,859 total)
  • Author
    Posts
  • Hi,
    Try this css:

    body.xoo-wsc-cart-active, html.xoo-wsc-cart-active {
        overflow: visible !important;
    }

    After applying it clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Replicate Fullwidth Easy Slider to Easy Slider #1490076

    Hey sitesme,
    Try this css:

    .avia_transform #top .avia-slideshow .avia-slideshow-slide .av-slideshow-caption {
    	opacity: 0;
    }
    .avia_transform #top .avia-slideshow .avia-slideshow-slide.active-slide .av-slideshow-caption {
      animation-name: delayedSlideUp;
      animation-duration: 2s; /* 1s delay + 1s animation */
      animation-fill-mode: forwards;
      opacity: 0;
    }
    
    @keyframes delayedSlideUp {
      /* 0% to 50% is the 1-second delay period */
      0% {
        transform: translate3d(0, 100%, 0);
        visibility: hidden;
        opacity: 0;
      }
      50% {
        transform: translate3d(0, 100%, 0);
        visibility: visible ;
        opacity: 1;
      }
      /* 50% to 100% is the 1-second slide-up animation */
      100% {
        transform: translate3d(0, 0, 0);
        visibility: visible ;
        opacity: 1;
      }
    }

    After applying it, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Open Code block in lightbox #1490073

    Hey PhatJ,
    Typically creating a popup lightbox doesn’t require changing the avia.js
    Try following these steps.

    Best regards,
    Mike

    Hey turkishmarket,
    In your portfolio grid element you must choose the Open a preview of the entry (known as AJAX Portfolio) for the portfolio Preview Gallery to show.
    portfolio_grid
    I set this for you on your portfolio page and the first item (Trend Set 3 Pieces (1L)) now shows the Preview Gallery in the Ajax box when it is clicked. This is how this option works.
    Ajax_Preview_Gallery

    Best regards,
    Mike

    in reply to: Embed HTML on page #1490050

    Hey annameis,
    You could use the <embed> tag in a code block element:
    <embed src="https://your-site.com/your-page.html" width="1000" height="500""/>
    See the example below.

    Best regards,
    Mike

    in reply to: Remove the special ampersand on Titles #1490049

    Hi,
    Glad that Rikard could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Image size on captions (masonry gallery) #1490048

    Hi,
    Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Image size on captions (masonry gallery) #1490037

    Hey sitesme,
    To make the font size 14px on both pages, add this css:

    #top .av-inner-masonry-content .av-inner-masonry-content-pos-content .av-masonry-entry-content.entry-content {
    	font-size: 14px;
    }

    After applying the css, clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Transparent background #1490035

    Hi,
    Try this css:

    #top.page-id-431 #main,
    #top.page-id-431 #av_section_2.avia-section {
    	background-color: transparent;
    }

    After applying clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How to Put a Custom Element Button into a Sidebar Widget #1490031

    Hi,
    The login that you posted is not working for me, please check the password.
    The reason that the button in the sidebar doesn’t have white text is due to this custom css in your child theme:

    .sidebar a, .sidebar a > strong {
        color: #2997ab ! important;
    }

    note the class “sidebar”, to correct  you could remove this css, or add this css:

    .sidebar a.avia-button {
        color: #fff ! important;
    }

    After making your changes please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Forcing Columns to Stay the Same Size #1489965

    Hi,
    I was able to add three 1/3 columns without any issues, how can we reproduce the error?
    three_one-third_columns

    Best regards,
    Mike

    Hey atx_m,
    For the page that you linked to try this css:

    #top.single-post .big-preview {
    	display: none;
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    Hey classywebsites,
    To add a bold font weight to the mobile menu you need to choose the Menu Links in overlay/slide out option in the Advanced Styling, I did this for you and it now works.
    As for the mobile menu, please note that your desktop menu has too many items to show in a single line and not be under your logo until 1215px, so I recommend adding this css:

    @media only screen and (min-width: 768px) and (max-width: 1215px) {
        .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
            display: block;
        }
        .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
            display: none;
        }
    }
    

    I added it for you in your WordPress > Customize > Additional CSS and tested desktop, tablet and mobile, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Top Color Section on home page, is just white space #1489865

    Hi,
    Glad that we were able to help you sort this out. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: table text align #1489860

    Hi,
    Glad that we could help.

    Best regards,
    Mike

    in reply to: content disappears, cookie consent not working properly #1489859

    Hi,
    The error SyntaxError that Ismael saw was in your GA Google Analytics plugin, disabling solves.
    But I don’t see any missing content & the mobile menu works for me, so I’m not sure of the error.
    I enabled the GA Google Analytics plugin again.

    Best regards,
    Mike

    in reply to: table text align #1489857

    Hi,
    Try this css:

    .avia-table td:nth-child(n+2),
    .avia-table .avia-heading-row th:nth-child(n+2) {
    	    text-align: right;
    }

    Best regards,
    Mike

    Hi,
    When I check your test page the “opening frame” is relly the background image so use this css to hide:

    #top.page-id-11644 #av_section_1 {
            background-image: none;
    }

    note the page ID in the css, remove or adjust for your working page.
    Then leave Ismael’s script to stop the loop and add this script to end on the last frame/second, your video is 29s so the script ends on 28s. Adjust for future videos and adjust the page ID.
    Add this to your child theme functions.php:

    function pause_video_on_last_sec() { ?>
      <script>
    if (document.body.classList.contains('page-id-11644')) {
        var x = document.getElementsByClassName("avia_video");
        var i;
        for (i = 0; i < x.length; i++) {
            x[i].addEventListener("timeupdate", function(){
                if(this.currentTime >= 28) {
                    this.pause();
                }
            });
        }
    }
    </script>
      <?php
    }
    add_action( 'wp_footer', 'pause_video_on_last_sec', 99 );

    Best regards,
    Mike

    in reply to: events calendar add to calendar dropdown getting cut off #1489855

    Hi,
    Glad that Ismael could help you on the path to sorting this out.

    Best regards,
    Mike

    Hi,
    Glad that we could help.

    Best regards,
    Mike

    in reply to: Top Color Section on home page, is just white space #1489853

    Hi,
    This looks like a caching issue, when logged in the homepage hero image shows, and the theme css is served, when logged out the cache css is served: /wp-content/cache/wpfc-minified/q6rb0fb4/hwyv4.css without the css for the hero image.
    Your test page is not cached by the plugin and serves the theme css when logged out, thus the image shows.
    Your cache plugin is probably set to not show a cache to mobile devices, because the theme css is also showing, along with the image.

    Best regards,
    Mike

    Hi,
    If you are looking to remove the shop sort-by & products per page drop downs:
    remove_shop_sort-by_and_products_per_page_drop_downs
    add this function to your child theme functions.php file:

    function remove_avia_woocommerce_frontend_search_params() {
        remove_action( 'woocommerce_before_shop_loop', 'avia_woocommerce_frontend_search_params', 20 );
    }
    add_action( 'wp_loaded', 'remove_avia_woocommerce_frontend_search_params' );

    removed_shop_sort-by_and_products_per_page_drop_downs

    Best regards,
    Mike

    in reply to: Installing from Parallax Demo doesn`t work #1489849

    Hi,
    Glad that we could help.

    Best regards,
    Mike

    in reply to: Installing from Parallax Demo doesn`t work #1489846

    Hi,
    Your “example page” is set as the front page, and your front page is set as the “blog page”:
    current_theme_settings
    I adjusted your theme settings for you:
    new_theme_settings
    I also see that your front page also is:
    Inactive Maintenance Mode Page
    Inactive Custom 404 Page
    Inactive Custom Footer Page:
    front_page_inactive_messages
    I did not think that you want these messages, so I adjusted them.
    Please clear your cache and check your site.

    Best regards,
    Mike

    in reply to: Where To Edit Header Element #1489836

    Hi,
    Try looking in your child theme functions.php file, I believe that you are using this custom script to add it.

    Best regards,
    Mike

    in reply to: logo is too large on mobile until I scroll #1489835

    Hi,
    Glad that we could help.

    Best regards,
    Mike

    Hi,
    Makes sense 

    Best regards,
    Mike

    Hi,

    @Guenni007
    I also believe that carmentvaalba is using the post slider.

    @carmentvaalba
    you may get an error if you add two filters with my_avf_customize_heading_settings, so try this for the masonry:

    function masonry_customize_heading_settings( array $args, $context, array $extra_args = array() ){
    if( $context == 'avia_masonry' ){
    $args['heading'] = 'h4';
    }
    return $args;
    }
    add_filter( 'avf_customize_heading_settings', 'masonry_customize_heading_settings', 10, 3 );

    and this for the post slider:

    function post_slider_customize_heading_settings( array $args, $context, array $extra_args = array() ) {
        if( $context == 'avia_post_slider' ) {
            $args['heading'] = 'h4';
        }
        return $args;
    }
    add_filter( 'avf_customize_heading_settings', 'post_slider_customize_heading_settings', 10, 3 ); 

    and if you do ever need one for the content slider, you could try:

    function content_slider_customize_heading_settings( array $args, $context, array $extra_args = array() ) {
        if( $context == 'avia_content_slider' ) {
            $args['heading'] = 'h4';
        }
        return $args;
    }
    add_filter( 'avf_customize_heading_settings', 'content_slider_customize_heading_settings', 10, 3 );  

    and for the icon box:

    function icon_box_customize_heading_settings( array $args, $context, array $extra_args = array() ) {
        if( $context == 'avia_sc_icon_box' ) {
            $args['heading'] = 'h4';	
        }
        return $args;
    }
    add_filter( 'avf_customize_heading_settings', 'icon_box_customize_heading_settings', 10, 3 );

    Best regards,
    Mike

    Hey carmen,
    Try this filter:

    function my_avf_customize_heading_settings( array $args, $context, array $extra_args = array() ) {
        if( $context == 'avia_post_slider' ) {
            $args['heading'] = 'h4';
        }
        return $args;
    }
    add_filter( 'avf_customize_heading_settings', 'my_avf_customize_heading_settings', 10, 3 ); 

    Best regards,
    Mike

    in reply to: Top Bar – Seperator #1489735

    Hey Diana,
    Try this css:

    #top .social_bookmarks li {
        border-right-style: none;
    }

    After applying it please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 1 through 30 (of 34,859 total)