Forum Replies Created
-
AuthorPosts
-
August 11, 2024 at 1:30 pm in reply to: Loss of my footer widget customization after theme update #1464397
Hi,
I still believe that you should delete / remove your child theme header.php & footer.php so you don’t have to do this anymore.
The only files in your child theme should be:
style.css
funchion.phpand maybe redirectroot.php since I don’t know why you add that custom file.
save the other files to your desktop as backup.
Best regards,
MikeAugust 11, 2024 at 1:21 pm in reply to: enfold fullwidth easy slider caption text move on mobile #1464395Hi,
The css I posted above is for max-width: 425px, since it is for mobile only, what screen resolution is your screenshot from?
try changing the max-width to suit your device.Best regards,
MikeAugust 10, 2024 at 10:12 pm in reply to: enfold fullwidth easy slider caption text move on mobile #1464375Hi,
This was for mobile, right?
It looks moved for me, see below
try to clear your cache.Best regards,
MikeAugust 10, 2024 at 10:01 pm in reply to: Loss of my footer widget customization after theme update #1464372Hi,
Please check the footer of this staging site > https://staging2.trikego.com/it/Best regards,
MikeHey MysticMimi,
I’m not able to login to your site, the domain changes, it seems to be a server issue, please ask your server if the domain is public, or if there is a issue, or provide a URL so we can login and view the theme settings.Best regards,
MikeAugust 10, 2024 at 9:28 pm in reply to: images with animations have disappeared after update #1464363Hi,
Very good, below is a link to my report, only Mods can see it, but when we hear back from the Dev Team we will reply.Best regards,
MikeAugust 10, 2024 at 9:04 pm in reply to: images with animations have disappeared after update #1464361Hi,
Thanks for the feedback, I don’t know why this is, but it seems that if you add a space before the number the issue is solved, I will let the Dev Team know and they will review.Best regards,
MikeAugust 10, 2024 at 8:15 pm in reply to: Site Health issue after recent update version 6.0.2 #1464355Hi,
Unfortunately, I get “Access denied” today.
The same IP as above, please see below.Best regards,
MikeHey Zaccc,
I seem to be able to see the slider text, please see the screenshot in the Private Content area.Best regards,
MikeAugust 10, 2024 at 8:09 pm in reply to: Loss of my footer widget customization after theme update #1464352Hi,
Glad Ismael could 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 10, 2024 at 8:02 pm in reply to: images with animations have disappeared after update #1464348Hi,
Try this css:#top:not(.page-id-34) #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text { color: #fff; }
Best regards,
MikeAugust 10, 2024 at 7:37 pm in reply to: Loss of my footer widget customization after theme update #1464345Hi,
I recommend removing the two files (header.php & footer.php) from your updated staging site child theme folder, you can save them to your computer if you want to have a backup.
Please leave the other files, then check that this solves your problem.Best regards,
MikeAugust 10, 2024 at 6:44 pm in reply to: Loss of my footer widget customization after theme update #1464338Hi,
I believe that you misunderstand, your child theme header.php & footer.php must be the same as the new updated theme, not the same as your old site that is not updated.
So when you update you must also update your child theme header.php & footer.php
Thus we do not recommend adding these files to your child theme, it is the most common reason for errors when updating. Please remove these files and any customizations you wish to make should be done in your child theme functions.php, or update the files each time you update.Best regards,
MikeHi,
When I test this does what you ask on my test site:function avia_breadcrumbs_trail_mod($trail) { if (is_singular('product') || is_archive()) { unset($trail['trail_end']); unset($trail[3]); unset($trail[2]); } return $trail; } add_filter('avia_breadcrumbs_trail', 'avia_breadcrumbs_trail_mod', 50, 1);
Best regards,
MikeHey Buskruit Internet,
These demo pages show the elements that are created in the backend, the shortcodes depend on the options that you choose in the elements, it is not a simple [video] that you might be thinking. We recommend using the elements, but if you want to see the shortcodes that the elements create please see our Avia Layout Builder Debugger documentation.Best regards,
MikeAugust 10, 2024 at 6:06 pm in reply to: Loss of my footer widget customization after theme update #1464332Hi,
Thanks for the login, when I check your staging site child theme footer it is only 172 lines, but the parent theme is 342 lines.
The header is also not the same, this will cause errors in your theme. We do not recommend adding these files to your child theme, it is the most common reason for errors when updating. Please remove these files and any customizations you wish to make should be done in your child theme functions.phpBest regards,
MikeHi,
I believe that this is a duplicate thread, please review your other threadBest regards,
MikeHey Guenter,
To me it looks like the html_header_transparency class is added when the $header[‘header_transparency’] is used in the theme settings, so to check for this and trigger a add_filter this works in my test:function mod_avia_header_setting($header){ if($header['header_transparency'] ){ add_filter( 'yourFilter', 'yourFilter', 10, 2 ); } return $header; } add_filter('avf_header_setting_filter','mod_avia_header_setting');
Best regards,
Mike- This reply was modified 3 months, 2 weeks ago by Mike.
Hey bemodesign,
Thanks for the link to your site, but your homepage menu colors seem to be the same as your advanced styling options in the transparent header, and after scroll.
Perhaps you have already sorted this out?Best regards,
MikeHey bemodesign,
Thanks for your patience and the link to your screenshot, but it requires a login, please try a free screenshot service or disable the login requirement.Best regards,
MikeAugust 10, 2024 at 4:57 pm in reply to: enfold fullwidth easy slider caption text move on mobile #1464324Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 425px) { .html_header_transparency #top .avia-builder-el-0 .slideshow_caption { padding-top: 0; } #top #wrap_all #main .avia-slideshow .avia-caption-title { font-size: 40px; } }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHey lobstahhhhhhh,
It sounds like your function is only changing the standard logo and not the transparent logo, typically these are two different logos.
For the standard logo use this function:add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if(is_page(206) ) { $logo = "https://kriesi.at/themes/enfold-business-flat/wp-content/uploads/sites/43/2014/08/logo_flat_portfolio.png"; } return $logo; }
for the transparent logo use this function:
function av_change_alt_logo_img($header){ if(is_page(206) ){ $header['header_replacement_logo'] = "https://kriesi.at/themes/enfold-startup/wp-content/uploads/sites/47/2015/02/logo_coming_soon.png"; } return $header; } add_filter('avf_header_setting_filter','av_change_alt_logo_img');
If you want both to be the same image, you can also do that.
Best regards,
MikeAugust 10, 2024 at 3:15 pm in reply to: Issues with iframe, Vimeo video link to open in a pop up #1464322Hi,
Thanks for the link to your site, on your homepage the popup changing to a new tab looks like a anther plugin or script, try disabling your other plugins.
For the test page that you created for us the popup works correctly and doesn’t open a new tab, perhaps because this page is not published so the plugin or script is not causing the error. Please see the screenshots in the Private Content area.Best regards,
MikeHey Ivana,
First you will need to know the menu item ID for each one, on my test page it is #menu-item-3040 then I use this css:#menu-item-3040 { overflow: visible; max-width: 120px; } #menu-item-3040 a { line-height: 20px; align-items: center; display: flex; text-align: center; }
and it now looks like this:
Please give this a try, if you need further help please link to your page so we can examine.Best regards,
MikeHi,
Thanks for the login, your plugin “Woo Product Add-ons” was braking the mobile menu and the animated-number on the homepage, I disabled and now both of these work.Best regards,
MikeAugust 10, 2024 at 1:11 pm in reply to: How to modify the background grey space before a bk video in a color section #1464316 -
AuthorPosts