Hello,
I would like to disable the built in video embed that comes with enfold. I want to use some other plugins for video, and my users are getting confused how to add video.
Whats the best way to handle this?
Thanks
Todd
Well, I dont know what it is then, I just switched to an empty childtheme, downloaded the starting folder from this forum and since then didnt do anything to it except add this function into the enfold-child/functions.php
What I was saying above is that as soons as I add the above function, a strange gap appears at the top of the website and the top of wp-admin. When I checkout the source I see that the whole structure of front and backend is messedup. With that I mean a big chunk of the header codes are now displayed inside the body. When I remove this code all is back to normal.
For now I will stick to modifying core files and not add the code.
Thx for checking it out,
Thomas
Hey guys,
I read another post regarding this option not showing up in the available media elements section. I am running the latest version
I checked on my server and those files are not in the avia-shortcodes folder. I FTP’s them up but ever time I now get the following error.
Fatal error: Call to undefined method AviaHtmlHelper::linking_options() in /homepages/33/xxx/4/htdocs/xxx/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/logoslider.php on line 110
Any help would be greatly appreciated
thanks
http://www.risinghigh.net
-
This topic was modified 11 years, 3 months ago by
3DdesktopsUK. Reason: typo's
Hey!
That function alone should not cause anything like that. All it does is tell the theme where it can find shortcodes before checking the main theme file.
So no changes are made to the loading of the header or anything like that. Try checking or removing anything else from your child theme to including any active plugins. Anything I’ve added to the documentation I’ve personally tested on my live site so I know this one should be working :)
Cheers!
Devin
This reply has been marked as private.
ok I think I found something here :)
When adding above code allot of things go wrong, I can see in the backend that the <head> content is being loaded inside the <body> tag.. I think above code is triggering something it shouldnt. Things like <meta, <title, <link are not in the <head> but inside the <body>……
Any idea?
cheers,
Thomas
That would be sad, because the plugin is the only real way to insert JS into the site, since enfold itself doesn’t offer a HTML/Scripting element.
Thank you a lot. The problem has been solved. Five stars for support.
If you have the new theme, I will buy it. Because your team have great work.
Thank you again. ^^
Hi Dude,
Went and did this right away, however when I add this shortcode to the child-theme functions.php strangely the media library when accessed from the post edit screen is empty. For instance, change featured image -> library popup returns no images, when adding a new image it then does show but all the others have disappeared… When I go to the media library main window in admin it is not empty and I can see all previous uploaded files, any idea on what could be causing this?
Thx for helping out!
Thomas Borkent
Hi Ismael,
I’m confused. I’m having the same problem I had last time I tried to do this. I’m going to explain in great detail so I can put this problem to rest. These three items below show you the three different ways I’ve been told to do this.
1. Peter’s post here https://kriesi.at/support/topic/adding-custom-social-icons/#post-170356 tells me that I do the following.
– edit register-admin-options.php
– edit functions.php
2. Dude then posted above “You don’t need to hack the theme files – please insert this code into the functions.php file:” https://kriesi.at/support/topic/adding-slideshare-to-header-social-icons/#post-200202
– this is telling me to edit the functions.php only NO editing of register-admin-options.php
3. You told me to:
– edit functions.php BUT you suggested different code than Peter’s post.
– register-admin-options.php
Conclusion:
– It appears to me there are three slightly different way s of accomplishing this task. I would like to find the simplest way possible to achieve this task. Would you PLEASE study these three ways and explain to me which is the best way? Talk to me like a baby. I really appreciate your time but this is a tricky one and quick comments have left me confused.
Question:
– I do not update the Enfold theme via FTP because doing so via the WordPress dashboard tend to restore more settings. Which of these files will remain after I do an Enfold update via the WordPress dashboard? Finding the simplest way to achieve my goal will mean that I have to restore less code after an update.
Thank you for your time, Jasmer
This reply has been marked as private.
Hey fixedopsinsight!
Actually I’m using Formidable on my website ( http://inoplugs.com/contact ) with Enfold and it works just fine. Can you elaborate on “it crashes” please?
Best regards,
Peter
Hi borkent!
If you want to overwrite an existing shortcode create a “shortcodes” folder within the child theme directory, then copy the /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php into the child theme “shortcodes” folder and modify the php code. At least add following code into the child theme functions.php file
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
function avia_include_shortcode_template($paths)
{
$template_url = get_stylesheet_directory();
array_unshift($paths, $template_url.'/shortcodes/');
return $paths;
}
This code will make sure the the shortcode file of the child theme is loaded first and you can overwrite the parent theme slideshow shortcode file with the child theme.
Cheers!
Peter
Hi Alcadis!
It’s actually not a theme problem but a limitation of The Events Calendar plugin. However I posted a workaround here: https://kriesi.at/support/topic/enfold-and-the-event-calendar-plugin/#post-174332
Cheers!
Peter
Hey pmpenguin!
1) Please deactivate all plugins – maybe a caching plugin causes the issue.
2) If 1) doesn’t help go to Enfold > Theme Options and click the “Save” button to regenerate the dynamic stylesheet. If it doesn’t help use ftp to access your server and navigate to wp-content/uploads/dynamic_avia/. Delete the css file within this folder and then click the “Save” button on the theme options page to regenerate the stylesheet.
Cheers!
Peter
Hi!
Please go to /wp-content/uploads/ and create a new folder called “dynamic_avia” (without the quotes). Then set the folder permission to 777 and go to Enfold > Theme Options and click the “Save” button to regenerate the dynamic stylesheet.
Best regards,
Peter
Hi!
You can’t overwrite the entire function with a hook. You can either use the “avf_title_args” hook to change certain options/parameters – i.e. like
add_filter('avf_title_args', 'avf_blog_title', 10, 2);
function avf_blog_title($args, $id) {
$args['heading'] = 'h2';
return $args;
}
or (if you want to modify major parts of the function) copy the entire function from functions-enfold.php to your child theme functions.php and it will overwrite the parent theme code/function.
Best regards,
Peter
I don’t know why it became like this (attached picture on link below).
I didn’t do anything more.
Please help me to solve it.
Thank you very much.
http://www.mediafire.com/view/k8k380yne6xz58m/Screen%20Shot%202014-02-01%20at%203.28.43%20PM.png
Hey!
The blog works now: EDITED- if you want to use an “advanced layout” blog element you must not select this page as blog page (Enfold > Theme Settings). If the same page is selected as blog page Enfold will load a different, special blog template and then the advanced layout elements (i.e. masonry blog) won’t show up. I selected a different page as blog page now and the masonry grid works.
Cheers!
Peter
Hi!
Can you please give us a link to the actual website? We would like to inspectit. Note that the theme is not compatible with IE7 below. You can check it on the Enfold’s browser compatibility.
Regards,
Ismael
This reply has been marked as private.
I called the host IPage they put bug mode on and said to tell you the following
Parse error: syntax error, unexpected ‘}’ in /hermes/bosnaweb01a/b1461/ipg.911golfcom/911golf/wp-content/themes/enfold/footer.php on line 116
Warning: Unknown: open(/var/php_sessions/sess_8d06f03e5e7fc93fbfdedc55898f164a, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/php_sessions) in Unknown on line 0
This all started when I tried to get rid of the enfold theme copyright at the footer.
thanks
Casey
I am having issues with IE 8. I am currently running WP 3.8.1 and Enfold version 2.5. The URL of the site is http://www.wiggleworkskids.com.
I am missing many images throughout the site, as well as background colors where there should be background colors.
Since I am using the latest of both WP and Enfold, why would this be happening? Is there any fix I can do to help this? There are customers using IE8 that cannot use the site as it’s intended due to this issue.
Thank you
Bryan
This reply has been marked as private.
Update to question… Is there a way to make the enfold theme compatible with Nav Menu Roles?
I found it in the meanwhile, deeply hidden in these forums.
It would be nice to search only in “enfold” forum. Is this possible any way to do advanced searches?
The older forum had more search functionality.
Thanks.
The URL is:
The whole problem started when I did an update to the latest version of theme. The site is live so I am hesitant to deactivate all of the plugins, especially since it’s a law website. The only php I have modified are footer.php to change the Kriesi link and a small script to hide image attributes, and functions.php to remove the auto update in admin (these changes were fine before).
I’d be happy to give you the admin access – actually, I’d be really happy if someone at Kriesi is available to help me and get paid – is that possible?
I love my enfold theme!
a couple questions for additional help:
Can you recommend a Form generating plugin that is compatible with enfold theme?
I tried using Formidable but it crashes the theme.
also
Can you recommend a Calendar plugin. I would like to show upcoming events in the sidebar. Any suggestions for that would be great.
thanks for your help – joe
What is the actual URL of the site? Have you tried deactivating all currently active plugins and/or re-downloading the theme and re-uploading it?
That is not the default behavior of the theme and its the first we have heard of any major issue like this so it is most likely not a bug within the theme but instead an outside issue causing a conflict.
Hey cerelogic!
They will already come up in search results by default. See: http://kriesi.at/themes/enfold/?s=single+portfolio
Regards,
Devin