Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for your patience, your screenshot shows the main menu below your logo when your widget text is behind the logo, but I’m unable to reproduce this because the menu turns into the burger menu and the widget never shows behind the logo. What screen size are you seeing this error, I tried resizing my browser but couldn’t make the widget to show behind the logo, perhaps you have already solved this?

Best regards,
MikeHey Bertrand,
Thank you for your patience, as I imagine your question you would like a post slider to have an animation of sliding from one side to the next when showing the next posts, I imagine this is the element you mean

So as it is not this element’s animation and function is in javascript and to have a robust carousel experience it would need to be rewriten, but as an example css could be used for a basic carousel:#top .slide-entry-wrap.active-slide { animation: moveFirst 2s linear .2s; animation-iteration-count: 1; } @-webkit-keyframes moveFirst { from { left: 100%; } to { left: 0%; } }the problem with this is the visibility and opacity is controlled by javascript so with this css there is a flash of the element on page load, so you would really need to override the whole function with javascript, if you would like to try this you could try this article. But considering there are so many plugins that would do this it doesn’t seem like a good use of time to try to write your own.
I recommend using a plugin that has a shortcode that you can place on the page to show it.Best regards,
MikeHey albadbdb,
Thank you for your patience, to remove the animation on the captions and buttons on your homepage slider, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#top.home #fullscreen_slider_1 .avia-slideshow li.av-single-slide, #top.home #fullscreen_slider_1 .avia-caption-title, #top.home #fullscreen_slider_1 .avia-caption-content, #top.home #fullscreen_slider_1 .avia-slideshow-button { -webkit-animation: 0s ease 0s normal none 1 running none !important; animation: 0s ease 0s normal none 1 running none !important; visibility: visible !important; opacity: 1 !important; }Best regards,
MikeHi,
Hopefully, Ismael’s suggestion leads you to find something that will help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeAugust 15, 2021 at 3:57 pm in reply to: Problem with responzible design of MEC Callendar from Webnus #1316810Hi,
Thank you for your patience, I see that Yigit has been helping you but with the recent update I thought to try to assist, so I see that on mobile the calendar element under NEJBLIŽŠÍ UDÁLOSTI doesn’t seem to show when clicked, but what is happening is the plugin script is increasing the height of the iframe via javascript and is not stoping, for example, in this screenshot the height is at 460012px and doesn’t stop.

On your page I see many errors such asFailed to execute 'postMessage' on 'DOMWindow' ... does not match the recipient window's origin&parser-blocking, cross site (i.e. different eTLD+1) script, is invoked via document.write. The network request for this script MAY be blocked by the brow

but I see these same errors on your /kulturni-program/ page where the plugin script seems to be working, so I don’t know why this element of the plugin doesn’t work while the other seems to work even with the errors.
Since this is happening inside on an iframe we can not control it with css or javascript, try asking the plugin author if they have any insight.
Sorry I was not much help.Best regards,
MikeHi,
Sorry, your right I “spaced it”, I tried enabling the Enfold theme you had installed, v4.8.6.1 and the backed element content showed correctly, please see the backend screenshot in the Private Content area.
So this points to one of the many customizations in your child theme, please check.Best regards,
MikeAugust 14, 2021 at 11:08 pm in reply to: SiteGround Security plugin prevents gradients from showing #1316765Hey Ben,
Thank you for sharing this, while we don’t support the SiteGround Security plugin other users may find this helpful.
You can remove the WordPress & WooCommerce generator meta with this snippet in your functions.php

remove_action('wp_head', 'wp_generator');
and this doesn’t seem to effect the color section background gradient

Best regards,
MikeAugust 14, 2021 at 10:43 pm in reply to: Header with full width background image in tag archive page #1316764Hey profumopuntoit,
Thank you for your patience, I see that your page is a woocommerce archive page, so you would go to that category and upload a thumbnail and choose Display product image and description as fullwidth page banner

then you will have a full width banner on the frontend for the category

Please note that Tags don’t have this option, but the shop page does in the theme options, you can also set one banner for all category pages.

Best regards,
MikeHi,
Thank you for your patience, to change the attribute for different pages you could use an IF statment that includes the page ID like this:add_filter('avf_contact_form_submit_button_attr','avia_add_submit_attributes_to_cf', 10, 3); function avia_add_submit_attributes_to_cf($att, $formID, $form_params){ if(is_page('500'){ $att = "onclick=\"_gaq.push(['_trackEvent','Contact Form one Send','Click/Touch','Footer']);\""; } if(is_page('400'){ $att = "onclick=\"_gaq.push(['_trackEvent','Contact Form two Send','Click/Touch','Footer']);\""; } return $att; }there are Conditional Tags For Home, Front & others if you wish.
Best regards,
MikeHey ctadlock,
Thank you for your patience, I assume that you mean changing the PHP files when you say change the breadcrumb logic but the problem with that is you would want to use a child theme so your customization would not be lost after the next update, but you don’t seem to want to do that. Did you see the Enfold child theme that is included with the most recent full theme download?
If you did decide to use a child theme it seems that you would want to trim the breadcrumbs after the spaces so / Furry Animals / becomes / Furry / but unfortunately I don’t believe that I can achieve this in PHP, but perhaps I could in javascript. The best way to achieve this would be to use the Say What plugin and have it do a string replace of the few breadcrumbs that you would want to change, there probably are only a few right?Best regards,
MikeAugust 14, 2021 at 8:46 pm in reply to: Search result page isn't displaying correctly when a certain item is displayed #1316758Hi,
Thank you for your patience and for the login, since it is a live site I made no changes.
I examined the search results for Webinars with the error and for thank with no errors, and found that the error is a result of a misplased footer element for the Webinars result
<footer class="entry-footer"></footer>

in this screenshot I show two results for comparison, the first arrow is correct the second is the arrow, the error causes the closing of misplaced tags main & two div’s
I’m not sure why this would be occuring, I would recommend creating a staging clone of the site and try removing the content of the page to see if it corrects the search results, and if not try removing the page and creating a new blank page with the same title, and if that doesn’t help then start disabling all of your plugins until the error is corrected.
I don’t see that you have any custom templates or functions but if you do try looking at those.Best regards,
MikeHey Sergio,
Thank you for your patience, this is because the video is a background video in a color section, background videos or images do not have user interaction because they are in the background. Videos do not automatically play on mobile devices and because it is a background element it has no user interaction.
You will need to use the video element on mobile so the user will be able to start it.Best regards,
MikeAugust 14, 2021 at 6:58 pm in reply to: Using multiple masonry gallery with pagination, on the same page. #1316752Hi,
Glad Günter was able to clarify this for you, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Sorry for the very late reply and thank you for your patience, to remove the crop from those images in the child theme, add this code to the end of your functions.php file in Appearance ▸ Editor:add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 ); function enfold_customization_modify_thumb_size( $size ) { $size['entry_with_sidebar'] = array('width'=>845, 'height'=>321, 'crop' => false); $size['entry_without_sidebar'] = array('width'=>1210, 'height'=>423, 'crop' => false); return $size; }Best regards,
MikeHi,
Try clearing your browser cache because it’s showing for me now, please see the screenshot in the Private Content area.Best regards,
MikeAugust 14, 2021 at 12:16 pm in reply to: accordion element -> expand icon in own grid or gap –> prevent overlapping #1316738Hi,
Glad this helped, the dev team has added this css to the core, for your second question you could probably achieve this with a masonry element displaying the title & excerpt as an overlay on mouse-over

you will need to add some custom css to get the same look, try searching the forum as there are many users that have posted their custom css to achieve similar styles, like this one for example.Best regards,
MikeHi,
Oh I see, please try changing the css to this instead:.realEstateRatingContainer { width: 100%; float: left; }Best regards,
MikeHi,
Glad to hear that you remembered that and was able to test it by removing it. So it would seem that I didn’t write the script strict enough to only apply to the masonry gallery, as on the /preschool-kindergarten/ page, but as I go back to rewrite I find that you are no longer using the lightbox linking to the images, thus there is not a larger image for the script to use. I then realize we should have changed the image size option to No Scaling (Original Width X Original Height) to solve that thread instead of using the script, I made this change for you.

Since the masonry element on the /community/ page is using the full size images this solves both issues. Sorry for the round-about solution and the extra headache.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Sorry I’m not understanding, the screenshot is what I see on my desktop, is it different on your desktop? If so please add a screenshot so I can see how you see it.Best regards,
MikeAugust 13, 2021 at 2:50 pm in reply to: accordion element -> expand icon in own grid or gap –> prevent overlapping #1316637Hi,
Thank you for the link, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#main .togglecontainer .single_toggle .toggler { padding-right: 52px; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad to hear this helped, this change will be included in the next update. If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Do you mean move the “Haus” button over? Please see the screenshot in the Private Content area.
This can’t be done because it is inside the iframe, you can’t control content inside an iframe.Best regards,
MikeHey sasha,
Thank you for your patience and for the login, I see that you have v4.8.6.1 installed but your child theme is loading v4.8.6 please try correcting.
I found that you had the Avia Layout Builder Debugger enabled so I copied your page to my test install and the accordion content showed in the backend, please see the screenshot in the Private Content area.
please try disabling your plugins to see if that helps.Best regards,
MikeAugust 13, 2021 at 1:08 pm in reply to: accordion element -> expand icon in own grid or gap –> prevent overlapping #1316609Hey S.,
Thank you for your patience, I couldn’t find your accordion element on the /referenzen/ page as displayed in your screenshot, is that the correct page?Best regards,
MikeHi,
Glad this helped, your iframe is aligned under your button group and fills the column, so it is not centered, your KONTAKT column is holding this column to the right. So I’m not sure how you want to see this, perhaps you can include a screenshot of what you would like to see.Best regards,
MikeHey jaimemerz,
Thank you for your patience, the links to the background images on your page for the masonry items do not point to images, they point to pages. Please see the screenshot in the Private Content area.
The featured images for your portfolio items, when you try to change the featured image from the portfolio page backend, points to a .jepg image but if you go to the link and try to download the image it is actually a .webp image. From the same featured image dialog box, you can not choose any other existing images you can only upload new images.
I believe these issues are related to your SiteGround Optimizer plugin but deactivating it doesn’t stop the site from linking to .webp images in the featured image dialog box or start linking to the actual .jepg images in the masonry element.
I exported your portfolio items to my test site and none of the images were included, this was my first clue, on my site if I add a new featured image your masonry portfolio items show correctly, this was my second clue.
So I don’t believe this is related to the masonry element or the latest version.
I tried adding a new image to one of your items but it didn’t work, even with the SiteGround Optimizer plugin deactivated perhaps this is only a frontend for your server settings, can you disable all caching and optimization on your server? I see the WordPress Importer plugin is activated, did you build this site here or imported it somehow?
I can not view your child theme functions.php, is there any functions or scripts that are related?Best regards,
MikeHey rixi,
Thank you for your patience, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:.realEstateRatingContainer { width: 100%; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
