Hello Ismael,
I tried changing the colour scheme two times, with no result.
I also tried de-activating the /enfold-child/ theme and activating the basic /enfold/ configuration but nothing changed.
The CSS remains in the HTML.
Hi Yura!
The page is not using an Enfold theme. Is this the correct website?
Best regards,
Ismael
Hi!
I’m soft closing the topic for now but Kriesi will respond when able. I’m not sure it will be this week however as he is still working on pushing out the next feature release ASAP.
Typically, individual theme features are not able to be pushed out under any specific deadline so if you are counting on this for your client work I would suggest you make other plans.
Best regards,
Devin
Hallo zusammen,
vorweg: Enfold gefällt mir sehr gut. Tolle Arbeit.
Nun habe ich eine Website erstellt: http://wiedemeier-kommunikation.de/sms/
Funktioniert soweit gut. Allerdings auf dem iPad im Querformat wird die Naiv nicht richtig angezeigt. Sie ragt in das Bild hinein. Habe viel versucht, komme aber nicht weiter. Das Menüsymbol wird auf dem Monitor bei einer Breite von ca. 960 px angezeigt. Aber eben nicht auf dem iPad.
Habe auch dieses hier versucht: https://kriesi.at/support/topic/mobile-menu-not-showing-on-ipad-2/
Komme aber nicht weiter. Hätte jmd. eine Idee?
Danke
Frankoforte
I’m running the very last version of Enfold so i don’t think i have the same pb than: https://kriesi.at/support/topic/mysterious-white-spaces-between-sections/
thanks
Hey!
Have you tried selecting a different predefined color scheme on Enfold > Styling options? Change the color scheme then change it back.
Cheers!
Ismael
Hi!
You can add css codes on Enfold > Styling > Quick CSS or custom.css. You can also use this plugin http://wordpress.org/plugins/insert-html-snippet.
Cheers!
Ismael
Hey!
@dalcnetsrl: Please give us a link to the website.
Best regards,
Ismael
Hy!
I have some problem with the slider.
My slider doesn’t work automaticly on the front page of my website. The first slide come in automaticly but the second only with the navigations button or keyboard. I think I set every options like the “Enfold – most beautiful theme ever” slider.
If I set the “Enfold – most beautiful theme ever” slider for my frontpage! It doesn”t work too. The second slider doesn’t come in!
I hope you can help me.
Thanks,
Bye
-
This topic was modified 12 years, 1 month ago by
laciszabo71.
Hello,
I have portfolio-items that use the Easy Slider. After a recent update from Enfold 2.1 to Enfold 2.4.5 the open slide link in lightbox stopped working. All the other options still work. But I need the Lightbox one.
Here is a link:
Berebeeld portfolio item
Any way to fix this and make the lightbox work again? Already tried disabling all plugins and the following line in avia.js isnt touched:
//activates the prettyphoto lightbox
$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
Thanks in advance
-
This topic was modified 12 years, 1 month ago by
Berebeeld. Reason: Code example wasnt right
Hello Peter,
No, unfortunately nothing changed after following your procedure above. No file is created in the new folder “dynamic_avia” and the CSS block remains in the HTML.
Actually, now it comes to my mind what follows. If I remember correctly your Enfold theme does not come with a child-theme folder.
I created a child theme folder and all the rest worked fine.
Can this be the reason of this malfunction?
Thanks.
Actually, the message appear on the home page :
Thanks
I want a blog like the demo page; Multi author blog.
So I placed a Blog post element in WordPress and selected:
Multi Author Blog, Read more link (I do not kwno what image size I must select). But on my site this is not shown good; http://www.paradepaard.nl/blog/
This reply has been marked as private.
Hello,
I been using enfold for homepage, but I found that from browsers lower than IE 11,
last column shifts downward and some of pages column shifts downward if its just images on the main contents.
In footer:
| column1 | | column2 | | column3 | < this is what we expected on the footer but I see
| column1 | | column2 |
| column3 | < something like this
In main contents:
| image1 | | Image2 | < this is what we expected on the main contents
| image1 |
| Image2 | <this happens
Is this just me??
i realy hope he has some time because i must put this site online at the end this week…
thanks for all
Hey!
I tagged it for Kriesi. He’ll look into it when he has some time.
Best regards,
Peter
Hey!
1) Yes, you can use a media query. Try following code
@media only screen and (max-width: 767px){
.site-description{ display: none !important; }
}
2) I think we need to hide the tag line as soon as the user scrolls. Open up enfold/js/avia.js and replace
header.removeClass('header-scrolled');
with
header.removeClass('header-scrolled');
if(st > 0) header.addClass('header-scrolled-bit');
and in then replace the code I gave you
.header-scrolled .site-description{ display: none !important; }
with
.header-scrolled .site-description, .header-scrolled-bit .site-description{ display: none !important; }
Cheers!
Peter
You are saying that i will forget the use of masonry blog?
I can’t imagine that… My client has saw this feature and want it, nothing else…
If I was aware that there are issues with pages as blog, I’d never shown it to my clients…
I’m stuck now and i’m very suprise that nobody else has discover this issue
Can’t you contact Kriesi himself ? Because I do not want a new feature, i just want Page as blog with mansonry with a mainmenu that runs and and a breadcrum that works too….
:(
Hi!
Ok, this configuration is not possible at the moment because masonry blogs can’t be used as (or replace) native archive pages and we need to wait for Kriesi’s decision on this topic. A temporary solution is to link Menu_Link_A to the category “A” and Menu_Link_A_1 to the category “A_1”. Then go to Enfold > Theme Options > General Settings and select “Blog Style” – “Grid Layout”.
Best regards,
Peter
Hey Jim!
You can try to add a widget area element to the frontpage (place it underneath the slideshow) and then use the “Shopping cart widget” to display the cart content.
Regards,
Peter
Is there a place where we can see what features requests are in the working?
That would indeed be nice to know.
No sure to have well understand…
I take my own example:
Menu_Link_A (a page that display a masonry blog for all the childrens of the Category A >>> MENU LINK TITLE = ‘INTERIEUR’)
+ Menu_Link_A_1 (a page that display a masonry blog but only for the posts of the Category A_1>>> MENU LINK TITLE = ‘BUREAU’)
So… what am i supposed to use to replace your ‘Blog’ string?
I also discover that the little breadcrumb (under the main title of a post), the one with ‘published date / comments / categories’
is not compatible with Pages as blog because it display the archives pages….
help help help ! mister Kriesi ! Pages as blogs is a good idea but you have to make it works like a real blog !
/-)
I’m complely lost because I intended to user the nice feature for a site but i’ts not usable
Hi!
I think it is normal because if i’m on post page the menu can’t know that because my main menu is only related to pages !
Yes, that’s correct. WordPress also won’t highlight the blog page as “parent page” if you’re on a single post page and thus our theme also doesn’t highlight the masonry page as parent page. You can use following code (insert it at the very bottom of functions.php)
//Filtering a Class in Navigation Menu Item
add_filter('nav_menu_css_class' , 'avia_blog_nav_class' , 10 , 2);
function avia_blog_nav_class($classes, $item){
if(is_single() && $item->title == 'Blog'){
$classes[] = 'current-menu-item';
}
return $classes;
}
to add the “current-menu-item” class to a menu item if the user views a single post page. You must replace “Blog” with the link title of you blog page.
I tagged this thread for Kriesi as “feature request” – maybe he can work something out with session variables or the blog page setting (Enfold > Theme Options) to mark a certain page item as parent if a single post page is used.
Best regards,
Peter
Hello Josue
I have add your CSS into my custom css file but it do not change anything :-(
Hey!
Maybe the sender email address of the smtp test mail is different and thus godaddy won’t block the mail?
Best regards,
Peter
Hey!
Please, Kriesi support, since the latest release of FF, the 26th, something strange happened:


As a matter of fact, images placed within tables or megamenu are shown much bigger than in other browsers, ignoring their given suggested dimensions.
*** UPDATE ***
This kind of issue occurs even in Internet Explorer!!!
Last question: I developed with Enfold in Chrome and everything looks much better than in FF… is there a specific why?
Thanks since now and best regards.
-
This reply was modified 12 years, 1 month ago by
Alessandro Marengo. Reason: adding IE fault
Hey there,
After making changes to the theme option under styling, If I make any changes to the CSS code; enfold.css the settings from the theme options (styling) are changed back to default. Like if i set a background image for the header and then if change the navigation item color through CSS, the BG disappears. Now all i have to do is to go to the options and resave the options i want. This way i cannot change anything from the CSS. Kindly please assist.
Thanks.