Forum Replies Created
-
AuthorPosts
-
March 19, 2020 at 3:29 am in reply to: Color Section Background Video – Un Mute / Activate Sound #1194289
Hi,
@ernaborbas : You have to add the script that @guenni007 provided above in order to create the audio buttons. If you need help with it, please create a new thread and post the details in the private field. We’ll close this one for now. Thank you for understanding.
Best regards,
IsmaelHi,
Glad it’s working now. We’ll close this thread for now. Please don’t hesitate to open a new ticket if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
@liliaf: You can manually add the button containing the gtag function in a Code or Text Block element inside the advance layout builder. Please don’t hesitate to open a new thread if you need anything else.Best regards,
IsmaelMarch 19, 2020 at 3:18 am in reply to: Magazine – Angabe von Anzahl anzuzeigender Beiträge fehlt bei 4.7. #1194285Hi,
Yes, the posts number settings is now located in the Styling panel. Glad that you’ve found it. Please let us know if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
Sorry for the late response. Where do you see the warnings? Can you give us a screenshot of it? We checked the Yoast SEO box in the home page editor, but we didn’t find anything related to what you described above.
Best regards,
IsmaelHi,
Sorry for the delay. The icons are now visible in the front page — the search icon and the social icons in the footer. And we didn’t really see any code error in the style.css file. Did you figure out the issue? Can you give us a link to a product page?
Best regards,
IsmaelHi,
Sorry for the delay. We are able to get in to the dashboard today without encountering any errors. Is the issue fixed?
If I am not mistaken, the errors that you posted above are caused by an upgrade to a later version of PHP and its incompatibility with older versions of the theme, which contains deprecated functions. Upgrading the theme to v4.7.3 should fix the issue.
Best regards,
IsmaelHi,
Sorry for the delay. We are able to get in to the dashboard today without encountering any errors. Is this fixed?
If I am not mistaken, the errors that you posted above are caused by an upgrade to a later version of PHP and its incompatibility with older versions of the theme, which contains deprecated functions. Upgrading the theme to v4.7.3 should fix the issue.
Best regards,
IsmaelMarch 18, 2020 at 1:46 pm in reply to: Fatal error caused in enfold/config-woocommerce/woo-loader.php #1194105Hi,
Sorry for the delay. Are you using the block or Gutenberg editor? Please try to temporarily set the Enfold > Theme Options > Select Your Editor to the second option or the Classic editor.
Best regards,
IsmaelHi,
We’ll keep the thread open for further updates. For the meantime, please set the installation to debug mode so that we can check for any errors or warnings in the log files.
// https://wordpress.org/support/article/debugging-in-wordpress/
Best regards,
IsmaelHi,
Thank you for the update.
You have to upload different image sizes to get that layout, wide images for landscape items and tall ones for portraits. They must all have an aspect ratio of 16:9 or higher. Also, make sure to set the Styling > Masonry Settings > Size Settings to Perfect Automatic Masonry and play around with the Columns settings until you get the desired layout.
Perfect Automatic Masonry: Display a grid where most elements get the same size, only elements with very wide images get twice the width and elements with very high images get twice the height. To qualify for "very wide" or "very high" the image must have a aspect ratio of 16:9 or higherBest regards,
IsmaelHi,
Sorry for the delay. You have to remove the page path in the link or in its href attribute, so instead of /glasogon/#progressiva, you have to use #progressiva. You can edit the menu items in the Appearance > Menus panel. Let us know if it makes any difference.
Best regards,
IsmaelHi,
Sorry for the delay. Looks like you’ve managed to adjust the maximum container width inside the slider. This is how the site looks on tablet view.
Screenshot: https://imgur.com/a/9TpDMIS
Let us know if you need further assistance.
Best regards,
IsmaelHi,
Sure. We replaced the preloader with the new GIF image. It’s now active.
Best regards,
IsmaelHi,
Thank you for the info.
We modified the code in the functions.php file a bit.
/* Function for toggler */ function add_custom_script(){ ?> <script> (function($) { $(document).ready(function(){ $(".kvr .toggler").addClass("activeTitle"); $(".kvr .toggle_wrap").addClass("active_tc"); $(".kvr .toggle_wrap").css("display", "block"); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');The togglers are now automatically opening on page load.
Best regards,
IsmaelHi,
Yes, recreating the sliders from scratch seems to be the better option this time since we don’t really know what have gone wrong with the old sliders. Please feel free to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelMarch 18, 2020 at 3:58 am in reply to: Image Animations & Tab Sections Not Working Properly #1193976Hi,
Sorry for the late response. You can actually drag and drop elements (columns, text blocks images) in the tab content editor. To show how the demo is created, we added tab sections and some content in a test page. Please check the link in the private field.
For more info and for additional customization regarding the tab section element, please check the documentation.
// https://kriesi.at/documentation/enfold/tab-sections/
Best regards,
IsmaelHi,
What happens when you disable the lazyload option? This config is used by a plugin, but we are not sure which one.
<script type='text/javascript'> window.lazySizesConfig = window.lazySizesConfig || {}; window.lazySizesConfig.lazyClass = 'lazyload'; window.lazySizesConfig.loadingClass = 'lazyloading'; window.lazySizesConfig.loadedClass = 'lazyloaded'; lazySizesConfig.loadMode = 1; </script>Best regards,
IsmaelHi,
Sorry for the delay. How does the plugin change the date in the post items? In the magazine element, the date or time is displayed using the get_the_time function.
$time = get_the_time( get_option('date_format'), $entry->ID );Best regards,
IsmaelHi,
This may be possible, but you have to make sure that the images uploaded in the gallery have the same size and aspect ratio. Do the images in the gallery have the same dimension?
Best regards,
IsmaelHi,
You can try the following filter instead of using the plugin.
function ava_image_sizes() { remove_image_size('masonry'); remove_image_size('magazine'); remove_image_size('widget'); remove_image_size('featured'); remove_image_size('featured_large'); remove_image_size('extra_large'); remove_image_size('portfolio_small'); remove_image_size('gallery'); remove_image_size('entry_with_sidebar'); remove_image_size('entry_without_sidebar'); remove_image_size('square'); } add_action( 'after_setup_theme', 'ava_image_sizes', 11 );After adding it in the functions.php file, install this plugin to regenerate the thumbnails.
// https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelHi,
Again, sorry for not replying immediately. We are still locked out of the admin area because of WordFence. Please disable the plugin temporarily so that we can access the dashboard and edit the script. Also, a link to the actual page containing the togglers will help.
// https://imgur.com/a/0d0bHHv
Best regards,
IsmaelHi,
I believe this is the code that hides the featured image
Sorry for the late response. Try to replace the modification with the following css code to keep the featured image in the archive page.
.single .post-entry .big-preview { display: none !important; }Best regards,
IsmaelHi,
Sorry for the delay. The following code actually works on our end.
add_filter('woocommerce_get_image_size_gallery_thumbnail', function($size) { $size = array ( 'width' => 9999, 'height' => 9999, 'crop' => 1, ); return $size; },10, 1);The filter should alter the default size of the _gallery_thumbnail returned by the wc_get_image_size function.
Thank you for your patience.
Best regards,
IsmaelMarch 16, 2020 at 4:32 am in reply to: Enfold or Slider Revolution conflict showing Vimeo video in slider #1193381Hi,
@spidercreations: Sorry for the confusion. We’ll forward the thread to our channel for further considerations. Since it doesn’t happen on many installations, it’s possible that the error has something to do with the server configuration.
@webdesignphx: Glad to hear that the solution worked. Let us know in another thread if you need anything else.Best regards,
IsmaelHi,
Sorry for the delay. We have added the code in the Quick CSS field, removed the extra curly brace and disabled the Performance > File Compression settings temporarily to reload the stylesheets. The css code should create space between the portfolio grid items.
Best regards,
IsmaelHi,
A “piwik” tab opens whenever we tick the checkbox in the “Statistik mit Matomo” tab. Is that how it’s supposed to work?
Best regards,
IsmaelHi,
Glad it’s working now. Unfortunately, we won’t be able to help you trace back the previous modifications that were added in the magazine.php file. Please contact the previous developers.
Best regards,
IsmaelHi,
In the latest version 4.7.3, the code is located around line 811 of the postslider.php file.
if( ( $show_meta && ! empty( $excerpt ) ) || in_array( $show_meta_data, array( 'always', 'on_empty_content' ) ) )Please check it again.
Thank you for your patience.
Best regards,
Ismael -
AuthorPosts
