We are having some issues and was hoping you could help us resolve regarding http://wildcatmattress.com/
#1 – We have 3 videos on the home page, 1 in the layer slider and two the body. The layer slider video is a Vimeo iframe, the two in the body are vimeo via url.
The problems = intermittently the two videos in the body with not appear (black video player) unless we refresh the screen. This happens in both Google and firefox.
#2 – We set the Layer slider for auto-rotation and the video to automatic play. The slides will not auto-rotate after the video is complete in the first try, we have to hit play on the slider controls. The second rotation will automatically proceed to slide after video.
#3 – When the home page is loaded for the first time in firefox, the logo appears small as in the resize for sticky menu without panning down the page. When the screen is refreshed the logo appears the appropriate size.
Any additional constructive criticism is greatly appreciated.
Thank you.
Hey!
Are you using a minify plugin? I just can’t reproduce the issue on my end. enfold.css is always above the base.css on chrome inspector.
Best regards,
Ismael
Hi!
I’m not sure what is that plugin that makes you choose if you want to edit the page or something. It has been disabled now, I guess. Anyway, you can add this on Quick CSS to get the gradient style for the button:
body div .avia-button {
background-image: url("http://www.finalsmoke.net/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/bg-button.png");
background-repeat: repeat-x;
background-position: 0 0;
}
Change the text color using this on Quick CSS:
.avia-button.avia-color-orange, .avia-button.avia-color-orange:hover {
color: black;
}
Best regards,
Ismael
I searched the forums and found this advice – seemed to work! If this is what you would recommend and it doesn’t affect anything else I wouldn’t want then this should be good now =)
Modify enfold/js/avia.js. Open up the file and replace
$.avia_utilities.avia_ajax_call = function(container)
{
with
$.avia_utilities.avia_ajax_call = function(container)
{
$('div,a,img').removeAttr('title');
Hi All,
I am using Enfold on my site http://slugradio.com. I have set up a table here for my radio station’s programming schedule. I find that it looks fine on my desktop computer, but if I try to look at the same data on my iPhone or iPad there are major problems. On the iPhone, everything is shifted by one day. Specialty programs, New Music Monday shows up on the iPhone as Tuesday. Covers That Don’t Suck is supposed to be on Thursdays, and it shows up on the iPhone as Friday.
On the iPad the table doesn’t resize at all and just extends over into the right side bar. Any ideas? I tried using a third party plugin called TablePress as well, but it required way too much custom CSS to get it to look the way I wanted, and it isn’t responsive either so everything was cut off on my mobile devices.
Any suggestions?
Hi Yigit,
I tried the change you suggested but the dimension of the lightbox image remains the same, the max height does not change and so a portrait image is still displayed small. I tried also to reset all the db and to reinstall Enfold, but the result is the same.
Thanks a lot in advance for your help,
Giovanni
I noticed that http://domain.tld/wp-content/themes/enfold/ was indexed by Google and that it on that URL was shown: Fatal error: Call to undefined function get_header() in /dummy/wp-content/themes/enfold/index.php on line 11
This error can be prevented by adding:
if( !defined( 'ABSPATH' ) ) {
exit;
}
..right after the first PHP tag.
Seen in Enfold version 2.5.2
Hello,
sorry if this problem has been already solved but I have not found a valid answer in the forum.
My website is online but behaves in a strange way: Enfold does not seem to be able to connect to the web. In fact, the header is not shrinking, I can not see the animation of the progress bar, the theme that some photos should be taken from the internet does not appear …
The same thing happens when I try to work locally on Mamp without being online.
Can you help?
thanks
http://www.thomasgraziani.com
I do not like your answer at all. I was hoping you could suggest a plugin of some sort to emulate similar conditions like the 3click theme (http://themeforest.net/item/3clicks-responsive-multipurpose-wordpress-theme/full_screen_preview/5092225) has it. I really do not know what I am achieving with the code you advised me to add because I can not replicate what you say on my screen. I think I am better off loosing $55 and move on to Jupiter which was my first option but because of my pre-purchase investigation with your technical support lead me to believe your theme was much more flexible of what it is. OR, a technical support team with care about customer satisfaction. Have a great day.
I see. Unfortunately it is not styled like http://themeforest.net/item/3clicks-responsive-multipurpose-wordpress-theme/full_screen_preview/5092225
The thing is that I requested ENFOLD information before I bought it, like 3 days ago, and I was told this would be implemented early next week in the new update. Is that correct?
I do not wanna see the bottom right information (Map data 2014 Google Sandom Term of Use Report Map Error) and the bottom and top extra spaces is something I can not get rid of (Eventhough I removed padding with quick css). See my contact page so you can have an idea what I am talking about: http://bchomeusa.com/brittocharette/pages/contact/contact-victor/
1. page builder- add the ability to put columns inside a column, or the ability to change element’s width to set 2 elements side by side.
right now there is no option to do that. it sometimes needed, example: in a 2/3 column, i want to put an image that will slide from the right and i want this image to be on the left side of a text block.
2. page builder- add the ability to put a color box inside a column. ( example- i want 2/3 column white, and 1/3 column green)
thanks!
Why not an optional authorbox under posts, like in the “Habitat” theme (with a enfold-type modern style) ?
Also, in the last updates, there was some microdata implementations, but the theme is still not exactly matching the google authoship rules.
Thanks for this great theme ;)
Hi asafku!
Please add following code to Quick CSS instead
#header .mega_menu_title { text-align: center; }
Cheers!
Yigit
Hi!
You can either use Enfold Google Maps widget ( you can place it in a widget area in Appearance > Widgets then add Widget Area element to your page and choose the widget area where you have Google Maps widget inside) or copy embed code directly from https://www.google.com/maps/preview you should set the width too 100% in that case
Best regards,
Yigit
Hey!
Code i posted should remove the header meta when you scroll down. It does work fine on my installation, please try flushing browser cache and refresh your page a few times. If you really need to place an arrow to display it, You are going to need to hire a freelance developer on Microlancer or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
Regards,
Yigit
This reply has been marked as private.
Hello Ismael,
actually I added this in functions.php and it’s disabled the site. Well, I prefer now simply just change “You are here” into “U bent here” (in Dutch).
Where it’s possible? I saw this thread : https://kriesi.at/support/topic/how-do-i-change-you-are-here-in-the-breadcrumb/ where cyoniq advise to adress to go to: themes > enfold > framework > php > class-breadcrumb.php but I didnt find such file class-breadcrumb.php niether in the Editor, niether in Enfold menu.
Can you help?
Thank you!
This reply has been marked as private.
Hello,
I am using the small fixed header.
I’d like to be able to have the header white space across the top so that I can add some text to the right side. The text could also be in a header image that spans the top.
Any input would be great.
Thanks,
W
Hey!
Font file issue might be caused by a corrupt file set. please see my answer here: https://kriesi.at/support/topic/after-update-in-firefox-26-font-face-broken/
Replacing the font files again seems to have solved the problem
Regards,
Kriesi
Hi all,
since a few hours, even the Layer Slider but also and the animated pictures inside a gallerie donot work.
I use Enfold as child, Enfold himself is in Version 2.5.2 – I guess
any help?
Danke und nein, das Problem besteht weiterhin.
Die deutsche Version ist installiert. Dies kann ich doch an der Datei erkennen oder?
Hier der Eintrag in der wp-config : define(‘WPLANG’, ‘de_DE’);
Ich habe die Datei enfold_de_DE.po in diesen Ordner per ftp geladen: …/html/wordpress/wp-content/languages/themes
War das vielleicht falsch?#
Danke für eure Hilfe!
Hey!
Revert the code change Ismael suggested in his last post and insert this code at the very bottom of enfold/js/avia.js:
(function($){
$(document).on( "click", '.portfolio-preview-title.entry-title', function(e) {
$(this).parents('.portfolio_preview_container').find('.avia_close').trigger( "click" );
e.preventDefault();
});
})( jQuery );
Best regards,
Peter
Did not do it for me. To clarify I am showing you a snapshot of the area I am talking about: http://victorcoronel.com/download/preHeader.jpg
That is the area I need to be open up with an arrow to show more area where I can place some widgets.
Thank you Yigit. But I CAN NOT FIND the Google Map element from the Elements of the Avia Layout Builder. I want the map at the top following my logo area. Pretty much taking place of the slider location instead. Thank you.
I’m not even sure if this is a good idea because of potential downsides, but I may have a suggestion to improve the mega menu editing interface. It’s probably one of the least important things possible to worry about, but hey, might as well post it.
I actually think what you have now is really great and very functional, but it’s a little odd from a UX standpoint. You can tell it’s engineered to get around WordPress’ limitations (which is not your fault of course). Check a box to make a mega menu, and suddenly pages or custom links turn into columns. Drag them in a level deeper, and they’re pages and custom links again. Check another box, and now the description is a thing you can use to put custom content in. Not bad, just kind of weird.
Some months ago, a little-known plugin was released called Big Voodoo Mega Menu & Related Links Menu. While it falls flat in its front-end implementation, the back-end is pretty good. Here’s a look at it. Columns and what Enfold calls text blocks are their own separate elements, with their own properties, and I think it works well.
Downsides vs. the current Enfold way are:
- It’s not as easy to link to a page from a column heading (since you can’t just make a page also a column with this method)
- Pages and text blocks can be on the same level as columns, which would be layout chaos
- There’s nothing stopping you from making a column or text block a top level item, which would also be layout chaos.
But maybe there’s a clever way to solve those issues, like still doing the “page becomes a column” thing if a user is absolutely insisting, and a JavaScript check to keep columns inside the second level and text blocks inside the third level (although what do you do about adding them to the menu initially?). And, on the other hand, maybe it’s not a big deal, and users will use the tools as intended.
Anyway, I think it’s more intuitive, but a lot easier to break, so I’m not sure if it’s a useful suggestion. I’ll let you decide.
I’d like to modify the icons in the icon box so that they match the formatting of the icons in the icon list, i.e. in a circle vs. no circle, and also to change the color of the icons and the header text. How would I call out this element in a custom css? Or is there a place to access the code for this element?
Is there a way to insert custom icons as a graphic rather than a font?
Lynda Rae
Aurora Design Studio
After upgrading to WordPress 3.8.1, the categories in my portfolio are no longer visible in the sorting menu, although they have been selected in the portfolio settings. Only All appears. How can I fix this?
http://www.studentartfund.org/dev
Lynda Rae
Aurora Design Studio