Complete deinstallation (support page) of WPML helps, but activating WPML and then saving permalinks breaks it again… only in Enfold!
Hi nimrodmadar!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.image-overlay { display: none!important; }
Cheers!
Yigit
Hi CapitanQuimera!
Can you post the link to your website so we can inspect elements and check which version of Enfold you are using?
Regards,
Yigit
Hello Yigit,
Thank you for telling me to add this to the custom file directly. I did not understand this before and was using the quick css. I greatly appreciate it and the problem is now resolved.
Thank you.
Tim
Hey!
Not at the moment but you can add the idea to the feature request topic here: https://kriesi.at/support/topic/enfold-feature-requests/
Cheers!
Devin
Yes, that is the location. You can go the somewhat more brute force method and just delete the prettyPhoto script function further down in the file (function avia_hover_effect ) but the above should work.
Can you provide a link to the site so we can inspect it live?
Have you tried re-installing Enfold 2.4.2 over FTP? Just want to make sure there wasn’t an issue with a file being partially uploaded or installed (which can happen).
If you have the site live can you also create a temporary admin account and add the info as a private response here so we can see it live?
OK found it.
File: /wp-content/themes/enfold/framework/php/class-form-generator.php
Line: 665
That’s where you use wp_mail to send mail from the form using ajax.
If I create a contact form and enter nothing in the place for the email recipient, the value in $send_to_email is empty.
I used this line to debug, directly before the wp_mail call:
file_put_contents( '/xxxx/xxxx/tmp/ajaxmail.log', @file_get_contents( '/xxxx/xxxx/tmp/ajaxmail.log' ) . "$send_to_mail | $subject | $message | $header \n\n" );
$send_to_mail was blank.
So I also output values for $this->form_params[‘myemail’], $new_post[‘myemail’], $to, and $copy – all were blanks.
And you’re saying that on your test environment, you can leave the recipient blank when configureing the contact form and it picks up the default email address and uses it? Maybe somebody fixed something along the way. But I think this is reproducible using the stable release on themeforest.
Yigit,
I deactivated all of my plugins and tried. Didn’t help. Then I updated Enfold to version 2.4.2. Didn’t help either.
I tried a jpeg instead of the png file I was trying to use and that didn’t make a difference either.
I did notice that the content slide will save text that is inserted but the image disappears every time I go back in to edit or add a slide.
Hey,
sorry, opened a treat with this question a few days ago
https://kriesi.at/support/topic/fallback-oembeded-video/
But it don´t work right with the way I tried…
I have 3 Video with exactly the same name in the same WP-Folder (have just one, I don´t like the sorting with date).
mp4, ogv (normally ogg, but it has no sound yet), and webm
I´ve insert media element -> video and choose the mp4.
It works pretty nice in Safari and Chrome, but it not work in Firefox? IE, I don´t know. Don´t have it… Will try it by a friend..
Here you can see it. It´s on the left in the Newsletter-Area…
What did I wrong?
Best regards
Hi!
Please create a temporary admin login and post it here privately. Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button.
Cheers!
Yigit
EDIT: Please firstly try adding Ismael’s code to Custom.css file inside Enfold/css folder firstly and flush browser cache once again and check if code is being applied
-
This reply was modified 12 years, 5 months ago by
Yigit.
I was playing with the theme last night and took me a bit to figure out that the theme recognizes Soundcloud and embeds perfectly. You have to treat it as a video. And paste the url in the field for a link. I went to \wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\video.php and hacked a few lines of code, as the embed was coming up screwy due to the 16-9 default format for videos (the dropdown for custom sizes is way down scrolled and prob won’t be noticed by some novice users).
function shortcode_handler($atts, $content = "", $shortcodename = "", $meta = "")
{
if(preg_match('/soundcloud/',$atts['src'])&&($atts['height']>4)){
$atts['height']=4;//resets the height to 4 (from 9) so the embed looks better
$atts['format']='custom';
}
Basically the hack just helps ensure your users don’t have to go in and start chopping away at the automatically-generated shortcode. I tested it as a single post view, and as a syndicated news item. To get it to show up in a feed, make sure your settings are “full content”. Just put “read more” breaks in the post to chop it in the news feed wherever you like for each post.
Using the custom format, users can change the dimensions of the iframe, but like I said, it might be missed. This hack corrects that oversight with 4 lines of code.
-
This topic was modified 12 years, 5 months ago by
brandonguy.
On a desktop browser at a decent width, each link post on the main blog page has a link icon next to it to let readers know they can click the post title to be taken to the actual off-site link. However, those icons disappear on post permalink pages and on mobile. People visiting individual posts (say, linked from social media or following from a news reader), as well as readers who only use mobile devices, receive no other visual cue that link posts are what they are.
Is this something you could address in an update? Maybe those link post icons could stick around on post permalink pages, and scale down but stick around on mobile.
Thanks for any consideration.
Hi tintindufour!
Please go to wp-content\themes\enfold\framework\php folder and open class-breadcrumb.php file and search “You are here”
Regards,
Yigit
I have made a child theme from your video you put here on the page.
BUT – when i make changes in the style.css, nothing happens on my page.
Where did i go wrong?
I have to correct in etc.: layout.css and base.css and custom.css and so on.
As i understood i just copy/paste the sentence from the original file and correct it to what i want and put it in my new style.css i put under my child theme?
I think i need more explanation, because i don’t get it to work.
And yes, i remembered to write enfold with no capitals, and i put the version number also on my style.
The only portfolio option that has text appear on Rollover is the Masonry Portfolio: http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/
Edit: your footer isn’t big in your demo, its the background showing under the socket/footer because there is not enough content to push it down.
-
This reply was modified 12 years, 5 months ago by
Devin.
Hi!
I re-checked your installation and there is no an error even when not inside a post/page editor coming from WordPress itself. Previously I had no issues adding in media content but now I am.
So first thing to re-try would be to deactivate all currently active plugins to make sure there isn’t a conflict there. With everything deactivated, if you are still getting issues let us know and we can log in and check it again.
Edit: If you can also try switching to one of the default themes – either twenty twelve or twenty thirdteen – and trying to insert media we can quickly see if its a theme issue or a plugin/WordPress issue.
Secondary Edit: Peter took a look as well and it seems as though there is something else at play attempting to compress your admin side scripts/css. If the issue happens even with all plugins disabled, contact your hosting provider and see what server side scripts or software they have in place to compress WordPress’s admin.
Best regards,
Devin
-
This reply was modified 12 years, 5 months ago by
Devin.
OK, I mean this type of effect when the image is rolled over and the text appears – http://kriesi.at/themedemo/?theme=enfold – not what happens after the portfolio is selected and viewed.
Hi,
I wanted to use simple social icon plugin by studiopress because they look very nice with my theme. In blog sidebar it’s perfect but in footer it’s not good. I have centered the icon so they are too much on the right
https://www.dropbox.com/s/dgf6bwtscy2ljl8/mariage_in_oui___BLOG.jpg
but if I use the “align left” option they will appear in a vertical row.
I’ve read it depends on the theme css…
Have you got any clue on how to make this social icon going at the same place that the text above?
Or do you know another nice plugin (not one with colorful icon) compatible with enfold that I can use instead?
Kind regards,
Delphine
I have the latest version of theme Enfold.
My probelm is: When i’m editing page, and I will create this long page in 5 different languages. (using qtranslate). When I try to publish and update this fairly long page, it gets stuck on loading. (Sometimes it says 51% on google chrome when loading) and it stays that. Sometimes when it’s not so long page, it says 98% and stucks on loading. But when I delete all my plugins, it works.
But now I have a page with 5x 400 words in it (400 words per language). I can’t update or publish the page. It gets stuck on loading and doesn’t even show me the content on avia layout builder (after trying to update).
I have tried:
– Deleting plugins
– Can’t change theme becouse of the avia layout builder in Enfold, otherwise it would propably work
– Reinstalling wordpress
I need very much help! thank you :)
-
This topic was modified 12 years, 5 months ago by
arska7.
Anyone knowing how to modify the text ‘you are here’ on the Enfold breadcrumb navigation.
Can’t locate where to do within WP, or which css files or other to update.
Any HELP much appreciated.
Val
Hey e10durak!
You can use the plugin: http://wordpress.org/plugins/codestyling-localization/
Go to Tools > Localization > Themes > Enfold. Edit the swedish language then translate the strings manually.
Cheers!
Ismael
This reply has been marked as private.
This reply has been marked as private.
Hi,
Finished changing from Bolid theme to Enfold and it looks great! However when I checked the site load time it had more than doubled from 2s to 4.4s according to GTMetrix here http://gtmetrix.com/reports/howdoidate.com/7R22nTdK.
GTMetrix advises me to “remove query strings from static resources.”
However I have no idea how to do this.
I’m using WordPress 3.7.1, WP Super Cache and MaxCDN.
The question is how do I fix so that my site load time gets back to how it used to be when I used the Bolid theme?
Hi Kriesi Team,
I seem to have a problem and I dont know if this is the Enfold Theme or WooCommerce.
The menu that can sort my products by price, date, name etc.. isnt working :( :(
Here is a photo to explain what isnt working..
http://s23.postimg.org/t0scseoqj/image.jpg
http://s24.postimg.org/a6fwnut05/image.jpg
Thanks for you help! :)
Hi Peter. Thank for the reply. I installed the latest version of Easy WP SMPT and already had the latest version of Enfold. I configured Easy WP SMTP and can send a test message with no problem. I still have the same issue with Enfold forms though – the email is never received. Can you think of anything else I need to look at? Many thanks. Marcus
This reply has been marked as private.
Hi!
If you’re using the latest version of the Enfold theme (v2.4.1) the contact form will use the wp_mail function ( http://codex.wordpress.org/Function_Reference/wp_mail ) to send the emails. The http://wordpress.org/plugins/easy-wp-smtp/ plugin (or other smtp plugins) hook into this function and make sure that wordpress does not use the default php mail function but smtp instead. You don’t need to do anything else.
Cheers!
Peter
Hey jrevillini!
Thank you for the hint – we”ll fix the typo in the next version. The label of the email field does not affect the default value though – we use the get_option(‘admin_email’) function to fetch the default email from the database (see code in /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contact.php ). I couldn’t reproduce the issue on my test server but maybe you entered a wrong admin email address on the settings page?
Regards,
Peter