Forum Replies Created
-
AuthorPosts
-
Hi,
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
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,
MikeJanuary 5, 2019 at 6:08 am in reply to: Strange characters appearing on the live site, but not in the text editor #1050208Hey Dee,
Please try the “Toggle” element, you can see an example on our demo hereBest regards,
MikeHi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.home #after_section_1 .template-page.content { padding-top: 10px !important; }
Your top padding is 50px right now, so please try this 10px or adjust to suit.
Please clear your browser cache and check.Best regards,
MikeHi,
Please try this code instead:.av-masonry-date { display: none !important; }
Then please clear your browser cache
Best regards,
MikeHi,
Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHi,
To center your rotator I changed this css on line 27 of your style.css from 400px to 100%:span.av-rotator-text.av-rotator-multiline-on.av-rotation-active { width: 400px !important ; }
As for the black overlay, I assume that you mean over the whole background image, and not just behind the text, in this case I changed your background color to this:
box-shadow: inset 0 0 0 305px rgba(0,0,0,0.7);
I see the “wood-dark.png” in the special heading of “Check Out Our Greatest Hits” but I’m not sure what you want to do with the opacity because the background is white.
I’m thinking that you want to change this css:background: rgba(0, 0, 0, .7)
Best regards,
MikeHi,
It looks like the height is applied inline, which means that it’s a height that is set by the layerslider slide, please check the options of the slide or layer for the height, such as this panel:
or in this panel, check if it’s using a fixed height:
If you can’t find it you will need to replace the height with a new value, when you un-tick the height see what the new value is, which will show in the “computed” tab, next to the “styles” tab in your screenshot, then use this css to change it to that value:@media only screen and (min-width: 998px) and (max-width: 1450px) { #layer_slider_1 { height: ???px !important; } }
Another option is to export the slider and link to it via DropBox, and Enable Avia Layout Builder Debug and copy the page debug shortcode to a plain text file, so we can test it on our localhost, and be of more assistance.
Best regards,
MikeHi,
This error is typically from the permissions of the token not being correct, that is not enough.
Please see the required permissions here.Once your client updates the token, you may want to enter it into the site in incognito mode, some users have reported that having multiple sites creates multiple Envato cookies that can clash.
Best regards,
MikeHi,
Glad to hear it’s sorted out, 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,
MikeHi,
That is great news! 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
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,
@jorgepelaez you have a error that the “reCAPTCHA has already been rendered in this element”
so it seems that you are calling the reCAPTCHA twice, so perhaps you also have a reCAPTCHA plugin installed? We would need a admin login to investigate further, but Please open a new thread so we can assist, as this is not your thread, so your login info will not be private here.
Please include the admin login in the Private Content area, of the new thread.Best regards,
MikeHey gekkie96,
Thank you for the screenshots, please include the url to the site so we can examine possible solutions for you.Best regards,
MikeHey Diana,
Sorry for the late reply, thank you for the login. I see that you have found the solution of using the classic editor plugin to use the advanced layout builder in Enfold v4.5
But if you update to v4.5.2 this option will be built into the theme options.Best regards,
MikeHey newki75,
From the message it looks like you could have some missing permissions, but I would assume that you have set them up the same for all of your sites. Are you using a different token for each site/license?Best regards,
MikeHi,
@jpdietz Please update to Enfold v4.5.2
Enfold v4.5 doesn’t work correctly with WordPress v5.0.2Best regards,
MikeHi,
Sorry, how about this:
https://images2.imgbox.com/39/ef/M2cSAnLH_o.jpg
this is the change I made in your style.cssdiv#reviewinstagram div.instagramhome h3.av-special-heading-tag { background: rgba(212, 48, 137, .5) !important; padding: 10px 20px !important; }
To center your images, try adding the custom class “marleft” to the first image column, then use this css:
@media only screen and (min-width: 1024px) { .marleft { margin-left: 13% !important; } }
I tried to, but I think we were both working on the same page so the class kept disappearing :)
Best regards,
MikeJanuary 4, 2019 at 2:24 am in reply to: Enfold 4.5 Theme Update "Update Failed: Download failed. A valid URL was not pro #1049756Hi,
To manually update the theme via FTP, look for the “enfold” folder at /wp-content/themes/enfold/ and rename to “enfold-old” then upload the new version as the folder “enfold”
Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.
Once you have cleared your browser cache and tested that your site is working correctly, you can delete the old folder “enfold-old”.
If for some reason you want to go back to the old version, simply remove the new folder and change the name of “enfold-old” back to “enfold”
If you would like help with this, Please open a new thread, and include your admin login and ftp login in the Private Content area, but as this is not your thread your login info will not be private if posted here.
Please post the link to your new thread here so I can quickly find it.Best regards,
MikeHi,
To remove it from all archive pages, try this css:#top.archive div.container_wrap.fullsize { display: none !important; }
or combine the two rules together like this:
#top.single-post div.container_wrap.fullsize,#top.archive div.container_wrap.fullsize { display: none !important; }
Best regards,
MikeHi,
I would suspect that this spam is coming from just a few users which you could ban their IP addresses, try using a plugin such as TraceMyIP Visitor IP or WP-Ban which logs IP’s and helps you ban them, or you could do the same without a plugin.
If you don’t want to do that, try reading this articleBest regards,
MikeHi,
@Gitte thanks for sharing the gif
@Autostopowicz if you still don’t see the option, please ensure that you are using WordPress v5 or higher.Best regards,
MikeHi,
Please do let us know if the phone number changes again, to clarify, you are referring to the phone number in your footer widget, please see the screenshot in Private Content area.Best regards,
MikeHi,
I have tried to upload a new test image and it seemed to work good, but I see that you still have some images that are not showing in the media library. I would suggest re-uploading them because if they didn’t work correctly the first time they may still have the errors in the database. I also notice that for some of your posts you have symbol in the title like:森林浴 @
These are not a good idea, while they don’t show on the front end, some of your images show them in the url in the media library.
Please try uploading some new images and let us know if this is working correctly now.Best regards,
MikeJanuary 3, 2019 at 2:32 pm in reply to: Download limit in Envato stopping me updating to 4.5.1 #1049604Hi,
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
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 have taken a look at your hubspot script, and found it was in a text element which is not best, so I moved it into a “code block” element. This could be why you were having issues, please let us know if this helps. I also looked at the phone number but didn’t see any clues to it’s issue, perhaps the script was also causing this issue too.
We will look again if it keeps happening.Best regards,
MikeJanuary 3, 2019 at 5:33 am in reply to: Updated to V 4.5.2, but now "Publishing Failed" when adding new page #1049469January 3, 2019 at 5:11 am in reply to: Download limit in Envato stopping me updating to 4.5.1 #1049450 -
AuthorPosts