Forum Replies Created
-
AuthorPosts
-
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,
IsmaelJanuary 7, 2020 at 8:38 am in reply to: Schrift "Oswald" nicht angezeigt wg. Cookie-Hinweis #1170958Hey 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,
IsmaelJanuary 7, 2020 at 8:36 am in reply to: Schrift "Oswald" nicht angezeigt wg. Cookie-Hinweis #1170956Hey Jan,
Please check this thread: https://kriesi.at/support/topic/schrift-oswald-nicht-angezeigt-wg-cookie-hinweis-3/
Best regards,
IsmaelJanuary 7, 2020 at 8:35 am in reply to: Schrift "Oswald" nicht angezeigt wg. Cookie-Hinweis #1170954Hey 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,
IsmaelHi,
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.
Best regards,
IsmaelJanuary 7, 2020 at 8:21 am in reply to: 404 Error Loading /wp-content/uploads/dynamic_avia/enfold.css on fresh install #1170951Hi,
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,
IsmaelJanuary 7, 2020 at 8:16 am in reply to: masonry grid with title always visible – image and title hight #1170950Hey 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,
IsmaelHey 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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelJanuary 7, 2020 at 3:37 am in reply to: Move Date below blog Title – using Blog Posts content element #1170884Hi,
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,
IsmaelHi,
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,
IsmaelJanuary 7, 2020 at 2:36 am in reply to: enfold with event calendar: change event title from h2 to h1 -SOLVED- #1170882Hi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHey MadRhino,
Thank you for the inquiry.
In a grid layout, the
titledate 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,
IsmaelJanuary 7, 2020 at 1:24 am in reply to: Add ACF fields in portfolio grid/masonry without using the shortcode map. #1170871Hey 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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHey 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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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 -
AuthorPosts
