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 12 years, 1 month 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
Q1. How do you un-mute the audio when embedding video into a “Color Section”?
There are no options to do this in your GUI and because it’s embedded with short codes, you can’t edit the source code in a conventional way that is standard when coding websites. If there are options in your GUI to do this that we have overlooked (I doubt that), please include a screen capture in your response. (FYI. We have the manual shortcode editor feature enabled) Again, we are embedding a video in a Color Section , not a slide show.
Q2. How do you stop the looping and just play the video once.
I have another question, but I am not asking it now because if we can’t get the audio to work, there is no reason to use the video feature for us and my second question is moot. Hoping for a decently quick response, because we have been on this for over a day now and lots of hoops to jump through. All of your other responses have been very fast, it’s just your video embedding is problematic. In my opinion you should not have launched this feature. It is either a lot of work to jump through to get working or you have launched it prematurely before ironing out all the kinks. Or, it could be as simple as providing a thorough tutorial that I may have overlooked. I have watched two short videos that you have online. Enabling audio in a Color Section is not covered.
Hi Yigit,
Thanks for helping me.
Here the screenshot link: http://acquisto.pro/img/website_sample.jpg.
I want a mutliply image background, one image topleft (person) and one background image thats repeats…
Cheers,
Marcel
Hi,
I have a page layout with a 3-column-grid:
-top row: 3 Images
-middle row: 3 Icons (all with ‘align center’ selected)
-bottom row: Product Grid
I want the icons to be large & prominent. But no matter what I do, the icons always exceed the width of the rest of the page. I was also hoping to get the icons responsive (and large) by placing them in a 1/3 layout element and then entering a 100% value in the Avia Layout Builder.
Here are some screenshots (screenshots show the entire width of the screen):
Icon with border, icon size: 100%
http://s25.postimg.org/5e30d9q0f/Screen_Shot_2014_02_22_at_12_33_14.jpg
Icon with border, icon size: 300px
http://s25.postimg.org/qdj44rrov/Screen_Shot_2014_02_22_at_12_34_21.jpg
Icon with border, icon size: 300px, at a lower/responsive screenwidth:
http://s25.postimg.org/5fcy6oru7/Screen_Shot_2014_02_22_at_12_34_42.jpg
Am I doing something wrong in the layout builder? Or is this normal behaviour & is there any CSS fix for this?
Thanks a lot!
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 12 years, 1 month ago by
Daniel.
Hello again, how can I put a logo image in the socket (besides copyright) or/and in the small header at the top (instead of social media)
both with links to an external url
thanks in advanced!
Hey!
It seems like a plugin (or some custom code) adds an “hidden” class to the sidebar which breaks the widgets. I added this css code to the child theme style.css to fix it:
.sidebar.hidden{
position: relative;
top: auto;
visibility: visible;
}
Regards,
Peter
Thanks, Yigit – that’s added the logo into mobile.
However if I remove “.fixed_header #main {padding-top: 0;}” the menu is no longer transparent on desktop sizes.
The intention is to always have a fixed header (does not resize to the small logo version) transparent over a full height website.
Hi Yigit,
I got it to work, had to change the CSS rules in shortcodes.css
Changed these lines
/* hide controlls on desktop */
.avia_desktop .av_slideshow.avia-slideshow .avia-slideshow-controls a{ opacity: 0; filter:alpha(opacity=0); }
.avia_desktop .av_slideshow.avia-slideshow:hover .avia-slideshow-controls a{ opacity: 0.6; filter:alpha(opacity=60); }
.avia_desktop .av_slideshow.avia-slideshow:hover .avia-slideshow-controls a:hover{ opacity: 0.8; filter:alpha(opacity=80); }
To:
/* hide controlls on desktop */
.av_slideshow.avia-slideshow .avia-slideshow-controls a, .avia-slideshow-controls a{ opacity: 0; filter:alpha(opacity=0); }
.av_slideshow.avia-slideshow:hover .avia-slideshow-controls a{ opacity: 0.6; filter:alpha(opacity=60); }
.av_slideshow.avia-slideshow:hover .avia-slideshow-controls a:hover, .avia-slideshow-controls a:hover{ opacity: 0.8; filter:alpha(opacity=80);}
Hey!
The only text in the header would be the phone info which can be increased in size with:
#top .phone-info {
font-size: 15px;
}
Cheers!
Devin
What is the exact layout that is causing issues? Is it just multiple LayerSliders or somethign else on top of that?
I’ve asked Kriesi to take a look at this and another few topics all relating to IE8 which is suddenly having issues with this past update.
Hi,
How do I stop visitors from being able to open an image on a mouseover?
Thanks.
Marshall
Hey!
Try adding this code to the Quick CSS:
.social_bookmarks {
display: none;
}
#main {
padding-top: 35px !important;
}
Cheers!
Josue
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,
I’m trying to make the font size in the buttons larger. If I enter the quick CSS change it works for the desktop version but doesn’t work on my Samsung Galaxy Note tablet.
Original CSS:
.avia-button.avia-size-large {
padding: 15px 30px 13px;
font-size: 13px;
min-width: 127px;
What I want it to be changed to:
.avia-button.avia-size-large {
padding: 15px 30px 13px;
font-size: 18px;
min-width: 127px;
Hi Josue.
I’ve made the slider full width now to remove the background issues, and the ‘bumping’ issues I’ll live with.
I also noticed in Mozilla that when hovering over the the linked images on the home page, the text beneath it bumps down noticeably. Does this have something to do with the overlay? Is there anyway to stop this?
Thank you for your help!
This reply has been marked as private.
there are 2 other items and that was regarding the slider positioning, the new header position is cutting off the top of the slider and the rss button is showing in mobile mode and the icon box is chopped off.
At the moment we are trying to work out some bugs that have popped up with various clients and with seemingly no one specific source. Some users are having no issues with video embeds while others are. It seems to depend on the specific OS.
One limitation with iOS is that no videos will autoplay and will always take user interaction for them to play. I’ve not had any issues with it on my W7 or OSX setups but again, mileage so far is varied and we are trying to find the source of it.
The update added support for video on the slideshows *and* the color sections. You need to choose video instead of image on the slideshow:
For you issues, make sure that the video is not set to private and that the videos can be embeded. Regular video embedding was unchanged this update so adding in a video to a regular post or page should work as normal with WordPress.
Hey!
Please remove following code from Quick CSS
.fixed_header #main {
padding-top: 0;
}
and add following code to Quick CSS
@media only screen and (max-width: 480px) {
.logo, .logo a, .logo img { max-width: 300px!important; }}
Best regards,
Yigit
excellent!!
there are 2 other items and that was regarding the slider positioning, the new header position is cutting off the top of the slider and the rss button is showing in mobile mode and the icon box is chopped off.
-
This reply was modified 12 years, 1 month ago by
fashiontribe. Reason: I wasn't quite done with this question and it is related to the changes we made specific to this. thanks
I‘m having the same issue. However I‘m pretty sure that the error came suddenly, since yesterday it was working fine and suddenly stopped working without any update.
It doesn’t work.
Our videos on Youtube will not play. Just a black screen. Nor, would either one of the example videos you included in your GUI backend. It didn’t work in Explorer, nor Firefox. I copied what you did in the video step-for-step. I also tried the standard embed format with Youtube rather than a straight copy of the standard URL. You are probably aware that they are different.
As a separate note, we are now on our 3rd hour on this, just to test out your demo video. The first two hours was trying to figure out where you stuck the feature on the backend. After three manual uploads to update for this feature, we were still striking out. We assumed the update was not uploaded correctly or there was an issue, so we decided to look for documentation. FYI, we do not ask for help the first time we encounter an issue. Probably unlike most folks on the forum.
Here’s a simple suggestion and remedy. Just tell folks it’s in a color background widget. The obvious place to look is the “add Youtube” feature in a Layer slider, but that’s not where it is. You should state this in straightforward text format on the example video. It may not be the correct eye candy to include on your sales page because you are focused on revenues rather than support documentation ;-) there.
Before we spend any more time on this, Q. Will this feature work with autoplay on the background video. Your demo pages require that you click on the background video in order to get it playing. Something most site visitors will not do, nor will they know to click on it and will just think it is just a big fuzzy background image. Great feature, but it appears it needs to be ironed out a little further.
Thanks.
Try with this code:
.home .content {
position: relative;
top: -20px;
}
Best regards,
Josue
Hey!
Please add following code to Quick CSS as well
.content { padding-top: 5px; }
Regards,
Yigit
hi
I am also facing the permalink / 404 error. Now you suggest to put the code in config.php. But which one?
BBpress, gravity forms,layerslider,templatebuilder wordpress seo, WPML
And were can i Put that code? top – bottom??
This reply has been marked as private.