Forum Replies Created
-
AuthorPosts
-
April 23, 2022 at 9:07 pm in reply to: Unable to save anything; Getting error …wp-content/themes/enfold/includes/help #1349240
Hi Rikard,
My hosting provider did pick up some security settings that were causing the problem. Thanks for all your help.
You may close the thread.
Kind regards,
GeorgeApril 23, 2022 at 8:11 pm in reply to: Unable to save anything; Getting error …wp-content/themes/enfold/includes/help #1349237Hi Rikard,
Thanks. for the feedback I have checked for the file and it is there. I have now contacted my hosting provider to check if there is a security setting that is causing the issue.
Kind regards,
GeorgeApril 22, 2022 at 10:10 am in reply to: Unable to save anything; Getting error …wp-content/themes/enfold/includes/help #1349122Hi Rikard,
I’m glad that you were ab;e to gain access to the site. The problem is that I’m not able to save anything on the theme.
For example if I try to upload a logo and save it, I receive a notice saying :
“Saving didn’t work! Please reload the page and try again”
If I create a page and add elements and save I get the same notice.Kind regards,
GeorgeApril 21, 2022 at 2:49 pm in reply to: Unable to save anything; Getting error …wp-content/themes/enfold/includes/help #1349030Hi Rikard,
My hosting provider tells me that they have unblocked your IP.
Kind regards,
GeorgeApril 21, 2022 at 8:32 am in reply to: Unable to save anything; Getting error …wp-content/themes/enfold/includes/help #1348981Thanks Rikard. I am passing it on now.
April 20, 2022 at 3:13 pm in reply to: Unable to save anything; Getting error …wp-content/themes/enfold/includes/help #1348939Hi Rikard,
This is the response I received from my hosting provider:
Seems like the developer’s IP is blocked on the server. Can you provide us with the Ip from which they are accessing the site?Hopefully if they can unblock your IP you should be able to gain access.
Kind regards,
GeorgeApril 20, 2022 at 10:29 am in reply to: Unable to save anything; Getting error …wp-content/themes/enfold/includes/help #1348908Hi Rikard,
The site is loading now and I have managed to log in.
I’m still unfortunately not able to save anything on the theme.It just says:
“Saving didn’t work!
Please reload the page and try again. ”April 19, 2022 at 10:16 pm in reply to: Unable to save anything; Getting error …wp-content/themes/enfold/includes/help #1348868Hi Rikard,
I’ve reached out to my hosting provider and they are citing this error in the theme code:
PHP Warning: Invalid argument supplied for foreach() in /home/ftmgafeg/public_html/wp-content/themes/enfold/includes/helper-social-media.php on line 106
Kind regards,
GeorgeHi Jordan,
Thanks a lot – it worked perfectly.
The mobile flyout menu is still transparent and almost invisible. I can’t see what’s causing this.Kind regards,
GeorgeOctober 15, 2019 at 11:35 pm in reply to: I can't save my changes on Enfold – No error message #1148240Hello,
I have managed to start the pages afresh without html and am able to save my changes. Thanks for your assistance.
October 15, 2019 at 10:46 pm in reply to: I can't save my changes on Enfold – No error message #1148229Hi Rikard,
Pardon my delayed response. I have tried to remove the open markup on both the home page and the about page but I cannot execute this because I can’t access the default editor – basically the default editor isn’t displaying and the Advanced Layer editor isn’t saving so I can’t remove the html. Is there any way you could help me remove it?
Thanks.
Kind regards,
GeoOctober 7, 2019 at 12:16 pm in reply to: I can't save my changes on Enfold – No error message #1145736Hello,
Thanks for the tips. I have updated ,y server and also switched to the classic editor as advised but the theme is still not allowing me to save my changes :(
Kind regards,
GeoOctober 6, 2019 at 9:29 pm in reply to: I can't save my changes on Enfold – No error message #1145544Hi Victoria,
Thanks for your response. If you try to edit any of the content on the existing pages – whether it’s a text edit or padding size, anything really – it just won’t save it. Fell free to make any edit on the Home or About Us page and try to save it in the Advanced Layout editor.
January 20, 2019 at 4:52 pm in reply to: An error occurred while updating Enfold: Download failed. A valid URL was not pr #1056185I am experiencing the same problem with another site that is currently using version 3.8. Is this is problem across the entire theme?
Hi Jordan,
Thanks a lot for your help. I’ve implemented and it works perfectly.
Best regards,
GeoCreoHi Rikard,
Actually it’s the services page. Sorry about that.Kind regards,
GeoCreoHi Jordan,
My apologies for not specifying. It is on the Contact Us page.
Thank you for your help.
Kind regards.
GeoCreoThanks a lot Ismael! It worked perfectly!
Best regards,
GeorgeHi Ismael,
I’ve just entered the code again and it’s now working :)Thanks a lot for your support!
Kind regards,
GeoCreoThanks Ismael.
I am getting an error that reads:
Your PHP code changes were rolled back due to an error on line 586 of file wp-content/themes/enfold/functions.php. Please fix and try saving again.
syntax error, unexpected ‘function’ (T_FUNCTION)The line being referred to is:
function ava_custom_script(){Hi Ismael,
Here is a link to the layout that I would like, where the top bar is under the menu instead of above it.
Kind regards,
GeoCreoHey Ismael,
Thanks for the help. The only challenge is that I would like the top bar to appear with the same styling (i.e. with a color background and social icons) and not just as text. Is there a way to repostion the top header?
Regards,
GeoCreoThanks so much, Yigit! It worked perfectly :)
Hi Vinay,
Thanks for this. I have tried this before and got a slightly different result from what I was looking for.
Would you be able to suggest a method whereby I could tweak the code to make it work?
Many thanks.Kind regards,
GeoCreoOctober 29, 2016 at 2:04 pm in reply to: Creating a hybrid menu with centred menu tabs and two logos – on right and left #705507Hi Rikard,
I’m trying to do the same thing on another site but can’t get the second logo on the right to appear.
I’ve used the following code in functions.php
function add_secondary_logo(){
?>
<script>
jQuery(window).load(function(){
jQuery(‘.av-logo-container .inner-container’).append(‘<strong class=”second-logo logo bg-logo”>‘);
});
</script>
<?php
}
add_action(‘wp_footer’, ‘add_secondary_logo’);//set builder mode to debug
add_action(‘avia_builder_mode’, “builder_set_debug”);
function builder_set_debug()
{
return “debug”;
}I’ve used this code in Custom CSS:
strong.second-logo.logo.bg-logo {
left: auto;
right: 0;
}.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}span.avia-menu-text {
text-transform: uppercase;
}September 27, 2016 at 4:14 pm in reply to: How can I move my logo to the extreme left of the navigation menu? #692323Thanks, Yigit! Really appreciate it.
Kind regards,
GeoSeptember 27, 2016 at 3:48 pm in reply to: How can I move my logo to the extreme left of the navigation menu? #692303Thanks so much, Yigit! How about if I want to move the menu links so that they are now left aligned, next to the logo?
Regards,
GeoSeptember 27, 2016 at 3:31 pm in reply to: How can I move my logo to the extreme left of the navigation menu? #692284Hi Guys,
Still waiting for a response…the site is now accessible.
Thanks in advance.Regards,
GeoSeptember 26, 2016 at 11:18 pm in reply to: How can I move my logo to the extreme left of the navigation menu? #692002Thanks Jordan. Is there any general code you woud suggest I try though to move the logo further to th left?
September 26, 2016 at 9:54 pm in reply to: How can I move my logo to the extreme left of the navigation menu? #691967Hi Jordan,
Please try it again, It does this from time to time but it eventually opens up.
Thanks a lot.Regards,
GeoCreo -
AuthorPosts