Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the link, I only see an issue with the first one, but I don’t think there will be a solution for this, try Guenni007’s solution and see if that helps.Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field for desktop:#top.home #av_section_3 .av-special-heading { padding-bottom: 0; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
I’m not sure what you expect to see for the mobile view.Best regards,
MikeHey Manel,
It looks like you are trying to ask a support question from the “contact form”.
Please note that using the contact form is not appropriate for support questions, please log in to the support forum and open a new thread if you need further assistance.
If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.Best regards,
MikeHey mnydish,
I see a few issues, first the code should be in your child theme functions.php file, second your images don’t have the full path, third I recommend using the page ID instead of the page or post title, please see this example:add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if(is_page(1301) ) { $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png"; } if(is_page(1410) ) { $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png"; } if(is_page(1286) ) { $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo2.png"; } return $logo; }
See this thread.
Best regards,
MikeHey digitalt20,
The thread that you linked to is still open, please reply to that thread instead of opening this new thread, it will be easier to follow and assist.Best regards,
MikeHi,
When I check your “GET THE RIGHT SIZE” section it looks “OK” to me, you have text and a button, perhaps you wish to remove the padding?
Perhaps a mockup of what you want to see would help.Best regards,
MikeHey spokerstradingco,
This issue is due to the plugin, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#sb_instagram #sbi_images { padding: 0; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
Try this solution.Best regards,
MikeJune 27, 2024 at 4:11 am in reply to: Double H1 tag in product categories pages and tag pages #1459802Hi,
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,
Thanks, I see the filter in place, but I don’t find the post-css or this error on your site.Best regards,
MikeHi,
Thank you for your patience, I believe that it is sorted out now, please clear your browser cache and check.Best regards,
MikeJune 25, 2024 at 12:17 am in reply to: Can’t add a Flaticon icon collection. “server didn’t respond” #1458536Hi,
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,
Thanks the is pretty good, probably better that my approach, see my text here:
My test ▸ https://enfold.savvyify.com/guenni007-sidebar-header/
I probably need a little more css, but thank you for sharing :)Best regards,
MikeHey ErcanSariguel,
Please link to your page so we can examine and offer a single column solution for 1440pxBest regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#main .avia-content-slider .slide-meta time { display: none; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeJune 24, 2024 at 9:29 pm in reply to: Can’t add a Flaticon icon collection. “server didn’t respond” #1458524Hi,
It looks like there is an error in your SVG class codes, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field to correct:#header.header-scrolled-full .av-contains-svg .st0 { fill: #000; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
The page that you linked to is not using the Enfold Advanced Layout Builder for the product, it is using the woocommerce product like in your test page, nonetheless I added some custom classes to your original /dji-mavic-3-classic/ product to try to get this to work.
In this text element:
I added the custom class product-type-variable :
and in the title H1 tag I added the custom class product_title, note that you must use the “text tab to add the class:
and now it works:
You will need to manually change your other products like this.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,
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,
Ok, thank you, I see the Variation Title in the variation but it doesn’t seem to work on the frontend. I don’t see any errors that might point to a cause.
I did find the script that I posted above was in your child theme style.css so I moved it to your child theme functions.php and it changes the product title when a variation is picked, so that is good news:
Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { .responsive #top #wrap_all .main_menu { position: relative; height: 66px; } .responsive #top .av-logo-container .avia-menu { width: 100%; display: flex; justify-content: center; } .responsive #top .logo { height: 54px !important; width: 100%; display: flex; justify-content: center; } }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
I tried to create one for you but didn’t get the variations correct, please see the link below and adjust the variations. Do not use the Advanced Layout Builder, only use the woocommerce product fields:
Best regards,
MikeHi,
Thanks, now I see that you are using the ALB for the product with a text element for the title instead of the woocommerce title. Try creating a test product using the default editor and check.Best regards,
Mike -
AuthorPosts