Forum Replies Created
-
AuthorPosts
-
April 8, 2021 at 6:02 am in reply to: Multilanguage second DSGVO checkbox-text for contactform #1293170
Hi,
Thank you for the info.
The FTP above is working, but we cannot access the site or the WP dasbboard to test the changes because it is asking for another authentication. Did you enable the htpassword or something similar?
Best regards,
IsmaelHi,
Thank you for the info.
We checked the product grid shortcode and the product query (see private field), but we did not find anything unusual with it. So it is possible that the issue lies somewhere else, perhaps due to a plugin conflict or a custom modification.
Is there a staging version of the site? We would like to temporarily disable the plugins while debugging the issue if possible.
Best regards,
IsmaelApril 7, 2021 at 12:01 pm in reply to: How to get a Vimeo video with poster image to open in same window or lightbox #1293046Hi,
No problem. We tend to miss little things like that sometimes. Please do not hesitate to open another thread if you need anything else.
Have a nice day.
Best regards,
IsmaelApril 7, 2021 at 11:59 am in reply to: Slider Probleme nach 5.6 und jetzt unter 5.7 – layout kaputt #1293045Hi,
Thank you for the update.
The site above is no longer accessible when we checked it again today. Is it down? Temporarily, try to toggle or temporarily disable the Enfold > Performance > File Compression settings, and deactivate the cache plugin. Let us know when the site is up again.
Best regards,
IsmaelHey envis,
Thank you for the inquiry.
It is not working because the svg images do not have specified width and/or height as we explained in this old thread.
// https://kriesi.at/support/topic/problem-with-update-9/#post-1064431
You may have to use another image format.
Best regards,
IsmaelHey Reut Rachel,
Thank you for the inquiry.
1.) Yes, that is correct. Adjust the right margin after the 4th item to decrease or increase the gap between it and the 5th item, or the space for the logo.
2.) To increase the size of the logo, you have to increase the height of the header in the Enfold > Header > Header Layout > Header Size settings.
3.) You have to use css media queries to re-adjust the right margin of the 4th item on smaller screens, and you may need to remove this css code.
#header .main_menu { /* background: gold; */ width: 100%; left: 50%; transform: translateX(-32.5%); }
Best regards,
IsmaelApril 7, 2021 at 11:40 am in reply to: PROBLEMI VISUALIZZAZIONE MENU E PULSANTE DELLA RICERCA E CARRELLO SU MOBILI #1293039Hi,
Thank you for the screenshot.
You can add this css code to display the social icons back on mobile view.
@media only screen and (max-width: 479px) { .responsive #top #wrap_all #header .social_bookmarks, .responsive #top #wrap_all #main .av-logo-container .social_bookmarks { display: block; } }
Best regards,
IsmaelHi,
Thank you for the update.
The css code above should disable the link, and if you want to also change the cursor, replace the css code with this.
li.menu-item-3546 > a { pointer-events: none; cursor: default; }
Best regards,
IsmaelHey flfeadmin,
Thank you for the inquiry.
The grid shows up fine when the Fast Velocity Minify plugin is disabled. The minification or compression only works or only active when visiting as a common user, which is why it works fine when you are logged in. We also deactivated the cache plugin temporarily so that you could check it properly. Please do a hard refresh before checking the page.
You may need to play around with the minification settings or use a completely different plugin.
Best regards,
IsmaelHey 48Highrs,
Thank you for the inquiry.
What do you mean by “subject plugin”? And what exactly are you trying to do? Please provide a link to the plugin and explain the issue further.
Best regards,
IsmaelHey reinsicht,
Thank you for the inquiry.
Yes, that should be possible. We could use child selectors to target specific elements inside the dropdown, or use their id. But we have to check the site first in order to provide the appropriate css. Please provide the site URL in the private field.
To learn more about child selectors, please check the following article.
// https://css-tricks.com/useful-nth-child-recipies/
Best regards,
IsmaelHi,
Thank you for the update.
Did you enable the cookie consent bar in Privacy & Cookie settings just recently? It is possible that the analytics tracker gets blocked by the cookie options.
We also found this error in the browser console, which seems to be generated by the Rocket Loader.
Uncaught ReferenceError: jQuery is not defined at <anonymous>:2:1 at t.activateScript (rocket-loader.min.js:1) at rocket-loader.min.js:1 at t.run (rocket-loader.min.js:1) at rocket-loader.min.js:1 at rocket-loader.min.js:1
But even with that error, we can see that the tracker is properly collecting data from the site and the client as shown in the screenshot below.
Best regards,
IsmaelHi,
Thank you for the update.
Would you mind providing a direct link to one of the events with the layout issue? It might have something to do with the updated calendar design. Please make sure that the site contains the latest version of the theme, 4.8.1, then try to disable the updated calendar design option in the Events > Settings > Display panel.
Best regards,
IsmaelHey Mohamad,
Thank you for the inquiry.
You may need to edit the enfold/config-templatebuilder/avia-shortcodes/av-helper-masonry.php file directly in order to show the password protected posts. Look for this block of code around line 948, and remove it.
//check if post is password protected if( post_password_required( $id ) ) { $this->loop[ $key ]['content'] = ''; $this->loop[ $key ]['class'][] = 'entry-protected'; $this->loop[ $key ]['thumb_ID'] = ''; $this->loop[ $key ]['text_before'] = av_icon_display( 'closed' ); $this->loop[ $key ]['text_after'] = $this->loop[ $key ]['date']; }
Best regards,
IsmaelApril 7, 2021 at 3:16 am in reply to: Change headline space and color of blogpost headlines #1292958Hey Kurt,
Yes, that should be possible. To center align the post title, please use this css code.
.widget_recent_entries li { text-align: center; }
And to change the font color, try this one.
.sidebar .widget_recent_entries li a { color: red; }
You can also adjust the default style in the Enfold > General Styling panel, but changes there will affect many elements.
Best regards,
IsmaelHi,
Great! Glad to know that you have found working solution. Please feel free to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the inquiry.
You can update the theme via the Theme Options or the WP Dashboard, but you will need an API key in order to do that. Please check the following documentation for more info on how to update the theme properly and how to register the theme, and generate an API key or token.
// https://kriesi.at/documentation/enfold/theme-update/#update-vianbsptheme-options
// https://kriesi.at/documentation/enfold/theme-registration/#register-my-themeBest regards,
IsmaelHey PadmanPL,
Thank you for the inquiry.
What is the actual size of the uploaded image? It is possible that the uploaded image is much larger than the default thumbnail used for the lightbox option. The size of the “large” thumbnail can be adjusted in the Settings > Media panel.
You can also use the snippet or filters in the following thread to assign a different thumbnail for the lightbox.
// https://kriesi.at/support/topic/image-wont-display-at-original-size-in-lightbox/#post-1290548
Best regards,
IsmaelApril 7, 2021 at 1:37 am in reply to: Srcset (image-set CSS) for ALB Colour Section Background images #1292952Hi,
The filter can be used like this..
add_filter("avf_section_container_add", function($content) { $content .= "<img src='https://site.com/sample.jpg' width='100' height='100' srcset='' />"; return $content; }, 10, 1);
This will render the image right after the opening container and by default, $content is an empty string. Of course, you can use WordPress default functions to get the image URL, or the actual image markup with the srcset attribute instead of creating it manually.
Best regards,
IsmaelHi,
Thank you for the inquiry.
The fixed or sticky submenu option for the fullwidth submenu element is actually disabled on mobile devices by default.
If checked the menu will stick at the top of the page once it touches it. This option is ignored when burger menu icon is shown
Have you tried setting the menu so that it switch to an icon on mobile view? Look for the Advanced > Responsive > Mobile Menu Display settings and select the second option.
Setting it fixed is actually not helping because the submenu is taking more than a third of the device screen covering most of the content, and it looks distracting, IMO. If you really need it fixed, please try this css code to pull the content below the submenu upwards.
#top .sticky_placeholder { margin-top: -255px; }
Best regards,
IsmaelHey Eleina_Shinn,
Thank you for the inquiry.
The masonry items have color overlay by default, which surrounds the content container. Would you like to change its background color? If yes, please try this css code.
.av-fixed-size .av-masonry-entry .av-inner-masonry-content { background-color: rgba(0,0,0,.5); }
Best regards,
IsmaelHi,
Thank you for the info.
We set the Header > Header Layout > Header Size from slim to large to increase the height of the header, but it did not work. Only then that we noticed that the site is still using a very old version of the theme, v4.5.7. You will have to upgrade the theme to the latest version, 4.8.1, and toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.
Best regards,
IsmaelHi,
@hooman: We cannot find the html5 video in the front page. Where did you add it? You might have to directly modify the avia_html5_activation function in the themes/enfold/js/avia.js file, and add the “fullscreen” parameter in the the features array.
features: ['playpause','progress','current','duration','tracks','volume'],
Best regards,
IsmaelHi,
Awesome! Glad it is solved. Please do not hesitate to open another thread should you need anything else.
Have a nice day.
Best regards,
IsmaelApril 7, 2021 at 12:48 am in reply to: CLS (Content Layout Shift) Troubleshooting help please #1292944Hi,
Good job with the site speed optimization. Site loads more faster on our end, but the cumulative layout shift (CLS) is quite high and it might have something to do with the lazy loading. Are you using a plugin to lazy load images, and have you tried disabling it temporarily?
Thank you for the update.
Best regards,
IsmaelHey Dirk,
Thank you for the inquiry.
Please reset the Settings > Reading panel options to default, then select the blog page in the Enfold > Theme Options > Where do you want to display the blog settings. After that, set the Enfold > Blog Layout > Blog Layout to the very last option (Use the advance layout builder..). You can now use the advance layout builder for the blog page and it should show the content.
Best regards,
IsmaelHey Agelos89,
Thank you for the inquiry.
Would you mind providing a direct link to a product page? Did you add the thumbnail as product or featured image? You should be able to check the issue properly by testing the URL in the Facebook share debugging tool.
// https://developers.facebook.com/tools/debug/
Best regards,
IsmaelHi,
Looking really nice @thinkjarvis, and good job with the optimization.
Those brownies are mouth watering. :)
Best regards,
IsmaelApril 6, 2021 at 7:59 am in reply to: play/pause button not showing on iphone when using easy slider #1292690Hi,
Thank you for the update.
The icon is not displaying on mobile view because the slider automatically switch to the fallback image, and remove the video. If you want to keep the video on mobile, you may need to switch to a slider image, set the video URL as link, which will then open in a lightbox when clicked.
Best regards,
Ismael -
AuthorPosts