Forum Replies Created
-
AuthorPosts
-
Hi,
Knowing which elements you would use the h6 in would make it easier to override the theme styles. But you could try using this code in the WordPress > Customize > Additional CSS field:#top #wrap_all .all_colors h6, h6 { font-family: 'Droid Sans'!important; font-size: 20px !important; color: #444444 !important; }
adjust to suit.
Best regards,
MikeHi,
Can I ask what you mean by the search doesn’t work? Below is a search I did on your site which seems to have worked.Best regards,
MikeHey Woutski,
Do you mean that the iPhone is making phone numbers the same color as your dropcaps?
If so please read: How do I remove the blue styling of telephone numbers on iPhone/iOS?Best regards,
MikeHey MDOTDesignStudio,
Can you please tell us how you updated, though FTP or WordPress?
I believe to solve your issue try deleting your enfold theme folder via FTP at:
/wp-content/themes/enfold
then upload the new enfold folder that you download from Theme Forest to upgrade.
don’t try to overwrite your old theme folder.
Please note that the standard name your the theme folder is /enfold/ yet if yours is named differently you will nee to match the name.
If you are unsure of this process, please include ftp and admin access in the Private Content area.Best regards,
MikeHi,
Have you tried disabling your plugins? We have seen a similar issue before due to plugins.Best regards,
MikeHey J.,
Can you please include a admin login in the private content area to the page, so we can take a closer look.Best regards,
MikeHey brunolabi,
Thanks for the video and screenshot, Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
Glad Victoria was able to help, is there anything else we can assist with on this, or shall we close this?Best regards,
MikeHey SuperSportsUAE,
BWP has been recommended in the past as one of the few minify plugins that doesn’t break the code. I have seen a few posts of issues with W3. Try reading other member’s feedback on Recommended plugins Why do you want to leave WP Fastest Cache? I don’t remember seeing any issues with it.
As for the Wordfence warning, try to change the Firewall to “Learning Mode”. Also check Wordfence support for similar reports.Best regards,
MikeHi,
I’m happy to help, lets keep this open so you can share your solution, I’d like to hear it, and someone else in the future may have the same issue and would be grateful to hear it too.Best regards,
MikeMarch 25, 2018 at 12:37 am in reply to: Embed 360 degree image in fullscreensection via iframe code #932526Hi,
The video in the iframe has a height of 700px, so to solve the issue of a full screen browser I changed it to 850px, but feel free to adjust to suit.
The bit of white at the bottom of the video is also due to the height, or ratio of the the screen, which will be different for each screen size. To solve I changed the background color of the color section to match the footer so it would not show.Best regards,
MikeHey Connecttomoon,
Typically this is due to a older PHP version being used by your webhost, please ask them to update your PHP version to v7
Another solution could be to replace your header.php with this one.Best regards,
MikeMarch 24, 2018 at 11:15 pm in reply to: Enfold hotel Demo Product Purchase Button does not show calendar #932505Hi,
When installing this demo WooCommerce Bookings
is needed to allow date based bookings.
Please try to install the plugin.Best regards,
MikeMarch 24, 2018 at 11:08 pm in reply to: Embed 360 degree image in fullscreensection via iframe code #932500Hi,
I took a look and found that a couple of your color section setting needed to be adjusted:
for “Section Minimum Height” it needs to be: “At least 100% of Browser Window height”
for “Section Padding” it needs to be: “no padding”
and you didn’t have the css in the General Styling > Quick CSS field:#fwcs .container { width: 100% !important; max-width: 100%; padding: 0px!important; margin: 0; }
It is now working, Please clear your browser cache and check.
Best regards,
MikeHi,
Thanks for trying that, your site is not getting those errors now, and as you pointed to, your menu now works.
You do have one 404 for a missing image in the latest news widget in the footer, please see details Private Content area.
But this has nothing to do with the issue we are working on.I suggest trying to reactivate your plugins one at a time to see if they caused the error, and if they don’t, we can try activating the MaxCDN last.
To test have one tab open to your homepage with the developer tools open. To open the developer tools, right click on your page and choose “inspector” or “developer tools”, depending on your browser. I recommend Chrome which will open the tools with F12 on Windows.
Please see screenshot in Private Content area.Then in another tab, activate one plugin, then go back to your first tab and do a “hard reload”, that is in Chrome with the tools open, right click on the refresh button and you will get a drop down with three choices, choose “hard reload”, and see if you get any errors.
Keep doing this until you find the issue.Best regards,
MikeHi,
Thanks, what I mean is that it looks as you are using a content delivery network called “MaxCDN” please try turning it off temporary and clear any cache / minify plugins and also turn them off.
I believe this will solve, if so we can address the next step afterward.Best regards,
MikeHi,
You also have a great day!
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones 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,
MikeHi,
I took a look and found that your plugin css hero has made heavy customizations, and I’m unsure if the customization can be removed only from this element, it doesn’t look like it. But I was able to change the color of the button and add a search icon as a background with your plugin.
Please check. You should be able to change the button color with your plugin, should you want to.Best regards,
MikeHi,
I was able to login to your ftp, but not your site. I would like to see the error while trying to correct it.
Can you please include a admin login in the private content area.Best regards,
MikeHi,
Sorry, I thought you had replied to Ismael to “forget it”
But to maintain your script changes in functions-enfold.php in your child theme, simply copy the whole function from functions-enfold.php to your child themes function.php file and it will automatically overwrite the original function.
As for the last question, if Ismael’s customization didn’t work, I will allow Ismael to review, as his experience with this out weighs my own.Best regards,
MikeHi,
It looks like your minify’ed header and footer js from maxcdn is not loading.
Please disable maxcdn and any minifying plugins to first ensure that the menu will work as intended.
If so, then try to use maxcdn without minifying.
Often plugins or scripts that minify js brake the js, especially when those scripts are already minify’ed.Best regards,
MikeMarch 24, 2018 at 4:50 pm in reply to: Produkt nicht sichtbar in ausgeklapptem Warenkorb – wo kann ich es umstellen? #932380Hi,
Try this code in the General Styling > Quick CSS field:.header_color .cart_dropdown .dropdown_widget li:hover a + .quantity, .header_color .cart_dropdown .dropdown_widget li:hover { color: #666!important; }
Best regards,
MikeHi,
Opps, in my testing before I had the css in WordPress > Customize > Additional CSS.
Please check now.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones 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,
MikeHi,
@Aenima
This link will only be active for 48 hours, please confirm when your issue is solved:
Glad we could assistBest regards,
MikeHi,
The avia-merged-styles js and css files are only genererated when you save the theme option page for the first time, regardless of any changes.
Even though you are using a child theme, please go to Enfold Theme Options and click the button at the top “Save all changes” If it doesn’t become active for you go to Enfold Theme Options > General Styling > Quick CSS field and place a space and then back space to remove it, this will activate the button.Best regards,
MikeHi,
To always display the woocommerce shopping cart, or basket, please try this css code:.cart_dropdown {right: 20px!important; }
notice that this moves the cart left 20px, feel free to adjust to suit.
Best regards,
Mike -
AuthorPosts