Forum Replies Created
-
AuthorPosts
-
Hey amollde,
Thank you for your patience, can you please link to the page that you are working on, I tried to view your site but it seems to be under construction, so perhaps including admin login in the Private Content area will allow us to be of more assistance.
Typically if you want an image size to not be cropped we recommend using the Simple Image Sizes plugin and then regenerate the image sizes and clearing your cache.
Another way would be to add a function to your child theme functions.php, please see this post.Best regards,
MikeHi,
Thank you for your patience and the link to your single product sample, as I examine it the description side of the page is already full width except for the 50px of padding, so to remove this padding please try this css:#top.single-product #main > .container_wrap_first.template-shop > .container { padding: 0; }Please see the screenshot in the Private Content area to show what I’m seeing.
Best regards,
MikeHey Ayşegül Ülkü,
Thank you for your patience, the snippet above is for showing the page that the contact form in on, not for where the user came from, such as FB or Google. You would need to use a tracking script to find out where your users are coming from.
But the Enfold Contact form has only basic functions and not a way to integrate with a tracking script, you will probably want to use the Contact Form 7 and one of it’s addons to achieve this.Best regards,
MikeAugust 21, 2021 at 3:18 pm in reply to: Colour Section width reduced – CSS not working on mobile or tablet devices. #1317738Hi,
Thank you for your patience and sorry for the late reply, the login didn’t work for me but I did find the cause, at mobile the transform rule is overruled by this css for the parallax effect:.avia_mobile #top .av-parallax-section { z-index: 0; -webkit-transform: translate3d(0,0,0);So please try replacing your css with this:
#main #section-width { max-width: 91%; left: 50%; position: relative; transform: translateX(-50%)!important; }After applying the css, please clear your browser cache and check.
As for your logo image being blurry, I’m not sure that I’m seeing it, but my eyes are not that great, but below I linked to the current 300×159.png and the original 650×344.png try looking at both in your browser if you do see a difference you have two choices, you can download the original and resize it on your desktop manually preserving the image quantity and upload it to the exact location via FTP or your webhost file manager. This is often better than the WordPress image software for smaller images.
Or you can go to the Enfold Theme Options ▸ Logo and enter the URL to the full size image below and save with the Save all changes button, Not the Upload button. This will then show the new image without modifing it.

Best regards,
MikeHi,
Glad to hear this helped and thanks for pointing out the error, I have posted the correction below for future readers.
If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.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; }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,
MikeAugust 19, 2021 at 12:36 pm in reply to: Uncaught SyntaxError: Unexpected token '!' Error after updating to Enfold 4.8.6 #1317480Hi,
@reaper_unique thanks for the link to your site but I don’t see any error in the browser console and the theme that is loading is Astra v3.6.8, not Enfold.
If you are having trouble with Enfold v4.8.6.2 then please create a new thread and include an admin login in the Private Content area so we can be of more assistance since this is not your thread posting your login here will not be private and you will not see anything we write in the Private Content area.
@onurkurtic I still do not see your error and your mobile menu seems to be working correctly, did you need further assistance or were you able to find the conflict?Best regards,
MikeHi,
Thank you for your patience and glad to hear this worked, I will submit a feature request to the dev team for this, 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,
MikeHi,
I still see that if the child theme is disabled and the Enfold theme is enabled the problem is solved, strange, I will ask the rest of the team if they have any ideas.Best regards,
MikeHi,
Thank you for the screencast, so there are a couple of things going on, first you are view the page at 90% zoom

perhaps you are not aware that this is not the same as viewing the site in Responsive Design Mode

anyways please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:@media only screen and (min-width: 1850px) { #top #header #header_main .widget { left: 33% !important; } }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,
Why would you want to add a code block to the start of each post, this would not change the header to transparency.
Perhaps I’m not fully understanding, please try to fully explain what you are trying to do with examples, links and screenshots.Best regards,
MikeHi,
Thanks for the feedback and I understand this but I’m unable to reproduce this on your site, what screen size do you see this at?
I referenced the menu because it points to this happening before the mobile size.Best regards,
MikeHi,
Sorry, I have not investigated any such plugins but a quick search on WordPress gives these results for: post carousel try seeing if any of these match your needs. I would recommend not using any that require an additional frontend builder to be installed, typically this leads to conflicts.
I hope you also have a great week and 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,
When you delete the child theme style.css it is the same as deactivating the child theme, the line at the very top:
Template: enfold
is what tells WordPress what parent theme to use, so if removing all of the style.css except for the top 8 lines doesn’t solve then the issue is not in that file. Did you try removing your child theme functions.php file?Best regards,
Mike-
This reply was modified 3 years, 8 months ago by
Mike. Reason: moved remark per customer request
Hey profumopuntoit,
Thank you for your patience and for the link to your page, for tablet to have your footer two columns two rows please try this css:@media only screen and (min-width: 767px) and (max-width: 1024px) { #footer .flex_column.av_one_fourth { width: 44%; } }Please see the screenshot in the Private Content area for the expected results.
In this screenshot you will note that the first column with the news thumbnails has a 70px by 70px image but the frame around it is 143px by 72px this is due to your custom css:@media only screen and (min-width: 767px) and (max-width: 989px) { span.news-thumb { width: 46% !important; height: 46% !important; } }please remove or adjust this css to correct.
Best regards,
MikeHey ThorstenFB,
Thank you for your patience and for the link to your site, I see in the console you are getting this jQuery error
Uncaught Error: Syntax error, unrecognized expression: #b%C3%BCroetagen-entkernung

I don’t recognize Croetagen-entkernung and I can’t find it in your source code, perhaps you do?
If you have some custom script or a plugin try disabling it and your page should work correctly, otherwise please include admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHey gregcarrollLMG,
Thank you for your patience I assume that you followed these steps in our documentation and that you didn’t get any errors that might point to PHP ZipArchive Extension not being enabled on your webhosting server. So can you link to the zip file you uploaded so I can test it?Best regards,
MikeHi,
I don’t believe the dev team has changed anything with the favicon, I didn’t find anything in github. I also don’t recall any specific child theme suggestions for the favicon, except for the login and admin pages.
Did you try converting to “favicon.ico” and then uploading via FTP to your root directory, the same place as your WordPress “index.php”?
Browsers seem to always respect a “favicon.ico” in the root directory.
But currently many devices and browsers are looking for specific file types and sizes and some favicon generators will create them all at once for you and also provide the header code for you.

Best regards,
MikeHi,
I’m not sure which files in your child theme could be causing this as I’m not sure what the root cause is, so you will need to try through trial and error, removing all and then add back a little at a time. Try starting with your functions.phpBest 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,
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,
Mike -
This reply was modified 3 years, 8 months ago by
-
AuthorPosts


