Forum Replies Created

Viewing 30 posts - 19,921 through 19,950 (of 67,474 total)
  • Author
    Posts
  • in reply to: How to change breakpoint on table? #1170962

    Hi,

    Thank you for the update.

    Try to add this code inside the css media query that we just created above.

    .responsive .avia_responsive_table .avia-data-table .avia-button-row, .responsive .avia_responsive_table .avia-data-table tr:first-child th {
        display: none;
    }
    
    .responsive .avia_responsive_table .avia-data-table td::before {
        display: block;
        font-style: italic;
        font-size: 11px;
    }

    That should hide the default heading row and display the pseudo heading.

    Best regards,
    Ismael

    in reply to: Schrift "Oswald" nicht angezeigt wg. Cookie-Hinweis #1170958

    Hey Jan,

    Please refrain from creating duplicate threads. We replied in your thread here.

    // https://kriesi.at/support/topic/schrift-oswald-nicht-angezeigt-wg-cookie-hinweis-3/

    Best regards,
    Ismael

    in reply to: Schrift "Oswald" nicht angezeigt wg. Cookie-Hinweis #1170956

    Hey Jan,

    Please check this thread: https://kriesi.at/support/topic/schrift-oswald-nicht-angezeigt-wg-cookie-hinweis-3/

    Best regards,
    Ismael

    in reply to: Schrift "Oswald" nicht angezeigt wg. Cookie-Hinweis #1170954

    Hey Jan,

    Thank you for the inquiry.

    The fonts will only load once the required cookies are stored in the local storage. That is the default cookie or privacy behavior of the theme. If you want the fonts to load without the users’ explicit consent, set the Enfold > Privacy & Cookies > Default Cookie Behavior to the first option. All services including the fonts will be enabled by default on page load.

    Best regards,
    Ismael

    in reply to: Social Media Icons not showing up in footer widget #1170953

    Hi,

    Thank you for the update.

    There was a minor issue with the latest release of WordPress, which caused the icons in the theme to break. We have included the fix in the upcoming version of the theme. If you don’t want to use the beta version of the theme, please check the following thread for possible solutions.

    // https://kriesi.at/support/topic/missing-icons-after-updating-to-wordpress-5-3-1-and-maintenance-releases/#post-1166714

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    I was able to access the file server but there’s a lot of directory in the htdocs folder and I’m not really sure which one to check. What is the exact location of the site?

    Best regards,
    Ismael

    Hey Tina,

    Thank you for the inquiry.

    Did you change the style of the masonry element? You can set a minimum height for the caption or title container to keep the grid consistent. Please create a test page with the previous settings so that we can check the element.

    Best regards,
    Ismael

    in reply to: Masonry size setting on mobile devices #1170896

    Hey Sonja,

    Thank you for the inquiry.

    Would you like to adjust the height of the landscape image? This css code should help.

    @media only screen and (max-width: 767px) {
        .responsive #top .av-masonry-entry.av-landscape-img .av-inner-masonry-sizer {
    	padding-bottom: 70%;
        }
    }

    Default bottom padding value is 40%.

    Best regards,
    Ismael

    in reply to: Enfold and WPML Language mix since WPML 4.3.5 #1170892

    Hi,

    Thank you for the update.

    It seems to be an issue with the sprintf function as described in the following thread.

    // https://wordpress.stackexchange.com/questions/240596/with-sprintf-returns-untranslated-string

    The sprintf function should go inside the translate function, not the other way around.

    $prefix = __( sprintf( '%s ', 'From' ), 'obfv' );
    

    Best regards,
    Ismael

    in reply to: Site became saddenly slow on mobile #1170888

    Hi,

    Thank you for following up.

    The compression will combine all stylesheets and scripts into a single merged file, which in most cases helps optimize loading speed. You can either use the default file compression option from the theme, or use another plugin if you prefer more options. They are basically the same. For more info, please check this article.

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

    Best regards,
    Ismael

    in reply to: HTML in portfolio title #1170887

    Hi,

    We switched the editor back to the classic one. You don’t have to switch it back again. It should work properly now.

    Best regards,
    Ismael

    in reply to: COLORS ICON MENU MOBILE #1170886

    Hey zemag33,

    Thank you for the update.

    Looks like you’ve managed to change the color of the mobile menu icon to black.

    #top .header_color .av-hamburger-inner, #top .header_color .av-hamburger-inner::before, #top .header_color .av-hamburger-inner::after {
    	background-color: #000000;
    }

    Please let us know if you need more help.

    Best regards,
    Ismael

    in reply to: Title on mobile devices #1170885

    Hey Nicky1976,

    Thank you for the inquiry.

    There is no hover state on mobile view, so this is not possible and the current markup won’t allow the caption to be relocated below the image. If you want to completely remove the caption or title on mobile view, try this css code.

    @media only screen and (max-width: 767px) {
        .av-inner-masonry-content.site-background {
    	display: none !important;
        }
    }

    Best regards,
    Ismael

    Hi,

    1.) Use this script to move the post meta info below the title.

    //-------------------------
    // JS - Meta after title
    // ------------------------
    
    function ava_move_meta_after_title(){
    ?>
     <script>
     jQuery(".single .post-entry").each(function(i) {
            var postTitle = jQuery(this).find('.post-title');
            var metaInfo =  jQuery(this).find('.post-meta-infos');
            jQuery(metaInfo).insertAfter(postTitle);
           });
     </script>
    <?php
    }
    add_action('wp_footer', 'ava_move_meta_after_title');

    2.) It’s the separator. You can remove it with this css code.

    .text-sep.text-sep-date {
    	display: none !important;
    }

    3.) And this css code to adjust the margin above the date.

    .html_elegant-blog #top .post-entry .post-meta-infos, .html_elegant-blog .avia-content-slider .slide-meta {
    	margin-top: 10px;
    }

    Best regards,
    Ismael

    in reply to: Responsive sidebar widget – how can I get this? #1170883

    Hi,

    Thank you for following up.

    You should increase the maximum container width in the theme options and adjust the content to sidebar ratio. The sidebar is currently too narrow.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Could you give us a link to the actual event page? Perhaps we can use a different selector in the custom replaceElementTag function to exclude the other h2 in the site and only change the main title.

    Example:

    replaceElementTag('.tribe-events-single-event-title', '<h1></h1>');
    

    Best regards,
    Ismael

    in reply to: Add direct link to an image in lightbox #1170881

    Hi,

    Thank you for following up.

    Try to set the link to open in the same window, then add this css code in the Quick CSS field or the child theme’s style.css file.

    .av-screen-reader-only.lightbox-added {
        position: absolute;
        left: auto;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        opacity: 0;
    }

    Best regards,
    Ismael

    in reply to: masonry sorting glitch #1170880

    Hi,

    Thank you for following up.

    Did you add the following css code in the style.css file?

    a {
        transition: 0.25s;
    }

    It alters the default transition of the masonry items.

    Best regards,
    Ismael

    in reply to: Date Meta Data Missing on Blog Post element #1170874

    Hey MadRhino,

    Thank you for the inquiry.

    In a grid layout, the title date will only display when an excerpt is available but it can be altered by editing the enfold\config-templatebuilder\avia-shortcodes\postslider\postslider.php file. Look for this code around line 615:

    if( ( $show_meta && ! empty( $excerpt ) ) || in_array( $show_meta_data, array( 'always', 'on_empty_content' ) ) )
    

    Above it, add this line:

    $show_meta_data = 'always';
    

    This will display the meta info of the post even when it has no excerpt.

    Best regards,
    Ismael

    Hey Janine.94,

    Thank you for the inquiry.

    There are available filters added in the shortcode template that can be used to insert additional content in the portfolio grid or the masonry element. One example is the avf_portfolio_extra filter, which outputs extra content after the main article container, above the grid content.

    Usage example:

    add_filter('avf_portfolio_extra', function($output, $entry) {
        $output  = '<span>Additional content</span>';
        $output .= '<span>More content</span>';
        return $output;
    }, 10, 2);
    

    Best regards,
    Ismael

    in reply to: Problem with Contact Form 7 – page refreshes #1170870

    Hi,

    Awesome! Glad we could help. Please don’t hesitate to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Problem with Contact Form 7 – page refreshes #1170657

    Hi,

    Thank you for the info.

    Did you apply a custom link to the column? Remove the custom link to keep the site from refreshing when someone interact with the contact form.

    Best regards,
    Ismael

    in reply to: Video doesnt play #1170655

    Hi,

    The video seems to be loading properly on Firefox, but it takes quite a while because the video file size is a bit huge — 646.838764 MB to be exact. It’s the same when we try to load the video separately. (see private field)

    You should consider replacing it with a shorter video and make sure that it is properly compressed so that the file size is smaller.

    Best regards,
    Ismael

    in reply to: Usage of "aviaCookieSilentConsent"?? #1170651

    Hi,

    Thank you for following up.

    The Usage unknown text is automatically designated to cookies that were not generated by the theme. If you want to describe these cookies, use the avf_privacy_cookie_infos filter. Please check the snippet below as an example.

    add_filter("avf_privacy_cookie_infos", function($infos, $class) {
    	$infos['custom_cookie_name'] = __( 'A custom cookie', 'avia_framework' );
            $infos['_ga'] = __( 'A cookie from the good guys at Google', 'avia_framework' );
    	return $infos;
    }, 10, 2);
    

    Best regards,
    Ismael

    in reply to: Doesnt display correct on mobile #1170645

    Hi,

    How would you like the captions to display inside the slider on mobile view? The caption area can’t contain that amount of text, so you should consider adjusting it, hiding the text completely on mobile view, or replace the current slider with a Fullscreen Slider so that you will have more space for the captions. Or as previously suggested, you can add another slider or a different element and change the content a bit to display the information properly on mobile view.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Smaller logo on mobile #1170619

    Hi,

    Awesome! Glad we could be of help. Please don’t hesitate to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Modifications to Post Slider #1170618

    Hey Joe,

    Thank you for the inquiry.

    1.) Did you define the excerpt manually? You won’t be able to control the excerpt length if the summary was added manually.

    2.) You have to modify the wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\postslider\postslider.php file directly in order to change the read more text. Look for this code around line 639:

    $permalink = '
    <div class="read-more-link"><a href="' . get_permalink( $the_id ) . '" class="more-link">' . __( 'Read more', 'avia_framework' ) . '<span class="more-link-arrow"></span></a></div>
    ';
    

    3.) Use the avf_default_icons filter to change the default icon of next and previous navigation. Usage example can be found in the following documentation.

    // https://kriesi.at/documentation/enfold/icon/#change-icon-used-for-standard-theme-elements-

    Best regards,
    Ismael

    in reply to: Enfold and WPML Language mix since WPML 4.3.5 #1170614

    Hi,

    Thank you for the info.

    The MZ OBFV plugin for Woocommerce alters the default price markup, but it doesn’t contain any translation for the string. You’ll find the modification in the plugins/mz-obfv-framework/inc/mz-obfv-woocommerce.php file inside the mz_obfv_woocommerce_variable_price_format function around line 1947.

       //https://iconicwp.com/blog/change-price-range-variable-products-woocommerce/
    $prefix = sprintf('%s ', __('From', 'obfv'));
    

    You may need to add your own translations or ask the the plugin author for additional info.

    Best regards,
    Ismael

    in reply to: Site became saddenly slow on mobile #1170602

    Hi,

    Thank you for the update.

    According to the page speed insight tool, you have to eliminate render-blocking resources such as non-critical stylesheets and scripts. You won’t be able to do this with the theme without manual modification, so the easiest solution is to enable file compression as suggested by the tool.

    There are a number of WordPress plugins that can help you inline critical assets or defer less important resources. Beware that optimizations provided by these plugins may break features of your theme or plugins, so you will likely need to make code changes.

    // https://wordpress.org/plugins/search/critical+css/
    // https://wordpress.org/plugins/search/defer+css+javascript/

    If you don’t want to install a plugin, go to the Enfold > Performance panel, then look for the File Compression settings.

    Best regards,
    Ismael

    in reply to: How to change breakpoint on table? #1170595

    Hi,

    Thank you for following up.

    You can use this css code to adjust the breakpoint of the table element so that it responds the same as it does on mobile view.

    @media only screen and (max-width:1600px) {
     .responsive div .avia_responsive_table .avia-data-table table,
     .responsive div .avia_responsive_table .avia-data-table tbody,
     .responsive div .avia_responsive_table .avia-data-table tr,
     .responsive div .avia_responsive_table .avia-data-table td,
     .responsive div .avia_responsive_table .avia-data-table th {
      display:block;
      border-top:none;
      border-right:none;
      border-left:none;
      text-align:center
     }
    }

    Best regards,
    Ismael

Viewing 30 posts - 19,921 through 19,950 (of 67,474 total)