Forum Replies Created
-
AuthorPosts
-
Thanks Nikko.
I got my hosting provider to fix this, and the demo import worked.
Thanks so much,
SaraHi,
Unfortunately, that is where I am having trouble. If I click Enfold -> Demo Import on the Law Demo, it says “download did not work. Please reload page and try again”. Is there a way to get the XML file via Dropbox or something?Sara
Hi Ismael,
I deactivated the Sucuri security plugin and tried to import. It did not work.
Secondly, I contacted my hosting company and asked them to whitelist the IP address (85.13.149.161). This did not work either.
This is a brand new install of WordPress and there are no other conflicting plugins.
Is there a way to manually import the XML? Where can I find the Law demo XML file?– Sara
Thank you. The folks at Envato resolved it for me.
This reply has been marked as private.Thank you, Ismael.
For me, even when I added the code (for me the lines you referred to were on line 3343?) I still had the issue.
However, changing the image size to “LARGE” is now showing the images correctly.Sara
Hi, Rikard
I did not change anything on the Instagram side. All the images were showing recently and suddenly just stopped. I am not sure if Instagram changed something automatically, but I don’t see anything obvious when I login there.Thanks!
SaraThis reply has been marked as private.Hi,
Thank you for the reply.
What if I don’t want to change to a child theme? I already have everything working without a child theme and don’t want to move to a child theme.
Can I modify the main theme’s functions.php? Is there any other alternate way to add it without using a child theme?Thanks
Hi,
I just logged in and reset the settings to select the auto-Theme 2017 option.
It seems to have fixed itself.
You can mark this thread closed.
SaraThey are saying it is increased. I setup a php check. See private area for the link. It shows correct memory limit.
As I mentioned, it has imported everything else – pages, images etc.
Only the theme settings file is all I need. I don’t even need the Layer Slider because I can set that up myself.
Is it possible for you to send me the Theme Settings file for the Enfold 2017 demo? That should be a simple file that can be sent?- This reply was modified 7 years, 8 months ago by sv3designs.
Hi, Basilis
The site does not have a visible php.ini or .user.ini file. We have to login to cpanel where we can adjust the PHP settings. (This is GoDaddy)
I have attached a link to where you can view the current settings. Please let me know what to change
Is it possible to just get the settings import file?sara
Thanks! That fixed the issue. There were two “Flaticon” and “flaticon”. I removed the first one & that has fixed the issue
Regards,
SaraThanks @mecdesign. I appreciate your tip.
Sara
Hi, there
Now the Avia builder is loading, but I am unable to upload any images to the media. I get an http error or an error saying “Failed to write to disk”Thanks
SaraDid you change something?
The Avia builder is suddenly loading?
It is still really really slow, though.
Sara- This reply was modified 8 years, 11 months ago by sv3designs.
Hi, Basils
The only thing I can think of is that I installed the WordFence plugin and that did not seem to load properly and hence had to deactivate it and rename the folder in the plugins directory.
Any help is much appreciated.
Can you see the problem when you login?Thanks
SaraNovember 23, 2015 at 7:22 pm in reply to: Logo not showing at 100% width only on Chrome browser #541126Hi, Rikard
The code I added fixed the problem. But is is a lot of custom css. :-)
Thanks
SarasNovember 22, 2015 at 12:17 am in reply to: Logo not showing at 100% width only on Chrome browser #540290I finally added this to fix only on Chrome:
@media screen and (-webkit-min-device-pixel-ratio:0) {
.logo img{
width: 100%;
height: 100%;
}}Please do let me know if there is a more elegant way to fix all this!
November 22, 2015 at 12:00 am in reply to: Logo not showing at 100% width only on Chrome browser #540288Ok, after more debugging, I find
adding:
.html_header_top.html_logo_center.avia-webkit .logo {
left: 0%;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.container {
padding: 0px 0px;
}to my custom css, fixes it for the most part, but the height is still off on chrome.
This code will fully fix my issue on chrome, but messes things up on other browsers.
.logo img{
width: 100%;
height: 200px;
}November 21, 2015 at 11:44 pm in reply to: Logo not showing at 100% width only on Chrome browser #540284Adding this helped make it larger, but it still is not 200px tall and doesn’t extend to the entire screen on Chrome.
.html_header_top.html_logo_center.avia-webkit .logo {
left: 0%;
-webkit-transform: none;
-ms-transform: none;
transform: none;
} -
AuthorPosts