Forum Replies Created
-
AuthorPosts
-
Hi,
Adding a custom class to the social share buttons will not work because we need to remove the padding and margin from the container that the buttons are in. If the buttons are in a color section, then please add a custom ID to the color section, if not then please try adding the buttons to a color section.
If you include a admin login in the private content area, I will be happy to demonstrate what I’m trying to explain.
But please explain what other sections were changed with this solution so we can see if this can be corrected.Best regards,
MikeHi,
I see that you do have a old header.php that should be updated with a current version because Enfold v4.1.1 has some new functions in it, that has caused issues for sites that use a child theme and a old header.php with the latest version. Mostly the errors have to o with the lightbox script.
Since you said you developed this site a while back and don’t remember your changes, I created a difference report between your child theme header.php and the header.php in v4.0.7, so you can see your changes and then figure how to incorporate them into the v4.1.1 header.php
Please see link in the Private Content area.
I also see that your child theme style.css has a warning that there are 66 errors that need to be corrected.
These two issues could be the cause for your issue, please try addressing, and let us know if this helps.Best regards,
MikeHey mynoxin,
To change the background color of the button, Please try this code in the General Styling > Quick CSS field:.avia_cart_buttons.single_button:hover { background-color: rgba(127, 191, 63, 0.5) !important; } #top .avia_cart_buttons .button:hover > span,#top .main_color .avia_cart_buttons .button:hover { color: #fff !important; }To change the sale price:
ins span.woocommerce-Price-amount { color: red !important; font-size: 20px !important; } span.price del { color: gray !important; }Best regards,
MikeHey atifaijaz123,
I took a look at your page and saw that your logo was too big for the header, as it was extending down over the image, so this css make it smaller along with the header.
Please try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 770px) { #header {height: 80px !important; } .responsive #top #header .logo,.responsive #top #header .logo a,.responsive #top #header .logo img {max-width: 120px !important; } }Please clear your browser cache and check.
Best regards,
MikeHey Erwin,
I see that you are using a child theme, do you have any modified theme files in your child theme, such as a header.php?
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeAugust 18, 2018 at 8:09 am in reply to: Certain pages formatting changes, can't save and it goes to text editor #998660Hi,
Well it is possible for a plugin to have a conflict and change a page or a tag, but as you pointed out it would be hard to pin point it. But you could use a page monitoring service to watch your pages and notify you of changes. There are many companies that offer this and most have free plans or low cost plans, this would save you a lot of time and give you some peace of mind.
If you want to try this, look for one that checks the “source code” of the page, such as Change Tower here are a few others:
https://visualping.io/
https://www.wachete.com/Best regards,
MikeAugust 18, 2018 at 6:36 am in reply to: Certain pages formatting changes, can't save and it goes to text editor #998641Hi,
Yes I did look for open tags a while back and didn’t see them, and I too had thought we could rule it out, but the errors kept pointing in that direction so I looked again with the help of some software, which found them.
I would say that the errors could be in your template because the errors were in the same place on every page, so if you test your pages and make a list of them I will help correct it.
I don’t believe that there is anything causing them now.
Sorry this took so long to find.Best regards,
MikeHey ESWEENEY113,
I took a look at your site and the red burger menu is showing on my Android device, I assume that you are using a iPhone?
Please tell us which models you have seen this error on and please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey Dutchman,
Sorry this feature is not available yet and to do so would be some intensive code that is beyond what we can offer here, but you could hire a freelancer.Best regards,
MikeHi,
If I understand correctly you would like a center logo with your menu on the right & left. Please see this solutionBest regards,
MikeHi,
Glad Jordan was able to assist, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHey Maneschka,
I took a look at your menu, and it looks like your css is working correctly, but the reason your menu is not transparent is because your rgba color code is .85, which is closer to a solid color that a transparent color.
Please try adjusting to .5 like this:/* Menu area background */ #top #wrap_all .av-burger-overlay-scroll { background-color:rgba(255,255,255,.5)!important; }If this doesn’t help, please include a admin login in the private content area so we can take a closer look.
Best regards,
MikeHey RobinAParker,
These images are giving the 404 error, not found. While I see that the file does exist.
I recommend checking the file permissions for the files to at least 755.
If this doesn’t solve, then please check your .htaccess for a rule that is blocking the files.Please see this article of a similar issue: How to Fix WordPress Failed to load resource 404 status error
Best regards,
MikeHi,
You can use this css in your Enfold Theme Options > General Styling > Quick CSS field
to make this element full width:#top.home #after_section_9 .container { padding: 0px !important; margin: 0px !important; min-width: 100% !important; }but I recommend adding a custom ID to the element and then replacing “after_section_9” with the new ID in the code above.
This is because this ID could change if you edit the page or add more elements.Best regards,
MikeHey Maneschka,
Please try this code in the General Styling > Quick CSS field:#top.page-id-265 #contact .container { padding: 0px !important; margin: 0px !important; min-width: 100% !important; }Best regards,
MikeHi,
Thank you for the images, please try this css:#top .single-product-main-image .thumbnails a { border: none !important; padding: 0px !important; }Best regards,
MikeAugust 18, 2018 at 3:11 am in reply to: Certain pages formatting changes, can't save and it goes to text editor #998609Hi,
I Enabled the Avia Layout Builder Debugger and went to the pages in the Private Content area, and tried the edit a text block element and then tried to save, which did the error you spoke of.
I then searched for open “strong” tags and found two of them, one in the h1 title, and the other in the h2 sub-title.
I then added the missing closing tags to them and saved, and now the page works and saves correctly.
Please clear your browser cache and check, and if you find any other pages with this error, please let us know.Best regards,
MikeAugust 18, 2018 at 2:18 am in reply to: Enfold header menu problems after updating to latest Enfold theme #998608Hi,
It is great news that you found out that it was the avis.js causing the issue.
I can try to compare your modified avis.js with the v4.0.7 version to determine what you were trying to do back then.
Once we know that, you will be able decide if you want the add the modifications to the current version.
Please upload the modified file via Dropbox or Google Drive so I can compare, I have a copy of v4.0.7 to work with.In your last post you indicated that your live site has the error, even though you removed to custom files. I have checked and don’t see the error, so I assume you have corrected the issue, or the server cache has been cleared?
Best regards,
MikeHi,
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeAugust 17, 2018 at 7:01 am in reply to: Change the default colour of the dark translucent button #998279Hi,
To change the font color of the button with the boarder, try this:#top .avia-button.avia-color-dark { color: #ec0928 !important }As for vertically centering the text on the buttons site wide, we will need to make them more uniform, on the one page there are 3 different buttons, with 3 different heights.
Please try this css:.avia-button.avia-size-x-large,.avia-button.avia-button-fullwidth,.avia-button.avia-size-large { padding-top: 12px !important; } .avia-button-wrap.avia-button-center,.avia-button-wrap.avia-button-left { height: 45px !important; max-height: 45px !important; }Best regards,
MikeHi,
I assume you have cleared you browser cache, but when I look I don’t see the border anymore. Can you please include a screenshot of what you are seeing and which browser you are using.
Please see the screenshot in Private Content area.Best regards,
MikeAugust 17, 2018 at 6:19 am in reply to: Change the default colour of the dark translucent button #998263Hi,
Did you find the second code snippet to help with centering the text vertical after clearing your cache? I just took a look and it seems to be working.
To make it site-wide, please remove the page ID from the code (.page-id-4359)Best regards,
MikeAugust 17, 2018 at 6:10 am in reply to: Enfold header menu problems after updating to latest Enfold theme #998262Hi,
I recommend using a child theme, and after we sort out your issue we will modify the child theme for you to use.
Right now the goal with the staging site to determine the cause of the black error at the top of your page, which I believe is due to your child theme having a old copy of “avia.js” loading.Once you have a chance to text your staging site working with just the parent theme, that is the latest enfold, I will recommend removing the “avia.js” and the custom ‘slideshow_fullscreen.php’ from your child theme and activating it for you to test for errors and verify it is running correctly.
The you will be able to do the same for your live site with confidence.
Best regards,
MikeAugust 17, 2018 at 5:35 am in reply to: Change the default colour of the dark translucent button #998256Hi,
For the border, please remove the css I gave you and replace it with this css:#top.page-id-4359 .avia-button.avia-color-dark { border-color: #ec0928 !important; }To center the text on the buttons, please try this:
#top.page-id-4359 .avia-button.avia-size-x-large { padding: 11px 50px !important; }If this doesn’t help Can you please include a admin login in the private content area so we can take a closer look.
Best regards,
MikeHi,
Please try adding the css to the WordPress > Customize > Additional CSS field, if this doesn’t help please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
Thanks for the login, I cleared your plugin cache and my browser cache, now I only see one banner at a time.
Please clear your browser cache and check.Best regards,
MikeHi,
Glad we were able to help, Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeAugust 17, 2018 at 4:41 am in reply to: any product detail page layout in woocommerce appears narrow. #998236Hi,
To remove the column with the images and show the content at full width, Please try this code in the General Styling > Quick CSS field:#top.single-product .single-product-main-image.alpha { display: none !important; } @media only screen and (max-width: 479px) { #top.single-product .single_variation_wrap { margin-left: 10% !important; } } @media only screen and (min-width: 480px) { #top.single-product .single_variation_wrap .npay_storebtn_bx{ margin: 0px !important; } #top.single-product .single_variation_wrap { width: 30% !important; margin: auto !important; } }Please clear your browser cache and check after adding the css
Best regards,
MikeAugust 16, 2018 at 1:45 pm in reply to: Enfold header menu problems after updating to latest Enfold theme #997936Hi,
Thank you for creating the staging site, I activated the Enfold v4.4.1 theme and it seems to be working correctly now, Please clear your browser cache and check.The only difference now is that the old child theme “avia.js” and the child theme custom “slideshow_fullscreen.php” is not loaded
these may have been the conflict because we have made many changes to Enfold and these files since your version.
Perhaps the changes to these files was to fix small bugs from a long time ago, and are no longer needed.
Please compare this site to your live site for anything different, and let us know.Best regards,
Mike -
AuthorPosts
