Forum Replies Created
-
AuthorPosts
-
Works!
Using «Code Snippets» Plugin
Thank you.Great, that one works.
You should implement this in in Partner/Logo element by default.Thank you
SteveNot working.
As I was aware, to hide section elements in BACKEND by triangle icon, –> but that still shows element in Frontend on LIVE page.
Or did I miss something?On DIVI you have EYE ICON to hide elements on Frontend LIVE page.
October 30, 2023 at 3:43 pm in reply to: WooCommerce – Entfernen der Dropdown-Sortierung auf der WooCommerce Shop-Seite #1424137Hi and thank you
I am aware of the CSS display none; possibility.
I am looking for the PHP snippet instead or an Option the Check «disable Sort function» somewhere to hide Sort function.
This PHP Snippet
remove_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_catalog_ordering’, 30 );
unfortunately does not workAny ideas?
October 26, 2023 at 11:32 am in reply to: ENFOLD GDRP / General Data Protection Regulation Cookie Settings Multilang #1423770Hi Mike
Looks like «Real Cookie Banner» can handle with Mulitlanguage WP Sites:
https://wordpress.org/support/topic/real-cookie-banner-and-multilingual-wordpresses/Thank you
SteveSeptember 15, 2023 at 3:12 pm in reply to: WooCommerce Variable Product Image Swap with ENFOLD – Bug? #1419289This is it! I wasn’t aware about this function.
Thank you ;-)Great, worked!
Thank you ;-)Not working, now the Icon is on top instead in PW field.
Gonna keep it below PW field, so its Mobile Ready like thatThank you
SteveHI Nikko
Icon show up now, but below Entry field. Is it possible to place the Eye Icon into // or right the Input field? Not below.
Thank you
After setting Performance as you said, all 90’000 files gone after Server Cache Cleaning (all 24 hours or so) Only have 6 files now in folder /dynamic_avia and the
Webspace shrinked from 24 GB to 697 MB. Going to reactivate CSS/JS Compression now in «Performance», but without timestamp.
That will work for me, thank you.So I disabled «CSS / JS file merging» and set Unique timestamp of merged files and WP objects to «Fix WP bug, disable unique timestamps».
Or do I need the «Disable adding unique timestamp only»? Which one works better?Activated «Delete old CSS and JS files» which was deactivated before. The 90’000 files are still in folder «Dynamic Avia».
Do I need to clear those manually using FTP or do I need to wait a Server refresh? What happends, when I delete these files per FTP manually?Thank you
Steve- This reply was modified 1 year, 10 months ago by Steve Webgecko.
- This reply was modified 1 year, 10 months ago by Steve Webgecko.
Ok, I think I got it:
Deleting the Caching plugin «WP Rocket» did not delete the Cache files and were still active. This is a bummer! I was assuming when deleting a Cache Plugin , then all cache files get erased with it. I had to re-install «WP Rocket», clear all cache files pressing «WP Rocket» erase button and delete the Plugin again. Annoying.Sorry for disturbing ;-)
Hi again Rikard.
All Plugins deactivated, Child Theme Options «Performance» –> all Mergin & Compression options –> DISABLE.
«Delete Old CSS And JS Files?» –> ON
Checking with my Hosting Provider, if some Caching System had been installed recently on Host Server…
Otherwise I have no explanation, but I guess, there is a confusion with the Child theme CSS and the original Theme CSS…Just a guess. So I will await the answer from my Hoster then….
Hmmm… mysterious ;-)
So I copied the code from original footer.php and replaced it again in Child footer.php file. The footer section looks now as it should with logo Icons and contact column. Looks good now?
But now I have a font issue problem in MAIN NAV in header as the Nav font is wrong and the text in content dissapeared, but only when I am logged out Dashboard…. logged in, everything works.Any ideas? I really don’t get it… I am not sure now, if i should downgrade Enfold theme to Version 4.7 again…
I had the same issue with font «Montserrat» coming with ENFOLD theme. The different font weights don’t work with Enfold font «Montserrat». Importing the file from Google Font does it, but I recommend to rename the folder named «static» inside the ZIP file to «Montserrat» before Import/Upload as you can find the font in the dropdown list as «Montserrat» and not as «static»
;-)Sure, Go ahead ;-)
Hi Rikard
I deleted the footer.php file in Child Theme on my FTP server. There is now only functions.php and the two style.css and style.css.map files in directory.
Now the funny thing is: Logged in and Preview WP, the 4 Footer Widgets appear as they should. Logged Out, they are missed and get replaced with 4 placeholder widgets:must look like this: https://ibb.co/KygYD6x
still have this: https://cleanhouse.webagentur-aarau.ch/kontakt/all Caching systems deactivated. Any ideas?
Ok, on this Page:
under HEADER with Logo above Slideshow, I have a Module «Rotierende Überschrift»
In the STIL (Style) Settings for «Rotierende Überschrift» it is only possible to set the FONT Color but not the BACKGROUND Color of the «Rotierende Überschrift» Section, as I need that one black #000000.
–> I need a CSS class to target to this DIV or Module. So I’ve put the background-color: #000000 ; on the .container_wrap_first:first-childbut now, I get a black Background on every page on first child (altough page-id set)
/* Ticker Banner */
#page-id-13.html_minimal_header #main > .avia-builder-el-0, .av_minimal_header + #main .container_wrap_first:first-child {
background-color: #000000 ;
}Look here, then you see what I mean:
Any suggestions?
Works now!
;-)
I will post my questions there…This reply has been marked as private.This reply has been marked as private.This is it! Works now with Version 4.8.6 ;-)
I guess, it is how it resizes the second Image, when you add some more padding to left/right, the IMAGE gets shorter in vertical?
Any suggestions how to solve that?Thanks, all fine. There was one !important too much ;-)
Topic closedPerfect!
thanks
;-)This is it! Thank you
;-)I could work it out now, but I am not sure if this fits with mobile gear too (responsive view) :
h1.avia-caption-title {
background-color: #f0931a !important;
margin: 0 20% !important;
}or even better this workaround:
h1.avia-caption-title {
background-color: #f0931a !important;
max-width: 52% !important;
margin-left: auto;
margin-right: auto;
}I hope that does it on Mobiles too, probably going to hide the sliders (or slider text) on iPhones anyway ;-)
Going to check this out…
- This reply was modified 3 years, 8 months ago by Steve Webgecko.
-
AuthorPosts