Forum Replies Created
-
AuthorPosts
-
Hi,
If you want this to work on every page you will need to add a custom class to the element, otherwise the css could affect other elements.
Please try creating a staging site with placeholder images so we can be of more assistance.Best regards,
MikeHi,
I don’t see this error on your site, the error is for your Flaticon icon fonts:
It looks like you have tried to add two of them:
but it looks like only one is working:
So try deleting both of these and then and each one at a time and see which one is not working, not all Flaticon will work, if they are in color or SVG they will not work, you must use iconfonts which are icon fonts is different. Try using fontello.com, please see our documentation here.Best regards,
MikeHi,
Please include an admin login in the Private Content area so we can investigate better.Best regards,
MikeHey Mark M Whelan,
Thank you for your question, when I check your site I don’t find the above errors, but 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 Gary Talcott,
Thank you for your question, I see that you have open four questions using 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.
Please note that support contracts are good for six months to a year at a time, this is different than paying a developer each month. 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. If you don’t have a Theme Forest account because the license is in your developers name you can purchase a new license in your name with your email address as a login and you will get 6 months of support included. I recommend extending the support to 12 months for just a little more.
Best regards,
MikeHey Gary Talcott,
Thank you for your question, I see that you have open four questions using 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.
Please note that support contracts are good for six months to a year at a time, this is different than paying a developer each month. 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. If you don’t have a Theme Forest account because the license is in your developers name you can purchase a new license in your name with your email address as a login and you will get 6 months of support included. I recommend extending the support to 12 months for just a little more.
Best regards,
MikeHey Gary Talcott,
Thank you for your question, I see that you have open four questions using 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.
Please note that support contracts are good for six months to a year at a time, this is different than paying a developer each month. 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. If you don’t have a Theme Forest account because the license is in your developers name you can purchase a new license in your name with your email address as a login and you will get 6 months of support included. I recommend extending the support to 12 months for just a little more.
Best regards,
MikeHey Gary Talcott,
Thank you for your question, I see that you have open four questions using 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.
Please note that support contracts are good for six months to a year at a time, this is different than paying a developer each month. 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. If you don’t have a Theme Forest account because the license is in your developers name you can purchase a new license in your name with your email address as a login and you will get 6 months of support included. I recommend extending the support to 12 months for just a little more.
Best regards,
MikeHi,
Do you mean that you want a square border around the icons? Please link to your page so we can examine, I don’t find a link to your page.Best regards,
MikeHi,
Thanks, I checked the site again today and do not see the error. I will check again in a day or two.Best regards,
MikeHi,
Glad to hear that you have this sorted out, 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 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” #1458524 -
AuthorPosts