Hello,
Let me start by saying that this theme is excellent!
As far as I have tested, the responsiveness works very well except for the following issue:
When a lightbox is opened on a mobile device, the only way to navigate through the photos is by using the navigation buttons below. I wish there was a way that a mobile user could just touch the photo to navigate to the next or previous photo (the way it works on a desktop.) I have had feedback that the buttons are too small or difficult to use.
I have tested this on iPhone, iPod and Blackberry 10 (I live in Blackberry’s hometown).
I’m not sure if it’s a setting that I missed along the way.
Any help would be much appreciated :D
-
This topic was modified 11 years, 10 months ago by
louie.
Please gentlemen,
How to edit post title type on Enfold? Can I also choose the color?
I’m talking about the title field, on topo of “permalink”
Many thanks!
Miguel Kieling
Hello!
Where can i download Enfold version: 2.4.2 ?
Tnx!
Liebes Kriesi Team
1.)
Änderungen im Quick CSS haben keine Auswirkungen im Firefox und IE, im Chrome jedoch schon!
siehe natur-duft.ch
Zum Beispiel werden h – Überschriften nicht wie im Quick CSS angegeben geändert.
auch folgende Codes funktionieren nicht mehr:
h2 { font-size: 20px; }
#top #main h6 {
font-size: 14px;
line-height: 1.1em;
margin-bottom: 8px;
color: #780078
}
#top #main h5 {
font-size: 12px;
line-height: 1.1em;
margin-bottom: 8px;
color: #780078
}
#top #main h3 {
font-size: 10px;
line-height: 1.1em;
margin-bottom: 8px;
}
.woocommerce-main-image.zoom {
overflow: hidden;
}
.four.units.single-product-main-image.alpha .images a {
pointer-events: none;
}
.title_container { display: none; }
2.)
Nur im Chrome werden die Farben (Preis, Avia_cart_buttons etc.) wie unter Enfold-Styling definiert, korrekt ausgegeben. Im FF und IE werden falsche Farben und Hintergrundfarben ausgegeben.
Siehe: http://natur-duft.ch/naturduefte/aetherische-oele/
Preis grün statt blau, “in den Warenkorb” und “zeige Details” in weisser Farbe….
Wie kann das korrigiert werden um in all diesen Browser die gewünschte Darstellung zu haben?
3.)
Ich möchte die Breadcrumbs in Woocommerce löschen und nicht nur mit “.title_container { display: none; }” verbergen.
Sonst ergeben sich 2 verschiedene h1 Überschriften! Nicht gut für seo! Erste h1 Überschrift “Webshop” von den Breadcrumbs ist sinnlos. Die einzige h1 Überschrift hätte ich gerne für das Produkt.
Siehe seo-Test: http://www.seobility.net/de/seocheck/check?url=http%3A%2F%2Fnatur-duft.ch%2Fstart%2Faetherische-oele-2%2Fbergbohnenkraut-bio-aetherisches-oel-natuerliche-duefte%2F#fg-strukture
4.)
Wie kann ich das Wort “Produktbeschreibung” unter der Beschreibung entfernen?
Siehe: http://natur-duft.ch/start/aetherische-oele-2/bergbohnenkraut-bio-aetherisches-oel-natuerliche-duefte/
Vielen Dank für Eure Hilfe!
Daniel
-
This topic was modified 11 years, 10 months ago by
Daniel.
Hi there, sorry for the delay, I had to clone the site in order to check – so if I switch to the Twenty Fourteen theme, there is no issue when loading the page in edit mode. As soon as I switch it back to Enfold, same issue occurs again. Given that it’s only the homepage where this happens, and even if i create new versions of it from scratch the same problem appears, I am assuming there is something in the page content/shortcodes which is causing it to fall over. I can give you access to the cloned site if that would help?
Thanks
I have noticed this effect since 2.5. However since my Chrome updates automatically I cant say whether this flaw would show up with an older release of Enfold and Chrome 32.
And of course this is a browser issue. And as I wrote many times it does not happen with each Chrome installation. Moreover I have provided detailed information which css parameters (duration and y2 coordinate of cubic-bezier) of -webkit-animation help to solve the issue. Together with the Chrome installation I have setup for you on a virtual machine you should be able to locate the issue which is definitely caused by the jQuery function fn.avia_sc_animation_delayed.
Because Safari shows a flaw to this seems to be a general webkit problem. For me this sounds like a reintroduced clipping issue (which has been reported many times for chromium). You can close this ticket as I workaround the issue by overwriting the css declaration. Since I found the workaround my posts where meant to provide you with as much information as possible to either fix the issue with the jQuery function or to file a report with Chrome. However now you and the community know the issue exist and how to fix it.
Regards
Michael
using enfold child theme with WPML i have problems with the navigation menus and widgets:
– navigation menues is just shown in one language (menues in geman and english are arranged)
– widgets do not show any language options
can you help me?
-
This topic was modified 11 years, 10 months ago by
ewerde.
Hey!
Enfold will load the right video format if the browser doesn’t support mp4. A flash fallback is not required because the flash player will use the mp4 file for the flash player. You just need to make sure that the webm and ogv version of the video is located in the same folder and shares the same file name with the mp4 version. I.e. if your mp4 video is called “demovideo.mp4” upload the ogv video with the file name “demovideo.ogv” and the webm video with “demovideo.webm”. Also make sure that WordPress stores all videos in the same upload directory. Sometimes WordPress creates a new directory (each month has a separate folder) and then the video url paths are different and Enfold won’t find the other video formats in the same directory.
Best regards,
Peter
Hey!
No, afaik you can’t upload the font files manually because a php script generates some configuration data for Enfold which is necessary to display the font icons. Maybe it would be possible to find a way to create and inject this configuration data manually but I didn’t look into it yet.
Regards,
Peter
This reply has been marked as private.
Hi!
I recommend to add it to enfold/functions.php – insert it at the very bottom:
add_filter('avf_portfolio_cpt_args','avia_deactivate_portfolio_slug_rewrite', 10, 1);
function avia_deactivate_portfolio_slug_rewrite($args)
{
$args['rewrite'] = false;
return $args;
}
but before you try this code follow the instructions here: http://kriesi.at/documentation/enfold/translating-the-portfolio-slug-with-wpml/ and make sure that the slugs are translated properly.
Regards,
Peter
Hi mp123!
All of the themes pre-set styles are here: http://kriesi.at/themes/enfold/shortcodes/pricing-and-data-tables/
If you need something different then yes you would need to use a plugin.
The sidebar menu is automatically generated based on the page hierarchy. You can have it display or not display from the theme options. Go to the theme options and in the Sidebar section look for “Page Sidebar navigation”.
Best regards,
Devin
Solved it…kinda
If the box-shadow color is not specified in the sonar effect than it will inherit the color of it’s element. read about it here
So, if I go into the shortcodes.css and delete all of the colors from @keyframes sonarEffect the sonar color will inherit the color of the icon!
/*sonar effect*/
@-webkit-keyframes sonarEffect {
0% {opacity: 0.3;}
40% {opacity: 0.5;box-shadow: 0 0 0 2px , 0 0 10px 10px , 0 0 0 10px ;}
100% {box-shadow: 0 0 0 2px , 0 0 10px 10px , 0 0 0 10px ;-webkit-transform: scale(1.5);opacity: 0;}
}
@-moz-keyframes sonarEffect {
0% {opacity: 0.3;}
40% {opacity: 0.5;box-shadow: 0 0 0 2px , 0 0 10px 10px , 0 0 0 10px ;}
100% {box-shadow: 0 0 0 2px , 0 0 10px 10px , 0 0 0 10px ;-moz-transform: scale(1.5);opacity: 0;}
}
@keyframes sonarEffect {
0% {opacity: 0.3;}
40% {opacity: 0.5;box-shadow: 0 0 0 2px , 0 0 10px 10px , 0 0 0 10px ;}
100% {box-shadow: 0 0 0 2px , 0 0 10px 10px , 0 0 0 10px ;transform: scale(1.5);opacity: 0;}
}
The problem is that I went into the parent theme folder to make this change. So, any updates will wipe it out.
I read here that even if I copy ‘shortcodes.css’ into a child theme folder that the child theme may not use it, relying on the parent themes CSS instead.
Any tips?
Hi AliMese!
1- Please add following code to Quick CSS and adjust as needed
#av_section_3 .avia-icon-list .iconlist_icon {
height: 45px;
width: 45px;
line-height: 45px;
font-size: 15px!important;}
#av_section_3 .avia-icon-list .iconlist-timeline { left: 25px; }
2- Please see http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Regards,
Yigit
I used remove_action(‘wp_head’,’avia_debugging_info’,1000); in my child theme functions.php file and id DID NOT remove the debug info. I had to add it to the ENFOLD functions file. Can you advise on how to add it to the child theme. I don’t want to edit everytime the main theme is updated.
Thanks
Hi,
I have a problem with horizontal spacing. Could you please show me how can I remove such horizontal spacing. Please see image below. The spacing I wish to eliminate is marked in red.
https://www.dropbox.com/s/0th64cptihd5cu0/space-between-divs.jpg
Thanks in advance,
Best Regards,
Enfold-MT
Done and Done. Thanks Josue.
Hi,
how can I remove the breadcrumb navigation section on Enfold theme?
Is there a setup option? Couldn’t find it.
Thanks,
Oliver
Hey Cdfb!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia_wpml_language_switch li .language_flag img { display: none; }
.language_code { display: block!important; }
Regards,
Yigit
Hello, i like the theme rly much…
But got a big big problem with the menu…
I got 50 something “menutabs” – but all of a sudden it wont let me make anymore, and it dosen’t let me check the Enfold Main Menu, so it wont let me make the menu, what is the problem?
Hope you can help me, or maybe direct me 2 another “backend menu composer” maybe it is wordpress that got the fault i dont know…
Please help me!
This reply has been marked as private.
Hi!
Please go to Appearance > Editor and open Header.php file and find
/*
* Hook that can be used for plugins and theme extensions (currently: the wpml language selector)
*/
and add following right below it
do_action('icl_language_selector');
Then add following code to Quick CSS in Enfold theme options under Styling tab
#lang_sel { float: right; }
Cheers!
Yigit
+100 for woocommerce product sidebar
The big reason for all the requests for sidebar on woocommerce product pages is the current poor usability on the responsive mobile as the everywhere sidebar and optionally other sidebar content get placed below the main image pushing the product content way down the page.
Moving the description and reviews tabbed content to the left and below the product image(s) and adding sidebar to right seems to be the most prevalent layout I’ve seen in other themes.
Thanks Team Kriesi you guys rock!
Hallo, hallo, ich hab ja alle Komponenten aktuell: WC 2.1.2, WGM 2.3 und Enfold 2.5.2. Wenn ich eine Produktdetailseite in Woocommerce aufrufe, wird korrekt unterm Preis das “zzgl. Versand” und darunter kurzzeitig “inkl. MwSt” angezeigt. Aber nur eine Sekunde später erscheinen dort drei Punkte, die animiert sind – der Hinweis auf die MwSt. verschwindet.
Da ist natürlich sofort ein Grund zur Abmahnung. Bitte helft.
Hi David!
1. Wrap those in a div so they get below the copyright.
2. You have this custom code in your Quick CSS:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .mobile_menu_tablet .main_menu {
display: block;
}
}
Remove it and it will get fixed.
Regards,
Josue
Here is a little something whipped up for a client. Still working out a couple kinks with the custom menu, but all in all, simple and easy.
http://thesparcnetwork.net
Hey guys –
A couple quick questions for http://thesparcnetwork.net
1. In the footer, I added html for 2 social icons in the copyright section. They are all good EXCEPT on mobile, where they become skewed. How do I need to straighten these up? I have a feeling the icon is wrapping to the next line due to the copyright area size.
2. I have opted for the slide out menu on responsive starting with ipad, however, the menu and the slideout menu are appearing at the same time. What do I need to do to have the slide out menu appear correctly on Ipad?
Where is the documentation to create a full-screen video background on a slide like this example?
http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/
Hello Devin,
Any hint?
I would like to know also if is it possible to add a checkbox for privacy policy on the register box, near the register button.
Something like i accept privacy policy rules.
Thank you
Alex